/* jquery.Jcrop.css v0.9.15 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
/* line 11, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-holder {
  direction: ltr;
  text-align: left;
  /* IE10 touch compatibility */
  -ms-touch-action: none;
}

/* Selection Border */
/* line 18, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url(/assets/jcrop/css/Jcrop-84a7f966d62bae87922a647224b04effc1236b4f8b63077d76d731a2b32a9803.gif);
  font-size: 0;
  position: absolute;
}

/* line 24, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}

/* line 28, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-vline.right {
  right: 0;
}

/* line 31, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}

/* line 35, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-hline.bottom {
  bottom: 0;
}

/* Invisible click targets */
/* line 39, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}

/* Selection Handles */
/* line 50, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}

/* line 57, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

/* line 63, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}

/* line 69, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}

/* line 75, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}

/* line 81, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

/* line 87, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}

/* line 93, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}

/* line 99, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}

/* Dragbars */
/* line 106, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}

/* line 111, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}

/* line 116, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}

/* line 119, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}

/* line 123, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}

/* line 127, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}

/* The "jcrop-light" class/extension */
/* line 131, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

/* line 137, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}

/* The "jcrop-dark" class/extension */
/* line 145, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

/* line 151, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}

/* Simple macro to turn off the antlines */
/* line 159, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}

/* Fix for twitter bootstrap et al. */
/* line 164, ../usr/local/bundle/gems/rails-assets-jcrop-0.9.15/app/assets/stylesheets/jcrop/jquery.Jcrop.scss */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/assets/intl-tel-input/build/img/flags-959070a9f002abd28383322dd455a851d1fd445974edb3f720d54ff79894e28b.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url(/assets/intl-tel-input/build/img/flags@2x-d00ec77cf49d0c3fbd725dbcdcca661b5db35a02d12f8f4fcf8a3ce6065391bc.png); } }

.iti__flag.iti__np {
  background-color: transparent; }
/**
 * selectize.bootstrap3.css (v0.12.6) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*




































































































































*/
/* line 1, app/assets/stylesheets/line_awesome/scss/_core.scss */
.lar,
.las,
.lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@font-face {
  font-family: Line Awesome Brands;
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(/assets/line-awesome/la-brands-400-5045bb4e1456f10aae864b4cef3619363707b0c0a0ec24961c8e80b19ec05159.eot);
  src: url(/assets/line-awesome/la-brands-400-5045bb4e1456f10aae864b4cef3619363707b0c0a0ec24961c8e80b19ec05159.eot?#iefix) format("embedded-opentype"), url(/assets/line-awesome/la-brands-400-b22d625da2474be6f75ffb81b279981eb4a3df9574a2cc0db9344b6cb3c73fbe.woff2) format("woff2"), url(/assets/line-awesome/la-brands-400-b3769efa6322a56a326ac784837923ae08417054ae109b08cdcc07519c64edbd.woff) format("woff"), url(/assets/line-awesome/la-brands-400-862644869b62e2bd8b616bb3d8a2b976e859ea1254c92c561d933acdf0680a0e.ttf) format("truetype"), url(/assets/line-awesome/la-brands-400-c6fa7bad57717d1dc6c32c9f38161df5cb2f58be25b1bf5474515c462cc3e9de.svg#lineawesome) format("svg");
}

/* line 14, app/assets/stylesheets/line_awesome/scss/_path.scss */
.lab {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

@font-face {
  font-family: Line Awesome Free;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/assets/line-awesome/la-regular-400-7e13b71603da0fa952fa988dc14905af5dd184c6916b15d7ee363451ba5b828f.eot);
  src: url(/assets/line-awesome/la-regular-400-7e13b71603da0fa952fa988dc14905af5dd184c6916b15d7ee363451ba5b828f.eot?#iefix) format("embedded-opentype"), url(/assets/line-awesome/la-regular-400-e76a70424116f860de4e6b86e5076c5f107dfa186a5492a42cf26437c61e4f0c.woff2) format("woff2"), url(/assets/line-awesome/la-regular-400-685c5c59ca263655a988ccd58884e436db3302c2e9ca572b683b3e24d205971f.woff) format("woff"), url(/assets/line-awesome/la-regular-400-8736e11da0990f33985d34d7a06e8db1be7d048e8f46a64ce86be451d29fe6ac.ttf) format("truetype"), url(/assets/line-awesome/la-regular-400-3fa24f50ae94c568965763e78d3c9fd9a40fab2625c7ced8227f01382a8f92d2.svg#lineawesome) format("svg");
}

/* line 32, app/assets/stylesheets/line_awesome/scss/_path.scss */
.lar {
  font-family: Line Awesome Free;
  font-weight: 400;
}

@font-face {
  font-family: Line Awesome Free;
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/assets/line-awesome/la-solid-900-e8f2b228685857bb4901b7659831f6b1c99129c88ac9bb65c4aebd78819e4ac1.eot);
  src: url(/assets/line-awesome/la-solid-900-e8f2b228685857bb4901b7659831f6b1c99129c88ac9bb65c4aebd78819e4ac1.eot?#iefix) format("embedded-opentype"), url(/assets/line-awesome/la-solid-900-3c2b163a27ae129e97fd82954f750afe937101e46f41ea5363202ca81213ca71.woff2) format("woff2"), url(/assets/line-awesome/la-solid-900-1243d00c6b04c24185b9d73314249c332d4a95b3298e946a4d1731300a73a197.woff) format("woff"), url(/assets/line-awesome/la-solid-900-d2bb83808759b8faa8e3caea0cb2eed57607b5f3b47d2b59477aabf7c8771e9e.ttf) format("truetype"), url(/assets/line-awesome/la-solid-900-8541c8fd24bb642399bce2f774ff5bbc3ea1a43922ebc8def37cfc9bb6c0bd60.svg#lineawesome) format("svg");
}

/* line 50, app/assets/stylesheets/line_awesome/scss/_path.scss */
.las {
  font-family: Line Awesome Free;
  font-weight: 900;
}

/* line 1, app/assets/stylesheets/line_awesome/scss/_larger.scss */
.la-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 7, app/assets/stylesheets/line_awesome/scss/_larger.scss */
.la-xs {
  font-size: 0.75em;
}

/* line 8, app/assets/stylesheets/line_awesome/scss/_larger.scss */
.la-2x {
  font-size: 1em;
}

/* line 9, app/assets/stylesheets/line_awesome/scss/_larger.scss */
.la-2x {
  font-size: 2em;
}

/* line 10, app/assets/stylesheets/line_awesome/scss/_larger.scss */
.la-3x {
  font-size: 3em;
}

/* line 11, app/assets/stylesheets/line_awesome/scss/_larger.scss */
.la-4x {
  font-size: 4em;
}

/* line 12, app/assets/stylesheets/line_awesome/scss/_larger.scss */
.la-5x {
  font-size: 5em;
}

/* line 13, app/assets/stylesheets/line_awesome/scss/_larger.scss */
.la-6x {
  font-size: 6em;
}

/* line 14, app/assets/stylesheets/line_awesome/scss/_larger.scss */
.la-7x {
  font-size: 7em;
}

/* line 15, app/assets/stylesheets/line_awesome/scss/_larger.scss */
.la-8x {
  font-size: 8em;
}

/* line 16, app/assets/stylesheets/line_awesome/scss/_larger.scss */
.la-9x {
  font-size: 9em;
}

/* line 17, app/assets/stylesheets/line_awesome/scss/_larger.scss */
.la-10x {
  font-size: 10em;
}

/* line 19, app/assets/stylesheets/line_awesome/scss/_larger.scss */
.la-fw {
  text-align: center;
  width: 1.25em;
}

/* line 1, app/assets/stylesheets/line_awesome/scss/_fixed-width.scss */
.la-fw {
  width: 1.25em;
  text-align: center;
}

/* line 1, app/assets/stylesheets/line_awesome/scss/_list.scss */
.la-ul {
  padding-left: 0;
  margin-left: 1.4285714286em;
  list-style-type: none;
}

/* line 5, app/assets/stylesheets/line_awesome/scss/_list.scss */
.la-ul > li {
  position: relative;
}

/* line 10, app/assets/stylesheets/line_awesome/scss/_list.scss */
.la-li {
  position: absolute;
  left: -2em;
  text-align: center;
  width: 1.4285714286em;
  line-height: inherit;
}

/* line 16, app/assets/stylesheets/line_awesome/scss/_list.scss */
.la-li.la-lg {
  left: -1.1428571429em;
}

/* line 4, app/assets/stylesheets/line_awesome/scss/_bordered_pulled.scss */
.la-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, app/assets/stylesheets/line_awesome/scss/_bordered_pulled.scss */
.la-pull-left {
  float: left;
}

/* line 11, app/assets/stylesheets/line_awesome/scss/_bordered_pulled.scss */
.la-pull-right {
  float: right;
}

/* line 14, app/assets/stylesheets/line_awesome/scss/_bordered_pulled.scss */
.la.la-pull-left {
  margin-right: .3em;
}

/* line 15, app/assets/stylesheets/line_awesome/scss/_bordered_pulled.scss */
.la.la-pull-right {
  margin-left: .3em;
}

/* line 19, app/assets/stylesheets/line_awesome/scss/_bordered_pulled.scss */
.la.pull-left {
  margin-right: .3em;
}

/* line 20, app/assets/stylesheets/line_awesome/scss/_bordered_pulled.scss */
.la.pull-right {
  margin-left: .3em;
}

/* line 1, app/assets/stylesheets/line_awesome/scss/_rotated-flipped.scss */
.la-pull-left {
  float: left;
}

/* line 5, app/assets/stylesheets/line_awesome/scss/_rotated-flipped.scss */
.la-pull-right {
  float: right;
}

/* line 9, app/assets/stylesheets/line_awesome/scss/_rotated-flipped.scss */
.la.la-pull-left,
.las.la-pull-left,
.lar.la-pull-left,
.lal.la-pull-left,
.lab.la-pull-left {
  margin-right: .3em;
}

/* line 17, app/assets/stylesheets/line_awesome/scss/_rotated-flipped.scss */
.la.la-pull-right,
.las.la-pull-right,
.lar.la-pull-right,
.lal.la-pull-right,
.lab.la-pull-right {
  margin-left: .3em;
}

/* line 25, app/assets/stylesheets/line_awesome/scss/_rotated-flipped.scss */
.la-spin {
  -webkit-animation: la-spin 2s infinite linear;
  animation: la-spin 2s infinite linear;
}

/* line 30, app/assets/stylesheets/line_awesome/scss/_rotated-flipped.scss */
.la-pulse {
  -webkit-animation: la-spin 1s infinite steps(8);
  animation: la-spin 1s infinite steps(8);
}

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

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

/* line 57, app/assets/stylesheets/line_awesome/scss/_rotated-flipped.scss */
.la-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 63, app/assets/stylesheets/line_awesome/scss/_rotated-flipped.scss */
.la-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 69, app/assets/stylesheets/line_awesome/scss/_rotated-flipped.scss */
.la-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 75, app/assets/stylesheets/line_awesome/scss/_rotated-flipped.scss */
.la-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 81, app/assets/stylesheets/line_awesome/scss/_rotated-flipped.scss */
.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 87, app/assets/stylesheets/line_awesome/scss/_rotated-flipped.scss */
.la-flip-both, .la-flip-horizontal.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

/* line 93, app/assets/stylesheets/line_awesome/scss/_rotated-flipped.scss */
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-flip-both {
  -webkit-filter: none;
  filter: none;
}

/* line 1, app/assets/stylesheets/line_awesome/scss/_stacked.scss */
.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 10, app/assets/stylesheets/line_awesome/scss/_stacked.scss */
.la-stack-1x,
.la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 17, app/assets/stylesheets/line_awesome/scss/_stacked.scss */
.la-stack-1x {
  line-height: inherit;
}

/* line 21, app/assets/stylesheets/line_awesome/scss/_stacked.scss */
.la-stack-2x {
  font-size: 2em;
}

/* line 25, app/assets/stylesheets/line_awesome/scss/_stacked.scss */
.la-inverse {
  color: #fff;
}

/* line 1, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-500px:before {
  content: "\f26e";
}

/* line 2, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-accessible-icon:before {
  content: "\f368";
}

/* line 3, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-accusoft:before {
  content: "\f369";
}

/* line 4, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 5, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ad:before {
  content: "\f641";
}

/* line 6, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-address-book:before {
  content: "\f2b9";
}

/* line 7, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-address-card:before {
  content: "\f2bb";
}

/* line 8, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-adjust:before {
  content: "\f042";
}

/* line 9, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-adn:before {
  content: "\f170";
}

/* line 10, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-adobe:before {
  content: "\f778";
}

/* line 11, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-adversal:before {
  content: "\f36a";
}

/* line 12, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-affiliatetheme:before {
  content: "\f36b";
}

/* line 13, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-air-freshener:before {
  content: "\f5d0";
}

/* line 14, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-airbnb:before {
  content: "\f834";
}

/* line 15, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-algolia:before {
  content: "\f36c";
}

/* line 16, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-align-center:before {
  content: "\f037";
}

/* line 17, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-align-justify:before {
  content: "\f039";
}

/* line 18, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-align-left:before {
  content: "\f036";
}

/* line 19, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-align-right:before {
  content: "\f038";
}

/* line 20, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-alipay:before {
  content: "\f642";
}

/* line 21, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-allergies:before {
  content: "\f461";
}

/* line 22, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-amazon:before {
  content: "\f270";
}

/* line 23, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-amazon-pay:before {
  content: "\f42c";
}

/* line 24, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ambulance:before {
  content: "\f0f9";
}

/* line 25, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 26, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-amilia:before {
  content: "\f36d";
}

/* line 27, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-anchor:before {
  content: "\f13d";
}

/* line 28, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-android:before {
  content: "\f17b";
}

/* line 29, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-angellist:before {
  content: "\f209";
}

/* line 30, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-angle-double-down:before {
  content: "\f103";
}

/* line 31, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-angle-double-left:before {
  content: "\f100";
}

/* line 32, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-angle-double-right:before {
  content: "\f101";
}

/* line 33, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-angle-double-up:before {
  content: "\f102";
}

/* line 34, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-angle-down:before {
  content: "\f107";
}

/* line 35, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-angle-left:before {
  content: "\f104";
}

/* line 36, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-angle-right:before {
  content: "\f105";
}

/* line 37, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-angle-up:before {
  content: "\f106";
}

/* line 38, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-angry:before {
  content: "\f556";
}

/* line 39, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-angrycreative:before {
  content: "\f36e";
}

/* line 40, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-angular:before {
  content: "\f420";
}

/* line 41, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ankh:before {
  content: "\f644";
}

/* line 42, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-app-store:before {
  content: "\f36f";
}

/* line 43, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-app-store-ios:before {
  content: "\f370";
}

/* line 44, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-apper:before {
  content: "\f371";
}

/* line 45, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-apple:before {
  content: "\f179";
}

/* line 46, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-apple-alt:before {
  content: "\f5d1";
}

/* line 47, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-apple-pay:before {
  content: "\f415";
}

/* line 48, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-archive:before {
  content: "\f187";
}

/* line 49, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-archway:before {
  content: "\f557";
}

/* line 50, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 51, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 52, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 53, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 54, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 55, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 56, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 57, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 58, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-arrow-down:before {
  content: "\f063";
}

/* line 59, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-arrow-left:before {
  content: "\f060";
}

/* line 60, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-arrow-right:before {
  content: "\f061";
}

/* line 61, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-arrow-up:before {
  content: "\f062";
}

/* line 62, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-arrows-alt:before {
  content: "\f0b2";
}

/* line 63, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-arrows-alt-h:before {
  content: "\f337";
}

/* line 64, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-arrows-alt-v:before {
  content: "\f338";
}

/* line 65, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-artstation:before {
  content: "\f77a";
}

/* line 66, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 67, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-asterisk:before {
  content: "\f069";
}

/* line 68, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-asymmetrik:before {
  content: "\f372";
}

/* line 69, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-at:before {
  content: "\f1fa";
}

/* line 70, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-atlas:before {
  content: "\f558";
}

/* line 71, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-atlassian:before {
  content: "\f77b";
}

/* line 72, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-atom:before {
  content: "\f5d2";
}

/* line 73, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-audible:before {
  content: "\f373";
}

/* line 74, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-audio-description:before {
  content: "\f29e";
}

/* line 75, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-autoprefixer:before {
  content: "\f41c";
}

/* line 76, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-avianex:before {
  content: "\f374";
}

/* line 77, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-aviato:before {
  content: "\f421";
}

/* line 78, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-award:before {
  content: "\f559";
}

/* line 79, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-aws:before {
  content: "\f375";
}

/* line 80, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-baby:before {
  content: "\f77c";
}

/* line 81, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-baby-carriage:before {
  content: "\f77d";
}

/* line 82, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-backspace:before {
  content: "\f55a";
}

/* line 83, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-backward:before {
  content: "\f04a";
}

/* line 84, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bacon:before {
  content: "\f7e5";
}

/* line 85, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-balance-scale:before {
  content: "\f24e";
}

/* line 86, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-balance-scale-left:before {
  content: "\f515";
}

/* line 87, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-balance-scale-right:before {
  content: "\f516";
}

/* line 88, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ban:before {
  content: "\f05e";
}

/* line 89, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-band-aid:before {
  content: "\f462";
}

/* line 90, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bandcamp:before {
  content: "\f2d5";
}

/* line 91, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-barcode:before {
  content: "\f02a";
}

/* line 92, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bars:before {
  content: "\f0c9";
}

/* line 93, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-baseball-ball:before {
  content: "\f433";
}

/* line 94, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-basketball-ball:before {
  content: "\f434";
}

/* line 95, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bath:before {
  content: "\f2cd";
}

/* line 96, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-battery-empty:before {
  content: "\f244";
}

/* line 97, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-battery-full:before {
  content: "\f240";
}

/* line 98, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-battery-half:before {
  content: "\f242";
}

/* line 99, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-battery-quarter:before {
  content: "\f243";
}

/* line 100, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-battery-three-quarters:before {
  content: "\f241";
}

/* line 101, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-battle-net:before {
  content: "\f835";
}

/* line 102, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bed:before {
  content: "\f236";
}

/* line 103, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-beer:before {
  content: "\f0fc";
}

/* line 104, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-behance:before {
  content: "\f1b4";
}

/* line 105, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-behance-square:before {
  content: "\f1b5";
}

/* line 106, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bell:before {
  content: "\f0f3";
}

/* line 107, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bell-slash:before {
  content: "\f1f6";
}

/* line 108, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bezier-curve:before {
  content: "\f55b";
}

/* line 109, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bible:before {
  content: "\f647";
}

/* line 110, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bicycle:before {
  content: "\f206";
}

/* line 111, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-biking:before {
  content: "\f84a";
}

/* line 112, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bimobject:before {
  content: "\f378";
}

/* line 113, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-binoculars:before {
  content: "\f1e5";
}

/* line 114, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-biohazard:before {
  content: "\f780";
}

/* line 115, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-birthday-cake:before {
  content: "\f1fd";
}

/* line 116, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bitbucket:before {
  content: "\f171";
}

/* line 117, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bitcoin:before {
  content: "\f379";
}

/* line 118, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bity:before {
  content: "\f37a";
}

/* line 119, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-black-tie:before {
  content: "\f27e";
}

/* line 120, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-blackberry:before {
  content: "\f37b";
}

/* line 121, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-blender:before {
  content: "\f517";
}

/* line 122, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-blender-phone:before {
  content: "\f6b6";
}

/* line 123, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-blind:before {
  content: "\f29d";
}

/* line 124, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-blog:before {
  content: "\f781";
}

/* line 125, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-blogger:before {
  content: "\f37c";
}

/* line 126, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-blogger-b:before {
  content: "\f37d";
}

/* line 127, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bluetooth:before {
  content: "\f293";
}

/* line 128, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bluetooth-b:before {
  content: "\f294";
}

/* line 129, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bold:before {
  content: "\f032";
}

/* line 130, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bolt:before {
  content: "\f0e7";
}

/* line 131, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bomb:before {
  content: "\f1e2";
}

/* line 132, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bone:before {
  content: "\f5d7";
}

/* line 133, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bong:before {
  content: "\f55c";
}

/* line 134, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-book:before {
  content: "\f02d";
}

/* line 135, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-book-dead:before {
  content: "\f6b7";
}

/* line 136, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-book-medical:before {
  content: "\f7e6";
}

/* line 137, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-book-open:before {
  content: "\f518";
}

/* line 138, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-book-reader:before {
  content: "\f5da";
}

/* line 139, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bookmark:before {
  content: "\f02e";
}

/* line 140, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bootstrap:before {
  content: "\f836";
}

/* line 141, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-border-all:before {
  content: "\f84c";
}

/* line 142, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-border-none:before {
  content: "\f850";
}

/* line 143, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-border-style:before {
  content: "\f853";
}

/* line 144, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bowling-ball:before {
  content: "\f436";
}

/* line 145, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-box:before {
  content: "\f466";
}

/* line 146, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-box-open:before {
  content: "\f49e";
}

/* line 147, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-boxes:before {
  content: "\f468";
}

/* line 148, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-braille:before {
  content: "\f2a1";
}

/* line 149, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-brain:before {
  content: "\f5dc";
}

/* line 150, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bread-slice:before {
  content: "\f7ec";
}

/* line 151, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-briefcase:before {
  content: "\f0b1";
}

/* line 152, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-briefcase-medical:before {
  content: "\f469";
}

/* line 153, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-broadcast-tower:before {
  content: "\f519";
}

/* line 154, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-broom:before {
  content: "\f51a";
}

/* line 155, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-brush:before {
  content: "\f55d";
}

/* line 156, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-btc:before {
  content: "\f15a";
}

/* line 157, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-buffer:before {
  content: "\f837";
}

/* line 158, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bug:before {
  content: "\f188";
}

/* line 159, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-building:before {
  content: "\f1ad";
}

/* line 160, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bullhorn:before {
  content: "\f0a1";
}

/* line 161, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bullseye:before {
  content: "\f140";
}

/* line 162, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-burn:before {
  content: "\f46a";
}

/* line 163, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-buromobelexperte:before {
  content: "\f37f";
}

/* line 164, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bus:before {
  content: "\f207";
}

/* line 165, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-bus-alt:before {
  content: "\f55e";
}

/* line 166, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-business-time:before {
  content: "\f64a";
}

/* line 167, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-buysellads:before {
  content: "\f20d";
}

/* line 168, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-calculator:before {
  content: "\f1ec";
}

/* line 169, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-calendar:before {
  content: "\f133";
}

/* line 170, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-calendar-alt:before {
  content: "\f073";
}

/* line 171, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-calendar-check:before {
  content: "\f274";
}

/* line 172, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-calendar-day:before {
  content: "\f783";
}

/* line 173, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-calendar-minus:before {
  content: "\f272";
}

/* line 174, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-calendar-plus:before {
  content: "\f271";
}

/* line 175, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-calendar-times:before {
  content: "\f273";
}

/* line 176, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-calendar-week:before {
  content: "\f784";
}

/* line 177, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-camera:before {
  content: "\f030";
}

/* line 178, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-camera-retro:before {
  content: "\f083";
}

/* line 179, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-campground:before {
  content: "\f6bb";
}

/* line 180, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 181, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-candy-cane:before {
  content: "\f786";
}

/* line 182, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cannabis:before {
  content: "\f55f";
}

/* line 183, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-capsules:before {
  content: "\f46b";
}

/* line 184, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-car:before {
  content: "\f1b9";
}

/* line 185, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-car-alt:before {
  content: "\f5de";
}

/* line 186, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-car-battery:before {
  content: "\f5df";
}

/* line 187, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-car-crash:before {
  content: "\f5e1";
}

/* line 188, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-car-side:before {
  content: "\f5e4";
}

/* line 189, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-caret-down:before {
  content: "\f0d7";
}

/* line 190, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-caret-left:before {
  content: "\f0d9";
}

/* line 191, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-caret-right:before {
  content: "\f0da";
}

/* line 192, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-caret-square-down:before {
  content: "\f150";
}

/* line 193, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-caret-square-left:before {
  content: "\f191";
}

/* line 194, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-caret-square-right:before {
  content: "\f152";
}

/* line 195, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-caret-square-up:before {
  content: "\f151";
}

/* line 196, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-caret-up:before {
  content: "\f0d8";
}

/* line 197, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-carrot:before {
  content: "\f787";
}

/* line 198, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cart-arrow-down:before {
  content: "\f218";
}

/* line 199, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cart-plus:before {
  content: "\f217";
}

/* line 200, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cash-register:before {
  content: "\f788";
}

/* line 201, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cat:before {
  content: "\f6be";
}

/* line 202, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 203, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cc-amex:before {
  content: "\f1f3";
}

/* line 204, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cc-apple-pay:before {
  content: "\f416";
}

/* line 205, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cc-diners-club:before {
  content: "\f24c";
}

/* line 206, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cc-discover:before {
  content: "\f1f2";
}

/* line 207, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cc-jcb:before {
  content: "\f24b";
}

/* line 208, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cc-mastercard:before {
  content: "\f1f1";
}

/* line 209, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cc-paypal:before {
  content: "\f1f4";
}

/* line 210, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cc-stripe:before {
  content: "\f1f5";
}

/* line 211, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cc-visa:before {
  content: "\f1f0";
}

/* line 212, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-centercode:before {
  content: "\f380";
}

/* line 213, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-centos:before {
  content: "\f789";
}

/* line 214, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-certificate:before {
  content: "\f0a3";
}

/* line 215, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chair:before {
  content: "\f6c0";
}

/* line 216, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chalkboard:before {
  content: "\f51b";
}

/* line 217, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 218, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-charging-station:before {
  content: "\f5e7";
}

/* line 219, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chart-area:before {
  content: "\f1fe";
}

/* line 220, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chart-bar:before {
  content: "\f080";
}

/* line 221, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chart-line:before {
  content: "\f201";
}

/* line 222, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chart-pie:before {
  content: "\f200";
}

/* line 223, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-check:before {
  content: "\f00c";
}

/* line 224, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-check-circle:before {
  content: "\f058";
}

/* line 225, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-check-double:before {
  content: "\f560";
}

/* line 226, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-check-square:before {
  content: "\f14a";
}

/* line 227, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cheese:before {
  content: "\f7ef";
}

/* line 228, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chess:before {
  content: "\f439";
}

/* line 229, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chess-bishop:before {
  content: "\f43a";
}

/* line 230, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chess-board:before {
  content: "\f43c";
}

/* line 231, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chess-king:before {
  content: "\f43f";
}

/* line 232, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chess-knight:before {
  content: "\f441";
}

/* line 233, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chess-pawn:before {
  content: "\f443";
}

/* line 234, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chess-queen:before {
  content: "\f445";
}

/* line 235, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chess-rook:before {
  content: "\f447";
}

/* line 236, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chevron-circle-down:before {
  content: "\f13a";
}

/* line 237, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chevron-circle-left:before {
  content: "\f137";
}

/* line 238, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chevron-circle-right:before {
  content: "\f138";
}

/* line 239, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chevron-circle-up:before {
  content: "\f139";
}

/* line 240, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chevron-down:before {
  content: "\f078";
}

/* line 241, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chevron-left:before {
  content: "\f053";
}

/* line 242, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chevron-right:before {
  content: "\f054";
}

/* line 243, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chevron-up:before {
  content: "\f077";
}

/* line 244, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-child:before {
  content: "\f1ae";
}

/* line 245, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chrome:before {
  content: "\f268";
}

/* line 246, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-chromecast:before {
  content: "\f838";
}

/* line 247, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-church:before {
  content: "\f51d";
}

/* line 248, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-circle:before {
  content: "\f111";
}

/* line 249, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-circle-notch:before {
  content: "\f1ce";
}

/* line 250, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-city:before {
  content: "\f64f";
}

/* line 251, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-clinic-medical:before {
  content: "\f7f2";
}

/* line 252, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-clipboard:before {
  content: "\f328";
}

/* line 253, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-clipboard-check:before {
  content: "\f46c";
}

/* line 254, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-clipboard-list:before {
  content: "\f46d";
}

/* line 255, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-clock:before {
  content: "\f017";
}

/* line 256, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-clone:before {
  content: "\f24d";
}

/* line 257, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-closed-captioning:before {
  content: "\f20a";
}

/* line 258, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cloud:before {
  content: "\f0c2";
}

/* line 259, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cloud-download-alt:before {
  content: "\f381";
}

/* line 260, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cloud-meatball:before {
  content: "\f73b";
}

/* line 261, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cloud-moon:before {
  content: "\f6c3";
}

/* line 262, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 263, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cloud-rain:before {
  content: "\f73d";
}

/* line 264, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 265, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cloud-sun:before {
  content: "\f6c4";
}

/* line 266, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cloud-sun-rain:before {
  content: "\f743";
}

/* line 267, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cloud-upload-alt:before {
  content: "\f382";
}

/* line 268, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cloudscale:before {
  content: "\f383";
}

/* line 269, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cloudsmith:before {
  content: "\f384";
}

/* line 270, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cloudversify:before {
  content: "\f385";
}

/* line 271, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cocktail:before {
  content: "\f561";
}

/* line 272, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-code:before {
  content: "\f121";
}

/* line 273, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-code-branch:before {
  content: "\f126";
}

/* line 274, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-codepen:before {
  content: "\f1cb";
}

/* line 275, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-codiepie:before {
  content: "\f284";
}

/* line 276, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-coffee:before {
  content: "\f0f4";
}

/* line 277, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cog:before {
  content: "\f013";
}

/* line 278, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cogs:before {
  content: "\f085";
}

/* line 279, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-coins:before {
  content: "\f51e";
}

/* line 280, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-columns:before {
  content: "\f0db";
}

/* line 281, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-comment:before {
  content: "\f075";
}

/* line 282, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-comment-alt:before {
  content: "\f27a";
}

/* line 283, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-comment-dollar:before {
  content: "\f651";
}

/* line 284, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-comment-dots:before {
  content: "\f4ad";
}

/* line 285, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-comment-medical:before {
  content: "\f7f5";
}

/* line 286, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-comment-slash:before {
  content: "\f4b3";
}

/* line 287, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-comments:before {
  content: "\f086";
}

/* line 288, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-comments-dollar:before {
  content: "\f653";
}

/* line 289, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-compact-disc:before {
  content: "\f51f";
}

/* line 290, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-compass:before {
  content: "\f14e";
}

/* line 291, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-compress:before {
  content: "\f066";
}

/* line 292, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 293, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-concierge-bell:before {
  content: "\f562";
}

/* line 294, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-confluence:before {
  content: "\f78d";
}

/* line 295, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-connectdevelop:before {
  content: "\f20e";
}

/* line 296, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-contao:before {
  content: "\f26d";
}

/* line 297, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cookie:before {
  content: "\f563";
}

/* line 298, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cookie-bite:before {
  content: "\f564";
}

/* line 299, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-copy:before {
  content: "\f0c5";
}

/* line 300, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-copyright:before {
  content: "\f1f9";
}

/* line 301, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cotton-bureau:before {
  content: "\f89e";
}

/* line 302, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-couch:before {
  content: "\f4b8";
}

/* line 303, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cpanel:before {
  content: "\f388";
}

/* line 304, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-creative-commons:before {
  content: "\f25e";
}

/* line 305, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-creative-commons-by:before {
  content: "\f4e7";
}

/* line 306, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 307, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 308, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 309, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 310, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 311, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 312, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 313, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 314, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 315, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 316, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-creative-commons-share:before {
  content: "\f4f2";
}

/* line 317, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 318, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-credit-card:before {
  content: "\f09d";
}

/* line 319, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-critical-role:before {
  content: "\f6c9";
}

/* line 320, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-crop:before {
  content: "\f125";
}

/* line 321, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-crop-alt:before {
  content: "\f565";
}

/* line 322, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cross:before {
  content: "\f654";
}

/* line 323, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-crosshairs:before {
  content: "\f05b";
}

/* line 324, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-crow:before {
  content: "\f520";
}

/* line 325, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-crown:before {
  content: "\f521";
}

/* line 326, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-crutch:before {
  content: "\f7f7";
}

/* line 327, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-css3:before {
  content: "\f13c";
}

/* line 328, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-css3-alt:before {
  content: "\f38b";
}

/* line 329, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cube:before {
  content: "\f1b2";
}

/* line 330, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cubes:before {
  content: "\f1b3";
}

/* line 331, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cut:before {
  content: "\f0c4";
}

/* line 332, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-cuttlefish:before {
  content: "\f38c";
}

/* line 333, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-d-and-d:before {
  content: "\f38d";
}

/* line 334, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 335, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dashcube:before {
  content: "\f210";
}

/* line 336, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-database:before {
  content: "\f1c0";
}

/* line 337, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-deaf:before {
  content: "\f2a4";
}

/* line 338, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-delicious:before {
  content: "\f1a5";
}

/* line 339, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-democrat:before {
  content: "\f747";
}

/* line 340, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-deploydog:before {
  content: "\f38e";
}

/* line 341, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-deskpro:before {
  content: "\f38f";
}

/* line 342, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-desktop:before {
  content: "\f108";
}

/* line 343, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dev:before {
  content: "\f6cc";
}

/* line 344, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-deviantart:before {
  content: "\f1bd";
}

/* line 345, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dharmachakra:before {
  content: "\f655";
}

/* line 346, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dhl:before {
  content: "\f790";
}

/* line 347, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-diagnoses:before {
  content: "\f470";
}

/* line 348, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-diaspora:before {
  content: "\f791";
}

/* line 349, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dice:before {
  content: "\f522";
}

/* line 350, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dice-d20:before {
  content: "\f6cf";
}

/* line 351, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dice-d6:before {
  content: "\f6d1";
}

/* line 352, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dice-five:before {
  content: "\f523";
}

/* line 353, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dice-four:before {
  content: "\f524";
}

/* line 354, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dice-one:before {
  content: "\f525";
}

/* line 355, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dice-six:before {
  content: "\f526";
}

/* line 356, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dice-three:before {
  content: "\f527";
}

/* line 357, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dice-two:before {
  content: "\f528";
}

/* line 358, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-digg:before {
  content: "\f1a6";
}

/* line 359, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-digital-ocean:before {
  content: "\f391";
}

/* line 360, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-digital-tachograph:before {
  content: "\f566";
}

/* line 361, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-directions:before {
  content: "\f5eb";
}

/* line 362, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-discord:before {
  content: "\f392";
}

/* line 363, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-discourse:before {
  content: "\f393";
}

/* line 364, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-divide:before {
  content: "\f529";
}

/* line 365, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dizzy:before {
  content: "\f567";
}

/* line 366, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dna:before {
  content: "\f471";
}

/* line 367, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dochub:before {
  content: "\f394";
}

/* line 368, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-docker:before {
  content: "\f395";
}

/* line 369, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dog:before {
  content: "\f6d3";
}

/* line 370, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dollar-sign:before {
  content: "\f155";
}

/* line 371, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dolly:before {
  content: "\f472";
}

/* line 372, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dolly-flatbed:before {
  content: "\f474";
}

/* line 373, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-donate:before {
  content: "\f4b9";
}

/* line 374, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-door-closed:before {
  content: "\f52a";
}

/* line 375, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-door-open:before {
  content: "\f52b";
}

/* line 376, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dot-circle:before {
  content: "\f192";
}

/* line 377, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dove:before {
  content: "\f4ba";
}

/* line 378, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-download:before {
  content: "\f019";
}

/* line 379, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-draft2digital:before {
  content: "\f396";
}

/* line 380, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-drafting-compass:before {
  content: "\f568";
}

/* line 381, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dragon:before {
  content: "\f6d5";
}

/* line 382, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-draw-polygon:before {
  content: "\f5ee";
}

/* line 383, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dribbble:before {
  content: "\f17d";
}

/* line 384, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dribbble-square:before {
  content: "\f397";
}

/* line 385, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dropbox:before {
  content: "\f16b";
}

/* line 386, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-drum:before {
  content: "\f569";
}

/* line 387, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-drum-steelpan:before {
  content: "\f56a";
}

/* line 388, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-drumstick-bite:before {
  content: "\f6d7";
}

/* line 389, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-drupal:before {
  content: "\f1a9";
}

/* line 390, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dumbbell:before {
  content: "\f44b";
}

/* line 391, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dumpster:before {
  content: "\f793";
}

/* line 392, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dumpster-fire:before {
  content: "\f794";
}

/* line 393, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dungeon:before {
  content: "\f6d9";
}

/* line 394, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-dyalog:before {
  content: "\f399";
}

/* line 395, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-earlybirds:before {
  content: "\f39a";
}

/* line 396, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ebay:before {
  content: "\f4f4";
}

/* line 397, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-edge:before {
  content: "\f282";
}

/* line 398, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-edit:before {
  content: "\f044";
}

/* line 399, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-egg:before {
  content: "\f7fb";
}

/* line 400, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-eject:before {
  content: "\f052";
}

/* line 401, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-elementor:before {
  content: "\f430";
}

/* line 402, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ellipsis-h:before {
  content: "\f141";
}

/* line 403, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ellipsis-v:before {
  content: "\f142";
}

/* line 404, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ello:before {
  content: "\f5f1";
}

/* line 405, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ember:before {
  content: "\f423";
}

/* line 406, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-empire:before {
  content: "\f1d1";
}

/* line 407, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-envelope:before {
  content: "\f0e0";
}

/* line 408, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-envelope-open:before {
  content: "\f2b6";
}

/* line 409, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-envelope-open-text:before {
  content: "\f658";
}

/* line 410, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-envelope-square:before {
  content: "\f199";
}

/* line 411, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-envira:before {
  content: "\f299";
}

/* line 412, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-equals:before {
  content: "\f52c";
}

/* line 413, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-eraser:before {
  content: "\f12d";
}

/* line 414, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-erlang:before {
  content: "\f39d";
}

/* line 415, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ethereum:before {
  content: "\f42e";
}

/* line 416, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ethernet:before {
  content: "\f796";
}

/* line 417, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-etsy:before {
  content: "\f2d7";
}

/* line 418, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-euro-sign:before {
  content: "\f153";
}

/* line 419, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-evernote:before {
  content: "\f839";
}

/* line 420, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-exchange-alt:before {
  content: "\f362";
}

/* line 421, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-exclamation:before {
  content: "\f12a";
}

/* line 422, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-exclamation-circle:before {
  content: "\f06a";
}

/* line 423, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-exclamation-triangle:before {
  content: "\f071";
}

/* line 424, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-expand:before {
  content: "\f065";
}

/* line 425, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 426, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-expeditedssl:before {
  content: "\f23e";
}

/* line 427, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-external-link-alt:before {
  content: "\f35d";
}

/* line 428, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-external-link-square-alt:before {
  content: "\f360";
}

/* line 429, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-eye:before {
  content: "\f06e";
}

/* line 430, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-eye-dropper:before {
  content: "\f1fb";
}

/* line 431, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-eye-slash:before {
  content: "\f070";
}

/* line 432, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-facebook:before {
  content: "\f09a";
}

/* line 433, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-facebook-f:before {
  content: "\f39e";
}

/* line 434, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-facebook-messenger:before {
  content: "\f39f";
}

/* line 435, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-facebook-square:before {
  content: "\f082";
}

/* line 436, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fan:before {
  content: "\f863";
}

/* line 437, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 438, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fast-backward:before {
  content: "\f049";
}

/* line 439, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fast-forward:before {
  content: "\f050";
}

/* line 440, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fax:before {
  content: "\f1ac";
}

/* line 441, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-feather:before {
  content: "\f52d";
}

/* line 442, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-feather-alt:before {
  content: "\f56b";
}

/* line 443, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fedex:before {
  content: "\f797";
}

/* line 444, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fedora:before {
  content: "\f798";
}

/* line 445, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-female:before {
  content: "\f182";
}

/* line 446, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fighter-jet:before {
  content: "\f0fb";
}

/* line 447, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-figma:before {
  content: "\f799";
}

/* line 448, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file:before {
  content: "\f15b";
}

/* line 449, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-alt:before {
  content: "\f15c";
}

/* line 450, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-archive:before {
  content: "\f1c6";
}

/* line 451, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-audio:before {
  content: "\f1c7";
}

/* line 452, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-code:before {
  content: "\f1c9";
}

/* line 453, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-contract:before {
  content: "\f56c";
}

/* line 454, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-csv:before {
  content: "\f6dd";
}

/* line 455, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-download:before {
  content: "\f56d";
}

/* line 456, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-excel:before {
  content: "\f1c3";
}

/* line 457, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-export:before {
  content: "\f56e";
}

/* line 458, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-image:before {
  content: "\f1c5";
}

/* line 459, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-import:before {
  content: "\f56f";
}

/* line 460, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-invoice:before {
  content: "\f570";
}

/* line 461, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-invoice-dollar:before {
  content: "\f571";
}

/* line 462, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-medical:before {
  content: "\f477";
}

/* line 463, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-medical-alt:before {
  content: "\f478";
}

/* line 464, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-pdf:before {
  content: "\f1c1";
}

/* line 465, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-powerpoint:before {
  content: "\f1c4";
}

/* line 466, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-prescription:before {
  content: "\f572";
}

/* line 467, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-signature:before {
  content: "\f573";
}

/* line 468, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-upload:before {
  content: "\f574";
}

/* line 469, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-video:before {
  content: "\f1c8";
}

/* line 470, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-file-word:before {
  content: "\f1c2";
}

/* line 471, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fill:before {
  content: "\f575";
}

/* line 472, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fill-drip:before {
  content: "\f576";
}

/* line 473, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-film:before {
  content: "\f008";
}

/* line 474, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-filter:before {
  content: "\f0b0";
}

/* line 475, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fingerprint:before {
  content: "\f577";
}

/* line 476, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fire:before {
  content: "\f06d";
}

/* line 477, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fire-alt:before {
  content: "\f7e4";
}

/* line 478, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fire-extinguisher:before {
  content: "\f134";
}

/* line 479, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-firefox:before {
  content: "\f269";
}

/* line 480, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-first-aid:before {
  content: "\f479";
}

/* line 481, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-first-order:before {
  content: "\f2b0";
}

/* line 482, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-first-order-alt:before {
  content: "\f50a";
}

/* line 483, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-firstdraft:before {
  content: "\f3a1";
}

/* line 484, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fish:before {
  content: "\f578";
}

/* line 485, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fist-raised:before {
  content: "\f6de";
}

/* line 486, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-flag:before {
  content: "\f024";
}

/* line 487, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-flag-checkered:before {
  content: "\f11e";
}

/* line 488, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-flag-usa:before {
  content: "\f74d";
}

/* line 489, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-flask:before {
  content: "\f0c3";
}

/* line 490, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-flickr:before {
  content: "\f16e";
}

/* line 491, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-flipboard:before {
  content: "\f44d";
}

/* line 492, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-flushed:before {
  content: "\f579";
}

/* line 493, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fly:before {
  content: "\f417";
}

/* line 494, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-folder:before {
  content: "\f07b";
}

/* line 495, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-folder-minus:before {
  content: "\f65d";
}

/* line 496, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-folder-open:before {
  content: "\f07c";
}

/* line 497, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-folder-plus:before {
  content: "\f65e";
}

/* line 498, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-font:before {
  content: "\f031";
}

/* line 499, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-font-awesome:before {
  content: "\f2b4";
}

/* line 500, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-font-awesome-alt:before {
  content: "\f35c";
}

/* line 501, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-font-awesome-flag:before {
  content: "\f425";
}

/* line 502, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fonticons:before {
  content: "\f280";
}

/* line 503, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fonticons-fi:before {
  content: "\f3a2";
}

/* line 504, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-football-ball:before {
  content: "\f44e";
}

/* line 505, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fort-awesome:before {
  content: "\f286";
}

/* line 506, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 507, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-forumbee:before {
  content: "\f211";
}

/* line 508, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-forward:before {
  content: "\f04e";
}

/* line 509, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-foursquare:before {
  content: "\f180";
}

/* line 510, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-free-code-camp:before {
  content: "\f2c5";
}

/* line 511, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-freebsd:before {
  content: "\f3a4";
}

/* line 512, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-frog:before {
  content: "\f52e";
}

/* line 513, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-frown:before {
  content: "\f119";
}

/* line 514, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-frown-open:before {
  content: "\f57a";
}

/* line 515, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-fulcrum:before {
  content: "\f50b";
}

/* line 516, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-funnel-dollar:before {
  content: "\f662";
}

/* line 517, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-futbol:before {
  content: "\f1e3";
}

/* line 518, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-galactic-republic:before {
  content: "\f50c";
}

/* line 519, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-galactic-senate:before {
  content: "\f50d";
}

/* line 520, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-gamepad:before {
  content: "\f11b";
}

/* line 521, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-gas-pump:before {
  content: "\f52f";
}

/* line 522, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-gavel:before {
  content: "\f0e3";
}

/* line 523, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-gem:before {
  content: "\f3a5";
}

/* line 524, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-genderless:before {
  content: "\f22d";
}

/* line 525, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-get-pocket:before {
  content: "\f265";
}

/* line 526, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-gg:before {
  content: "\f260";
}

/* line 527, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-gg-circle:before {
  content: "\f261";
}

/* line 528, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ghost:before {
  content: "\f6e2";
}

/* line 529, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-gift:before {
  content: "\f06b";
}

/* line 530, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-gifts:before {
  content: "\f79c";
}

/* line 531, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-git:before {
  content: "\f1d3";
}

/* line 532, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-git-alt:before {
  content: "\f841";
}

/* line 533, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-git-square:before {
  content: "\f1d2";
}

/* line 534, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-github:before {
  content: "\f09b";
}

/* line 535, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-github-alt:before {
  content: "\f113";
}

/* line 536, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-github-square:before {
  content: "\f092";
}

/* line 537, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-gitkraken:before {
  content: "\f3a6";
}

/* line 538, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-gitlab:before {
  content: "\f296";
}

/* line 539, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-gitter:before {
  content: "\f426";
}

/* line 540, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-glass-cheers:before {
  content: "\f79f";
}

/* line 541, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-glass-martini:before {
  content: "\f000";
}

/* line 542, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-glass-martini-alt:before {
  content: "\f57b";
}

/* line 543, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-glass-whiskey:before {
  content: "\f7a0";
}

/* line 544, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-glasses:before {
  content: "\f530";
}

/* line 545, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-glide:before {
  content: "\f2a5";
}

/* line 546, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-glide-g:before {
  content: "\f2a6";
}

/* line 547, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-globe:before {
  content: "\f0ac";
}

/* line 548, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-globe-africa:before {
  content: "\f57c";
}

/* line 549, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-globe-americas:before {
  content: "\f57d";
}

/* line 550, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-globe-asia:before {
  content: "\f57e";
}

/* line 551, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-globe-europe:before {
  content: "\f7a2";
}

/* line 552, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-gofore:before {
  content: "\f3a7";
}

/* line 553, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-golf-ball:before {
  content: "\f450";
}

/* line 554, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-goodreads:before {
  content: "\f3a8";
}

/* line 555, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-goodreads-g:before {
  content: "\f3a9";
}

/* line 556, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-google:before {
  content: "\f1a0";
}

/* line 557, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-google-drive:before {
  content: "\f3aa";
}

/* line 558, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-google-play:before {
  content: "\f3ab";
}

/* line 559, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-google-plus:before {
  content: "\f2b3";
}

/* line 560, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-google-plus-g:before {
  content: "\f0d5";
}

/* line 561, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-google-plus-square:before {
  content: "\f0d4";
}

/* line 562, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-google-wallet:before {
  content: "\f1ee";
}

/* line 563, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-gopuram:before {
  content: "\f664";
}

/* line 564, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-graduation-cap:before {
  content: "\f19d";
}

/* line 565, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-gratipay:before {
  content: "\f184";
}

/* line 566, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grav:before {
  content: "\f2d6";
}

/* line 567, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-greater-than:before {
  content: "\f531";
}

/* line 568, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-greater-than-equal:before {
  content: "\f532";
}

/* line 569, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grimace:before {
  content: "\f57f";
}

/* line 570, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grin:before {
  content: "\f580";
}

/* line 571, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grin-alt:before {
  content: "\f581";
}

/* line 572, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grin-beam:before {
  content: "\f582";
}

/* line 573, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grin-beam-sweat:before {
  content: "\f583";
}

/* line 574, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grin-hearts:before {
  content: "\f584";
}

/* line 575, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grin-squint:before {
  content: "\f585";
}

/* line 576, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grin-squint-tears:before {
  content: "\f586";
}

/* line 577, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grin-stars:before {
  content: "\f587";
}

/* line 578, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grin-tears:before {
  content: "\f588";
}

/* line 579, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grin-tongue:before {
  content: "\f589";
}

/* line 580, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 581, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 582, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grin-wink:before {
  content: "\f58c";
}

/* line 583, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grip-horizontal:before {
  content: "\f58d";
}

/* line 584, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grip-lines:before {
  content: "\f7a4";
}

/* line 585, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 586, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grip-vertical:before {
  content: "\f58e";
}

/* line 587, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-gripfire:before {
  content: "\f3ac";
}

/* line 588, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-grunt:before {
  content: "\f3ad";
}

/* line 589, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-guitar:before {
  content: "\f7a6";
}

/* line 590, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-gulp:before {
  content: "\f3ae";
}

/* line 591, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-h-square:before {
  content: "\f0fd";
}

/* line 592, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hacker-news:before {
  content: "\f1d4";
}

/* line 593, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hacker-news-square:before {
  content: "\f3af";
}

/* line 594, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hackerrank:before {
  content: "\f5f7";
}

/* line 595, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hamburger:before {
  content: "\f805";
}

/* line 596, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hammer:before {
  content: "\f6e3";
}

/* line 597, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hamsa:before {
  content: "\f665";
}

/* line 598, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hand-holding:before {
  content: "\f4bd";
}

/* line 599, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hand-holding-heart:before {
  content: "\f4be";
}

/* line 600, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 601, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hand-lizard:before {
  content: "\f258";
}

/* line 602, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hand-middle-finger:before {
  content: "\f806";
}

/* line 603, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hand-paper:before {
  content: "\f256";
}

/* line 604, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hand-peace:before {
  content: "\f25b";
}

/* line 605, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hand-point-down:before {
  content: "\f0a7";
}

/* line 606, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hand-point-left:before {
  content: "\f0a5";
}

/* line 607, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hand-point-right:before {
  content: "\f0a4";
}

/* line 608, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hand-point-up:before {
  content: "\f0a6";
}

/* line 609, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hand-pointer:before {
  content: "\f25a";
}

/* line 610, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hand-rock:before {
  content: "\f255";
}

/* line 611, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hand-scissors:before {
  content: "\f257";
}

/* line 612, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hand-spock:before {
  content: "\f259";
}

/* line 613, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hands:before {
  content: "\f4c2";
}

/* line 614, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hands-helping:before {
  content: "\f4c4";
}

/* line 615, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-handshake:before {
  content: "\f2b5";
}

/* line 616, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hanukiah:before {
  content: "\f6e6";
}

/* line 617, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hard-hat:before {
  content: "\f807";
}

/* line 618, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hashtag:before {
  content: "\f292";
}

/* line 619, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hat-wizard:before {
  content: "\f6e8";
}

/* line 620, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-haykal:before {
  content: "\f666";
}

/* line 621, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hdd:before {
  content: "\f0a0";
}

/* line 622, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-heading:before {
  content: "\f1dc";
}

/* line 623, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-headphones:before {
  content: "\f025";
}

/* line 624, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-headphones-alt:before {
  content: "\f58f";
}

/* line 625, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-headset:before {
  content: "\f590";
}

/* line 626, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-heart:before {
  content: "\f004";
}

/* line 627, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-heart-broken:before {
  content: "\f7a9";
}

/* line 628, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-heartbeat:before {
  content: "\f21e";
}

/* line 629, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-helicopter:before {
  content: "\f533";
}

/* line 630, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-highlighter:before {
  content: "\f591";
}

/* line 631, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hiking:before {
  content: "\f6ec";
}

/* line 632, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hippo:before {
  content: "\f6ed";
}

/* line 633, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hips:before {
  content: "\f452";
}

/* line 634, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hire-a-helper:before {
  content: "\f3b0";
}

/* line 635, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-history:before {
  content: "\f1da";
}

/* line 636, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hockey-puck:before {
  content: "\f453";
}

/* line 637, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-holly-berry:before {
  content: "\f7aa";
}

/* line 638, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-home:before {
  content: "\f015";
}

/* line 639, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hooli:before {
  content: "\f427";
}

/* line 640, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hornbill:before {
  content: "\f592";
}

/* line 641, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-horse:before {
  content: "\f6f0";
}

/* line 642, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-horse-head:before {
  content: "\f7ab";
}

/* line 643, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hospital:before {
  content: "\f0f8";
}

/* line 644, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hospital-alt:before {
  content: "\f47d";
}

/* line 645, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hospital-symbol:before {
  content: "\f47e";
}

/* line 646, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hot-tub:before {
  content: "\f593";
}

/* line 647, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hotdog:before {
  content: "\f80f";
}

/* line 648, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hotel:before {
  content: "\f594";
}

/* line 649, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hotjar:before {
  content: "\f3b1";
}

/* line 650, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hourglass:before {
  content: "\f254";
}

/* line 651, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hourglass-end:before {
  content: "\f253";
}

/* line 652, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hourglass-half:before {
  content: "\f252";
}

/* line 653, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hourglass-start:before {
  content: "\f251";
}

/* line 654, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-house-damage:before {
  content: "\f6f1";
}

/* line 655, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-houzz:before {
  content: "\f27c";
}

/* line 656, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hryvnia:before {
  content: "\f6f2";
}

/* line 657, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-html5:before {
  content: "\f13b";
}

/* line 658, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hubspot:before {
  content: "\f3b2";
}

/* line 659, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-i-cursor:before {
  content: "\f246";
}

/* line 660, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ice-cream:before {
  content: "\f810";
}

/* line 661, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-icicles:before {
  content: "\f7ad";
}

/* line 662, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-icons:before {
  content: "\f86d";
}

/* line 663, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-id-badge:before {
  content: "\f2c1";
}

/* line 664, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-id-card:before {
  content: "\f2c2";
}

/* line 665, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-id-card-alt:before {
  content: "\f47f";
}

/* line 666, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-igloo:before {
  content: "\f7ae";
}

/* line 667, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-image:before {
  content: "\f03e";
}

/* line 668, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-images:before {
  content: "\f302";
}

/* line 669, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-imdb:before {
  content: "\f2d8";
}

/* line 670, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-inbox:before {
  content: "\f01c";
}

/* line 671, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-indent:before {
  content: "\f03c";
}

/* line 672, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-industry:before {
  content: "\f275";
}

/* line 673, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-infinity:before {
  content: "\f534";
}

/* line 674, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-info:before {
  content: "\f129";
}

/* line 675, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-info-circle:before {
  content: "\f05a";
}

/* line 676, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-instagram:before {
  content: "\f16d";
}

/* line 677, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-intercom:before {
  content: "\f7af";
}

/* line 678, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-internet-explorer:before {
  content: "\f26b";
}

/* line 679, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-invision:before {
  content: "\f7b0";
}

/* line 680, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ioxhost:before {
  content: "\f208";
}

/* line 681, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-italic:before {
  content: "\f033";
}

/* line 682, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-itch-io:before {
  content: "\f83a";
}

/* line 683, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-itunes:before {
  content: "\f3b4";
}

/* line 684, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-itunes-note:before {
  content: "\f3b5";
}

/* line 685, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-java:before {
  content: "\f4e4";
}

/* line 686, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-jedi:before {
  content: "\f669";
}

/* line 687, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-jedi-order:before {
  content: "\f50e";
}

/* line 688, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-jenkins:before {
  content: "\f3b6";
}

/* line 689, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-jira:before {
  content: "\f7b1";
}

/* line 690, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-joget:before {
  content: "\f3b7";
}

/* line 691, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-joint:before {
  content: "\f595";
}

/* line 692, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-joomla:before {
  content: "\f1aa";
}

/* line 693, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-journal-whills:before {
  content: "\f66a";
}

/* line 694, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-js:before {
  content: "\f3b8";
}

/* line 695, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-js-square:before {
  content: "\f3b9";
}

/* line 696, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-jsfiddle:before {
  content: "\f1cc";
}

/* line 697, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-kaaba:before {
  content: "\f66b";
}

/* line 698, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-kaggle:before {
  content: "\f5fa";
}

/* line 699, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-key:before {
  content: "\f084";
}

/* line 700, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-keybase:before {
  content: "\f4f5";
}

/* line 701, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-keyboard:before {
  content: "\f11c";
}

/* line 702, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-keycdn:before {
  content: "\f3ba";
}

/* line 703, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-khanda:before {
  content: "\f66d";
}

/* line 704, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-kickstarter:before {
  content: "\f3bb";
}

/* line 705, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-kickstarter-k:before {
  content: "\f3bc";
}

/* line 706, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-kiss:before {
  content: "\f596";
}

/* line 707, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-kiss-beam:before {
  content: "\f597";
}

/* line 708, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-kiss-wink-heart:before {
  content: "\f598";
}

/* line 709, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-kiwi-bird:before {
  content: "\f535";
}

/* line 710, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-korvue:before {
  content: "\f42f";
}

/* line 711, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-landmark:before {
  content: "\f66f";
}

/* line 712, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-language:before {
  content: "\f1ab";
}

/* line 713, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-laptop:before {
  content: "\f109";
}

/* line 714, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-laptop-code:before {
  content: "\f5fc";
}

/* line 715, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-laptop-medical:before {
  content: "\f812";
}

/* line 716, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-laravel:before {
  content: "\f3bd";
}

/* line 717, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-lastfm:before {
  content: "\f202";
}

/* line 718, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-lastfm-square:before {
  content: "\f203";
}

/* line 719, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-laugh:before {
  content: "\f599";
}

/* line 720, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-laugh-beam:before {
  content: "\f59a";
}

/* line 721, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-laugh-squint:before {
  content: "\f59b";
}

/* line 722, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-laugh-wink:before {
  content: "\f59c";
}

/* line 723, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-layer-group:before {
  content: "\f5fd";
}

/* line 724, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-leaf:before {
  content: "\f06c";
}

/* line 725, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-leanpub:before {
  content: "\f212";
}

/* line 726, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-lemon:before {
  content: "\f094";
}

/* line 727, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-less:before {
  content: "\f41d";
}

/* line 728, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-less-than:before {
  content: "\f536";
}

/* line 729, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-less-than-equal:before {
  content: "\f537";
}

/* line 730, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-level-down-alt:before {
  content: "\f3be";
}

/* line 731, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-level-up-alt:before {
  content: "\f3bf";
}

/* line 732, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-life-ring:before {
  content: "\f1cd";
}

/* line 733, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-lightbulb:before {
  content: "\f0eb";
}

/* line 734, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-line:before {
  content: "\f3c0";
}

/* line 735, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-link:before {
  content: "\f0c1";
}

/* line 736, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-linkedin:before {
  content: "\f08c";
}

/* line 737, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-linkedin-in:before {
  content: "\f0e1";
}

/* line 738, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-linode:before {
  content: "\f2b8";
}

/* line 739, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-linux:before {
  content: "\f17c";
}

/* line 740, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-lira-sign:before {
  content: "\f195";
}

/* line 741, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-list:before {
  content: "\f03a";
}

/* line 742, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-list-alt:before {
  content: "\f022";
}

/* line 743, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-list-ol:before {
  content: "\f0cb";
}

/* line 744, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-list-ul:before {
  content: "\f0ca";
}

/* line 745, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-location-arrow:before {
  content: "\f124";
}

/* line 746, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-lock:before {
  content: "\f023";
}

/* line 747, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-lock-open:before {
  content: "\f3c1";
}

/* line 748, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 749, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 750, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 751, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 752, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-low-vision:before {
  content: "\f2a8";
}

/* line 753, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-luggage-cart:before {
  content: "\f59d";
}

/* line 754, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-lyft:before {
  content: "\f3c3";
}

/* line 755, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-magento:before {
  content: "\f3c4";
}

/* line 756, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-magic:before {
  content: "\f0d0";
}

/* line 757, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-magnet:before {
  content: "\f076";
}

/* line 758, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mail-bulk:before {
  content: "\f674";
}

/* line 759, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mailchimp:before {
  content: "\f59e";
}

/* line 760, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-male:before {
  content: "\f183";
}

/* line 761, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mandalorian:before {
  content: "\f50f";
}

/* line 762, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-map:before {
  content: "\f279";
}

/* line 763, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-map-marked:before {
  content: "\f59f";
}

/* line 764, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-map-marked-alt:before {
  content: "\f5a0";
}

/* line 765, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-map-marker:before {
  content: "\f041";
}

/* line 766, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-map-marker-alt:before {
  content: "\f3c5";
}

/* line 767, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-map-pin:before {
  content: "\f276";
}

/* line 768, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-map-signs:before {
  content: "\f277";
}

/* line 769, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-markdown:before {
  content: "\f60f";
}

/* line 770, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-marker:before {
  content: "\f5a1";
}

/* line 771, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mars:before {
  content: "\f222";
}

/* line 772, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mars-double:before {
  content: "\f227";
}

/* line 773, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mars-stroke:before {
  content: "\f229";
}

/* line 774, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mars-stroke-h:before {
  content: "\f22b";
}

/* line 775, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mars-stroke-v:before {
  content: "\f22a";
}

/* line 776, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mask:before {
  content: "\f6fa";
}

/* line 777, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mastodon:before {
  content: "\f4f6";
}

/* line 778, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-maxcdn:before {
  content: "\f136";
}

/* line 779, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-medal:before {
  content: "\f5a2";
}

/* line 780, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-medapps:before {
  content: "\f3c6";
}

/* line 781, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-medium:before {
  content: "\f23a";
}

/* line 782, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-medium-m:before {
  content: "\f3c7";
}

/* line 783, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-medkit:before {
  content: "\f0fa";
}

/* line 784, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-medrt:before {
  content: "\f3c8";
}

/* line 785, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-meetup:before {
  content: "\f2e0";
}

/* line 786, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-megaport:before {
  content: "\f5a3";
}

/* line 787, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-meh:before {
  content: "\f11a";
}

/* line 788, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-meh-blank:before {
  content: "\f5a4";
}

/* line 789, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 790, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-memory:before {
  content: "\f538";
}

/* line 791, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mendeley:before {
  content: "\f7b3";
}

/* line 792, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-menorah:before {
  content: "\f676";
}

/* line 793, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mercury:before {
  content: "\f223";
}

/* line 794, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-meteor:before {
  content: "\f753";
}

/* line 795, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-microchip:before {
  content: "\f2db";
}

/* line 796, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-microphone:before {
  content: "\f130";
}

/* line 797, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-microphone-alt:before {
  content: "\f3c9";
}

/* line 798, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-microphone-alt-slash:before {
  content: "\f539";
}

/* line 799, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-microphone-slash:before {
  content: "\f131";
}

/* line 800, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-microscope:before {
  content: "\f610";
}

/* line 801, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-microsoft:before {
  content: "\f3ca";
}

/* line 802, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-minus:before {
  content: "\f068";
}

/* line 803, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-minus-circle:before {
  content: "\f056";
}

/* line 804, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-minus-square:before {
  content: "\f146";
}

/* line 805, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mitten:before {
  content: "\f7b5";
}

/* line 806, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mix:before {
  content: "\f3cb";
}

/* line 807, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mixcloud:before {
  content: "\f289";
}

/* line 808, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mizuni:before {
  content: "\f3cc";
}

/* line 809, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mobile:before {
  content: "\f10b";
}

/* line 810, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mobile-alt:before {
  content: "\f3cd";
}

/* line 811, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-modx:before {
  content: "\f285";
}

/* line 812, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-monero:before {
  content: "\f3d0";
}

/* line 813, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-money-bill:before {
  content: "\f0d6";
}

/* line 814, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-money-bill-alt:before {
  content: "\f3d1";
}

/* line 815, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-money-bill-wave:before {
  content: "\f53a";
}

/* line 816, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 817, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-money-check:before {
  content: "\f53c";
}

/* line 818, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-money-check-alt:before {
  content: "\f53d";
}

/* line 819, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-monument:before {
  content: "\f5a6";
}

/* line 820, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-moon:before {
  content: "\f186";
}

/* line 821, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mortar-pestle:before {
  content: "\f5a7";
}

/* line 822, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mosque:before {
  content: "\f678";
}

/* line 823, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-motorcycle:before {
  content: "\f21c";
}

/* line 824, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mountain:before {
  content: "\f6fc";
}

/* line 825, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mouse-pointer:before {
  content: "\f245";
}

/* line 826, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mug-hot:before {
  content: "\f7b6";
}

/* line 827, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-music:before {
  content: "\f001";
}

/* line 828, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-napster:before {
  content: "\f3d2";
}

/* line 829, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-neos:before {
  content: "\f612";
}

/* line 830, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-network-wired:before {
  content: "\f6ff";
}

/* line 831, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-neuter:before {
  content: "\f22c";
}

/* line 832, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-newspaper:before {
  content: "\f1ea";
}

/* line 833, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-nimblr:before {
  content: "\f5a8";
}

/* line 834, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-node:before {
  content: "\f419";
}

/* line 835, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-node-js:before {
  content: "\f3d3";
}

/* line 836, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-not-equal:before {
  content: "\f53e";
}

/* line 837, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-notes-medical:before {
  content: "\f481";
}

/* line 838, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-npm:before {
  content: "\f3d4";
}

/* line 839, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ns8:before {
  content: "\f3d5";
}

/* line 840, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-nutritionix:before {
  content: "\f3d6";
}

/* line 841, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-object-group:before {
  content: "\f247";
}

/* line 842, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-object-ungroup:before {
  content: "\f248";
}

/* line 843, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-odnoklassniki:before {
  content: "\f263";
}

/* line 844, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-odnoklassniki-square:before {
  content: "\f264";
}

/* line 845, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-oil-can:before {
  content: "\f613";
}

/* line 846, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-old-republic:before {
  content: "\f510";
}

/* line 847, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-om:before {
  content: "\f679";
}

/* line 848, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-opencart:before {
  content: "\f23d";
}

/* line 849, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-openid:before {
  content: "\f19b";
}

/* line 850, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-opera:before {
  content: "\f26a";
}

/* line 851, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-optin-monster:before {
  content: "\f23c";
}

/* line 852, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-osi:before {
  content: "\f41a";
}

/* line 853, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-otter:before {
  content: "\f700";
}

/* line 854, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-outdent:before {
  content: "\f03b";
}

/* line 855, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-page4:before {
  content: "\f3d7";
}

/* line 856, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pagelines:before {
  content: "\f18c";
}

/* line 857, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pager:before {
  content: "\f815";
}

/* line 858, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-paint-brush:before {
  content: "\f1fc";
}

/* line 859, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-paint-roller:before {
  content: "\f5aa";
}

/* line 860, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-palette:before {
  content: "\f53f";
}

/* line 861, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-palfed:before {
  content: "\f3d8";
}

/* line 862, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pallet:before {
  content: "\f482";
}

/* line 863, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-paper-plane:before {
  content: "\f1d8";
}

/* line 864, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-paperclip:before {
  content: "\f0c6";
}

/* line 865, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-parachute-box:before {
  content: "\f4cd";
}

/* line 866, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-paragraph:before {
  content: "\f1dd";
}

/* line 867, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-parking:before {
  content: "\f540";
}

/* line 868, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-passport:before {
  content: "\f5ab";
}

/* line 869, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pastafarianism:before {
  content: "\f67b";
}

/* line 870, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-paste:before {
  content: "\f0ea";
}

/* line 871, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-patreon:before {
  content: "\f3d9";
}

/* line 872, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pause:before {
  content: "\f04c";
}

/* line 873, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pause-circle:before {
  content: "\f28b";
}

/* line 874, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-paw:before {
  content: "\f1b0";
}

/* line 875, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-paypal:before {
  content: "\f1ed";
}

/* line 876, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-peace:before {
  content: "\f67c";
}

/* line 877, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pen:before {
  content: "\f304";
}

/* line 878, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pen-alt:before {
  content: "\f305";
}

/* line 879, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pen-fancy:before {
  content: "\f5ac";
}

/* line 880, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pen-nib:before {
  content: "\f5ad";
}

/* line 881, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pen-square:before {
  content: "\f14b";
}

/* line 882, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pencil-alt:before {
  content: "\f303";
}

/* line 883, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pencil-ruler:before {
  content: "\f5ae";
}

/* line 884, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-penny-arcade:before {
  content: "\f704";
}

/* line 885, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-people-carry:before {
  content: "\f4ce";
}

/* line 886, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pepper-hot:before {
  content: "\f816";
}

/* line 887, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-percent:before {
  content: "\f295";
}

/* line 888, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-percentage:before {
  content: "\f541";
}

/* line 889, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-periscope:before {
  content: "\f3da";
}

/* line 890, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-person-booth:before {
  content: "\f756";
}

/* line 891, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-phabricator:before {
  content: "\f3db";
}

/* line 892, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-phoenix-framework:before {
  content: "\f3dc";
}

/* line 893, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-phoenix-squadron:before {
  content: "\f511";
}

/* line 894, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-phone:before {
  content: "\f095";
}

/* line 895, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-phone-alt:before {
  content: "\f879";
}

/* line 896, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-phone-slash:before {
  content: "\f3dd";
}

/* line 897, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-phone-square:before {
  content: "\f098";
}

/* line 898, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-phone-square-alt:before {
  content: "\f87b";
}

/* line 899, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-phone-volume:before {
  content: "\f2a0";
}

/* line 900, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-photo-video:before {
  content: "\f87c";
}

/* line 901, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-php:before {
  content: "\f457";
}

/* line 902, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pied-piper:before {
  content: "\f2ae";
}

/* line 903, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 904, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 905, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 906, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-piggy-bank:before {
  content: "\f4d3";
}

/* line 907, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pills:before {
  content: "\f484";
}

/* line 908, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pinterest:before {
  content: "\f0d2";
}

/* line 909, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pinterest-p:before {
  content: "\f231";
}

/* line 910, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pinterest-square:before {
  content: "\f0d3";
}

/* line 911, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pizza-slice:before {
  content: "\f818";
}

/* line 912, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-place-of-worship:before {
  content: "\f67f";
}

/* line 913, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-plane:before {
  content: "\f072";
}

/* line 914, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-plane-arrival:before {
  content: "\f5af";
}

/* line 915, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-plane-departure:before {
  content: "\f5b0";
}

/* line 916, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-play:before {
  content: "\f04b";
}

/* line 917, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-play-circle:before {
  content: "\f144";
}

/* line 918, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-playstation:before {
  content: "\f3df";
}

/* line 919, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-plug:before {
  content: "\f1e6";
}

/* line 920, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-plus:before {
  content: "\f067";
}

/* line 921, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-plus-circle:before {
  content: "\f055";
}

/* line 922, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-plus-square:before {
  content: "\f0fe";
}

/* line 923, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-podcast:before {
  content: "\f2ce";
}

/* line 924, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-poll:before {
  content: "\f681";
}

/* line 925, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-poll-h:before {
  content: "\f682";
}

/* line 926, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-poo:before {
  content: "\f2fe";
}

/* line 927, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-poo-storm:before {
  content: "\f75a";
}

/* line 928, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-poop:before {
  content: "\f619";
}

/* line 929, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-portrait:before {
  content: "\f3e0";
}

/* line 930, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pound-sign:before {
  content: "\f154";
}

/* line 931, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-power-off:before {
  content: "\f011";
}

/* line 932, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pray:before {
  content: "\f683";
}

/* line 933, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-praying-hands:before {
  content: "\f684";
}

/* line 934, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-prescription:before {
  content: "\f5b1";
}

/* line 935, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-prescription-bottle:before {
  content: "\f485";
}

/* line 936, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 937, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-print:before {
  content: "\f02f";
}

/* line 938, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-procedures:before {
  content: "\f487";
}

/* line 939, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-product-hunt:before {
  content: "\f288";
}

/* line 940, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-project-diagram:before {
  content: "\f542";
}

/* line 941, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-pushed:before {
  content: "\f3e1";
}

/* line 942, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-puzzle-piece:before {
  content: "\f12e";
}

/* line 943, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-python:before {
  content: "\f3e2";
}

/* line 944, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-qq:before {
  content: "\f1d6";
}

/* line 945, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-qrcode:before {
  content: "\f029";
}

/* line 946, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-question:before {
  content: "\f128";
}

/* line 947, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-question-circle:before {
  content: "\f059";
}

/* line 948, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-quidditch:before {
  content: "\f458";
}

/* line 949, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-quinscape:before {
  content: "\f459";
}

/* line 950, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-quora:before {
  content: "\f2c4";
}

/* line 951, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-quote-left:before {
  content: "\f10d";
}

/* line 952, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-quote-right:before {
  content: "\f10e";
}

/* line 953, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-quran:before {
  content: "\f687";
}

/* line 954, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-r-project:before {
  content: "\f4f7";
}

/* line 955, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-radiation:before {
  content: "\f7b9";
}

/* line 956, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-radiation-alt:before {
  content: "\f7ba";
}

/* line 957, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-rainbow:before {
  content: "\f75b";
}

/* line 958, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-random:before {
  content: "\f074";
}

/* line 959, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-raspberry-pi:before {
  content: "\f7bb";
}

/* line 960, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ravelry:before {
  content: "\f2d9";
}

/* line 961, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-react:before {
  content: "\f41b";
}

/* line 962, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-reacteurope:before {
  content: "\f75d";
}

/* line 963, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-readme:before {
  content: "\f4d5";
}

/* line 964, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-rebel:before {
  content: "\f1d0";
}

/* line 965, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-receipt:before {
  content: "\f543";
}

/* line 966, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-recycle:before {
  content: "\f1b8";
}

/* line 967, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-red-river:before {
  content: "\f3e3";
}

/* line 968, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-reddit:before {
  content: "\f1a1";
}

/* line 969, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-reddit-alien:before {
  content: "\f281";
}

/* line 970, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-reddit-square:before {
  content: "\f1a2";
}

/* line 971, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-redhat:before {
  content: "\f7bc";
}

/* line 972, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-redo:before {
  content: "\f01e";
}

/* line 973, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-redo-alt:before {
  content: "\f2f9";
}

/* line 974, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-registered:before {
  content: "\f25d";
}

/* line 975, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-remove-format:before {
  content: "\f87d";
}

/* line 976, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-renren:before {
  content: "\f18b";
}

/* line 977, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-reply:before {
  content: "\f3e5";
}

/* line 978, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-reply-all:before {
  content: "\f122";
}

/* line 979, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-replyd:before {
  content: "\f3e6";
}

/* line 980, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-republican:before {
  content: "\f75e";
}

/* line 981, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-researchgate:before {
  content: "\f4f8";
}

/* line 982, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-resolving:before {
  content: "\f3e7";
}

/* line 983, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-restroom:before {
  content: "\f7bd";
}

/* line 984, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-retweet:before {
  content: "\f079";
}

/* line 985, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-rev:before {
  content: "\f5b2";
}

/* line 986, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ribbon:before {
  content: "\f4d6";
}

/* line 987, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ring:before {
  content: "\f70b";
}

/* line 988, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-road:before {
  content: "\f018";
}

/* line 989, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-robot:before {
  content: "\f544";
}

/* line 990, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-rocket:before {
  content: "\f135";
}

/* line 991, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-rocketchat:before {
  content: "\f3e8";
}

/* line 992, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-rockrms:before {
  content: "\f3e9";
}

/* line 993, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-route:before {
  content: "\f4d7";
}

/* line 994, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-rss:before {
  content: "\f09e";
}

/* line 995, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-rss-square:before {
  content: "\f143";
}

/* line 996, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ruble-sign:before {
  content: "\f158";
}

/* line 997, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ruler:before {
  content: "\f545";
}

/* line 998, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ruler-combined:before {
  content: "\f546";
}

/* line 999, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ruler-horizontal:before {
  content: "\f547";
}

/* line 1000, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ruler-vertical:before {
  content: "\f548";
}

/* line 1001, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-running:before {
  content: "\f70c";
}

/* line 1002, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-rupee-sign:before {
  content: "\f156";
}

/* line 1003, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sad-cry:before {
  content: "\f5b3";
}

/* line 1004, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sad-tear:before {
  content: "\f5b4";
}

/* line 1005, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-safari:before {
  content: "\f267";
}

/* line 1006, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-salesforce:before {
  content: "\f83b";
}

/* line 1007, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sass:before {
  content: "\f41e";
}

/* line 1008, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-satellite:before {
  content: "\f7bf";
}

/* line 1009, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-satellite-dish:before {
  content: "\f7c0";
}

/* line 1010, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-save:before {
  content: "\f0c7";
}

/* line 1011, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-schlix:before {
  content: "\f3ea";
}

/* line 1012, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-school:before {
  content: "\f549";
}

/* line 1013, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-screwdriver:before {
  content: "\f54a";
}

/* line 1014, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-scribd:before {
  content: "\f28a";
}

/* line 1015, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-scroll:before {
  content: "\f70e";
}

/* line 1016, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sd-card:before {
  content: "\f7c2";
}

/* line 1017, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-search:before {
  content: "\f002";
}

/* line 1018, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-search-dollar:before {
  content: "\f688";
}

/* line 1019, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-search-location:before {
  content: "\f689";
}

/* line 1020, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-search-minus:before {
  content: "\f010";
}

/* line 1021, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-search-plus:before {
  content: "\f00e";
}

/* line 1022, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-searchengin:before {
  content: "\f3eb";
}

/* line 1023, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-seedling:before {
  content: "\f4d8";
}

/* line 1024, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sellcast:before {
  content: "\f2da";
}

/* line 1025, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sellsy:before {
  content: "\f213";
}

/* line 1026, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-server:before {
  content: "\f233";
}

/* line 1027, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-servicestack:before {
  content: "\f3ec";
}

/* line 1028, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-shapes:before {
  content: "\f61f";
}

/* line 1029, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-share:before {
  content: "\f064";
}

/* line 1030, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-share-alt:before {
  content: "\f1e0";
}

/* line 1031, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-share-alt-square:before {
  content: "\f1e1";
}

/* line 1032, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-share-square:before {
  content: "\f14d";
}

/* line 1033, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-shekel-sign:before {
  content: "\f20b";
}

/* line 1034, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-shield-alt:before {
  content: "\f3ed";
}

/* line 1035, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ship:before {
  content: "\f21a";
}

/* line 1036, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-shipping-fast:before {
  content: "\f48b";
}

/* line 1037, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-shirtsinbulk:before {
  content: "\f214";
}

/* line 1038, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-shoe-prints:before {
  content: "\f54b";
}

/* line 1039, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-shopping-bag:before {
  content: "\f290";
}

/* line 1040, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-shopping-basket:before {
  content: "\f291";
}

/* line 1041, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-shopping-cart:before {
  content: "\f07a";
}

/* line 1042, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-shopware:before {
  content: "\f5b5";
}

/* line 1043, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-shower:before {
  content: "\f2cc";
}

/* line 1044, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-shuttle-van:before {
  content: "\f5b6";
}

/* line 1045, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sign:before {
  content: "\f4d9";
}

/* line 1046, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1047, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sign-language:before {
  content: "\f2a7";
}

/* line 1048, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1049, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-signal:before {
  content: "\f012";
}

/* line 1050, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-signature:before {
  content: "\f5b7";
}

/* line 1051, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sim-card:before {
  content: "\f7c4";
}

/* line 1052, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-simplybuilt:before {
  content: "\f215";
}

/* line 1053, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sistrix:before {
  content: "\f3ee";
}

/* line 1054, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sitemap:before {
  content: "\f0e8";
}

/* line 1055, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sith:before {
  content: "\f512";
}

/* line 1056, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-skating:before {
  content: "\f7c5";
}

/* line 1057, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sketch:before {
  content: "\f7c6";
}

/* line 1058, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-skiing:before {
  content: "\f7c9";
}

/* line 1059, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1060, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-skull:before {
  content: "\f54c";
}

/* line 1061, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-skull-crossbones:before {
  content: "\f714";
}

/* line 1062, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-skyatlas:before {
  content: "\f216";
}

/* line 1063, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-skype:before {
  content: "\f17e";
}

/* line 1064, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-slack:before {
  content: "\f198";
}

/* line 1065, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-slack-hash:before {
  content: "\f3ef";
}

/* line 1066, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-slash:before {
  content: "\f715";
}

/* line 1067, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sleigh:before {
  content: "\f7cc";
}

/* line 1068, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sliders-h:before {
  content: "\f1de";
}

/* line 1069, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-slideshare:before {
  content: "\f1e7";
}

/* line 1070, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-smile:before {
  content: "\f118";
}

/* line 1071, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-smile-beam:before {
  content: "\f5b8";
}

/* line 1072, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-smile-wink:before {
  content: "\f4da";
}

/* line 1073, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-smog:before {
  content: "\f75f";
}

/* line 1074, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-smoking:before {
  content: "\f48d";
}

/* line 1075, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-smoking-ban:before {
  content: "\f54d";
}

/* line 1076, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sms:before {
  content: "\f7cd";
}

/* line 1077, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-snapchat:before {
  content: "\f2ab";
}

/* line 1078, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1079, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-snapchat-square:before {
  content: "\f2ad";
}

/* line 1080, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-snowboarding:before {
  content: "\f7ce";
}

/* line 1081, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-snowflake:before {
  content: "\f2dc";
}

/* line 1082, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-snowman:before {
  content: "\f7d0";
}

/* line 1083, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-snowplow:before {
  content: "\f7d2";
}

/* line 1084, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-socks:before {
  content: "\f696";
}

/* line 1085, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-solar-panel:before {
  content: "\f5ba";
}

/* line 1086, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sort:before {
  content: "\f0dc";
}

/* line 1087, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1088, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 1089, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1090, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 1091, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sort-amount-down:before {
  content: "\f160";
}

/* line 1092, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 1093, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sort-amount-up:before {
  content: "\f161";
}

/* line 1094, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 1095, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sort-down:before {
  content: "\f0dd";
}

/* line 1096, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sort-numeric-down:before {
  content: "\f162";
}

/* line 1097, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 1098, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sort-numeric-up:before {
  content: "\f163";
}

/* line 1099, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 1100, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sort-up:before {
  content: "\f0de";
}

/* line 1101, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-soundcloud:before {
  content: "\f1be";
}

/* line 1102, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sourcetree:before {
  content: "\f7d3";
}

/* line 1103, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-spa:before {
  content: "\f5bb";
}

/* line 1104, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-space-shuttle:before {
  content: "\f197";
}

/* line 1105, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-speakap:before {
  content: "\f3f3";
}

/* line 1106, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-speaker-deck:before {
  content: "\f83c";
}

/* line 1107, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-spell-check:before {
  content: "\f891";
}

/* line 1108, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-spider:before {
  content: "\f717";
}

/* line 1109, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-spinner:before {
  content: "\f110";
}

/* line 1110, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-splotch:before {
  content: "\f5bc";
}

/* line 1111, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-spotify:before {
  content: "\f1bc";
}

/* line 1112, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-spray-can:before {
  content: "\f5bd";
}

/* line 1113, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-square:before {
  content: "\f0c8";
}

/* line 1114, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-square-full:before {
  content: "\f45c";
}

/* line 1115, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-square-root-alt:before {
  content: "\f698";
}

/* line 1116, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-squarespace:before {
  content: "\f5be";
}

/* line 1117, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-stack-exchange:before {
  content: "\f18d";
}

/* line 1118, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-stack-overflow:before {
  content: "\f16c";
}

/* line 1119, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-stackpath:before {
  content: "\f842";
}

/* line 1120, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-stamp:before {
  content: "\f5bf";
}

/* line 1121, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-star:before {
  content: "\f005";
}

/* line 1122, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-star-and-crescent:before {
  content: "\f699";
}

/* line 1123, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-star-half:before {
  content: "\f089";
}

/* line 1124, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-star-half-alt:before {
  content: "\f5c0";
}

/* line 1125, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-star-of-david:before {
  content: "\f69a";
}

/* line 1126, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-star-of-life:before {
  content: "\f621";
}

/* line 1127, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-staylinked:before {
  content: "\f3f5";
}

/* line 1128, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-steam:before {
  content: "\f1b6";
}

/* line 1129, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-steam-square:before {
  content: "\f1b7";
}

/* line 1130, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-steam-symbol:before {
  content: "\f3f6";
}

/* line 1131, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-step-backward:before {
  content: "\f048";
}

/* line 1132, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-step-forward:before {
  content: "\f051";
}

/* line 1133, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-stethoscope:before {
  content: "\f0f1";
}

/* line 1134, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sticker-mule:before {
  content: "\f3f7";
}

/* line 1135, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sticky-note:before {
  content: "\f249";
}

/* line 1136, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-stop:before {
  content: "\f04d";
}

/* line 1137, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-stop-circle:before {
  content: "\f28d";
}

/* line 1138, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-stopwatch:before {
  content: "\f2f2";
}

/* line 1139, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-store:before {
  content: "\f54e";
}

/* line 1140, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-store-alt:before {
  content: "\f54f";
}

/* line 1141, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-strava:before {
  content: "\f428";
}

/* line 1142, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-stream:before {
  content: "\f550";
}

/* line 1143, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-street-view:before {
  content: "\f21d";
}

/* line 1144, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-strikethrough:before {
  content: "\f0cc";
}

/* line 1145, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-stripe:before {
  content: "\f429";
}

/* line 1146, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-stripe-s:before {
  content: "\f42a";
}

/* line 1147, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-stroopwafel:before {
  content: "\f551";
}

/* line 1148, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-studiovinari:before {
  content: "\f3f8";
}

/* line 1149, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-stumbleupon:before {
  content: "\f1a4";
}

/* line 1150, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1151, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-subscript:before {
  content: "\f12c";
}

/* line 1152, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-subway:before {
  content: "\f239";
}

/* line 1153, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-suitcase:before {
  content: "\f0f2";
}

/* line 1154, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1155, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sun:before {
  content: "\f185";
}

/* line 1156, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-superpowers:before {
  content: "\f2dd";
}

/* line 1157, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-superscript:before {
  content: "\f12b";
}

/* line 1158, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-supple:before {
  content: "\f3f9";
}

/* line 1159, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-surprise:before {
  content: "\f5c2";
}

/* line 1160, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-suse:before {
  content: "\f7d6";
}

/* line 1161, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-swatchbook:before {
  content: "\f5c3";
}

/* line 1162, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-swimmer:before {
  content: "\f5c4";
}

/* line 1163, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-swimming-pool:before {
  content: "\f5c5";
}

/* line 1164, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-symfony:before {
  content: "\f83d";
}

/* line 1165, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-synagogue:before {
  content: "\f69b";
}

/* line 1166, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sync:before {
  content: "\f021";
}

/* line 1167, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-sync-alt:before {
  content: "\f2f1";
}

/* line 1168, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-syringe:before {
  content: "\f48e";
}

/* line 1169, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-table:before {
  content: "\f0ce";
}

/* line 1170, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-table-tennis:before {
  content: "\f45d";
}

/* line 1171, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tablet:before {
  content: "\f10a";
}

/* line 1172, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tablet-alt:before {
  content: "\f3fa";
}

/* line 1173, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tablets:before {
  content: "\f490";
}

/* line 1174, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1175, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tag:before {
  content: "\f02b";
}

/* line 1176, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tags:before {
  content: "\f02c";
}

/* line 1177, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tape:before {
  content: "\f4db";
}

/* line 1178, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tasks:before {
  content: "\f0ae";
}

/* line 1179, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-taxi:before {
  content: "\f1ba";
}

/* line 1180, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-teamspeak:before {
  content: "\f4f9";
}

/* line 1181, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-teeth:before {
  content: "\f62e";
}

/* line 1182, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-teeth-open:before {
  content: "\f62f";
}

/* line 1183, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-telegram:before {
  content: "\f2c6";
}

/* line 1184, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-telegram-plane:before {
  content: "\f3fe";
}

/* line 1185, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-temperature-high:before {
  content: "\f769";
}

/* line 1186, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-temperature-low:before {
  content: "\f76b";
}

/* line 1187, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1188, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tenge:before {
  content: "\f7d7";
}

/* line 1189, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-terminal:before {
  content: "\f120";
}

/* line 1190, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-text-height:before {
  content: "\f034";
}

/* line 1191, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-text-width:before {
  content: "\f035";
}

/* line 1192, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-th:before {
  content: "\f00a";
}

/* line 1193, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-th-large:before {
  content: "\f009";
}

/* line 1194, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-th-list:before {
  content: "\f00b";
}

/* line 1195, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-the-red-yeti:before {
  content: "\f69d";
}

/* line 1196, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-theater-masks:before {
  content: "\f630";
}

/* line 1197, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-themeco:before {
  content: "\f5c6";
}

/* line 1198, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-themeisle:before {
  content: "\f2b2";
}

/* line 1199, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-thermometer:before {
  content: "\f491";
}

/* line 1200, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1201, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-thermometer-full:before {
  content: "\f2c7";
}

/* line 1202, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-thermometer-half:before {
  content: "\f2c9";
}

/* line 1203, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1204, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1205, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-think-peaks:before {
  content: "\f731";
}

/* line 1206, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-thumbs-down:before {
  content: "\f165";
}

/* line 1207, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-thumbs-up:before {
  content: "\f164";
}

/* line 1208, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-thumbtack:before {
  content: "\f08d";
}

/* line 1209, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ticket-alt:before {
  content: "\f3ff";
}

/* line 1210, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-times:before {
  content: "\f00d";
}

/* line 1211, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-times-circle:before {
  content: "\f057";
}

/* line 1212, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tint:before {
  content: "\f043";
}

/* line 1213, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tint-slash:before {
  content: "\f5c7";
}

/* line 1214, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tired:before {
  content: "\f5c8";
}

/* line 1215, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-toggle-off:before {
  content: "\f204";
}

/* line 1216, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-toggle-on:before {
  content: "\f205";
}

/* line 1217, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-toilet:before {
  content: "\f7d8";
}

/* line 1218, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-toilet-paper:before {
  content: "\f71e";
}

/* line 1219, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-toolbox:before {
  content: "\f552";
}

/* line 1220, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tools:before {
  content: "\f7d9";
}

/* line 1221, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tooth:before {
  content: "\f5c9";
}

/* line 1222, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-torah:before {
  content: "\f6a0";
}

/* line 1223, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-torii-gate:before {
  content: "\f6a1";
}

/* line 1224, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tractor:before {
  content: "\f722";
}

/* line 1225, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-trade-federation:before {
  content: "\f513";
}

/* line 1226, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-trademark:before {
  content: "\f25c";
}

/* line 1227, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-traffic-light:before {
  content: "\f637";
}

/* line 1228, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-train:before {
  content: "\f238";
}

/* line 1229, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tram:before {
  content: "\f7da";
}

/* line 1230, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-transgender:before {
  content: "\f224";
}

/* line 1231, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-transgender-alt:before {
  content: "\f225";
}

/* line 1232, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-trash:before {
  content: "\f1f8";
}

/* line 1233, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-trash-alt:before {
  content: "\f2ed";
}

/* line 1234, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-trash-restore:before {
  content: "\f829";
}

/* line 1235, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-trash-restore-alt:before {
  content: "\f82a";
}

/* line 1236, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tree:before {
  content: "\f1bb";
}

/* line 1237, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-trello:before {
  content: "\f181";
}

/* line 1238, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tripadvisor:before {
  content: "\f262";
}

/* line 1239, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-trophy:before {
  content: "\f091";
}

/* line 1240, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-truck:before {
  content: "\f0d1";
}

/* line 1241, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-truck-loading:before {
  content: "\f4de";
}

/* line 1242, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-truck-monster:before {
  content: "\f63b";
}

/* line 1243, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-truck-moving:before {
  content: "\f4df";
}

/* line 1244, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-truck-pickup:before {
  content: "\f63c";
}

/* line 1245, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tshirt:before {
  content: "\f553";
}

/* line 1246, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tty:before {
  content: "\f1e4";
}

/* line 1247, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tumblr:before {
  content: "\f173";
}

/* line 1248, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tumblr-square:before {
  content: "\f174";
}

/* line 1249, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-tv:before {
  content: "\f26c";
}

/* line 1250, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-twitch:before {
  content: "\f1e8";
}

/* line 1251, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-twitter:before {
  content: "\f099";
}

/* line 1252, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-twitter-square:before {
  content: "\f081";
}

/* line 1253, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-typo3:before {
  content: "\f42b";
}

/* line 1254, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-uber:before {
  content: "\f402";
}

/* line 1255, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ubuntu:before {
  content: "\f7df";
}

/* line 1256, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-uikit:before {
  content: "\f403";
}

/* line 1257, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-umbrella:before {
  content: "\f0e9";
}

/* line 1258, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1259, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-underline:before {
  content: "\f0cd";
}

/* line 1260, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-undo:before {
  content: "\f0e2";
}

/* line 1261, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-undo-alt:before {
  content: "\f2ea";
}

/* line 1262, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-uniregistry:before {
  content: "\f404";
}

/* line 1263, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-universal-access:before {
  content: "\f29a";
}

/* line 1264, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-university:before {
  content: "\f19c";
}

/* line 1265, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-unlink:before {
  content: "\f127";
}

/* line 1266, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-unlock:before {
  content: "\f09c";
}

/* line 1267, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-unlock-alt:before {
  content: "\f13e";
}

/* line 1268, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-untappd:before {
  content: "\f405";
}

/* line 1269, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-upload:before {
  content: "\f093";
}

/* line 1270, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ups:before {
  content: "\f7e0";
}

/* line 1271, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-usb:before {
  content: "\f287";
}

/* line 1272, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user:before {
  content: "\f007";
}

/* line 1273, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-alt:before {
  content: "\f406";
}

/* line 1274, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1275, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-astronaut:before {
  content: "\f4fb";
}

/* line 1276, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-check:before {
  content: "\f4fc";
}

/* line 1277, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-circle:before {
  content: "\f2bd";
}

/* line 1278, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-clock:before {
  content: "\f4fd";
}

/* line 1279, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-cog:before {
  content: "\f4fe";
}

/* line 1280, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-edit:before {
  content: "\f4ff";
}

/* line 1281, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-friends:before {
  content: "\f500";
}

/* line 1282, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-graduate:before {
  content: "\f501";
}

/* line 1283, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-injured:before {
  content: "\f728";
}

/* line 1284, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-lock:before {
  content: "\f502";
}

/* line 1285, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-md:before {
  content: "\f0f0";
}

/* line 1286, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-minus:before {
  content: "\f503";
}

/* line 1287, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-ninja:before {
  content: "\f504";
}

/* line 1288, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-nurse:before {
  content: "\f82f";
}

/* line 1289, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-plus:before {
  content: "\f234";
}

/* line 1290, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-secret:before {
  content: "\f21b";
}

/* line 1291, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-shield:before {
  content: "\f505";
}

/* line 1292, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-slash:before {
  content: "\f506";
}

/* line 1293, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-tag:before {
  content: "\f507";
}

/* line 1294, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-tie:before {
  content: "\f508";
}

/* line 1295, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-user-times:before {
  content: "\f235";
}

/* line 1296, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-users:before {
  content: "\f0c0";
}

/* line 1297, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-users-cog:before {
  content: "\f509";
}

/* line 1298, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-usps:before {
  content: "\f7e1";
}

/* line 1299, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-ussunnah:before {
  content: "\f407";
}

/* line 1300, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1301, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-utensils:before {
  content: "\f2e7";
}

/* line 1302, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-vaadin:before {
  content: "\f408";
}

/* line 1303, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-vector-square:before {
  content: "\f5cb";
}

/* line 1304, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-venus:before {
  content: "\f221";
}

/* line 1305, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-venus-double:before {
  content: "\f226";
}

/* line 1306, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-venus-mars:before {
  content: "\f228";
}

/* line 1307, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-viacoin:before {
  content: "\f237";
}

/* line 1308, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-viadeo:before {
  content: "\f2a9";
}

/* line 1309, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-viadeo-square:before {
  content: "\f2aa";
}

/* line 1310, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-vial:before {
  content: "\f492";
}

/* line 1311, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-vials:before {
  content: "\f493";
}

/* line 1312, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-viber:before {
  content: "\f409";
}

/* line 1313, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-video:before {
  content: "\f03d";
}

/* line 1314, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-video-slash:before {
  content: "\f4e2";
}

/* line 1315, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-vihara:before {
  content: "\f6a7";
}

/* line 1316, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-vimeo:before {
  content: "\f40a";
}

/* line 1317, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-vimeo-square:before {
  content: "\f194";
}

/* line 1318, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-vimeo-v:before {
  content: "\f27d";
}

/* line 1319, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-vine:before {
  content: "\f1ca";
}

/* line 1320, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-vk:before {
  content: "\f189";
}

/* line 1321, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-vnv:before {
  content: "\f40b";
}

/* line 1322, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-voicemail:before {
  content: "\f897";
}

/* line 1323, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-volleyball-ball:before {
  content: "\f45f";
}

/* line 1324, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-volume-down:before {
  content: "\f027";
}

/* line 1325, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-volume-mute:before {
  content: "\f6a9";
}

/* line 1326, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-volume-off:before {
  content: "\f026";
}

/* line 1327, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-volume-up:before {
  content: "\f028";
}

/* line 1328, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-vote-yea:before {
  content: "\f772";
}

/* line 1329, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-vr-cardboard:before {
  content: "\f729";
}

/* line 1330, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-vuejs:before {
  content: "\f41f";
}

/* line 1331, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-walking:before {
  content: "\f554";
}

/* line 1332, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wallet:before {
  content: "\f555";
}

/* line 1333, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-warehouse:before {
  content: "\f494";
}

/* line 1334, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-water:before {
  content: "\f773";
}

/* line 1335, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wave-square:before {
  content: "\f83e";
}

/* line 1336, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-waze:before {
  content: "\f83f";
}

/* line 1337, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-weebly:before {
  content: "\f5cc";
}

/* line 1338, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-weibo:before {
  content: "\f18a";
}

/* line 1339, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-weight:before {
  content: "\f496";
}

/* line 1340, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-weight-hanging:before {
  content: "\f5cd";
}

/* line 1341, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-weixin:before {
  content: "\f1d7";
}

/* line 1342, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-whatsapp:before {
  content: "\f232";
}

/* line 1343, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-whatsapp-square:before {
  content: "\f40c";
}

/* line 1344, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wheelchair:before {
  content: "\f193";
}

/* line 1345, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-whmcs:before {
  content: "\f40d";
}

/* line 1346, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wifi:before {
  content: "\f1eb";
}

/* line 1347, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wikipedia-w:before {
  content: "\f266";
}

/* line 1348, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wind:before {
  content: "\f72e";
}

/* line 1349, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-window-close:before {
  content: "\f410";
}

/* line 1350, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-window-maximize:before {
  content: "\f2d0";
}

/* line 1351, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-window-minimize:before {
  content: "\f2d1";
}

/* line 1352, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-window-restore:before {
  content: "\f2d2";
}

/* line 1353, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-windows:before {
  content: "\f17a";
}

/* line 1354, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wine-bottle:before {
  content: "\f72f";
}

/* line 1355, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wine-glass:before {
  content: "\f4e3";
}

/* line 1356, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1357, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wix:before {
  content: "\f5cf";
}

/* line 1358, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1359, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1360, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-won-sign:before {
  content: "\f159";
}

/* line 1361, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wordpress:before {
  content: "\f19a";
}

/* line 1362, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wordpress-simple:before {
  content: "\f411";
}

/* line 1363, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wpbeginner:before {
  content: "\f297";
}

/* line 1364, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wpexplorer:before {
  content: "\f2de";
}

/* line 1365, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wpforms:before {
  content: "\f298";
}

/* line 1366, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wpressr:before {
  content: "\f3e4";
}

/* line 1367, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-wrench:before {
  content: "\f0ad";
}

/* line 1368, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-x-ray:before {
  content: "\f497";
}

/* line 1369, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-xbox:before {
  content: "\f412";
}

/* line 1370, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-xing:before {
  content: "\f168";
}

/* line 1371, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-xing-square:before {
  content: "\f169";
}

/* line 1372, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-y-combinator:before {
  content: "\f23b";
}

/* line 1373, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-yahoo:before {
  content: "\f19e";
}

/* line 1374, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-yammer:before {
  content: "\f840";
}

/* line 1375, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-yandex:before {
  content: "\f413";
}

/* line 1376, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-yandex-international:before {
  content: "\f414";
}

/* line 1377, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-yarn:before {
  content: "\f7e3";
}

/* line 1378, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-yelp:before {
  content: "\f1e9";
}

/* line 1379, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-yen-sign:before {
  content: "\f157";
}

/* line 1380, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-yin-yang:before {
  content: "\f6ad";
}

/* line 1381, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-yoast:before {
  content: "\f2b1";
}

/* line 1382, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-youtube:before {
  content: "\f167";
}

/* line 1383, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-youtube-square:before {
  content: "\f431";
}

/* line 1384, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-zhihu:before {
  content: "\f63f";
}

/* line 1385, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hat-cowboy:before {
  content: "\f8c0";
}

/* line 1386, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 1387, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mdb:before {
  content: "\f8ca";
}

/* line 1388, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-mouse:before {
  content: "\f8cc";
}

/* line 1389, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-orcid:before {
  content: "\f8d2";
}

/* line 1390, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-record-vinyl:before {
  content: "\f8d9";
}

/* line 1391, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-swift:before {
  content: "\f8e1";
}

/* line 1392, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-umbraco:before {
  content: "\f8e8";
}

/* line 1393, app/assets/stylesheets/line_awesome/scss/_icons.scss */
.la-buy-n-large:before {
  content: "\f8a6";
}

/* line 1, app/assets/stylesheets/line_awesome/scss/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 23, app/assets/stylesheets/line_awesome/scss/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format('woff2'), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format('woff'), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format('truetype'), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a, .toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80)
}

.toast-close-button:focus, .toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: alpha(Opacity=40);
    filter: alpha(opacity=40)
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container > div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container > :hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container > .toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
}

#toast-container > .toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

#toast-container > .toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
}

#toast-container > .toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: 300px;
    margin: auto
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
    width: 96%;
    margin: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 100;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:.3s linear 750ms forwards bs-notify-fadeOut;-o-animation:.3s linear 750ms forwards bs-notify-fadeOut;animation:.3s linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
@keyframes chartjs-render-animation{from{opacity:.99}to{opacity:1}}.chartjs-render-monitor{animation:chartjs-render-animation 1ms}.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1}.chartjs-size-monitor-expand>div{position:absolute;width:1000000px;height:1000000px;left:0;top:0}.chartjs-size-monitor-shrink>div{position:absolute;width:200%;height:200%;left:0;top:0}
/* iCheck plugin Square skin, green
----------------------------------- */
/* line 3, vendor/assets/stylesheets/iCheck/custom.scss */
.icheckbox_square-green,
.iradio_square-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(/assets/green-0c1d3582692fe7095b9273b84217f02834963065d507bd8f65b9673a562f19e8.png) no-repeat;
  border: none;
  cursor: pointer;
}

/* line 17, vendor/assets/stylesheets/iCheck/custom.scss */
.icheckbox_square-green {
  background-position: 0 0;
}

/* line 20, vendor/assets/stylesheets/iCheck/custom.scss */
.icheckbox_square-green.hover {
  background-position: -24px 0;
}

/* line 23, vendor/assets/stylesheets/iCheck/custom.scss */
.icheckbox_square-green.checked {
  background-position: -48px 0;
}

/* line 26, vendor/assets/stylesheets/iCheck/custom.scss */
.icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default;
}

/* line 30, vendor/assets/stylesheets/iCheck/custom.scss */
.icheckbox_square-green.checked.disabled {
  background-position: -96px 0;
}

/* line 34, vendor/assets/stylesheets/iCheck/custom.scss */
.iradio_square-green {
  background-position: -120px 0;
}

/* line 37, vendor/assets/stylesheets/iCheck/custom.scss */
.iradio_square-green.hover {
  background-position: -144px 0;
}

/* line 40, vendor/assets/stylesheets/iCheck/custom.scss */
.iradio_square-green.checked {
  background-position: -168px 0;
}

/* line 43, vendor/assets/stylesheets/iCheck/custom.scss */
.iradio_square-green.disabled {
  background-position: -192px 0;
  cursor: default;
}

/* line 47, vendor/assets/stylesheets/iCheck/custom.scss */
.iradio_square-green.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 53, vendor/assets/stylesheets/iCheck/custom.scss */
  .icheckbox_square-green,
.iradio_square-green {
    background-image: url(/assets/green@2x-d67f281501e231916736363833b2f8c74919b59b017b336ffb31108cdb573f1c.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "LineAwesome";
    src: url(/line-awesome/line-awesome.svg) format("svg");
  }
}

@font-face {
  font-family: 'footable';
  src: url(/assets/footable_fonts/footable-397b7a2731442f88018b88b89b52630021513e945aeb64a705a6b49e8a21a521.eot);
  src: url(/assets/footable_fonts/footable-397b7a2731442f88018b88b89b52630021513e945aeb64a705a6b49e8a21a521.eot?#iefix) format("embedded-opentype"), url(/assets/footable_fonts/footable-fe25712b31776bf7bf226f391067d2bab0390ea43c7950a6d6589e2fdb9851d0.woff) format("woff"), url(/assets/footable_fonts/footable-3b8979ec94a50a21dfe25ae3d690567c9958d106cd91aa9f72498d4d1071c4fc.ttf) format("truetype"), url(/assets/footable_fonts/footable-f683c6d4caf3a5cc0cc33e77466956cc6853f534312a9f4fbf10ce33ea949d60.svg#footable) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'footable';
    src: url(/assets/footable_fonts/footable-f683c6d4caf3a5cc0cc33e77466956cc6853f534312a9f4fbf10ce33ea949d60.svg#footable) format("svg");
    font-weight: normal;
    font-style: normal;
  }
}

/* line 26, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable {
  width: 100%;
  /** SORTING **/
  /** PAGINATION **/
}

/* line 33, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none;
}

/* line 36, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e001";
}

/* line 39, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

/* line 42, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  background: #eee;
  border-top: none;
}

/* line 46, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  font-size: 14px;
  color: #888888;
}

/* line 59, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\e000";
}

/* line 62, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e005";
}

/* line 65, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e004";
}

/* line 68, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e003";
}

/* line 71, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e002";
}

/* line 74, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e007";
}

/* line 77, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
  content: "\e006";
}

/* line 80, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e009";
}

/* line 83, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e008";
}

/* line 86, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00f";
}

/* line 89, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
  content: "\e011";
}

/* line 92, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e013";
}

/* line 95, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
  content: "\e015";
}

/* line 98, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01b";
}

/* line 101, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e01d";
}

/* line 104, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00b";
}

/* line 107, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e00d";
}

/* line 110, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01f";
}

/* line 113, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
  content: "\e021";
}

/* line 116, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e017";
}

/* line 119, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
  content: "\e019";
}

/* line 122, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px;
}

/* line 125, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px;
}

/* line 128, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

/* line 136, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer;
}

/* line 139, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "\e013";
}

/* line 142, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "\e012";
}

/* line 145, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px;
}

/* line 156, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "\e022";
}

/* line 159, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable > tfoot .pagination {
  margin: 0;
}

/* line 162, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable.no-paging .hide-if-no-paging {
  display: none;
}

/* line 165, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable-row-detail-inner {
  display: table;
}

/* line 168, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable-row-detail-row {
  display: table-row;
  line-height: 1.5em;
}

/* line 172, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 178, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable-row-detail-name {
  display: table-cell;
  font-weight: bold;
  padding-right: 0.5em;
}

/* line 183, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable-row-detail-value {
  display: table-cell;
}

/* line 186, vendor/assets/stylesheets/footable/footable.core.css.scss */
.footable-odd {
  background-color: #f7f7f7;
}
/*!
 * 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 #fff;
  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 #fff;
}
.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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  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,
.datepicker table tr td.day.focused {
  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 {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.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:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.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,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.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,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.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],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.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 {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  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:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.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,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.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,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.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],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  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:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.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,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.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,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.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],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  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:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.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,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.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],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.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 {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  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:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.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,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.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],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.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-group.date .input-group-addon i {
  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 .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.md-editor{display:block;border:1px solid #ddd}.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-header{margin:0}.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;overflow:auto}.md-editor>textarea{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:14px;outline:0;margin:0;display:block;padding:0;width:100%;border:0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;box-shadow:none;background:#eee}.md-editor>textarea:focus{box-shadow:none;background:#fff}.md-editor.active{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.md-editor .md-controls{float:right;padding:3px}.md-editor .md-controls .md-control{right:5px;color:#bebebe;padding:3px 3px 3px 10px}.md-editor .md-controls .md-control:hover{color:#333}.md-editor.md-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;padding:60px 30px 15px;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-footer{display:none}.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview{margin:0 auto!important;height:100%!important;font-size:20px!important;padding:20px!important;color:#999;line-height:1.6em!important;resize:none!important;box-shadow:none!important;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-preview{color:#333;overflow:auto}.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover{color:#333;background:#fff!important}.md-editor.md-fullscreen-mode .md-header{background:0 0;text-align:center;position:fixed;width:100%;top:20px}.md-editor.md-fullscreen-mode .btn-group{float:none}.md-editor.md-fullscreen-mode .btn{border:0;background:0 0;color:#b3b3b3}.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover{box-shadow:none;color:#333}.md-editor.md-fullscreen-mode .md-fullscreen-controls{position:absolute;top:20px;right:20px;text-align:right;z-index:1002;display:block}.md-editor.md-fullscreen-mode .md-fullscreen-controls a{color:#b3b3b3;clear:right;margin:10px;width:30px;height:30px;text-align:center}.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover{color:#333;text-decoration:none}.md-editor.md-fullscreen-mode .md-editor{height:100%!important;position:relative}.md-editor .md-fullscreen-controls{display:none}.md-nooverflow{overflow:hidden;position:fixed;width:100%}
/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */
@-webkit-keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
@-moz-keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
@keyframes blink {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
.tokenfield {
  height: auto;
  min-height: 34px;
  padding-bottom: 0px;
}
.tokenfield.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tokenfield .token {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #ededed;
  white-space: nowrap;
  margin: -1px 5px 5px 0;
  height: 22px;
  vertical-align: top;
  cursor: default;
}
.tokenfield .token:hover {
  border-color: #b9b9b9;
}
.tokenfield .token.active {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8);
}
.tokenfield .token.duplicate {
  border-color: #ebccd1;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.tokenfield .token.invalid {
  background: none;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px dotted #d9534f;
}
.tokenfield .token.invalid.active {
  background: #ededed;
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tokenfield .token .token-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  vertical-align: top;
}
.tokenfield .token .close {
  font-family: Arial;
  display: inline-block;
  line-height: 100%;
  font-size: 1.1em;
  line-height: 1.49em;
  margin-left: 5px;
  float: none;
  height: 100%;
  vertical-align: top;
  padding-right: 4px;
}
.tokenfield .token-input {
  background: none;
  width: 60px;
  min-width: 60px;
  border: 0;
  height: 20px;
  padding: 0;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tokenfield .token-input:focus {
  border-color: transparent;
  outline: 0;
  /* IE6-9 */
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tokenfield.disabled {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.tokenfield.disabled .token-input {
  cursor: not-allowed;
}
.tokenfield.disabled .token:hover {
  cursor: not-allowed;
  border-color: #d9d9d9;
}
.tokenfield.disabled .token:hover .close {
  cursor: not-allowed;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.has-warning .tokenfield.focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-error .tokenfield.focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-success .tokenfield.focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.tokenfield.input-sm,
.input-group-sm .tokenfield {
  min-height: 30px;
  padding-bottom: 0px;
}
.input-group-sm .token,
.tokenfield.input-sm .token {
  height: 20px;
  margin-bottom: 4px;
}
.input-group-sm .token-input,
.tokenfield.input-sm .token-input {
  height: 18px;
  margin-bottom: 5px;
}
.tokenfield.input-lg,
.input-group-lg .tokenfield {
  height: auto;
  min-height: 45px;
  padding-bottom: 4px;
}
.input-group-lg .token,
.tokenfield.input-lg .token {
  height: 25px;
}
.input-group-lg .token-label,
.tokenfield.input-lg .token-label {
  line-height: 23px;
}
.input-group-lg .token .close,
.tokenfield.input-lg .token .close {
  line-height: 1.3em;
}
.input-group-lg .token-input,
.tokenfield.input-lg .token-input {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  vertical-align: top;
}
.tokenfield.rtl {
  direction: rtl;
  text-align: right;
}
.tokenfield.rtl .token {
  margin: -1px 0 5px 5px;
}
.tokenfield.rtl .token .token-label {
  padding-left: 0px;
  padding-right: 4px;
}
/*!
 * Jasny Bootstrap v3.1.2 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2014 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */

.container-smooth{max-width:1170px}@media (min-width:1px){.container-smooth{width:auto}}.btn-labeled{padding-top:0;padding-bottom:0}.btn-label{position:relative;background:0 0;background:rgba(0,0,0,.15);display:inline-block;padding:6px 12px;left:-12px;border-radius:3px 0 0 3px}.btn-label.btn-label-right{left:auto;right:-12px;border-radius:0 3px 3px 0}.btn-lg .btn-label{padding:10px 16px;left:-16px;border-radius:5px 0 0 5px}.btn-lg .btn-label.btn-label-right{left:auto;right:-16px;border-radius:0 5px 5px 0}.btn-sm .btn-label{padding:5px 10px;left:-10px;border-radius:2px 0 0 2px}.btn-sm .btn-label.btn-label-right{left:auto;right:-10px;border-radius:0 2px 2px 0}.btn-xs .btn-label{padding:1px 5px;left:-5px;border-radius:2px 0 0 2px}.btn-xs .btn-label.btn-label-right{left:auto;right:-5px;border-radius:0 2px 2px 0}.nav-tabs-bottom{border-bottom:0;border-top:1px solid #ddd}.nav-tabs-bottom>li{margin-bottom:0;margin-top:-1px}.nav-tabs-bottom>li>a{border-radius:0 0 4px 4px}.nav-tabs-bottom>li>a:hover,.nav-tabs-bottom>li>a:focus,.nav-tabs-bottom>li.active>a,.nav-tabs-bottom>li.active>a:hover,.nav-tabs-bottom>li.active>a:focus{border:1px solid #ddd;border-top-color:transparent}.nav-tabs-left{border-bottom:0;border-right:1px solid #ddd}.nav-tabs-left>li{margin-bottom:0;margin-right:-1px;float:none}.nav-tabs-left>li>a{border-radius:4px 0 0 4px;margin-right:0;margin-bottom:2px}.nav-tabs-left>li>a:hover,.nav-tabs-left>li>a:focus,.nav-tabs-left>li.active>a,.nav-tabs-left>li.active>a:hover,.nav-tabs-left>li.active>a:focus{border:1px solid #ddd;border-right-color:transparent}.row>.nav-tabs-left{padding-right:0;padding-left:15px;margin-right:-1px;position:relative;z-index:1}.row>.nav-tabs-left+.tab-content{border-left:1px solid #ddd}.nav-tabs-right{border-bottom:0;border-left:1px solid #ddd}.nav-tabs-right>li{margin-bottom:0;margin-left:-1px;float:none}.nav-tabs-right>li>a{border-radius:0 4px 4px 0;margin-left:0;margin-bottom:2px}.nav-tabs-right>li>a:hover,.nav-tabs-right>li>a:focus,.nav-tabs-right>li.active>a,.nav-tabs-right>li.active>a:hover,.nav-tabs-right>li.active>a:focus{border:1px solid #ddd;border-left-color:transparent}.row>.nav-tabs-right{padding-left:0;padding-right:15px}.navmenu,.navbar-offcanvas{width:300px;height:100%;border-width:1px;border-style:solid;border-radius:4px}.navmenu-fixed-left,.navmenu-fixed-right,.navbar-offcanvas{position:fixed;z-index:1030;top:0;border-radius:0}.navmenu-fixed-left,.navbar-offcanvas.navmenu-fixed-left{left:0;right:auto;border-width:0 1px 0 0;bottom:0;overflow-y:auto}.navmenu-fixed-right,.navbar-offcanvas{left:auto;right:0;border-width:0 0 0 1px}.navmenu-nav{margin-bottom:10px}.navmenu-nav.dropdown-menu{position:static;margin:0;padding-top:0;float:none;border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.navbar-offcanvas .navbar-nav{margin:0}@media (min-width:768px){.navbar-offcanvas{width:auto;border-top:0;box-shadow:none}.navbar-offcanvas.offcanvas{position:static;display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-offcanvas .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-offcanvas .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-offcanvas .navmenu-brand{display:none}}.navmenu-brand{display:block;font-size:18px;line-height:20px;padding:10px 15px;margin:10px 0}.navmenu-brand:hover,.navmenu-brand:focus{text-decoration:none}.navmenu-default,.navbar-default .navbar-offcanvas{background-color:#f8f8f8;border-color:#e7e7e7}.navmenu-default .navmenu-brand,.navbar-default .navbar-offcanvas .navmenu-brand{color:#777}.navmenu-default .navmenu-brand:hover,.navbar-default .navbar-offcanvas .navmenu-brand:hover,.navmenu-default .navmenu-brand:focus,.navbar-default .navbar-offcanvas .navmenu-brand:focus{color:#5e5e5e;background-color:transparent}.navmenu-default .navmenu-text,.navbar-default .navbar-offcanvas .navmenu-text{color:#777}.navmenu-default .navmenu-nav>.dropdown>a:hover .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret,.navmenu-default .navmenu-nav>.dropdown>a:focus .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navmenu-default .navmenu-nav>.open>a,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a,.navmenu-default .navmenu-nav>.open>a:hover,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover,.navmenu-default .navmenu-nav>.open>a:focus,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus{background-color:#e7e7e7;color:#555}.navmenu-default .navmenu-nav>.open>a .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a .caret,.navmenu-default .navmenu-nav>.open>a:hover .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover .caret,.navmenu-default .navmenu-nav>.open>a:focus .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navmenu-default .navmenu-nav>.dropdown>a .caret,.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}.navmenu-default .navmenu-nav.dropdown-menu,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu{background-color:#e7e7e7}.navmenu-default .navmenu-nav.dropdown-menu>.divider,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider{background-color:#f8f8f8}.navmenu-default .navmenu-nav.dropdown-menu>.active>a,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a,.navmenu-default .navmenu-nav.dropdown-menu>.active>a:hover,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:hover,.navmenu-default .navmenu-nav.dropdown-menu>.active>a:focus,.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:focus{background-color:#d7d7d7}.navmenu-default .navmenu-nav>li>a,.navbar-default .navbar-offcanvas .navmenu-nav>li>a{color:#777}.navmenu-default .navmenu-nav>li>a:hover,.navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover,.navmenu-default .navmenu-nav>li>a:focus,.navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus{color:#333;background-color:transparent}.navmenu-default .navmenu-nav>.active>a,.navbar-default .navbar-offcanvas .navmenu-nav>.active>a,.navmenu-default .navmenu-nav>.active>a:hover,.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover,.navmenu-default .navmenu-nav>.active>a:focus,.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navmenu-default .navmenu-nav>.disabled>a,.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a,.navmenu-default .navmenu-nav>.disabled>a:hover,.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a:hover,.navmenu-default .navmenu-nav>.disabled>a:focus,.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navmenu-inverse,.navbar-inverse .navbar-offcanvas{background-color:#222;border-color:#080808}.navmenu-inverse .navmenu-brand,.navbar-inverse .navbar-offcanvas .navmenu-brand{color:#999}.navmenu-inverse .navmenu-brand:hover,.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,.navmenu-inverse .navmenu-brand:focus,.navbar-inverse .navbar-offcanvas .navmenu-brand:focus{color:#fff;background-color:transparent}.navmenu-inverse .navmenu-text,.navbar-inverse .navbar-offcanvas .navmenu-text{color:#999}.navmenu-inverse .navmenu-nav>.dropdown>a:hover .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret,.navmenu-inverse .navmenu-nav>.dropdown>a:focus .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.navmenu-inverse .navmenu-nav>.open>a,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a,.navmenu-inverse .navmenu-nav>.open>a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:hover,.navmenu-inverse .navmenu-nav>.open>a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:focus{background-color:#080808;color:#fff}.navmenu-inverse .navmenu-nav>.open>a .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a .caret,.navmenu-inverse .navmenu-nav>.open>a:hover .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:hover .caret,.navmenu-inverse .navmenu-nav>.open>a:focus .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.navmenu-inverse .navmenu-nav>.dropdown>a .caret,.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}.navmenu-inverse .navmenu-nav.dropdown-menu,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu{background-color:#080808}.navmenu-inverse .navmenu-nav.dropdown-menu>.divider,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider{background-color:#222}.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a,.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:hover,.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:focus{background-color:#000}.navmenu-inverse .navmenu-nav>li>a,.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a{color:#999}.navmenu-inverse .navmenu-nav>li>a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a:hover,.navmenu-inverse .navmenu-nav>li>a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a:focus{color:#fff;background-color:transparent}.navmenu-inverse .navmenu-nav>.active>a,.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a,.navmenu-inverse .navmenu-nav>.active>a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a:hover,.navmenu-inverse .navmenu-nav>.active>a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a:focus{color:#fff;background-color:#080808}.navmenu-inverse .navmenu-nav>.disabled>a,.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a,.navmenu-inverse .navmenu-nav>.disabled>a:hover,.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a:hover,.navmenu-inverse .navmenu-nav>.disabled>a:focus,.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a:focus{color:#444;background-color:transparent}.alert-fixed-top,.alert-fixed-bottom{position:fixed;width:100%;z-index:1035;border-radius:0;margin:0;left:0}@media (min-width:992px){.alert-fixed-top,.alert-fixed-bottom{width:992px;left:50%;margin-left:-496px}}.alert-fixed-top{top:0;border-width:0 0 1px}@media (min-width:992px){.alert-fixed-top{border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-width:0 1px 1px}}.alert-fixed-bottom{bottom:0;border-width:1px 0 0}@media (min-width:992px){.alert-fixed-bottom{border-top-right-radius:4px;border-top-left-radius:4px;border-width:1px 1px 0}}.offcanvas{display:none}.offcanvas.in{display:block}@media (max-width:767px){.offcanvas-xs{display:none}.offcanvas-xs.in{display:block}}@media (max-width:991px){.offcanvas-sm{display:none}.offcanvas-sm.in{display:block}}@media (max-width:1199px){.offcanvas-md{display:none}.offcanvas-md.in{display:block}}.offcanvas-lg{display:none}.offcanvas-lg.in{display:block}.canvas-sliding{-webkit-transition:top .35s,left .35s,bottom .35s,right .35s;transition:top .35s,left .35s,bottom .35s,right .35s}.offcanvas-clone{height:0!important;width:0!important;overflow:hidden!important;border:none!important;margin:0!important;padding:0!important;position:absolute!important;top:auto!important;left:auto!important;bottom:0!important;right:0!important;opacity:0!important}.table.rowlink td:not(.rowlink-skip),.table .rowlink td:not(.rowlink-skip){cursor:pointer}.table.rowlink td:not(.rowlink-skip) a,.table .rowlink td:not(.rowlink-skip) a{color:inherit;font:inherit;text-decoration:inherit}.table-hover.rowlink tr:hover td,.table-hover .rowlink tr:hover td{background-color:#cfcfcf}.btn-file{overflow:hidden;position:relative;vertical-align:middle}.btn-file>input{position:absolute;top:0;right:0;margin:0;opacity:0;filter:alpha(opacity=0);font-size:23px;height:100%;width:100%;direction:ltr;cursor:pointer}.fileinput{margin-bottom:9px;display:inline-block}.fileinput .form-control{padding-top:7px;padding-bottom:5px;display:inline-block;margin-bottom:0;vertical-align:middle;cursor:text}.fileinput .thumbnail{overflow:hidden;display:inline-block;margin-bottom:5px;vertical-align:middle;text-align:center}.fileinput .thumbnail>img{max-height:100%}.fileinput .btn{vertical-align:middle}.fileinput-exists .fileinput-new,.fileinput-new .fileinput-exists{display:none}.fileinput-inline .fileinput-controls{display:inline}.fileinput-filename{vertical-align:middle;display:inline-block;overflow:hidden}.form-control .fileinput-filename{vertical-align:bottom}.fileinput.input-group{display:table}.fileinput.input-group>*{position:relative;z-index:2}.fileinput.input-group>.btn-file{z-index:1}.fileinput-new.input-group .btn-file,.fileinput-new .input-group .btn-file{border-radius:0 4px 4px 0}.fileinput-new.input-group .btn-file.btn-xs,.fileinput-new .input-group .btn-file.btn-xs,.fileinput-new.input-group .btn-file.btn-sm,.fileinput-new .input-group .btn-file.btn-sm{border-radius:0 3px 3px 0}.fileinput-new.input-group .btn-file.btn-lg,.fileinput-new .input-group .btn-file.btn-lg{border-radius:0 6px 6px 0}.form-group.has-warning .fileinput .fileinput-preview{color:#8a6d3b}.form-group.has-warning .fileinput .thumbnail{border-color:#faebcc}.form-group.has-error .fileinput .fileinput-preview{color:#a94442}.form-group.has-error .fileinput .thumbnail{border-color:#ebccd1}.form-group.has-success .fileinput .fileinput-preview{color:#3c763d}.form-group.has-success .fileinput .thumbnail{border-color:#d6e9c6}.input-group-addon:not(:first-child){border-left:0}
/*
    Common
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps > ul > li
{
    width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 8px;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #1AB394;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #6fd1bd;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ED5565 ;
    color: #fff;
}

.wizard > .content
{
    background: #eee;
    display: block;
    margin: 5px 5px 10px 5px;
    min-height: 120px;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard-big.wizard > .content {
    min-height: 320px;
}
.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #1AB394;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}
/*!
 * Cropper.js v1.5.1
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-03-10T09:55:50.492Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(/%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/images/ui-icons_444444_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/images/ui-icons_444444_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(/images/ui-icons_555555_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(/images/ui-icons_777620_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/images/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(/images/ui-icons_777777_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/* --- Basics --- */

.loading {
    display: inline-block;
    overflow: hidden;
    height: 1.3em;
    margin-top: -0.3em;
    line-height: 1.5em;
    vertical-align: text-bottom;
}

.loading::after {
    display: inline-table;
    white-space: pre;
    text-align: left;
}

/* --- Types --- */

/* default loading is ellip */
.loading::after {
    content: "\A.\A..\A...";
    animation: spin4 2s steps(4) infinite;
}

.loading.line::after {
    content: "/\A–\A\\\A|";
    text-align: center;
    animation: spin4 1s steps(4) infinite;
}

.loading.line2::after {
    content: "╲\A│\A╱\A─";
    text-align: center;
    animation: spin4 1s steps(4) infinite;
}

.loading.plus::after {
    content: "┽\A╀\A┾\A╁";
    animation: spin4 1s steps(4) infinite;
}

.loading.dots::after {
    content: "⠋\A⠙\A⠹\A⠸\A⠼\A⠴\A⠦\A⠧\A⠇\A⠏";
    animation: spin10 1s steps(10) infinite;
}

.loading.dots2::after {
    content: "⠋\A⠙\A⠚\A⠞\A⠖\A⠦\A⠴\A⠲\A⠳";
    animation: spin9 1s steps(9) infinite;
}

.loading.dots3::after {
    content: "⋮\A⋰\A⋯\A⋱";
    text-align: center;
    animation: spin4 1s steps(4) infinite;
}

.loading.lifting::after {
    content: "꜈꜍\A꜉꜎\A꜊꜏\A꜋꜐\A꜌꜑";
    animation: spin5 .5s steps(5) infinite alternate;
}

.loading.hamburger::after {
    content: "☱\A☲\A☴";
    animation: spin3 .3s steps(3) infinite alternate;
}

.loading.bar::after {
    content: "▏\A▎\A▍\A▌\A▋\A▊\A▉";
    animation: spin7 1s steps(7) infinite alternate;
}

.loading.bar2::after {
    content: "▁\A▂\A▃\A▄\A▅\A▆\A▇\A█";
    animation: spin8 2s steps(8) infinite alternate;
}

.loading.circle::after {
    content: "◴\A◷\A◶\A◵";
    animation: spin4 1s steps(4) infinite;
}

.loading.open-circle::after {
    content: "◜\A◠\A◝\A◞\A◡\A◟";
    animation: spin6 .6s steps(6) infinite;
}

.loading.arrow::after {
    content: "←\A↖\A↑\A↗\A→\A↘\A↓\A↙";
    animation: spin8 1s steps(8) infinite;
}

.loading.triangle::after {
    content: "◢\A◣\A◤\A◥";
    animation: spin4 1s steps(4) infinite;
}

.loading.triangles::after {
    content: "▹▹▹▹▹\A ▸▹▹▹▹\A ▹▸▹▹▹\A ▹▹▸▹▹\A ▹▹▹▸▹\A ▹▹▹▹▸";
    animation: spin6 1s steps(6) infinite;
}

.loading.beam::after {
    content: "\A=   \A ==  \A === \A ====\A  ===\A   ==\A    =\A";
    animation: spin9 1.2s steps(9) infinite;
    font-family: monospace;
}

.loading.bullet::after {
    content: " ●    \A   ●   \A    ●  \A     ● \A      ●\A     ● \A    ●  \A   ●   \A  ●    \A ●     ";
    animation: spin10 1s steps(10) infinite;
}

.loading.bullseye::after {
    content: "◎◎◎\A◉◎◎\A◎◉◎\A◎◎◉";
    animation: spin4 1s steps(4) infinite;
}

.loading.rhomb::after {
    content: "◇◇◇\A◈◇◇\A◇◈◇\A◇◇◈";
    animation: spin4 1s steps(4) infinite;
}

.loading.fish::after {
    content: ">))'>\A  >))'>\A   >))'>\A    >))'>\A     >))'>\A     <'((<\A    <'((<\A   <'((<\A  <'((<\A <'((<\A";
    animation: spin10 5s steps(10) infinite;
}

.loading.toggle::after {
    content: "⊶\A⊷";
    animation: spin2 1s steps(2) infinite;
}

.loading.countdown::after {
    content: "0\A 1\A 2\A 3\A 4\A 5\A 6\A 7\A 8\A 9";
    animation: spin10 10s steps(10) reverse;
}

.loading.time::after {
    content: "🕐\A🕑\A🕒\A🕓\A🕔\A🕕\A🕖\A🕗\A🕘\A🕙\A🕚\A🕛";
    animation: spin12 3s steps(12) infinite;
    width: 1.3em;
}

.loading.hearts::after {
    content: "💛\A💙\A💜\A💚";
    animation: spin4 2s steps(4) infinite;
    width: 1.3em;
}

.loading.earth::after {
    content: "🌍\A🌎\A🌏";
    animation: spin3 1s steps(3) infinite;
    width: 1.3em;
}

.loading.moon::after {
    content: "🌑\A🌒\A🌓\A🌔\A🌕\A🌖\A🌗\A🌘";
    animation: spin8 2s steps(8) infinite;
    width: 1.3em;
}

.loading.monkey::after {
    content: "🙈\A🙉\A🙊";
    animation: spin3 1.5s steps(3) infinite;
    width: 1.3em;
}

.loading.runner::after {
    content: "🚶\A🏃";
    animation: spin2 1s steps(2) infinite;
    width: 1.3em;
}

.loading.box-bounce::after {
    content:"▖\A▘\A▝\A▗";
    animation: spin4 1s steps(4) infinite;
}

.loading.star::after {
    content:"✶\A✸\A✹\A✺\A✹\A✷";
    animation: spin6 1s steps(6) infinite;
}

.loading.words::after {
    content: "Loading\A Still loading\A Mostly done\A A bit more \A Almost done\A Ready-ish";
    animation: spin6 12s steps(6) infinite;
}

/* --- Animations --- */

@keyframes spin1  { to { transform: translateY( -1.5em); } }
@keyframes spin2  { to { transform: translateY( -3.0em); } }
@keyframes spin3  { to { transform: translateY( -4.5em); } }
@keyframes spin4  { to { transform: translateY( -6.0em); } }
@keyframes spin5  { to { transform: translateY( -7.5em); } }
@keyframes spin6  { to { transform: translateY( -9.0em); } }
@keyframes spin7  { to { transform: translateY(-10.5em); } }
@keyframes spin8  { to { transform: translateY(-12.0em); } }
@keyframes spin9  { to { transform: translateY(-13.5em); } }
@keyframes spin10 { to { transform: translateY(-15.0em); } }
@keyframes spin11 { to { transform: translateY(-16.5em); } }
@keyframes spin12 { to { transform: translateY(-18.0em); } }
/*! Pickr 0.5.1 MIT | https://github.com/Simonwep/pickr */
.pickr{position:relative;overflow:visible;transform:translateY(0)}.pickr *{box-sizing:border-box}.pickr .pcr-button{position:relative;height:2em;width:2em;padding:.5em;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;border-radius:.15em;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat 50%;background-size:0;transition:all .3s}.pickr .pcr-button:before{background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;z-index:-1;z-index:auto}.pickr .pcr-button:after,.pickr .pcr-button:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:.15em}.pickr .pcr-button:after{transition:background .3s;background:currentColor}.pickr .pcr-button.clear{background-size:70%}.pickr .pcr-button.clear:before{opacity:0}.pickr .pcr-button.clear:focus{box-shadow:0 0 0 1px #f1f3f4,0 0 0 3px currentColor}.pickr .pcr-button.disabled{cursor:not-allowed}.pcr-app button,.pcr-app input,.pickr button,.pickr input{outline:none;border:none;-webkit-appearance:none}.pcr-app button:focus,.pcr-app input:focus,.pickr button:focus,.pickr input:focus{box-shadow:0 0 0 1px #f1f3f4,0 0 0 3px currentColor}.pcr-app{position:fixed;display:flex;flex-direction:column;z-index:10000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;box-shadow:0 .15em 1.5em 0 rgba(0,0,0,.1),0 0 1em 0 rgba(0,0,0,.03);width:28.5em;max-width:95vw;padding:.8em;border-radius:.1em;background:#fff;opacity:0;visibility:hidden;transition:opacity .3s;left:0;top:0}.pcr-app.visible{visibility:visible;opacity:1}.pcr-app .pcr-swatches{display:flex;flex-wrap:wrap;margin-top:.75em}.pcr-app .pcr-swatches.pcr-last{margin:0}@supports (display:grid){.pcr-app .pcr-swatches{display:grid;align-items:center;justify-content:space-around;grid-template-columns:repeat(auto-fit,1.75em)}}.pcr-app .pcr-swatches>button{position:relative;width:1.75em;height:1.75em;border-radius:.15em;cursor:pointer;margin:2.5px;flex-shrink:0;justify-self:center;transition:all .15s;overflow:hidden;background:transparent;z-index:1}.pcr-app .pcr-swatches>button:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:6px;border-radius:.15em;z-index:-1}.pcr-app .pcr-swatches>button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:currentColor;border:1px solid rgba(0,0,0,.05);border-radius:.15em;box-sizing:border-box}.pcr-app .pcr-swatches>button:hover{filter:brightness(1.05)}.pcr-app .pcr-interaction{display:flex;flex-wrap:wrap;align-items:center;margin:0 -.2em}.pcr-app .pcr-interaction>*{margin:0 .2em}.pcr-app .pcr-interaction input{letter-spacing:.07em;font-size:.75em;text-align:center;cursor:pointer;color:#75797e;background:#f1f3f4;border-radius:.15em;transition:all .15s;padding:.45em .5em;margin-top:.75em}.pcr-app .pcr-interaction input:hover{filter:brightness(.975)}.pcr-app .pcr-interaction input:focus{box-shadow:0 0 0 1px #f1f3f4,0 0 0 3px rgba(66,133,244,.75)}.pcr-app .pcr-interaction .pcr-result{color:#75797e;text-align:left;flex:1 1 8em;min-width:8em;transition:all .2s;border-radius:.15em;background:#f1f3f4;cursor:text}.pcr-app .pcr-interaction .pcr-result::selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-type.active{color:#fff;background:#4285f4}.pcr-app .pcr-interaction .pcr-clear,.pcr-app .pcr-interaction .pcr-save{width:auto;color:#fff}.pcr-app .pcr-interaction .pcr-clear:hover,.pcr-app .pcr-interaction .pcr-save:hover{filter:brightness(.925)}.pcr-app .pcr-interaction .pcr-save{background:#4285f4}.pcr-app .pcr-interaction .pcr-clear{background:#f44250}.pcr-app .pcr-interaction .pcr-clear:focus{box-shadow:0 0 0 1px #f1f3f4,0 0 0 3px rgba(244,66,80,.75)}.pcr-app .pcr-selection{display:flex;justify-content:space-between;flex-grow:1}.pcr-app .pcr-selection .pcr-picker{position:absolute;height:18px;width:18px;border:2px solid #fff;border-radius:100%;user-select:none}.pcr-app .pcr-selection .pcr-color-preview{position:relative;z-index:1;width:2em;display:flex;flex-direction:column;justify-content:space-between;margin-right:.75em}.pcr-app .pcr-selection .pcr-color-preview:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app .pcr-selection .pcr-color-preview .pcr-last-color{cursor:pointer;transition:background-color .3s,box-shadow .3s;border-radius:.15em .15em 0 0;z-index:2}.pcr-app .pcr-selection .pcr-color-preview .pcr-current-color{border-radius:0 0 .15em .15em}.pcr-app .pcr-selection .pcr-color-preview .pcr-current-color,.pcr-app .pcr-selection .pcr-color-preview .pcr-last-color{background:currentColor;width:100%;height:50%}.pcr-app .pcr-selection .pcr-color-chooser,.pcr-app .pcr-selection .pcr-color-opacity,.pcr-app .pcr-selection .pcr-color-palette{position:relative;user-select:none;display:flex;flex-direction:column;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.pcr-app .pcr-selection .pcr-color-chooser:active,.pcr-app .pcr-selection .pcr-color-opacity:active,.pcr-app .pcr-selection .pcr-color-palette:active{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.pcr-app .pcr-selection .pcr-color-palette{width:100%;height:8em;z-index:1}.pcr-app .pcr-selection .pcr-color-palette .pcr-palette{flex-grow:1;border-radius:.15em}.pcr-app .pcr-selection .pcr-color-palette .pcr-palette:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app .pcr-selection .pcr-color-chooser,.pcr-app .pcr-selection .pcr-color-opacity{margin-left:.75em}.pcr-app .pcr-selection .pcr-color-chooser .pcr-picker,.pcr-app .pcr-selection .pcr-color-opacity .pcr-picker{left:50%;transform:translateX(-50%)}.pcr-app .pcr-selection .pcr-color-chooser .pcr-slider,.pcr-app .pcr-selection .pcr-color-opacity .pcr-slider{width:8px;flex-grow:1;border-radius:50em}.pcr-app .pcr-selection .pcr-color-chooser .pcr-slider{background:linear-gradient(180deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.pcr-app .pcr-selection .pcr-color-opacity .pcr-slider{background:linear-gradient(180deg,transparent,#000),url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:100%,50%}
/*# sourceMappingURL=pickr.es5.min.js.map*/
.note-editor {
  /*! normalize.css v2.1.3 | MIT License | git.io/normalize */

}
.note-editor article,
.note-editor aside,
.note-editor details,
.note-editor figcaption,
.note-editor figure,
.note-editor footer,
.note-editor header,
.note-editor hgroup,
.note-editor main,
.note-editor nav,
.note-editor section,
.note-editor summary {
  display: block;
}
.note-editor audio,
.note-editor canvas,
.note-editor video {
  display: inline-block;
}
.note-editor audio:not([controls]) {
  display: none;
  height: 0;
}
.note-editor [hidden],
.note-editor template {
  display: none;
}
.note-editor html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.note-editor body {
  margin: 0;
}
.note-editor a {
  background: transparent;
}
.note-editor a:focus {
  outline: thin dotted;
}
.note-editor a:active,
.note-editor a:hover {
  outline: 0;
}
.note-editor h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.note-editor abbr[title] {
  border-bottom: 1px dotted;
}
.note-editor b,
.note-editor strong {
  font-weight: bold;
}
.note-editor dfn {
  font-style: italic;
}
.note-editor hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.note-editor mark {
  background: #ff0;
  color: #000;
}
.note-editor code,
.note-editor kbd,
.note-editor pre,
.note-editor samp {
  font-family: monospace, serif;
  font-size: 1em;
}
.note-editor pre {
  white-space: pre-wrap;
}
.note-editor q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.note-editor small {
  font-size: 80%;
}
.note-editor sub,
.note-editor sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.note-editor sup {
  top: -0.5em;
}
.note-editor sub {
  bottom: -0.25em;
}
.note-editor img {
  border: 0;
}
.note-editor svg:not(:root) {
  overflow: hidden;
}
.note-editor figure {
  margin: 0;
}
.note-editor fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.note-editor legend {
  border: 0;
  padding: 0;
}
.note-editor button,
.note-editor input,
.note-editor select,
.note-editor textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
.note-editor button,
.note-editor input {
  line-height: normal;
}
.note-editor button,
.note-editor select {
  text-transform: none;
}
.note-editor button,
.note-editor html input[type="button"],
.note-editor input[type="reset"],
.note-editor input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.note-editor button[disabled],
.note-editor html input[disabled] {
  cursor: default;
}
.note-editor input[type="checkbox"],
.note-editor input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.note-editor input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.note-editor input[type="search"]::-webkit-search-cancel-button,
.note-editor input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.note-editor button::-moz-focus-inner,
.note-editor input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.note-editor textarea {
  overflow: auto;
  vertical-align: top;
}
.note-editor table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  .note-editor * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .note-editor a,
  .note-editor a:visited {
    text-decoration: underline;
  }
  .note-editor a[href]:after {
    content: " (" attr(href) ")";
  }
  .note-editor abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .note-editor .ir a:after,
  .note-editor a[href^="javascript:"]:after,
  .note-editor a[href^="#"]:after {
    content: "";
  }
  .note-editor pre,
  .note-editor blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .note-editor thead {
    display: table-header-group;
  }
  .note-editor tr,
  .note-editor img {
    page-break-inside: avoid;
  }
  .note-editor img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  .note-editor p,
  .note-editor h2,
  .note-editor h3 {
    orphans: 3;
    widows: 3;
  }
  .note-editor h2,
  .note-editor h3 {
    page-break-after: avoid;
  }
  .note-editor .navbar {
    display: none;
  }
  .note-editor .table td,
  .note-editor .table th {
    background-color: #fff !important;
  }
  .note-editor .btn > .caret,
  .note-editor .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .note-editor .label {
    border: 1px solid #000;
  }
  .note-editor .table {
    border-collapse: collapse !important;
  }
  .note-editor .table-bordered th,
  .note-editor .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.note-editor *,
.note-editor *:before,
.note-editor *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.note-editor html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.note-editor body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
.note-editor input,
.note-editor button,
.note-editor select,
.note-editor textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.note-editor a {
  color: #428bca;
  text-decoration: none;
}
.note-editor a:hover,
.note-editor a:focus {
  color: #2a6496;
  text-decoration: underline;
}
.note-editor a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.note-editor img {
  vertical-align: middle;
}
.note-editor .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.note-editor .img-rounded {
  border-radius: 6px;
}
.note-editor .img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.note-editor .img-circle {
  border-radius: 50%;
}
.note-editor hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.note-editor .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.note-editor p {
  margin: 0 0 10px;
}
.note-editor .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .note-editor .lead {
    font-size: 21px;
  }
}
.note-editor small,
.note-editor .small {
  font-size: 85%;
}
.note-editor cite {
  font-style: normal;
}
.note-editor .text-muted {
  color: #999999;
}
.note-editor .text-primary {
  color: #428bca;
}
.note-editor .text-primary:hover {
  color: #3071a9;
}
.note-editor .text-warning {
  color: #c09853;
}
.note-editor .text-warning:hover {
  color: #a47e3c;
}
.note-editor .text-danger {
  color: #b94a48;
}
.note-editor .text-danger:hover {
  color: #953b39;
}
.note-editor .text-success {
  color: #468847;
}
.note-editor .text-success:hover {
  color: #356635;
}
.note-editor .text-info {
  color: #3a87ad;
}
.note-editor .text-info:hover {
  color: #2d6987;
}
.note-editor .text-left {
  text-align: left;
}
.note-editor .text-right {
  text-align: right;
}
.note-editor .text-center {
  text-align: center;
}
.note-editor h1,
.note-editor h2,
.note-editor h3,
.note-editor h4,
.note-editor h5,
.note-editor h6,
.note-editor .h1,
.note-editor .h2,
.note-editor .h3,
.note-editor .h4,
.note-editor .h5,
.note-editor .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.note-editor h1 small,
.note-editor h2 small,
.note-editor h3 small,
.note-editor h4 small,
.note-editor h5 small,
.note-editor h6 small,
.note-editor .h1 small,
.note-editor .h2 small,
.note-editor .h3 small,
.note-editor .h4 small,
.note-editor .h5 small,
.note-editor .h6 small,
.note-editor h1 .small,
.note-editor h2 .small,
.note-editor h3 .small,
.note-editor h4 .small,
.note-editor h5 .small,
.note-editor h6 .small,
.note-editor .h1 .small,
.note-editor .h2 .small,
.note-editor .h3 .small,
.note-editor .h4 .small,
.note-editor .h5 .small,
.note-editor .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.note-editor h1,
.note-editor h2,
.note-editor h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.note-editor h1 small,
.note-editor h2 small,
.note-editor h3 small,
.note-editor h1 .small,
.note-editor h2 .small,
.note-editor h3 .small {
  font-size: 65%;
}
.note-editor h4,
.note-editor h5,
.note-editor h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.note-editor h4 small,
.note-editor h5 small,
.note-editor h6 small,
.note-editor h4 .small,
.note-editor h5 .small,
.note-editor h6 .small {
  font-size: 75%;
}
.note-editor h1,
.note-editor .h1 {
  font-size: 36px;
}
.note-editor h2,
.note-editor .h2 {
  font-size: 30px;
}
.note-editor h3,
.note-editor .h3 {
  font-size: 24px;
}
.note-editor h4,
.note-editor .h4 {
  font-size: 18px;
}
.note-editor h5,
.note-editor .h5 {
  font-size: 14px;
}
.note-editor h6,
.note-editor .h6 {
  font-size: 12px;
}
.note-editor .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.note-editor ul,
.note-editor ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.note-editor ul ul,
.note-editor ol ul,
.note-editor ul ol,
.note-editor ol ol {
  margin-bottom: 0;
}
.note-editor .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.note-editor .list-inline {
  padding-left: 0;
  list-style: none;
}
.note-editor .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.note-editor dl {
  margin-bottom: 20px;
}
.note-editor dt,
.note-editor dd {
  line-height: 1.428571429;
}
.note-editor dt {
  font-weight: bold;
}
.note-editor dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .note-editor .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .note-editor .dl-horizontal dd {
    margin-left: 180px;
  }
  .note-editor .dl-horizontal dd:before,
  .note-editor .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .note-editor .dl-horizontal dd:after {
    clear: both;
  }
  .note-editor .dl-horizontal dd:before,
  .note-editor .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .note-editor .dl-horizontal dd:after {
    clear: both;
  }
}
.note-editor abbr[title],
.note-editor abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.note-editor abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.note-editor blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
.note-editor blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
.note-editor blockquote p:last-child {
  margin-bottom: 0;
}
.note-editor blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
.note-editor blockquote small:before {
  content: '\2014 \00A0';
}
.note-editor blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.note-editor blockquote.pull-right p,
.note-editor blockquote.pull-right small,
.note-editor blockquote.pull-right .small {
  text-align: right;
}
.note-editor blockquote.pull-right small:before,
.note-editor blockquote.pull-right .small:before {
  content: '';
}
.note-editor blockquote.pull-right small:after,
.note-editor blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.note-editor blockquote:before,
.note-editor blockquote:after {
  content: "";
}
.note-editor address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.note-editor code,
.note-editor kdb,
.note-editor pre,
.note-editor samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.note-editor code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
.note-editor pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.note-editor pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.note-editor .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.note-editor .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.note-editor .container:before,
.note-editor .container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .container:after {
  clear: both;
}
.note-editor .container:before,
.note-editor .container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .container:after {
  clear: both;
}
.note-editor .row {
  margin-left: -15px;
  margin-right: -15px;
}
.note-editor .row:before,
.note-editor .row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .row:after {
  clear: both;
}
.note-editor .row:before,
.note-editor .row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .row:after {
  clear: both;
}
.note-editor .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-left: 15px;
  padding-right: 15px;
}
.note-editor .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;
}
.note-editor .col-xs-12 {
  width: 100%;
}
.note-editor .col-xs-11 {
  width: 91.66666666666666%;
}
.note-editor .col-xs-10 {
  width: 83.33333333333334%;
}
.note-editor .col-xs-9 {
  width: 75%;
}
.note-editor .col-xs-8 {
  width: 66.66666666666666%;
}
.note-editor .col-xs-7 {
  width: 58.333333333333336%;
}
.note-editor .col-xs-6 {
  width: 50%;
}
.note-editor .col-xs-5 {
  width: 41.66666666666667%;
}
.note-editor .col-xs-4 {
  width: 33.33333333333333%;
}
.note-editor .col-xs-3 {
  width: 25%;
}
.note-editor .col-xs-2 {
  width: 16.666666666666664%;
}
.note-editor .col-xs-1 {
  width: 8.333333333333332%;
}
.note-editor .col-xs-pull-12 {
  right: 100%;
}
.note-editor .col-xs-pull-11 {
  right: 91.66666666666666%;
}
.note-editor .col-xs-pull-10 {
  right: 83.33333333333334%;
}
.note-editor .col-xs-pull-9 {
  right: 75%;
}
.note-editor .col-xs-pull-8 {
  right: 66.66666666666666%;
}
.note-editor .col-xs-pull-7 {
  right: 58.333333333333336%;
}
.note-editor .col-xs-pull-6 {
  right: 50%;
}
.note-editor .col-xs-pull-5 {
  right: 41.66666666666667%;
}
.note-editor .col-xs-pull-4 {
  right: 33.33333333333333%;
}
.note-editor .col-xs-pull-3 {
  right: 25%;
}
.note-editor .col-xs-pull-2 {
  right: 16.666666666666664%;
}
.note-editor .col-xs-pull-1 {
  right: 8.333333333333332%;
}
.note-editor .col-xs-push-12 {
  left: 100%;
}
.note-editor .col-xs-push-11 {
  left: 91.66666666666666%;
}
.note-editor .col-xs-push-10 {
  left: 83.33333333333334%;
}
.note-editor .col-xs-push-9 {
  left: 75%;
}
.note-editor .col-xs-push-8 {
  left: 66.66666666666666%;
}
.note-editor .col-xs-push-7 {
  left: 58.333333333333336%;
}
.note-editor .col-xs-push-6 {
  left: 50%;
}
.note-editor .col-xs-push-5 {
  left: 41.66666666666667%;
}
.note-editor .col-xs-push-4 {
  left: 33.33333333333333%;
}
.note-editor .col-xs-push-3 {
  left: 25%;
}
.note-editor .col-xs-push-2 {
  left: 16.666666666666664%;
}
.note-editor .col-xs-push-1 {
  left: 8.333333333333332%;
}
.note-editor .col-xs-offset-12 {
  margin-left: 100%;
}
.note-editor .col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.note-editor .col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.note-editor .col-xs-offset-9 {
  margin-left: 75%;
}
.note-editor .col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.note-editor .col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.note-editor .col-xs-offset-6 {
  margin-left: 50%;
}
.note-editor .col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.note-editor .col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.note-editor .col-xs-offset-3 {
  margin-left: 25%;
}
.note-editor .col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.note-editor .col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
@media (min-width: 768px) {
  .note-editor .container {
    width: 750px;
  }
  .note-editor .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;
  }
  .note-editor .col-sm-12 {
    width: 100%;
  }
  .note-editor .col-sm-11 {
    width: 91.66666666666666%;
  }
  .note-editor .col-sm-10 {
    width: 83.33333333333334%;
  }
  .note-editor .col-sm-9 {
    width: 75%;
  }
  .note-editor .col-sm-8 {
    width: 66.66666666666666%;
  }
  .note-editor .col-sm-7 {
    width: 58.333333333333336%;
  }
  .note-editor .col-sm-6 {
    width: 50%;
  }
  .note-editor .col-sm-5 {
    width: 41.66666666666667%;
  }
  .note-editor .col-sm-4 {
    width: 33.33333333333333%;
  }
  .note-editor .col-sm-3 {
    width: 25%;
  }
  .note-editor .col-sm-2 {
    width: 16.666666666666664%;
  }
  .note-editor .col-sm-1 {
    width: 8.333333333333332%;
  }
  .note-editor .col-sm-pull-12 {
    right: 100%;
  }
  .note-editor .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .note-editor .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .note-editor .col-sm-pull-9 {
    right: 75%;
  }
  .note-editor .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .note-editor .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .note-editor .col-sm-pull-6 {
    right: 50%;
  }
  .note-editor .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .note-editor .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .note-editor .col-sm-pull-3 {
    right: 25%;
  }
  .note-editor .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .note-editor .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .note-editor .col-sm-push-12 {
    left: 100%;
  }
  .note-editor .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .note-editor .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .note-editor .col-sm-push-9 {
    left: 75%;
  }
  .note-editor .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .note-editor .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .note-editor .col-sm-push-6 {
    left: 50%;
  }
  .note-editor .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .note-editor .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .note-editor .col-sm-push-3 {
    left: 25%;
  }
  .note-editor .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .note-editor .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .note-editor .col-sm-offset-12 {
    margin-left: 100%;
  }
  .note-editor .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .note-editor .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .note-editor .col-sm-offset-9 {
    margin-left: 75%;
  }
  .note-editor .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .note-editor .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .note-editor .col-sm-offset-6 {
    margin-left: 50%;
  }
  .note-editor .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .note-editor .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .note-editor .col-sm-offset-3 {
    margin-left: 25%;
  }
  .note-editor .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .note-editor .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 992px) {
  .note-editor .container {
    width: 970px;
  }
  .note-editor .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;
  }
  .note-editor .col-md-12 {
    width: 100%;
  }
  .note-editor .col-md-11 {
    width: 91.66666666666666%;
  }
  .note-editor .col-md-10 {
    width: 83.33333333333334%;
  }
  .note-editor .col-md-9 {
    width: 75%;
  }
  .note-editor .col-md-8 {
    width: 66.66666666666666%;
  }
  .note-editor .col-md-7 {
    width: 58.333333333333336%;
  }
  .note-editor .col-md-6 {
    width: 50%;
  }
  .note-editor .col-md-5 {
    width: 41.66666666666667%;
  }
  .note-editor .col-md-4 {
    width: 33.33333333333333%;
  }
  .note-editor .col-md-3 {
    width: 25%;
  }
  .note-editor .col-md-2 {
    width: 16.666666666666664%;
  }
  .note-editor .col-md-1 {
    width: 8.333333333333332%;
  }
  .note-editor .col-md-pull-12 {
    right: 100%;
  }
  .note-editor .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .note-editor .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .note-editor .col-md-pull-9 {
    right: 75%;
  }
  .note-editor .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .note-editor .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .note-editor .col-md-pull-6 {
    right: 50%;
  }
  .note-editor .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .note-editor .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .note-editor .col-md-pull-3 {
    right: 25%;
  }
  .note-editor .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .note-editor .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .note-editor .col-md-push-12 {
    left: 100%;
  }
  .note-editor .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .note-editor .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .note-editor .col-md-push-9 {
    left: 75%;
  }
  .note-editor .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .note-editor .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .note-editor .col-md-push-6 {
    left: 50%;
  }
  .note-editor .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .note-editor .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .note-editor .col-md-push-3 {
    left: 25%;
  }
  .note-editor .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .note-editor .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .note-editor .col-md-offset-12 {
    margin-left: 100%;
  }
  .note-editor .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .note-editor .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .note-editor .col-md-offset-9 {
    margin-left: 75%;
  }
  .note-editor .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .note-editor .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .note-editor .col-md-offset-6 {
    margin-left: 50%;
  }
  .note-editor .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .note-editor .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .note-editor .col-md-offset-3 {
    margin-left: 25%;
  }
  .note-editor .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .note-editor .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 1200px) {
  .note-editor .container {
    width: 1170px;
  }
  .note-editor .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;
  }
  .note-editor .col-lg-12 {
    width: 100%;
  }
  .note-editor .col-lg-11 {
    width: 91.66666666666666%;
  }
  .note-editor .col-lg-10 {
    width: 83.33333333333334%;
  }
  .note-editor .col-lg-9 {
    width: 75%;
  }
  .note-editor .col-lg-8 {
    width: 66.66666666666666%;
  }
  .note-editor .col-lg-7 {
    width: 58.333333333333336%;
  }
  .note-editor .col-lg-6 {
    width: 50%;
  }
  .note-editor .col-lg-5 {
    width: 41.66666666666667%;
  }
  .note-editor .col-lg-4 {
    width: 33.33333333333333%;
  }
  .note-editor .col-lg-3 {
    width: 25%;
  }
  .note-editor .col-lg-2 {
    width: 16.666666666666664%;
  }
  .note-editor .col-lg-1 {
    width: 8.333333333333332%;
  }
  .note-editor .col-lg-pull-12 {
    right: 100%;
  }
  .note-editor .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .note-editor .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .note-editor .col-lg-pull-9 {
    right: 75%;
  }
  .note-editor .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .note-editor .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .note-editor .col-lg-pull-6 {
    right: 50%;
  }
  .note-editor .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .note-editor .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .note-editor .col-lg-pull-3 {
    right: 25%;
  }
  .note-editor .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .note-editor .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .note-editor .col-lg-push-12 {
    left: 100%;
  }
  .note-editor .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .note-editor .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .note-editor .col-lg-push-9 {
    left: 75%;
  }
  .note-editor .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .note-editor .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .note-editor .col-lg-push-6 {
    left: 50%;
  }
  .note-editor .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .note-editor .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .note-editor .col-lg-push-3 {
    left: 25%;
  }
  .note-editor .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .note-editor .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .note-editor .col-lg-offset-12 {
    margin-left: 100%;
  }
  .note-editor .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .note-editor .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .note-editor .col-lg-offset-9 {
    margin-left: 75%;
  }
  .note-editor .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .note-editor .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .note-editor .col-lg-offset-6 {
    margin-left: 50%;
  }
  .note-editor .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .note-editor .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .note-editor .col-lg-offset-3 {
    margin-left: 25%;
  }
  .note-editor .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .note-editor .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
.note-editor table {
  max-width: 100%;
  background-color: transparent;
}
.note-editor th {
  text-align: left;
}
.note-editor .table {
  width: 100%;
  margin-bottom: 20px;
}
.note-editor .table > thead > tr > th,
.note-editor .table > tbody > tr > th,
.note-editor .table > tfoot > tr > th,
.note-editor .table > thead > tr > td,
.note-editor .table > tbody > tr > td,
.note-editor .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.note-editor .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.note-editor .table > caption + thead > tr:first-child > th,
.note-editor .table > colgroup + thead > tr:first-child > th,
.note-editor .table > thead:first-child > tr:first-child > th,
.note-editor .table > caption + thead > tr:first-child > td,
.note-editor .table > colgroup + thead > tr:first-child > td,
.note-editor .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.note-editor .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.note-editor .table .table {
  background-color: #ffffff;
}
.note-editor .table-condensed > thead > tr > th,
.note-editor .table-condensed > tbody > tr > th,
.note-editor .table-condensed > tfoot > tr > th,
.note-editor .table-condensed > thead > tr > td,
.note-editor .table-condensed > tbody > tr > td,
.note-editor .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.note-editor .table-bordered {
  border: 1px solid #dddddd;
}
.note-editor .table-bordered > thead > tr > th,
.note-editor .table-bordered > tbody > tr > th,
.note-editor .table-bordered > tfoot > tr > th,
.note-editor .table-bordered > thead > tr > td,
.note-editor .table-bordered > tbody > tr > td,
.note-editor .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.note-editor .table-bordered > thead > tr > th,
.note-editor .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.note-editor .table-striped > tbody > tr:nth-child(odd) > td,
.note-editor .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.note-editor .table-hover > tbody > tr:hover > td,
.note-editor .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.note-editor table col[class*="col-"] {
  float: none;
  display: table-column;
}
.note-editor table td[class*="col-"],
.note-editor table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.note-editor .table > thead > tr > td.active,
.note-editor .table > tbody > tr > td.active,
.note-editor .table > tfoot > tr > td.active,
.note-editor .table > thead > tr > th.active,
.note-editor .table > tbody > tr > th.active,
.note-editor .table > tfoot > tr > th.active,
.note-editor .table > thead > tr.active > td,
.note-editor .table > tbody > tr.active > td,
.note-editor .table > tfoot > tr.active > td,
.note-editor .table > thead > tr.active > th,
.note-editor .table > tbody > tr.active > th,
.note-editor .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.note-editor .table > thead > tr > td.success,
.note-editor .table > tbody > tr > td.success,
.note-editor .table > tfoot > tr > td.success,
.note-editor .table > thead > tr > th.success,
.note-editor .table > tbody > tr > th.success,
.note-editor .table > tfoot > tr > th.success,
.note-editor .table > thead > tr.success > td,
.note-editor .table > tbody > tr.success > td,
.note-editor .table > tfoot > tr.success > td,
.note-editor .table > thead > tr.success > th,
.note-editor .table > tbody > tr.success > th,
.note-editor .table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.note-editor .table-hover > tbody > tr > td.success:hover,
.note-editor .table-hover > tbody > tr > th.success:hover,
.note-editor .table-hover > tbody > tr.success:hover > td,
.note-editor .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.note-editor .table > thead > tr > td.danger,
.note-editor .table > tbody > tr > td.danger,
.note-editor .table > tfoot > tr > td.danger,
.note-editor .table > thead > tr > th.danger,
.note-editor .table > tbody > tr > th.danger,
.note-editor .table > tfoot > tr > th.danger,
.note-editor .table > thead > tr.danger > td,
.note-editor .table > tbody > tr.danger > td,
.note-editor .table > tfoot > tr.danger > td,
.note-editor .table > thead > tr.danger > th,
.note-editor .table > tbody > tr.danger > th,
.note-editor .table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #ebccd1;
}
.note-editor .table-hover > tbody > tr > td.danger:hover,
.note-editor .table-hover > tbody > tr > th.danger:hover,
.note-editor .table-hover > tbody > tr.danger:hover > td,
.note-editor .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
  border-color: #e4b9c0;
}
.note-editor .table > thead > tr > td.warning,
.note-editor .table > tbody > tr > td.warning,
.note-editor .table > tfoot > tr > td.warning,
.note-editor .table > thead > tr > th.warning,
.note-editor .table > tbody > tr > th.warning,
.note-editor .table > tfoot > tr > th.warning,
.note-editor .table > thead > tr.warning > td,
.note-editor .table > tbody > tr.warning > td,
.note-editor .table > tfoot > tr.warning > td,
.note-editor .table > thead > tr.warning > th,
.note-editor .table > tbody > tr.warning > th,
.note-editor .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.note-editor .table-hover > tbody > tr > td.warning:hover,
.note-editor .table-hover > tbody > tr > th.warning:hover,
.note-editor .table-hover > tbody > tr.warning:hover > td,
.note-editor .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
  border-color: #f7e1b5;
}
@media (max-width: 767px) {
  .note-editor .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .note-editor .table-responsive > .table {
    margin-bottom: 0;
  }
  .note-editor .table-responsive > .table > thead > tr > th,
  .note-editor .table-responsive > .table > tbody > tr > th,
  .note-editor .table-responsive > .table > tfoot > tr > th,
  .note-editor .table-responsive > .table > thead > tr > td,
  .note-editor .table-responsive > .table > tbody > tr > td,
  .note-editor .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .note-editor .table-responsive > .table-bordered {
    border: 0;
  }
  .note-editor .table-responsive > .table-bordered > thead > tr > th:first-child,
  .note-editor .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .note-editor .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .note-editor .table-responsive > .table-bordered > thead > tr > td:first-child,
  .note-editor .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .note-editor .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .note-editor .table-responsive > .table-bordered > thead > tr > th:last-child,
  .note-editor .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .note-editor .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .note-editor .table-responsive > .table-bordered > thead > tr > td:last-child,
  .note-editor .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .note-editor .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .note-editor .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .note-editor .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .note-editor .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .note-editor .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.note-editor fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.note-editor legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.note-editor label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
.note-editor input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.note-editor input[type="radio"],
.note-editor input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
.note-editor input[type="file"] {
  display: block;
}
.note-editor select[multiple],
.note-editor select[size] {
  height: auto;
}
.note-editor select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
.note-editor input[type="file"]:focus,
.note-editor input[type="radio"]:focus,
.note-editor input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.note-editor input[type="number"]::-webkit-outer-spin-button,
.note-editor input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.note-editor output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.note-editor .form-control:-moz-placeholder {
  color: #999999;
}
.note-editor .form-control::-moz-placeholder {
  color: #999999;
}
.note-editor .form-control:-ms-input-placeholder {
  color: #999999;
}
.note-editor .form-control::-webkit-input-placeholder {
  color: #999999;
}
.note-editor .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.note-editor .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.note-editor .form-control[disabled],
.note-editor .form-control[readonly],
fieldset[disabled] .note-editor .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.note-editor .form-control {
  height: auto;
}
.note-editor .form-group {
  margin-bottom: 15px;
}
.note-editor .radio,
.note-editor .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.note-editor .radio label,
.note-editor .checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.note-editor .radio input[type="radio"],
.note-editor .radio-inline input[type="radio"],
.note-editor .checkbox input[type="checkbox"],
.note-editor .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.note-editor .radio + .radio,
.note-editor .checkbox + .checkbox {
  margin-top: -5px;
}
.note-editor .radio-inline,
.note-editor .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.note-editor .radio-inline + .radio-inline,
.note-editor .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.note-editor input[type="radio"][disabled],
.note-editor input[type="checkbox"][disabled],
.note-editor .radio[disabled],
.note-editor .radio-inline[disabled],
.note-editor .checkbox[disabled],
.note-editor .checkbox-inline[disabled],
fieldset[disabled] .note-editor input[type="radio"],
fieldset[disabled] .note-editor input[type="checkbox"],
fieldset[disabled] .note-editor .radio,
fieldset[disabled] .note-editor .radio-inline,
fieldset[disabled] .note-editor .checkbox,
fieldset[disabled] .note-editor .checkbox-inline {
  cursor: not-allowed;
}
.note-editor .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.note-editor .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.note-editor .input-sm {
  height: auto;
}
.note-editor .input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.note-editor .input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.note-editor .input-lg {
  height: auto;
}
.note-editor .has-warning .help-block,
.note-editor .has-warning .control-label {
  color: #c09853;
}
.note-editor .has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.note-editor .has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.note-editor .has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.note-editor .has-error .help-block,
.note-editor .has-error .control-label {
  color: #b94a48;
}
.note-editor .has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.note-editor .has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.note-editor .has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.note-editor .has-success .help-block,
.note-editor .has-success .control-label {
  color: #468847;
}
.note-editor .has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.note-editor .has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.note-editor .has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.note-editor .form-control-static {
  margin-bottom: 0;
}
.note-editor .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .note-editor .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .note-editor .form-inline .form-control {
    display: inline-block;
  }
  .note-editor .form-inline .radio,
  .note-editor .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .note-editor .form-inline .radio input[type="radio"],
  .note-editor .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.note-editor .form-horizontal .control-label,
.note-editor .form-horizontal .radio,
.note-editor .form-horizontal .checkbox,
.note-editor .form-horizontal .radio-inline,
.note-editor .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.note-editor .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.note-editor .form-horizontal .form-group:before,
.note-editor .form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .form-horizontal .form-group:after {
  clear: both;
}
.note-editor .form-horizontal .form-group:before,
.note-editor .form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .form-horizontal .form-group:after {
  clear: both;
}
.note-editor .form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .note-editor .form-horizontal .control-label {
    text-align: right;
  }
}
.note-editor .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.note-editor .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.note-editor .btn:hover,
.note-editor .btn:focus {
  color: #333333;
  text-decoration: none;
}
.note-editor .btn:active,
.note-editor .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.note-editor .btn.disabled,
.note-editor .btn[disabled],
fieldset[disabled] .note-editor .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.note-editor .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.note-editor .btn-default:hover,
.note-editor .btn-default:focus,
.note-editor .btn-default:active,
.note-editor .btn-default.active,
.open .dropdown-toggle.note-editor .btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.note-editor .btn-default:active,
.note-editor .btn-default.active,
.open .dropdown-toggle.note-editor .btn-default {
  background-image: none;
}
.note-editor .btn-default.disabled,
.note-editor .btn-default[disabled],
fieldset[disabled] .note-editor .btn-default,
.note-editor .btn-default.disabled:hover,
.note-editor .btn-default[disabled]:hover,
fieldset[disabled] .note-editor .btn-default:hover,
.note-editor .btn-default.disabled:focus,
.note-editor .btn-default[disabled]:focus,
fieldset[disabled] .note-editor .btn-default:focus,
.note-editor .btn-default.disabled:active,
.note-editor .btn-default[disabled]:active,
fieldset[disabled] .note-editor .btn-default:active,
.note-editor .btn-default.disabled.active,
.note-editor .btn-default[disabled].active,
fieldset[disabled] .note-editor .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.note-editor .btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.note-editor .btn-primary:hover,
.note-editor .btn-primary:focus,
.note-editor .btn-primary:active,
.note-editor .btn-primary.active,
.open .dropdown-toggle.note-editor .btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.note-editor .btn-primary:active,
.note-editor .btn-primary.active,
.open .dropdown-toggle.note-editor .btn-primary {
  background-image: none;
}
.note-editor .btn-primary.disabled,
.note-editor .btn-primary[disabled],
fieldset[disabled] .note-editor .btn-primary,
.note-editor .btn-primary.disabled:hover,
.note-editor .btn-primary[disabled]:hover,
fieldset[disabled] .note-editor .btn-primary:hover,
.note-editor .btn-primary.disabled:focus,
.note-editor .btn-primary[disabled]:focus,
fieldset[disabled] .note-editor .btn-primary:focus,
.note-editor .btn-primary.disabled:active,
.note-editor .btn-primary[disabled]:active,
fieldset[disabled] .note-editor .btn-primary:active,
.note-editor .btn-primary.disabled.active,
.note-editor .btn-primary[disabled].active,
fieldset[disabled] .note-editor .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.note-editor .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.note-editor .btn-warning:hover,
.note-editor .btn-warning:focus,
.note-editor .btn-warning:active,
.note-editor .btn-warning.active,
.open .dropdown-toggle.note-editor .btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.note-editor .btn-warning:active,
.note-editor .btn-warning.active,
.open .dropdown-toggle.note-editor .btn-warning {
  background-image: none;
}
.note-editor .btn-warning.disabled,
.note-editor .btn-warning[disabled],
fieldset[disabled] .note-editor .btn-warning,
.note-editor .btn-warning.disabled:hover,
.note-editor .btn-warning[disabled]:hover,
fieldset[disabled] .note-editor .btn-warning:hover,
.note-editor .btn-warning.disabled:focus,
.note-editor .btn-warning[disabled]:focus,
fieldset[disabled] .note-editor .btn-warning:focus,
.note-editor .btn-warning.disabled:active,
.note-editor .btn-warning[disabled]:active,
fieldset[disabled] .note-editor .btn-warning:active,
.note-editor .btn-warning.disabled.active,
.note-editor .btn-warning[disabled].active,
fieldset[disabled] .note-editor .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.note-editor .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.note-editor .btn-danger:hover,
.note-editor .btn-danger:focus,
.note-editor .btn-danger:active,
.note-editor .btn-danger.active,
.open .dropdown-toggle.note-editor .btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.note-editor .btn-danger:active,
.note-editor .btn-danger.active,
.open .dropdown-toggle.note-editor .btn-danger {
  background-image: none;
}
.note-editor .btn-danger.disabled,
.note-editor .btn-danger[disabled],
fieldset[disabled] .note-editor .btn-danger,
.note-editor .btn-danger.disabled:hover,
.note-editor .btn-danger[disabled]:hover,
fieldset[disabled] .note-editor .btn-danger:hover,
.note-editor .btn-danger.disabled:focus,
.note-editor .btn-danger[disabled]:focus,
fieldset[disabled] .note-editor .btn-danger:focus,
.note-editor .btn-danger.disabled:active,
.note-editor .btn-danger[disabled]:active,
fieldset[disabled] .note-editor .btn-danger:active,
.note-editor .btn-danger.disabled.active,
.note-editor .btn-danger[disabled].active,
fieldset[disabled] .note-editor .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.note-editor .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.note-editor .btn-success:hover,
.note-editor .btn-success:focus,
.note-editor .btn-success:active,
.note-editor .btn-success.active,
.open .dropdown-toggle.note-editor .btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.note-editor .btn-success:active,
.note-editor .btn-success.active,
.open .dropdown-toggle.note-editor .btn-success {
  background-image: none;
}
.note-editor .btn-success.disabled,
.note-editor .btn-success[disabled],
fieldset[disabled] .note-editor .btn-success,
.note-editor .btn-success.disabled:hover,
.note-editor .btn-success[disabled]:hover,
fieldset[disabled] .note-editor .btn-success:hover,
.note-editor .btn-success.disabled:focus,
.note-editor .btn-success[disabled]:focus,
fieldset[disabled] .note-editor .btn-success:focus,
.note-editor .btn-success.disabled:active,
.note-editor .btn-success[disabled]:active,
fieldset[disabled] .note-editor .btn-success:active,
.note-editor .btn-success.disabled.active,
.note-editor .btn-success[disabled].active,
fieldset[disabled] .note-editor .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.note-editor .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.note-editor .btn-info:hover,
.note-editor .btn-info:focus,
.note-editor .btn-info:active,
.note-editor .btn-info.active,
.open .dropdown-toggle.note-editor .btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.note-editor .btn-info:active,
.note-editor .btn-info.active,
.open .dropdown-toggle.note-editor .btn-info {
  background-image: none;
}
.note-editor .btn-info.disabled,
.note-editor .btn-info[disabled],
fieldset[disabled] .note-editor .btn-info,
.note-editor .btn-info.disabled:hover,
.note-editor .btn-info[disabled]:hover,
fieldset[disabled] .note-editor .btn-info:hover,
.note-editor .btn-info.disabled:focus,
.note-editor .btn-info[disabled]:focus,
fieldset[disabled] .note-editor .btn-info:focus,
.note-editor .btn-info.disabled:active,
.note-editor .btn-info[disabled]:active,
fieldset[disabled] .note-editor .btn-info:active,
.note-editor .btn-info.disabled.active,
.note-editor .btn-info[disabled].active,
fieldset[disabled] .note-editor .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.note-editor .btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.note-editor .btn-link,
.note-editor .btn-link:active,
.note-editor .btn-link[disabled],
fieldset[disabled] .note-editor .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.note-editor .btn-link,
.note-editor .btn-link:hover,
.note-editor .btn-link:focus,
.note-editor .btn-link:active {
  border-color: transparent;
}
.note-editor .btn-link:hover,
.note-editor .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.note-editor .btn-link[disabled]:hover,
fieldset[disabled] .note-editor .btn-link:hover,
.note-editor .btn-link[disabled]:focus,
fieldset[disabled] .note-editor .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.note-editor .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.note-editor .btn-sm,
.note-editor .btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.note-editor .btn-xs {
  padding: 1px 5px;
}
.note-editor .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.note-editor .btn-block + .btn-block {
  margin-top: 5px;
}
.note-editor input[type="submit"].btn-block,
.note-editor input[type="reset"].btn-block,
.note-editor input[type="button"].btn-block {
  width: 100%;
}
.note-editor .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.note-editor .fade.in {
  opacity: 1;
}
.note-editor .collapse {
  display: none;
}
.note-editor .collapse.in {
  display: block;
}
.note-editor .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/../fonts/glyphicons-halflings-regular.eot);
  src: url(/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/../fonts/glyphicons-halflings-regular.woff) format('woff'), url(/../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.note-editor .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.note-editor .glyphicon:empty {
  width: 1em;
}
.note-editor .glyphicon-asterisk:before {
  content: "\2a";
}
.note-editor .glyphicon-plus:before {
  content: "\2b";
}
.note-editor .glyphicon-euro:before {
  content: "\20ac";
}
.note-editor .glyphicon-minus:before {
  content: "\2212";
}
.note-editor .glyphicon-cloud:before {
  content: "\2601";
}
.note-editor .glyphicon-envelope:before {
  content: "\2709";
}
.note-editor .glyphicon-pencil:before {
  content: "\270f";
}
.note-editor .glyphicon-glass:before {
  content: "\e001";
}
.note-editor .glyphicon-music:before {
  content: "\e002";
}
.note-editor .glyphicon-search:before {
  content: "\e003";
}
.note-editor .glyphicon-heart:before {
  content: "\e005";
}
.note-editor .glyphicon-star:before {
  content: "\e006";
}
.note-editor .glyphicon-star-empty:before {
  content: "\e007";
}
.note-editor .glyphicon-user:before {
  content: "\e008";
}
.note-editor .glyphicon-film:before {
  content: "\e009";
}
.note-editor .glyphicon-th-large:before {
  content: "\e010";
}
.note-editor .glyphicon-th:before {
  content: "\e011";
}
.note-editor .glyphicon-th-list:before {
  content: "\e012";
}
.note-editor .glyphicon-ok:before {
  content: "\e013";
}
.note-editor .glyphicon-remove:before {
  content: "\e014";
}
.note-editor .glyphicon-zoom-in:before {
  content: "\e015";
}
.note-editor .glyphicon-zoom-out:before {
  content: "\e016";
}
.note-editor .glyphicon-off:before {
  content: "\e017";
}
.note-editor .glyphicon-signal:before {
  content: "\e018";
}
.note-editor .glyphicon-cog:before {
  content: "\e019";
}
.note-editor .glyphicon-trash:before {
  content: "\e020";
}
.note-editor .glyphicon-home:before {
  content: "\e021";
}
.note-editor .glyphicon-file:before {
  content: "\e022";
}
.note-editor .glyphicon-time:before {
  content: "\e023";
}
.note-editor .glyphicon-road:before {
  content: "\e024";
}
.note-editor .glyphicon-download-alt:before {
  content: "\e025";
}
.note-editor .glyphicon-download:before {
  content: "\e026";
}
.note-editor .glyphicon-upload:before {
  content: "\e027";
}
.note-editor .glyphicon-inbox:before {
  content: "\e028";
}
.note-editor .glyphicon-play-circle:before {
  content: "\e029";
}
.note-editor .glyphicon-repeat:before {
  content: "\e030";
}
.note-editor .glyphicon-refresh:before {
  content: "\e031";
}
.note-editor .glyphicon-list-alt:before {
  content: "\e032";
}
.note-editor .glyphicon-lock:before {
  content: "\e033";
}
.note-editor .glyphicon-flag:before {
  content: "\e034";
}
.note-editor .glyphicon-headphones:before {
  content: "\e035";
}
.note-editor .glyphicon-volume-off:before {
  content: "\e036";
}
.note-editor .glyphicon-volume-down:before {
  content: "\e037";
}
.note-editor .glyphicon-volume-up:before {
  content: "\e038";
}
.note-editor .glyphicon-qrcode:before {
  content: "\e039";
}
.note-editor .glyphicon-barcode:before {
  content: "\e040";
}
.note-editor .glyphicon-tag:before {
  content: "\e041";
}
.note-editor .glyphicon-tags:before {
  content: "\e042";
}
.note-editor .glyphicon-book:before {
  content: "\e043";
}
.note-editor .glyphicon-bookmark:before {
  content: "\e044";
}
.note-editor .glyphicon-print:before {
  content: "\e045";
}
.note-editor .glyphicon-camera:before {
  content: "\e046";
}
.note-editor .glyphicon-font:before {
  content: "\e047";
}
.note-editor .glyphicon-bold:before {
  content: "\e048";
}
.note-editor .glyphicon-italic:before {
  content: "\e049";
}
.note-editor .glyphicon-text-height:before {
  content: "\e050";
}
.note-editor .glyphicon-text-width:before {
  content: "\e051";
}
.note-editor .glyphicon-align-left:before {
  content: "\e052";
}
.note-editor .glyphicon-align-center:before {
  content: "\e053";
}
.note-editor .glyphicon-align-right:before {
  content: "\e054";
}
.note-editor .glyphicon-align-justify:before {
  content: "\e055";
}
.note-editor .glyphicon-list:before {
  content: "\e056";
}
.note-editor .glyphicon-indent-left:before {
  content: "\e057";
}
.note-editor .glyphicon-indent-right:before {
  content: "\e058";
}
.note-editor .glyphicon-facetime-video:before {
  content: "\e059";
}
.note-editor .glyphicon-picture:before {
  content: "\e060";
}
.note-editor .glyphicon-map-marker:before {
  content: "\e062";
}
.note-editor .glyphicon-adjust:before {
  content: "\e063";
}
.note-editor .glyphicon-tint:before {
  content: "\e064";
}
.note-editor .glyphicon-edit:before {
  content: "\e065";
}
.note-editor .glyphicon-share:before {
  content: "\e066";
}
.note-editor .glyphicon-check:before {
  content: "\e067";
}
.note-editor .glyphicon-move:before {
  content: "\e068";
}
.note-editor .glyphicon-step-backward:before {
  content: "\e069";
}
.note-editor .glyphicon-fast-backward:before {
  content: "\e070";
}
.note-editor .glyphicon-backward:before {
  content: "\e071";
}
.note-editor .glyphicon-play:before {
  content: "\e072";
}
.note-editor .glyphicon-pause:before {
  content: "\e073";
}
.note-editor .glyphicon-stop:before {
  content: "\e074";
}
.note-editor .glyphicon-forward:before {
  content: "\e075";
}
.note-editor .glyphicon-fast-forward:before {
  content: "\e076";
}
.note-editor .glyphicon-step-forward:before {
  content: "\e077";
}
.note-editor .glyphicon-eject:before {
  content: "\e078";
}
.note-editor .glyphicon-chevron-left:before {
  content: "\e079";
}
.note-editor .glyphicon-chevron-right:before {
  content: "\e080";
}
.note-editor .glyphicon-plus-sign:before {
  content: "\e081";
}
.note-editor .glyphicon-minus-sign:before {
  content: "\e082";
}
.note-editor .glyphicon-remove-sign:before {
  content: "\e083";
}
.note-editor .glyphicon-ok-sign:before {
  content: "\e084";
}
.note-editor .glyphicon-question-sign:before {
  content: "\e085";
}
.note-editor .glyphicon-info-sign:before {
  content: "\e086";
}
.note-editor .glyphicon-screenshot:before {
  content: "\e087";
}
.note-editor .glyphicon-remove-circle:before {
  content: "\e088";
}
.note-editor .glyphicon-ok-circle:before {
  content: "\e089";
}
.note-editor .glyphicon-ban-circle:before {
  content: "\e090";
}
.note-editor .glyphicon-arrow-left:before {
  content: "\e091";
}
.note-editor .glyphicon-arrow-right:before {
  content: "\e092";
}
.note-editor .glyphicon-arrow-up:before {
  content: "\e093";
}
.note-editor .glyphicon-arrow-down:before {
  content: "\e094";
}
.note-editor .glyphicon-share-alt:before {
  content: "\e095";
}
.note-editor .glyphicon-resize-full:before {
  content: "\e096";
}
.note-editor .glyphicon-resize-small:before {
  content: "\e097";
}
.note-editor .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.note-editor .glyphicon-gift:before {
  content: "\e102";
}
.note-editor .glyphicon-leaf:before {
  content: "\e103";
}
.note-editor .glyphicon-fire:before {
  content: "\e104";
}
.note-editor .glyphicon-eye-open:before {
  content: "\e105";
}
.note-editor .glyphicon-eye-close:before {
  content: "\e106";
}
.note-editor .glyphicon-warning-sign:before {
  content: "\e107";
}
.note-editor .glyphicon-plane:before {
  content: "\e108";
}
.note-editor .glyphicon-calendar:before {
  content: "\e109";
}
.note-editor .glyphicon-random:before {
  content: "\e110";
}
.note-editor .glyphicon-comment:before {
  content: "\e111";
}
.note-editor .glyphicon-magnet:before {
  content: "\e112";
}
.note-editor .glyphicon-chevron-up:before {
  content: "\e113";
}
.note-editor .glyphicon-chevron-down:before {
  content: "\e114";
}
.note-editor .glyphicon-retweet:before {
  content: "\e115";
}
.note-editor .glyphicon-shopping-cart:before {
  content: "\e116";
}
.note-editor .glyphicon-folder-close:before {
  content: "\e117";
}
.note-editor .glyphicon-folder-open:before {
  content: "\e118";
}
.note-editor .glyphicon-resize-vertical:before {
  content: "\e119";
}
.note-editor .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.note-editor .glyphicon-hdd:before {
  content: "\e121";
}
.note-editor .glyphicon-bullhorn:before {
  content: "\e122";
}
.note-editor .glyphicon-bell:before {
  content: "\e123";
}
.note-editor .glyphicon-certificate:before {
  content: "\e124";
}
.note-editor .glyphicon-thumbs-up:before {
  content: "\e125";
}
.note-editor .glyphicon-thumbs-down:before {
  content: "\e126";
}
.note-editor .glyphicon-hand-right:before {
  content: "\e127";
}
.note-editor .glyphicon-hand-left:before {
  content: "\e128";
}
.note-editor .glyphicon-hand-up:before {
  content: "\e129";
}
.note-editor .glyphicon-hand-down:before {
  content: "\e130";
}
.note-editor .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.note-editor .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.note-editor .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.note-editor .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.note-editor .glyphicon-globe:before {
  content: "\e135";
}
.note-editor .glyphicon-wrench:before {
  content: "\e136";
}
.note-editor .glyphicon-tasks:before {
  content: "\e137";
}
.note-editor .glyphicon-filter:before {
  content: "\e138";
}
.note-editor .glyphicon-briefcase:before {
  content: "\e139";
}
.note-editor .glyphicon-fullscreen:before {
  content: "\e140";
}
.note-editor .glyphicon-dashboard:before {
  content: "\e141";
}
.note-editor .glyphicon-paperclip:before {
  content: "\e142";
}
.note-editor .glyphicon-heart-empty:before {
  content: "\e143";
}
.note-editor .glyphicon-link:before {
  content: "\e144";
}
.note-editor .glyphicon-phone:before {
  content: "\e145";
}
.note-editor .glyphicon-pushpin:before {
  content: "\e146";
}
.note-editor .glyphicon-usd:before {
  content: "\e148";
}
.note-editor .glyphicon-gbp:before {
  content: "\e149";
}
.note-editor .glyphicon-sort:before {
  content: "\e150";
}
.note-editor .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.note-editor .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.note-editor .glyphicon-sort-by-order:before {
  content: "\e153";
}
.note-editor .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.note-editor .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.note-editor .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.note-editor .glyphicon-unchecked:before {
  content: "\e157";
}
.note-editor .glyphicon-expand:before {
  content: "\e158";
}
.note-editor .glyphicon-collapse-down:before {
  content: "\e159";
}
.note-editor .glyphicon-collapse-up:before {
  content: "\e160";
}
.note-editor .glyphicon-log-in:before {
  content: "\e161";
}
.note-editor .glyphicon-flash:before {
  content: "\e162";
}
.note-editor .glyphicon-log-out:before {
  content: "\e163";
}
.note-editor .glyphicon-new-window:before {
  content: "\e164";
}
.note-editor .glyphicon-record:before {
  content: "\e165";
}
.note-editor .glyphicon-save:before {
  content: "\e166";
}
.note-editor .glyphicon-open:before {
  content: "\e167";
}
.note-editor .glyphicon-saved:before {
  content: "\e168";
}
.note-editor .glyphicon-import:before {
  content: "\e169";
}
.note-editor .glyphicon-export:before {
  content: "\e170";
}
.note-editor .glyphicon-send:before {
  content: "\e171";
}
.note-editor .glyphicon-floppy-disk:before {
  content: "\e172";
}
.note-editor .glyphicon-floppy-saved:before {
  content: "\e173";
}
.note-editor .glyphicon-floppy-remove:before {
  content: "\e174";
}
.note-editor .glyphicon-floppy-save:before {
  content: "\e175";
}
.note-editor .glyphicon-floppy-open:before {
  content: "\e176";
}
.note-editor .glyphicon-credit-card:before {
  content: "\e177";
}
.note-editor .glyphicon-transfer:before {
  content: "\e178";
}
.note-editor .glyphicon-cutlery:before {
  content: "\e179";
}
.note-editor .glyphicon-header:before {
  content: "\e180";
}
.note-editor .glyphicon-compressed:before {
  content: "\e181";
}
.note-editor .glyphicon-earphone:before {
  content: "\e182";
}
.note-editor .glyphicon-phone-alt:before {
  content: "\e183";
}
.note-editor .glyphicon-tower:before {
  content: "\e184";
}
.note-editor .glyphicon-stats:before {
  content: "\e185";
}
.note-editor .glyphicon-sd-video:before {
  content: "\e186";
}
.note-editor .glyphicon-hd-video:before {
  content: "\e187";
}
.note-editor .glyphicon-subtitles:before {
  content: "\e188";
}
.note-editor .glyphicon-sound-stereo:before {
  content: "\e189";
}
.note-editor .glyphicon-sound-dolby:before {
  content: "\e190";
}
.note-editor .glyphicon-sound-5-1:before {
  content: "\e191";
}
.note-editor .glyphicon-sound-6-1:before {
  content: "\e192";
}
.note-editor .glyphicon-sound-7-1:before {
  content: "\e193";
}
.note-editor .glyphicon-copyright-mark:before {
  content: "\e194";
}
.note-editor .glyphicon-registration-mark:before {
  content: "\e195";
}
.note-editor .glyphicon-cloud-download:before {
  content: "\e197";
}
.note-editor .glyphicon-cloud-upload:before {
  content: "\e198";
}
.note-editor .glyphicon-tree-conifer:before {
  content: "\e199";
}
.note-editor .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.note-editor .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.note-editor .dropdown {
  position: relative;
}
.note-editor .dropdown-toggle:focus {
  outline: 0;
}
.note-editor .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;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.note-editor .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.note-editor .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.note-editor .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.note-editor .dropdown-menu > li > a:hover,
.note-editor .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.note-editor .dropdown-menu > .active > a,
.note-editor .dropdown-menu > .active > a:hover,
.note-editor .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.note-editor .dropdown-menu > .disabled > a,
.note-editor .dropdown-menu > .disabled > a:hover,
.note-editor .dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.note-editor .dropdown-menu > .disabled > a:hover,
.note-editor .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.note-editor .open > .dropdown-menu {
  display: block;
}
.note-editor .open > a {
  outline: 0;
}
.note-editor .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.note-editor .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.note-editor .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.note-editor .dropup .caret,
.note-editor .navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.note-editor .dropup .dropdown-menu,
.note-editor .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .note-editor .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .note-editor .caret {
  border-top-color: #333333;
}
.btn-primary .note-editor .caret,
.btn-success .note-editor .caret,
.btn-warning .note-editor .caret,
.btn-danger .note-editor .caret,
.btn-info .note-editor .caret {
  border-top-color: #fff;
}
.note-editor .dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.note-editor .dropup .btn-primary .caret,
.note-editor .dropup .btn-success .caret,
.note-editor .dropup .btn-warning .caret,
.note-editor .dropup .btn-danger .caret,
.note-editor .dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.note-editor .btn-group,
.note-editor .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.note-editor .btn-group > .btn,
.note-editor .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.note-editor .btn-group > .btn:hover,
.note-editor .btn-group-vertical > .btn:hover,
.note-editor .btn-group > .btn:focus,
.note-editor .btn-group-vertical > .btn:focus,
.note-editor .btn-group > .btn:active,
.note-editor .btn-group-vertical > .btn:active,
.note-editor .btn-group > .btn.active,
.note-editor .btn-group-vertical > .btn.active {
  z-index: 2;
}
.note-editor .btn-group > .btn:focus,
.note-editor .btn-group-vertical > .btn:focus {
  outline: none;
}
.note-editor .btn-group .btn + .btn,
.note-editor .btn-group .btn + .btn-group,
.note-editor .btn-group .btn-group + .btn,
.note-editor .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.note-editor .btn-toolbar:before,
.note-editor .btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .btn-toolbar:after {
  clear: both;
}
.note-editor .btn-toolbar:before,
.note-editor .btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .btn-toolbar:after {
  clear: both;
}
.note-editor .btn-toolbar .btn-group {
  float: left;
}
.note-editor .btn-toolbar > .btn + .btn,
.note-editor .btn-toolbar > .btn-group + .btn,
.note-editor .btn-toolbar > .btn + .btn-group,
.note-editor .btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.note-editor .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.note-editor .btn-group > .btn:first-child {
  margin-left: 0;
}
.note-editor .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.note-editor .btn-group > .btn:last-child:not(:first-child),
.note-editor .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.note-editor .btn-group > .btn-group {
  float: left;
}
.note-editor .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.note-editor .btn-group > .btn-group:first-child > .btn:last-child,
.note-editor .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.note-editor .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.note-editor .btn-group .dropdown-toggle:active,
.note-editor .btn-group.open .dropdown-toggle {
  outline: 0;
}
.note-editor .btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.note-editor .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.note-editor .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.note-editor .btn-group > .btn + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.note-editor .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.note-editor .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.note-editor .btn .caret {
  margin-left: 0;
}
.note-editor .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.note-editor .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.note-editor .btn-group-vertical > .btn,
.note-editor .btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.note-editor .btn-group-vertical > .btn-group:before,
.note-editor .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .btn-group-vertical > .btn-group:after {
  clear: both;
}
.note-editor .btn-group-vertical > .btn-group:before,
.note-editor .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .btn-group-vertical > .btn-group:after {
  clear: both;
}
.note-editor .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.note-editor .btn-group-vertical > .btn + .btn,
.note-editor .btn-group-vertical > .btn + .btn-group,
.note-editor .btn-group-vertical > .btn-group + .btn,
.note-editor .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.note-editor .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.note-editor .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.note-editor .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.note-editor .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.note-editor .btn-group-vertical > .btn-group:first-child > .btn:last-child,
.note-editor .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.note-editor .btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.note-editor .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.note-editor .btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
.note-editor [data-toggle="buttons"] > .btn > input[type="radio"],
.note-editor [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.note-editor .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.note-editor .input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.note-editor .input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.note-editor .input-group-lg > .form-control,
.note-editor .input-group-lg > .input-group-addon,
.note-editor .input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.note-editor .input-group-lg > .form-control,
select.note-editor .input-group-lg > .input-group-addon,
select.note-editor .input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.note-editor .input-group-lg > .form-control,
textarea.note-editor .input-group-lg > .input-group-addon,
textarea.note-editor .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.note-editor .input-group-sm > .form-control,
.note-editor .input-group-sm > .input-group-addon,
.note-editor .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.note-editor .input-group-sm > .form-control,
select.note-editor .input-group-sm > .input-group-addon,
select.note-editor .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.note-editor .input-group-sm > .form-control,
textarea.note-editor .input-group-sm > .input-group-addon,
textarea.note-editor .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.note-editor .input-group-addon,
.note-editor .input-group-btn,
.note-editor .input-group .form-control {
  display: table-cell;
}
.note-editor .input-group-addon:not(:first-child):not(:last-child),
.note-editor .input-group-btn:not(:first-child):not(:last-child),
.note-editor .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.note-editor .input-group-addon,
.note-editor .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.note-editor .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.note-editor .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.note-editor .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.note-editor .input-group-addon input[type="radio"],
.note-editor .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.note-editor .input-group .form-control:first-child,
.note-editor .input-group-addon:first-child,
.note-editor .input-group-btn:first-child > .btn,
.note-editor .input-group-btn:first-child > .dropdown-toggle,
.note-editor .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.note-editor .input-group-addon:first-child {
  border-right: 0;
}
.note-editor .input-group .form-control:last-child,
.note-editor .input-group-addon:last-child,
.note-editor .input-group-btn:last-child > .btn,
.note-editor .input-group-btn:last-child > .dropdown-toggle,
.note-editor .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.note-editor .input-group-addon:last-child {
  border-left: 0;
}
.note-editor .input-group-btn {
  position: relative;
  white-space: nowrap;
}
.note-editor .input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.note-editor .input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.note-editor .input-group-btn > .btn {
  position: relative;
}
.note-editor .input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.note-editor .input-group-btn > .btn:hover,
.note-editor .input-group-btn > .btn:active {
  z-index: 2;
}
.note-editor .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.note-editor .nav:before,
.note-editor .nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .nav:after {
  clear: both;
}
.note-editor .nav:before,
.note-editor .nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .nav:after {
  clear: both;
}
.note-editor .nav > li {
  position: relative;
  display: block;
}
.note-editor .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.note-editor .nav > li > a:hover,
.note-editor .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.note-editor .nav > li.disabled > a {
  color: #999999;
}
.note-editor .nav > li.disabled > a:hover,
.note-editor .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.note-editor .nav .open > a,
.note-editor .nav .open > a:hover,
.note-editor .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.note-editor .nav .open > a .caret,
.note-editor .nav .open > a:hover .caret,
.note-editor .nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.note-editor .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.note-editor .nav > li > a > img {
  max-width: none;
}
.note-editor .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.note-editor .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.note-editor .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.note-editor .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.note-editor .nav-tabs > li.active > a,
.note-editor .nav-tabs > li.active > a:hover,
.note-editor .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.note-editor .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.note-editor .nav-tabs.nav-justified > li {
  float: none;
}
.note-editor .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .note-editor .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .note-editor .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.note-editor .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.note-editor .nav-tabs.nav-justified > .active > a,
.note-editor .nav-tabs.nav-justified > .active > a:hover,
.note-editor .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .note-editor .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .note-editor .nav-tabs.nav-justified > .active > a,
  .note-editor .nav-tabs.nav-justified > .active > a:hover,
  .note-editor .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.note-editor .nav-pills > li {
  float: left;
}
.note-editor .nav-pills > li > a {
  border-radius: 4px;
}
.note-editor .nav-pills > li + li {
  margin-left: 2px;
}
.note-editor .nav-pills > li.active > a,
.note-editor .nav-pills > li.active > a:hover,
.note-editor .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.note-editor .nav-pills > li.active > a .caret,
.note-editor .nav-pills > li.active > a:hover .caret,
.note-editor .nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.note-editor .nav-stacked > li {
  float: none;
}
.note-editor .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.note-editor .nav-justified {
  width: 100%;
}
.note-editor .nav-justified > li {
  float: none;
}
.note-editor .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .note-editor .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .note-editor .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.note-editor .nav-tabs-justified {
  border-bottom: 0;
}
.note-editor .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.note-editor .nav-tabs-justified > .active > a,
.note-editor .nav-tabs-justified > .active > a:hover,
.note-editor .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .note-editor .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .note-editor .nav-tabs-justified > .active > a,
  .note-editor .nav-tabs-justified > .active > a:hover,
  .note-editor .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.note-editor .tab-content > .tab-pane {
  display: none;
}
.note-editor .tab-content > .active {
  display: block;
}
.note-editor .nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.note-editor .nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.note-editor .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.note-editor .navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.note-editor .navbar:before,
.note-editor .navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .navbar:after {
  clear: both;
}
.note-editor .navbar:before,
.note-editor .navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .note-editor .navbar {
    border-radius: 4px;
  }
}
.note-editor .navbar-header:before,
.note-editor .navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .navbar-header:after {
  clear: both;
}
.note-editor .navbar-header:before,
.note-editor .navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .note-editor .navbar-header {
    float: left;
  }
}
.note-editor .navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.note-editor .navbar-collapse:before,
.note-editor .navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .navbar-collapse:after {
  clear: both;
}
.note-editor .navbar-collapse:before,
.note-editor .navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .navbar-collapse:after {
  clear: both;
}
.note-editor .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .note-editor .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .note-editor .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .note-editor .navbar-collapse.in {
    overflow-y: visible;
  }
  .note-editor .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .note-editor .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .note-editor .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.note-editor .container > .navbar-header,
.note-editor .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .note-editor .container > .navbar-header,
  .note-editor .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.note-editor .navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .note-editor .navbar-static-top {
    border-radius: 0;
  }
}
.note-editor .navbar-fixed-top,
.note-editor .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .note-editor .navbar-fixed-top,
  .note-editor .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.note-editor .navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.note-editor .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.note-editor .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.note-editor .navbar-brand:hover,
.note-editor .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .note-editor .navbar-brand {
    margin-left: -15px;
  }
}
.note-editor .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.note-editor .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.note-editor .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .note-editor .navbar-toggle {
    display: none;
  }
}
.note-editor .navbar-nav {
  margin: 7.5px -15px;
}
.note-editor .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .note-editor .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .note-editor .navbar-nav .open .dropdown-menu > li > a,
  .note-editor .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .note-editor .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .note-editor .navbar-nav .open .dropdown-menu > li > a:hover,
  .note-editor .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .note-editor .navbar-nav {
    float: left;
    margin: 0;
  }
  .note-editor .navbar-nav > li {
    float: left;
  }
  .note-editor .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .note-editor .navbar-left {
    float: left !important;
  }
  .note-editor .navbar-right {
    float: right !important;
  }
}
.note-editor .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .note-editor .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .note-editor .navbar-form .form-control {
    display: inline-block;
  }
  .note-editor .navbar-form .radio,
  .note-editor .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .note-editor .navbar-form .radio input[type="radio"],
  .note-editor .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .note-editor .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .note-editor .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.note-editor .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.note-editor .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.note-editor .navbar-nav.pull-right > li > .dropdown-menu,
.note-editor .navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.note-editor .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.note-editor .navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .note-editor .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.note-editor .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.note-editor .navbar-default .navbar-brand {
  color: #777777;
}
.note-editor .navbar-default .navbar-brand:hover,
.note-editor .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.note-editor .navbar-default .navbar-text {
  color: #777777;
}
.note-editor .navbar-default .navbar-nav > li > a {
  color: #777777;
}
.note-editor .navbar-default .navbar-nav > li > a:hover,
.note-editor .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.note-editor .navbar-default .navbar-nav > .active > a,
.note-editor .navbar-default .navbar-nav > .active > a:hover,
.note-editor .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.note-editor .navbar-default .navbar-nav > .disabled > a,
.note-editor .navbar-default .navbar-nav > .disabled > a:hover,
.note-editor .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.note-editor .navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.note-editor .navbar-default .navbar-toggle:hover,
.note-editor .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.note-editor .navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.note-editor .navbar-default .navbar-collapse,
.note-editor .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.note-editor .navbar-default .navbar-nav > .dropdown > a:hover .caret,
.note-editor .navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.note-editor .navbar-default .navbar-nav > .open > a,
.note-editor .navbar-default .navbar-nav > .open > a:hover,
.note-editor .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.note-editor .navbar-default .navbar-nav > .open > a .caret,
.note-editor .navbar-default .navbar-nav > .open > a:hover .caret,
.note-editor .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.note-editor .navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.note-editor .navbar-default .navbar-link {
  color: #777777;
}
.note-editor .navbar-default .navbar-link:hover {
  color: #333333;
}
.note-editor .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.note-editor .navbar-inverse .navbar-brand {
  color: #999999;
}
.note-editor .navbar-inverse .navbar-brand:hover,
.note-editor .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.note-editor .navbar-inverse .navbar-text {
  color: #999999;
}
.note-editor .navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.note-editor .navbar-inverse .navbar-nav > li > a:hover,
.note-editor .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.note-editor .navbar-inverse .navbar-nav > .active > a,
.note-editor .navbar-inverse .navbar-nav > .active > a:hover,
.note-editor .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.note-editor .navbar-inverse .navbar-nav > .disabled > a,
.note-editor .navbar-inverse .navbar-nav > .disabled > a:hover,
.note-editor .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.note-editor .navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.note-editor .navbar-inverse .navbar-toggle:hover,
.note-editor .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.note-editor .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.note-editor .navbar-inverse .navbar-collapse,
.note-editor .navbar-inverse .navbar-form {
  border-color: #101010;
}
.note-editor .navbar-inverse .navbar-nav > .open > a,
.note-editor .navbar-inverse .navbar-nav > .open > a:hover,
.note-editor .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.note-editor .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.note-editor .navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.note-editor .navbar-inverse .navbar-nav > .open > a .caret,
.note-editor .navbar-inverse .navbar-nav > .open > a:hover .caret,
.note-editor .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.note-editor .navbar-inverse .navbar-link {
  color: #999999;
}
.note-editor .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.note-editor .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.note-editor .breadcrumb > li {
  display: inline-block;
}
.note-editor .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.note-editor .breadcrumb > .active {
  color: #999999;
}
.note-editor .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.note-editor .pagination > li {
  display: inline;
}
.note-editor .pagination > li > a,
.note-editor .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.note-editor .pagination > li:first-child > a,
.note-editor .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.note-editor .pagination > li:last-child > a,
.note-editor .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.note-editor .pagination > li > a:hover,
.note-editor .pagination > li > span:hover,
.note-editor .pagination > li > a:focus,
.note-editor .pagination > li > span:focus {
  background-color: #eeeeee;
}
.note-editor .pagination > .active > a,
.note-editor .pagination > .active > span,
.note-editor .pagination > .active > a:hover,
.note-editor .pagination > .active > span:hover,
.note-editor .pagination > .active > a:focus,
.note-editor .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.note-editor .pagination > .disabled > span,
.note-editor .pagination > .disabled > span:hover,
.note-editor .pagination > .disabled > span:focus,
.note-editor .pagination > .disabled > a,
.note-editor .pagination > .disabled > a:hover,
.note-editor .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.note-editor .pagination-lg > li > a,
.note-editor .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.note-editor .pagination-lg > li:first-child > a,
.note-editor .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.note-editor .pagination-lg > li:last-child > a,
.note-editor .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.note-editor .pagination-sm > li > a,
.note-editor .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.note-editor .pagination-sm > li:first-child > a,
.note-editor .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.note-editor .pagination-sm > li:last-child > a,
.note-editor .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.note-editor .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.note-editor .pager:before,
.note-editor .pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .pager:after {
  clear: both;
}
.note-editor .pager:before,
.note-editor .pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .pager:after {
  clear: both;
}
.note-editor .pager li {
  display: inline;
}
.note-editor .pager li > a,
.note-editor .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.note-editor .pager li > a:hover,
.note-editor .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.note-editor .pager .next > a,
.note-editor .pager .next > span {
  float: right;
}
.note-editor .pager .previous > a,
.note-editor .pager .previous > span {
  float: left;
}
.note-editor .pager .disabled > a,
.note-editor .pager .disabled > a:hover,
.note-editor .pager .disabled > a:focus,
.note-editor .pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.note-editor .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.note-editor .label[href]:hover,
.note-editor .label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.note-editor .label:empty {
  display: none;
}
.note-editor .label-default {
  background-color: #999999;
}
.note-editor .label-default[href]:hover,
.note-editor .label-default[href]:focus {
  background-color: #808080;
}
.note-editor .label-primary {
  background-color: #428bca;
}
.note-editor .label-primary[href]:hover,
.note-editor .label-primary[href]:focus {
  background-color: #3071a9;
}
.note-editor .label-success {
  background-color: #5cb85c;
}
.note-editor .label-success[href]:hover,
.note-editor .label-success[href]:focus {
  background-color: #449d44;
}
.note-editor .label-info {
  background-color: #5bc0de;
}
.note-editor .label-info[href]:hover,
.note-editor .label-info[href]:focus {
  background-color: #31b0d5;
}
.note-editor .label-warning {
  background-color: #f0ad4e;
}
.note-editor .label-warning[href]:hover,
.note-editor .label-warning[href]:focus {
  background-color: #ec971f;
}
.note-editor .label-danger {
  background-color: #d9534f;
}
.note-editor .label-danger[href]:hover,
.note-editor .label-danger[href]:focus {
  background-color: #c9302c;
}
.note-editor .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.note-editor .badge:empty {
  display: none;
}
.note-editor a.badge:hover,
.note-editor a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.note-editor .btn .badge {
  position: relative;
  top: -1px;
}
.note-editor a.list-group-item.active > .badge,
.note-editor .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.note-editor .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.note-editor .jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.note-editor .jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.note-editor .jumbotron p {
  line-height: 1.4;
}
.container .note-editor .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .note-editor .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .note-editor .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .note-editor .jumbotron h1 {
    font-size: 63px;
  }
}
.note-editor .thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.note-editor .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.note-editor a.thumbnail:hover,
.note-editor a.thumbnail:focus,
.note-editor a.thumbnail.active {
  border-color: #428bca;
}
.note-editor .thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.note-editor .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.note-editor .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.note-editor .alert h4 {
  margin-top: 0;
  color: inherit;
}
.note-editor .alert .alert-link {
  font-weight: bold;
}
.note-editor .alert > p,
.note-editor .alert > ul {
  margin-bottom: 0;
}
.note-editor .alert > p + p {
  margin-top: 5px;
}
.note-editor .alert-dismissable {
  padding-right: 35px;
}
.note-editor .alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.note-editor .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.note-editor .alert-success hr {
  border-top-color: #c9e2b3;
}
.note-editor .alert-success .alert-link {
  color: #356635;
}
.note-editor .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.note-editor .alert-info hr {
  border-top-color: #a6e1ec;
}
.note-editor .alert-info .alert-link {
  color: #2d6987;
}
.note-editor .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.note-editor .alert-warning hr {
  border-top-color: #f7e1b5;
}
.note-editor .alert-warning .alert-link {
  color: #a47e3c;
}
.note-editor .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.note-editor .alert-danger hr {
  border-top-color: #e4b9c0;
}
.note-editor .alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.note-editor .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.note-editor .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.note-editor .progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-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;
}
.note-editor .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.note-editor .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .note-editor .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-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);
}
.note-editor .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .note-editor .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-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);
}
.note-editor .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .note-editor .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-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);
}
.note-editor .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .note-editor .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-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);
}
.note-editor .media,
.note-editor .media-body {
  overflow: hidden;
  zoom: 1;
}
.note-editor .media,
.note-editor .media .media {
  margin-top: 15px;
}
.note-editor .media:first-child {
  margin-top: 0;
}
.note-editor .media-object {
  display: block;
}
.note-editor .media-heading {
  margin: 0 0 5px;
}
.note-editor .media > .pull-left {
  margin-right: 10px;
}
.note-editor .media > .pull-right {
  margin-left: 10px;
}
.note-editor .media-list {
  padding-left: 0;
  list-style: none;
}
.note-editor .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.note-editor .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.note-editor .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.note-editor .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.note-editor .list-group-item > .badge {
  float: right;
}
.note-editor .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.note-editor a.list-group-item {
  color: #555555;
}
.note-editor a.list-group-item .list-group-item-heading {
  color: #333333;
}
.note-editor a.list-group-item:hover,
.note-editor a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.note-editor a.list-group-item.active,
.note-editor a.list-group-item.active:hover,
.note-editor a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.note-editor a.list-group-item.active .list-group-item-heading,
.note-editor a.list-group-item.active:hover .list-group-item-heading,
.note-editor a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.note-editor a.list-group-item.active .list-group-item-text,
.note-editor a.list-group-item.active:hover .list-group-item-text,
.note-editor a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.note-editor .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.note-editor .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.note-editor .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.note-editor .panel-body {
  padding: 15px;
}
.note-editor .panel-body:before,
.note-editor .panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .panel-body:after {
  clear: both;
}
.note-editor .panel-body:before,
.note-editor .panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.note-editor .panel-body:after {
  clear: both;
}
.note-editor .panel > .list-group {
  margin-bottom: 0;
}
.note-editor .panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.note-editor .panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.note-editor .panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.note-editor .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.note-editor .panel > .table,
.note-editor .panel > .table-responsive {
  margin-bottom: 0;
}
.note-editor .panel > .panel-body + .table,
.note-editor .panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.note-editor .panel > .table-bordered,
.note-editor .panel > .table-responsive > .table-bordered {
  border: 0;
}
.note-editor .panel > .table-bordered > thead > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.note-editor .panel > .table-bordered > tbody > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.note-editor .panel > .table-bordered > tfoot > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.note-editor .panel > .table-bordered > thead > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.note-editor .panel > .table-bordered > tbody > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.note-editor .panel > .table-bordered > tfoot > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.note-editor .panel > .table-bordered > thead > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.note-editor .panel > .table-bordered > tbody > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.note-editor .panel > .table-bordered > tfoot > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.note-editor .panel > .table-bordered > thead > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.note-editor .panel > .table-bordered > tbody > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.note-editor .panel > .table-bordered > tfoot > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.note-editor .panel > .table-bordered > thead > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.note-editor .panel > .table-bordered > tbody > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.note-editor .panel > .table-bordered > tfoot > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.note-editor .panel > .table-bordered > thead > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.note-editor .panel > .table-bordered > tbody > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.note-editor .panel > .table-bordered > tfoot > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.note-editor .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.note-editor .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.note-editor .panel-title > a {
  color: inherit;
}
.note-editor .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.note-editor .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.note-editor .panel-group .panel + .panel {
  margin-top: 5px;
}
.note-editor .panel-group .panel-heading {
  border-bottom: 0;
}
.note-editor .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.note-editor .panel-group .panel-footer {
  border-top: 0;
}
.note-editor .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.note-editor .panel-default {
  border-color: #dddddd;
}
.note-editor .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.note-editor .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.note-editor .panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.note-editor .panel-primary {
  border-color: #428bca;
}
.note-editor .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.note-editor .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.note-editor .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.note-editor .panel-success {
  border-color: #d6e9c6;
}
.note-editor .panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.note-editor .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.note-editor .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.note-editor .panel-warning {
  border-color: #faebcc;
}
.note-editor .panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.note-editor .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.note-editor .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.note-editor .panel-danger {
  border-color: #ebccd1;
}
.note-editor .panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.note-editor .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.note-editor .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.note-editor .panel-info {
  border-color: #bce8f1;
}
.note-editor .panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.note-editor .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.note-editor .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.note-editor .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.note-editor .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.note-editor .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.note-editor .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.note-editor .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.note-editor .close:hover,
.note-editor .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.note-editor .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 2051 !important; /* One unit above the modal */
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  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 {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  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 {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  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: #ffffff;
  text-decoration: none;
  opacity: 0.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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
  }
}
@font-face {
  font-family: "summernote";
  src: url(/assets/summernote/summernote-71d1de47fa09bcfb1566cddd2e9e9d73b113417dbfc3dc080330c946ffbbe8ba.eot);
  src: url(/assets/summernote/summernote-71d1de47fa09bcfb1566cddd2e9e9d73b113417dbfc3dc080330c946ffbbe8ba.eot) format("embedded-opentype"), url(/assets/summernote/summernote-ebd36147cef9f922e1382b10c5fdaed1d73086db64a1a1d61e7f1125f52a131f.woff) format("woff"), url(/assets/summernote/summernote-d02ca101ae8ef8b58a9413be88e8fa69b4717623b8c8bcb6eadc4afbea45a3cc.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px "summernote";
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-align-center:before {
  content: "\f101";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-align-indent:before {
  content: "\f102";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-align-justify:before {
  content: "\f103";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-align-left:before {
  content: "\f104";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-align-outdent:before {
  content: "\f105";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-align-right:before {
  content: "\f106";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-align:before {
  content: "\f107";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-arrows-alt:before {
  content: "\f108";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-bold:before {
  content: "\f109";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-caret:before {
  content: "\f10a";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-chain-broken:before {
  content: "\f10b";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-circle:before {
  content: "\f10c";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-close:before {
  content: "\f10d";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-code:before {
  content: "\f10e";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-eraser:before {
  content: "\f10f";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-font:before {
  content: "\f110";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-frame:before {
  content: "\f111";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-italic:before {
  content: "\f112";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-link:before {
  content: "\f113";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-magic:before {
  content: "\f114";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-menu-check:before {
  content: "\f115";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-minus:before {
  content: "\f116";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-orderedlist:before {
  content: "\f117";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-pencil:before {
  content: "\f118";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-picture:before {
  content: "\f119";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-question:before {
  content: "\f11a";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-redo:before {
  content: "\f11b";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-special-character:before {
  content: "\f11c";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-square:before {
  content: "\f11d";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-strikethrough:before {
  content: "\f11e";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-subscript:before {
  content: "\f11f";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-summernote:before {
  content: "\f120";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-superscript:before {
  content: "\f121";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-table:before {
  content: "\f122";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-text-height:before {
  content: "\f123";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-trash:before {
  content: "\f124";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-underline:before {
  content: "\f125";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-undo:before {
  content: "\f126";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-unorderedlist:before {
  content: "\f127";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-icon-video:before {
  content: "\f128";
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor {
  position: relative;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: white;
  opacity: .95;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor .note-dropzone.hover {
  color: #098ddf;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor.dragover .note-dropzone {
  display: table;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor .note-editing-area {
  position: relative;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor .note-editing-area .note-editable {
  outline: 0;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor.note-frame {
  border: 1px solid #a9a9a9;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo,Monaco,monospace,sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor.note-frame.fullscreen .note-editable {
  background-color: white;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  padding-top: 1px;
  cursor: ns-resize;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-editor.note-frame .note-placeholder {
  padding: 10px;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover.popover {
  max-width: none;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover.popover .arrow {
  left: 20px !important;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content, .panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .note-style h1, .panel-heading.note-toolbar .note-style h1, .note-popover .popover-content .note-style h2, .panel-heading.note-toolbar .note-style h2, .note-popover .popover-content .note-style h3, .panel-heading.note-toolbar .note-style h3, .note-popover .popover-content .note-style h4, .panel-heading.note-toolbar .note-style h4, .note-popover .popover-content .note-style h5, .panel-heading.note-toolbar .note-style h5, .note-popover .popover-content .note-style h6, .panel-heading.note-toolbar .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style blockquote {
  margin: 0;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 340px;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .note-color .dropdown-menu .btn-group, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .note-color .dropdown-menu .btn-group:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
  line-height: 1;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-dialog > div {
  display: none;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-dialog .note-modal-form {
  margin: 0;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
}

@-moz-document url-prefix() {
  /* line 11, app/assets/stylesheets/summernote/summernote.scss */
  .note-image-input {
    height: auto;
  }
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-handle .note-control-selection > div {
  position: absolute;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: white;
  background-color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

/* line 11, app/assets/stylesheets/summernote/summernote.scss */
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0;
}
/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.switchery > small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
}

/* Switchery sizes. */

.switchery-xsmall {
    border-radius: 16px;
    height: 16px;
    width: 28px;
}

.switchery-xsmall > small {
    height: 16px;
    width: 16px;
}

.switchery-small {
    border-radius: 18px;
    height: 18px;
    width: 30px;
    min-width: 30px;
}

.switchery-small > small {
    height:   18px;
    width: 18px;
}

.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px;
}

.switchery-large > small {
    height: 40px;
    width: 40px;
}
@charset "UTF-8";
/*
 *
 *   INSPINIA - Responsive Admin Theme
 *   version 2.7.1
 *
*/
@import url(/assets/intl-tel-input/build/css/intlTelInput-786ea56ab646710e4781cf647321615e5396c27f0fc0adcbfa07eb6b3fb0f118.css);
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 305, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 349, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot);
  src: url(/assets/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-403acfcf0cbaebd1c28b404eec442cea53642644b3a73f91c5a4ab46859af772.woff2) format("woff2"), url(/assets/bootstrap/glyphicons-halflings-regular-0703369a358a012c0011843ae337a8a20270c336948a8668df5cb89a8827299b.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-7c9caa5f4e16169b0129fdf93c84e85ad14d6c107eb1b0ad60b542daf01ee1f0.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular-22d0c88a49d7d0ebe45627143a601061a32a46a9b9afd2dc7f457436f5f15f6e.svg#glyphicons_halflingsregular) format("svg");
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 250, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

/* line 265, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 274, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 286, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

/* line 287, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

/* line 294, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 12, app/assets/stylesheets/bootstrap_extended/mixins/_grid-framework_extended.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 2px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 7, app/assets/stylesheets/bootstrap_extended/_grid_extended.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 1450px) {
  /* line 7, app/assets/stylesheets/bootstrap_extended/_grid_extended.scss */
  .container {
    width: 1270px;
  }
}

@media (min-width: 1450px) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    width: 25%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    width: 50%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    width: 75%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    width: 100%;
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-0 {
    right: auto;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-3 {
    right: 25%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-6 {
    right: 50%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-9 {
    right: 75%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-pull-12 {
    right: 100%;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-0 {
    left: auto;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-3 {
    left: 25%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-6 {
    left: 50%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-9 {
    left: 75%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-push-12 {
    left: 100%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 171, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 133, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 172, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 34px;
  }
  /* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 222, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 231, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 246, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 263, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 280, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 285, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 305, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 323, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 330, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 334, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 338, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 349, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 356, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 360, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 364, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 378, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 388, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 400, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 407, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 432, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 468, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 498, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 559, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 565, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 572, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 593, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 601, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.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);
}

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 160, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 190, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.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;
}

/* line 172, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 216, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.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;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 171, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  /* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 168, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 178, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 191, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 215, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 191, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 233, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 249, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 255, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 284, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 468, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 486, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 498, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 296, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 284, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 325, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 344, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 347, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 357, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 377, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 401, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 408, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 416, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 423, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.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;
}

/* line 431, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.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;
}

/* line 442, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 453, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 455, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .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;
  }
  /* line 462, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .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;
  }
  /* line 470, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .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;
  }
}

/* line 481, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 487, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 531, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 533, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 545, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 548, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 555, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 563, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.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;
}

/* line 573, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  /* line 584, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 587, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 590, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 592, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .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;
  }
  /* line 599, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .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: #090909;
  }
  /* line 607, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .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;
  }
}

/* line 619, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 621, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 625, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 635, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 637, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 642, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 644, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 650, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-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;
  }
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 124, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 138, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.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;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.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;
}

/* line 207, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.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);
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 250, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 261, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xl {
  display: none !important;
}

/* line 5, app/assets/stylesheets/bootstrap_extended/responsive-utilities_extended.scss */
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}

@media (min-width: 1200px) and (max-width: 1449px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg .visible-lg {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg table.visible-lg {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg th.visible-lg,
.visible-lg td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) and (max-width: 1449px) {
  /* line 16, app/assets/stylesheets/bootstrap_extended/responsive-utilities_extended.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) and (max-width: 1449px) {
  /* line 21, app/assets/stylesheets/bootstrap_extended/responsive-utilities_extended.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) and (max-width: 1449px) {
  /* line 26, app/assets/stylesheets/bootstrap_extended/responsive-utilities_extended.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1450px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xl .visible-xl {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xl table.visible-xl {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xl tr.visible-xl {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xl th.visible-xl,
.visible-xl td.visible-xl {
    display: table-cell !important;
  }
}

@media (min-width: 1450px) {
  /* line 37, app/assets/stylesheets/bootstrap_extended/responsive-utilities_extended.scss */
  .visible-xl-block {
    display: block !important;
  }
}

@media (min-width: 1450px) {
  /* line 42, app/assets/stylesheets/bootstrap_extended/responsive-utilities_extended.scss */
  .visible-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1450px) {
  /* line 47, app/assets/stylesheets/bootstrap_extended/responsive-utilities_extended.scss */
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1450px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xl .hidden-xl {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/base/typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
}

/* line 5, app/assets/stylesheets/base/typography.scss */
h1 {
  font-size: 30px;
}

/* line 9, app/assets/stylesheets/base/typography.scss */
h2 {
  font-size: 24px;
}

/* line 13, app/assets/stylesheets/base/typography.scss */
h3 {
  font-size: 16px;
}

/* line 17, app/assets/stylesheets/base/typography.scss */
h4 {
  font-size: 14px;
}

/* line 21, app/assets/stylesheets/base/typography.scss */
h5 {
  font-size: 12px;
}

/* line 25, app/assets/stylesheets/base/typography.scss */
h6 {
  font-size: 10px;
}

/* line 29, app/assets/stylesheets/base/typography.scss */
h3, h4, h5 {
  margin-top: 5px;
  font-weight: 600;
}

/* line 34, app/assets/stylesheets/base/typography.scss */
.f-w-normal {
  font-weight: normal;
}

/* line 3, app/assets/stylesheets/base/navigation.scss */
.nav > li > a {
  color: #A7B1C2;
  font-weight: 600;
  padding: 14px 20px 14px 25px;
}

/* line 9, app/assets/stylesheets/base/navigation.scss */
.nav.navbar-right > li > a {
  color: #999c9e;
}

/* line 13, app/assets/stylesheets/base/navigation.scss */
.nav > li.active > a {
  color: #ffffff;
}

/* line 17, app/assets/stylesheets/base/navigation.scss */
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
  background-color: #293846;
  color: white;
}

/* line 22, app/assets/stylesheets/base/navigation.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: #fff;
}

/* line 26, app/assets/stylesheets/base/navigation.scss */
.nav.navbar-top-links > li > a:hover, .nav.navbar-top-links > li > a:focus {
  background-color: transparent;
}

/* line 30, app/assets/stylesheets/base/navigation.scss */
.nav > li > a i {
  margin-right: 6px;
}

/* line 34, app/assets/stylesheets/base/navigation.scss */
.navbar {
  border: 0;
}

/* line 38, app/assets/stylesheets/base/navigation.scss */
.navbar-default {
  background-color: transparent;
  border-color: #2F4050;
}

/* line 43, app/assets/stylesheets/base/navigation.scss */
.navbar-top-links li {
  display: inline-block;
}

/* line 47, app/assets/stylesheets/base/navigation.scss */
.body-small .navbar-top-links li:last-child {
  margin-right: 0;
}

/* line 51, app/assets/stylesheets/base/navigation.scss */
.navbar-top-links li a {
  padding: 20px 10px;
  min-height: 50px;
}

/* line 56, app/assets/stylesheets/base/navigation.scss */
.dropdown-menu {
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
}

/* line 72, app/assets/stylesheets/base/navigation.scss */
.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: normal;
}

/* line 81, app/assets/stylesheets/base/navigation.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #02BD94;
  outline: 0;
}

/* line 90, app/assets/stylesheets/base/navigation.scss */
.dropdown-menu > li > a.font-bold {
  font-weight: 600;
}

/* line 94, app/assets/stylesheets/base/navigation.scss */
.navbar-top-links .dropdown-menu li {
  display: block;
}

/* line 98, app/assets/stylesheets/base/navigation.scss */
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

/* line 102, app/assets/stylesheets/base/navigation.scss */
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}

/* line 107, app/assets/stylesheets/base/navigation.scss */
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

/* line 111, app/assets/stylesheets/base/navigation.scss */
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

/* line 118, app/assets/stylesheets/base/navigation.scss */
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

/* line 122, app/assets/stylesheets/base/navigation.scss */
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

/* line 126, app/assets/stylesheets/base/navigation.scss */
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

/* line 130, app/assets/stylesheets/base/navigation.scss */
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

/* line 135, app/assets/stylesheets/base/navigation.scss */
.dropdown-messages, .dropdown-alerts {
  padding: 10px 10px 10px 10px;
}

/* line 139, app/assets/stylesheets/base/navigation.scss */
.dropdown-messages li a, .dropdown-alerts li a {
  font-size: 12px;
}

/* line 143, app/assets/stylesheets/base/navigation.scss */
.dropdown-messages li em, .dropdown-alerts li em {
  font-size: 10px;
}

/* line 147, app/assets/stylesheets/base/navigation.scss */
.nav.navbar-top-links .dropdown-alerts a {
  font-size: 12px;
}

/* line 151, app/assets/stylesheets/base/navigation.scss */
.nav-header {
  padding: 33px 25px;
  background-color: #2F4050;
  background-image: url(/assets/patterns/header-profile-db5bb642361fde2b47a02231e7229275cd8269c4c32e554e4524f219e4d8d01c.png);
}

/* line 158, app/assets/stylesheets/base/navigation.scss */
.pace-done .nav-header {
  transition: all 0.4s;
}

/* line 162, app/assets/stylesheets/base/navigation.scss */
ul.nav-second-level {
  background: #293846;
}

/* line 166, app/assets/stylesheets/base/navigation.scss */
.nav > li.active {
  border-left: 4px solid #02b38c;
  background: #293846;
}

/* line 171, app/assets/stylesheets/base/navigation.scss */
.nav.nav-second-level > li.active {
  border: none;
}

/* line 175, app/assets/stylesheets/base/navigation.scss */
.nav.nav-second-level.collapse[style] {
  height: auto !important;
}

/* line 179, app/assets/stylesheets/base/navigation.scss */
.nav-header a {
  color: #DFE4ED;
}

/* line 183, app/assets/stylesheets/base/navigation.scss */
.nav-header .text-muted {
  color: #8095a8;
}

/* line 187, app/assets/stylesheets/base/navigation.scss */
.minimalize-styl-2 {
  padding: 4px 12px;
  margin: 14px 5px 5px 20px;
  font-size: 14px;
  float: left;
}

/* line 194, app/assets/stylesheets/base/navigation.scss */
.navbar-form-custom {
  float: left;
  height: 50px;
  padding: 0;
  width: 200px;
  display: block;
}

/* line 202, app/assets/stylesheets/base/navigation.scss */
.navbar-form-custom .form-group {
  margin-bottom: 0;
}

/* line 206, app/assets/stylesheets/base/navigation.scss */
.nav.navbar-top-links a {
  font-size: 14px;
}

/* line 210, app/assets/stylesheets/base/navigation.scss */
.navbar-form-custom .form-control {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  font-size: 14px;
  height: 60px;
  margin: 0;
  z-index: 2000;
}

/* line 219, app/assets/stylesheets/base/navigation.scss */
.count-info .label {
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 6px;
  top: 12px;
}

/* line 227, app/assets/stylesheets/base/navigation.scss */
.arrow {
  float: right;
}

/* line 231, app/assets/stylesheets/base/navigation.scss */
.fa.arrow:before {
  content: "\f104";
}

/* line 235, app/assets/stylesheets/base/navigation.scss */
.active > a > .fa.arrow:before {
  content: "\f107";
}

/* line 239, app/assets/stylesheets/base/navigation.scss */
.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important;
}

/* line 244, app/assets/stylesheets/base/navigation.scss */
.nav-second-level li a {
  padding: 7px 10px 7px 10px;
  padding-left: 52px;
}

/* line 249, app/assets/stylesheets/base/navigation.scss */
.nav-third-level li a {
  padding-left: 62px;
}

/* line 253, app/assets/stylesheets/base/navigation.scss */
.nav-second-level li:last-child {
  margin-bottom: 10px;
}

/* line 257, app/assets/stylesheets/base/navigation.scss */
body.mini-navbar:not(.fixed-sidebar):not(.canvas-menu) .nav li:hover > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  border-radius: 0 2px 2px 0;
  min-width: 140px;
  height: auto;
}

/* line 265, app/assets/stylesheets/base/navigation.scss */
body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px;
}

/* line 270, app/assets/stylesheets/base/navigation.scss */
.fixed-nav .slimScrollDiv #side-menu {
  padding-bottom: 60px;
}

/* line 274, app/assets/stylesheets/base/navigation.scss */
.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}

/* line 278, app/assets/stylesheets/base/navigation.scss */
.mini-navbar .nav .nav-second-level {
  position: absolute;
  left: 70px;
  top: 0;
  background-color: #2F4050;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
}

/* line 287, app/assets/stylesheets/base/navigation.scss */
.canvas-menu.mini-navbar .nav-second-level {
  background: #293846;
}

/* line 291, app/assets/stylesheets/base/navigation.scss */
.mini-navbar li.active .nav-second-level {
  left: 65px;
}

/* line 295, app/assets/stylesheets/base/navigation.scss */
.navbar-default .special_link a {
  background: #02BD94;
  color: white;
}

/* line 300, app/assets/stylesheets/base/navigation.scss */
.navbar-default .special_link a:hover {
  background: #17987e !important;
  color: white;
}

/* line 305, app/assets/stylesheets/base/navigation.scss */
.navbar-default .special_link a span.label {
  background: #fff;
  color: #02BD94;
}

/* line 310, app/assets/stylesheets/base/navigation.scss */
.navbar-default .landing_link a {
  background: #02cca0;
  color: white;
}

/* line 315, app/assets/stylesheets/base/navigation.scss */
.navbar-default .landing_link a:hover {
  background: #02BD94 !important;
  color: white;
}

/* line 320, app/assets/stylesheets/base/navigation.scss */
.navbar-default .landing_link a span.label {
  background: #fff;
  color: #02cca0;
}

/* line 325, app/assets/stylesheets/base/navigation.scss */
.logo-element {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: white;
  display: none;
  padding: 18px 0;
}

/* line 334, app/assets/stylesheets/base/navigation.scss */
.pace-done .navbar-static-side, .pace-done .nav-header, .pace-done li.active, .pace-done #application-page-wrapper, .pace-done .footer {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* line 341, app/assets/stylesheets/base/navigation.scss */
.navbar-fixed-top {
  background: #fff;
  transition-duration: 0.4s;
  border-bottom: 1px solid #e7eaec !important;
  z-index: 2030;
}

/* line 348, app/assets/stylesheets/base/navigation.scss */
.navbar-fixed-top, .navbar-static-top {
  background: #F4F4F4;
}

/* line 352, app/assets/stylesheets/base/navigation.scss */
.fixed-nav #wrapper {
  margin-top: 0;
}

/* line 356, app/assets/stylesheets/base/navigation.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none;
  border-color: #DDDDDD #DDDDDD rgba(0, 0, 0, 0);
  border-bottom: #F4F4F4;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555555;
  cursor: default;
}

/* line 371, app/assets/stylesheets/base/navigation.scss */
.nav.nav-tabs li {
  background: none;
  border: none;
}

/* line 376, app/assets/stylesheets/base/navigation.scss */
body.fixed-nav #wrapper .navbar-static-side,
body.fixed-nav #wrapper #application-page-wrapper {
  margin-top: 60px;
}

/* line 381, app/assets/stylesheets/base/navigation.scss */
body.top-navigation.fixed-nav #wrapper #application-page-wrapper {
  margin-top: 0;
}

/* line 385, app/assets/stylesheets/base/navigation.scss */
body.fixed-nav.fixed-nav-basic .navbar-fixed-top {
  left: 220px;
}

/* line 389, app/assets/stylesheets/base/navigation.scss */
body.fixed-nav.fixed-nav-basic.mini-navbar .navbar-fixed-top {
  left: 70px;
}

/* line 393, app/assets/stylesheets/base/navigation.scss */
body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar .navbar-fixed-top {
  left: 0;
}

/* line 397, app/assets/stylesheets/base/navigation.scss */
body.fixed-nav.fixed-nav-basic #wrapper .navbar-static-side {
  margin-top: 0;
}

/* line 401, app/assets/stylesheets/base/navigation.scss */
body.fixed-nav.fixed-nav-basic.body-small .navbar-fixed-top {
  left: 0;
}

/* line 405, app/assets/stylesheets/base/navigation.scss */
body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small .navbar-fixed-top {
  left: 220px;
}

/* line 409, app/assets/stylesheets/base/navigation.scss */
.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}

/* line 413, app/assets/stylesheets/base/navigation.scss */
.body-small .navbar-fixed-top {
  margin-left: 0;
}

/* line 417, app/assets/stylesheets/base/navigation.scss */
body.mini-navbar .navbar-static-side {
  width: 70px;
}

/* line 421, app/assets/stylesheets/base/navigation.scss */
body.mini-navbar .profile-element, body.mini-navbar .nav-label, body.mini-navbar .navbar-default .nav li a span {
  display: none;
}

/* line 425, app/assets/stylesheets/base/navigation.scss */
body.canvas-menu .profile-element {
  display: block;
}

/* line 429, app/assets/stylesheets/base/navigation.scss */
body.mini-navbar:not(.fixed-sidebar):not(.canvas-menu) .nav-second-level {
  display: none;
}

/* line 433, app/assets/stylesheets/base/navigation.scss */
body.mini-navbar .navbar-default .nav > li > a {
  font-size: 16px;
}

/* line 437, app/assets/stylesheets/base/navigation.scss */
body.mini-navbar .logo-element {
  display: block;
}

/* line 441, app/assets/stylesheets/base/navigation.scss */
body.canvas-menu .logo-element {
  display: none;
}

/* line 445, app/assets/stylesheets/base/navigation.scss */
body.mini-navbar .nav-header {
  padding: 0;
  background-color: #02BD94;
}

/* line 450, app/assets/stylesheets/base/navigation.scss */
body.canvas-menu .nav-header {
  padding: 33px 25px;
}

/* line 454, app/assets/stylesheets/base/navigation.scss */
body.mini-navbar #application-page-wrapper {
  margin: 0 0 0 70px;
}

/* line 458, app/assets/stylesheets/base/navigation.scss */
body.fixed-sidebar.mini-navbar .footer,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0 !important;
}

/* line 463, app/assets/stylesheets/base/navigation.scss */
body.canvas-menu.mini-navbar #application-page-wrapper,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0;
}

/* line 468, app/assets/stylesheets/base/navigation.scss */
body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
  position: fixed;
  width: 220px;
  z-index: 2001;
  height: 100%;
}

/* line 476, app/assets/stylesheets/base/navigation.scss */
body.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0;
}

/* line 480, app/assets/stylesheets/base/navigation.scss */
body.fixed-sidebar.mini-navbar #application-page-wrapper {
  margin: 0 0 0 0;
}

/* line 484, app/assets/stylesheets/base/navigation.scss */
body.body-small.fixed-sidebar.mini-navbar #application-page-wrapper {
  margin: 0 0 0 220px;
}

/* line 488, app/assets/stylesheets/base/navigation.scss */
body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
}

/* line 492, app/assets/stylesheets/base/navigation.scss */
.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
.canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  height: auto;
}

/* line 498, app/assets/stylesheets/base/navigation.scss */
body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px;
}

/* line 503, app/assets/stylesheets/base/navigation.scss */
body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 13px;
  border-radius: 3px;
}

/* line 508, app/assets/stylesheets/base/navigation.scss */
.fixed-sidebar.mini-navbar .nav-second-level li a,
.canvas-menu.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}

/* line 513, app/assets/stylesheets/base/navigation.scss */
.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  position: relative;
  padding: 0;
  font-size: 13px;
}

/* line 520, app/assets/stylesheets/base/navigation.scss */
.fixed-sidebar.mini-navbar li.active .nav-second-level,
.canvas-menu.mini-navbar li.active .nav-second-level {
  left: 0;
}

/* line 525, app/assets/stylesheets/base/navigation.scss */
body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,
body.canvas-menu.mini-navbar .navbar-default .nav > li > a {
  font-size: 13px;
}

/* line 530, app/assets/stylesheets/base/navigation.scss */
body.fixed-sidebar.mini-navbar .nav-label,
body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
body.canvas-menu.mini-navbar .nav-label,
body.canvas-menu.mini-navbar .navbar-default .nav li a span {
  display: inline;
}

/* line 537, app/assets/stylesheets/base/navigation.scss */
body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
  display: block;
}

/* line 541, app/assets/stylesheets/base/navigation.scss */
.canvas-menu.mini-navbar .nav-second-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li a {
  padding: 7px 10px 7px 52px;
}

/* line 546, app/assets/stylesheets/base/navigation.scss */
.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  left: 0;
}

/* line 551, app/assets/stylesheets/base/navigation.scss */
body.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  background: #2f4050;
  height: 100%;
  position: fixed;
  display: none;
}

/* line 559, app/assets/stylesheets/base/navigation.scss */
body.canvas-menu.mini-navbar nav.navbar-static-side {
  display: block;
  width: 220px;
}

/* line 3, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation #application-page-wrapper {
  margin-left: 0;
}

/* line 7, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation .navbar-nav .dropdown-menu > .active > a {
  background: white;
  color: #02BD94;
  font-weight: bold;
}

/* line 13, app/assets/stylesheets/base/top_navigation.scss */
.white-bg .navbar-fixed-top, .white-bg .navbar-static-top {
  background: #fff;
}

/* line 17, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation .navbar {
  margin-bottom: 0;
}

/* line 21, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation .nav > li > a {
  padding: 15px 20px;
  color: #6A6C6E;
}

/* line 26, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation .nav > li a:hover, .top-navigation .nav > li a:focus {
  background: #fff;
  color: #02BD94;
}

/* line 31, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation .navbar .nav > li.active {
  background: #fff;
  border: none;
}

/* line 36, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation .nav > li.active > a {
  color: #02BD94;
}

/* line 40, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation .navbar-right {
  margin-right: 10px;
}

/* line 44, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation .navbar-nav .dropdown-menu {
  box-shadow: none;
  border: 1px solid #e7eaec;
}

/* line 49, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation .dropdown-menu > li > a {
  margin: 0;
  padding: 7px 20px;
}

/* line 54, app/assets/stylesheets/base/top_navigation.scss */
.navbar .dropdown-menu {
  margin-top: 0;
}

/* line 58, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation .navbar-brand {
  background: #02BD94;
  color: #fff;
  padding: 15px 25px;
}

/* line 64, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation .navbar-top-links li:last-child {
  margin-right: 0;
}

/* line 68, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation.mini-navbar #application-page-wrapper,
.top-navigation.body-small.fixed-sidebar.mini-navbar #application-page-wrapper,
.mini-navbar .top-navigation #application-page-wrapper,
.body-small.fixed-sidebar.mini-navbar .top-navigation #application-page-wrapper,
.canvas-menu #application-page-wrapper {
  margin: 0;
}

/* line 76, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation.fixed-nav #wrapper, .fixed-nav #wrapper.top-navigation {
  margin-top: 50px;
}

/* line 80, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation .footer.fixed {
  margin-left: 0 !important;
}

/* line 84, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation .wrapper.wrapper-content {
  padding: 40px;
}

/* line 88, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation.body-small .wrapper.wrapper-content, .body-small .top-navigation .wrapper.wrapper-content {
  padding: 40px 0 40px 0;
}

/* line 92, app/assets/stylesheets/base/top_navigation.scss */
.navbar-toggle {
  background-color: #02BD94;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
}

/* line 99, app/assets/stylesheets/base/top_navigation.scss */
.top-navigation .navbar-nav .open .dropdown-menu > li > a, .top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 10px 20px;
}

@media (max-width: 768px) {
  /* line 104, app/assets/stylesheets/base/top_navigation.scss */
  .top-navigation .navbar-header {
    display: block;
    float: none;
  }
}

/* line 110, app/assets/stylesheets/base/top_navigation.scss */
.menu-visible-lg, .menu-visible-md {
  display: none !important;
}

@media (min-width: 1200px) {
  /* line 115, app/assets/stylesheets/base/top_navigation.scss */
  .menu-visible-lg {
    display: block !important;
  }
}

@media (min-width: 992px) {
  /* line 121, app/assets/stylesheets/base/top_navigation.scss */
  .menu-visible-md {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 127, app/assets/stylesheets/base/top_navigation.scss */
  .menu-visible-md {
    display: block !important;
  }
  /* line 131, app/assets/stylesheets/base/top_navigation.scss */
  .menu-visible-lg {
    display: block !important;
  }
}

/* line 3, app/assets/stylesheets/base/buttons.scss */
.btn {
  border-radius: 3px;
}

/* line 7, app/assets/stylesheets/base/buttons.scss */
.float-e-margins .btn {
  margin-bottom: 5px;
}

/* line 11, app/assets/stylesheets/base/buttons.scss */
.btn-w-m {
  min-width: 120px;
}

/* line 15, app/assets/stylesheets/base/buttons.scss */
.btn-primary.btn-outline {
  color: #02BD94;
}

/* line 19, app/assets/stylesheets/base/buttons.scss */
.btn-success.btn-outline {
  color: #221757;
}

/* line 23, app/assets/stylesheets/base/buttons.scss */
.btn-info.btn-outline {
  color: #B0A2FF;
}

/* line 27, app/assets/stylesheets/base/buttons.scss */
.btn-warning.btn-outline {
  color: #F7B643;
}

/* line 31, app/assets/stylesheets/base/buttons.scss */
.btn-danger.btn-outline {
  color: #F97877;
}

/* line 35, app/assets/stylesheets/base/buttons.scss */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover,
.btn-blue.btn-outline:hover {
  color: #fff;
}

/* line 44, app/assets/stylesheets/base/buttons.scss */
.btn-primary {
  background-color: #02BD94;
  border-color: #02BD94;
  color: #FFFFFF;
}

/* line 50, app/assets/stylesheets/base/buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
  background-color: #02ae88;
  border-color: #02ae88;
  color: #FFFFFF;
}

/* line 56, app/assets/stylesheets/base/buttons.scss */
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 60, app/assets/stylesheets/base/buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #02d1a4;
  border-color: #02d1a4;
}

/* line 65, app/assets/stylesheets/base/buttons.scss */
.btn-success {
  background-color: #221757;
  border-color: #221757;
  color: #FFFFFF;
}

/* line 71, app/assets/stylesheets/base/buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:hover, .btn-success.active:focus {
  background-color: #1d144b;
  border-color: #1d144b;
  color: #FFFFFF;
}

/* line 77, app/assets/stylesheets/base/buttons.scss */
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 81, app/assets/stylesheets/base/buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #281b67;
  border-color: #281b67;
}

/* line 86, app/assets/stylesheets/base/buttons.scss */
.btn-info {
  background-color: #B0A2FF;
  border-color: #B0A2FF;
  color: #FFFFFF;
}

/* line 92, app/assets/stylesheets/base/buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:hover, .btn-info.active:focus {
  background-color: #a393ff;
  border-color: #a393ff;
  color: #FFFFFF;
}

/* line 98, app/assets/stylesheets/base/buttons.scss */
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 102, app/assets/stylesheets/base/buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #c1b6ff;
  border-color: #c1b6ff;
}

/* line 107, app/assets/stylesheets/base/buttons.scss */
.btn-default {
  color: inherit;
  background: white;
  border: 1px solid #E7EAEC;
}

/* line 113, app/assets/stylesheets/base/buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:hover, .btn-default.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}

/* line 118, app/assets/stylesheets/base/buttons.scss */
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

/* line 122, app/assets/stylesheets/base/buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  color: #DDDDDD;
}

/* line 126, app/assets/stylesheets/base/buttons.scss */
.btn-warning {
  background-color: #F7B643;
  border-color: #F7B643;
  color: #FFFFFF;
}

/* line 132, app/assets/stylesheets/base/buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning.active:hover, .btn-warning.active:focus {
  background-color: #f6b034;
  border-color: #f6b034;
  color: #FFFFFF;
}

/* line 138, app/assets/stylesheets/base/buttons.scss */
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 142, app/assets/stylesheets/base/buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  color: #FFFFFF;
  background-color: #f8be57;
  border-color: #f8be57;
}

/* line 148, app/assets/stylesheets/base/buttons.scss */
.btn-danger {
  background-color: #F97877;
  border-color: #F97877;
  color: #FFFFFF;
}

/* line 154, app/assets/stylesheets/base/buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger.active:hover, .btn-danger.active:focus {
  background-color: #f86968;
  border-color: #f86968;
  color: #FFFFFF;
}

/* line 160, app/assets/stylesheets/base/buttons.scss */
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 164, app/assets/stylesheets/base/buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #fa8b8b;
  border-color: #fa8b8b;
}

/* line 169, app/assets/stylesheets/base/buttons.scss */
.btn-link {
  color: inherit;
}

/* line 173, app/assets/stylesheets/base/buttons.scss */
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
  color: #02BD94;
  text-decoration: none;
}

/* line 178, app/assets/stylesheets/base/buttons.scss */
.btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
  background-image: none;
}

/* line 182, app/assets/stylesheets/base/buttons.scss */
.btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link.active[disabled], fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
  color: #DDDDDD;
}

/* line 186, app/assets/stylesheets/base/buttons.scss */
.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #E7EAEC;
}

/* line 192, app/assets/stylesheets/base/buttons.scss */
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white, .btn-white:active:focus, .btn-white:active:hover, .btn-white.active:hover, .btn-white.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}

/* line 197, app/assets/stylesheets/base/buttons.scss */
.btn-white:active, .btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

/* line 201, app/assets/stylesheets/base/buttons.scss */
.btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
  background-image: none;
}

/* line 205, app/assets/stylesheets/base/buttons.scss */
.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white.active[disabled], fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
  color: #DDDDDD;
}

/* line 209, app/assets/stylesheets/base/buttons.scss */
.form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
  box-shadow: none;
}

/* line 213, app/assets/stylesheets/base/buttons.scss */
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

/* line 219, app/assets/stylesheets/base/buttons.scss */
.btn-rounded {
  border-radius: 50px;
}

/* line 223, app/assets/stylesheets/base/buttons.scss */
.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px;
}

/* line 229, app/assets/stylesheets/base/buttons.scss */
button.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important;
}

/* line 243, app/assets/stylesheets/base/buttons.scss */
button.dim:active {
  top: 3px;
}

/* line 247, app/assets/stylesheets/base/buttons.scss */
button.btn-primary.dim {
  box-shadow: inset 0 0 0 #029f7c, 0 5px 0 0 #029f7c, 0 10px 5px #999;
}

/* line 251, app/assets/stylesheets/base/buttons.scss */
button.btn-primary.dim:active {
  box-shadow: inset 0 0 0 #029f7c, 0 2px 0 0 #029f7c, 0 5px 3px #999;
}

/* line 255, app/assets/stylesheets/base/buttons.scss */
button.btn-default.dim {
  box-shadow: inset 0 0 0 #959494, 0 5px 0 0 #959494, 0 10px 5px #999;
}

/* line 259, app/assets/stylesheets/base/buttons.scss */
button.btn-default.dim:active {
  box-shadow: inset 0 0 0 #959494, 0 2px 0 0 #959494, 0 5px 3px #999;
}

/* line 263, app/assets/stylesheets/base/buttons.scss */
button.btn-warning.dim {
  box-shadow: inset 0 0 0 #f6ab26, 0 5px 0 0 #f6ab26, 0 10px 5px #999;
}

/* line 267, app/assets/stylesheets/base/buttons.scss */
button.btn-warning.dim:active {
  box-shadow: inset 0 0 0 #f6ab26, 0 2px 0 0 #f6ab26, 0 5px 3px #999;
}

/* line 271, app/assets/stylesheets/base/buttons.scss */
button.btn-info.dim {
  box-shadow: inset 0 0 0 #9683ff, 0 5px 0 0 #9683ff, 0 10px 5px #999;
}

/* line 275, app/assets/stylesheets/base/buttons.scss */
button.btn-info.dim:active {
  box-shadow: inset 0 0 0 #9683ff, 0 2px 0 0 #9683ff, 0 5px 3px #999;
}

/* line 279, app/assets/stylesheets/base/buttons.scss */
button.btn-success.dim {
  box-shadow: inset 0 0 0 #19113f, 0 5px 0 0 #19113f, 0 10px 5px #999;
}

/* line 283, app/assets/stylesheets/base/buttons.scss */
button.btn-success.dim:active {
  box-shadow: inset 0 0 0 #19113f, 0 2px 0 0 #19113f, 0 5px 3px #999;
}

/* line 287, app/assets/stylesheets/base/buttons.scss */
button.btn-danger.dim {
  box-shadow: inset 0 0 0 #f85b5a, 0 5px 0 0 #f85b5a, 0 10px 5px #999;
}

/* line 291, app/assets/stylesheets/base/buttons.scss */
button.btn-danger.dim:active {
  box-shadow: inset 0 0 0 #f85b5a, 0 2px 0 0 #f85b5a, 0 5px 3px #999;
}

/* line 295, app/assets/stylesheets/base/buttons.scss */
button.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px;
}

/* line 305, app/assets/stylesheets/base/buttons.scss */
button.dim:active:before {
  top: 7px;
  font-size: 50px;
}

/* line 310, app/assets/stylesheets/base/buttons.scss */
.btn:focus {
  outline: none !important;
}

/* line 314, app/assets/stylesheets/base/buttons.scss */
.primary-outline-disabled {
  background-color: #ffffff !important;
  border-color: #02d1a4 !important;
  color: #02d1a4 !important;
}

/* line 1, app/assets/stylesheets/base/buttons_lano.scss */
.btn:not(.dropdown-toggle) {
  text-transform: uppercase;
}

/* line 5, app/assets/stylesheets/base/buttons_lano.scss */
.btn-brand.btn-outline {
  color: #02BD94;
}

/* line 9, app/assets/stylesheets/base/buttons_lano.scss */
.btn-brand.btn-outline:hover {
  color: #fff;
}

/* line 13, app/assets/stylesheets/base/buttons_lano.scss */
.btn-brand {
  background-color: #02BD94;
  border-color: #02BD94;
  color: #FFFFFF;
}

/* line 19, app/assets/stylesheets/base/buttons_lano.scss */
.btn-brand:hover, .btn-brand:focus, .btn-brand:active, .btn-brand.active, .open .dropdown-toggle.btn-brand, .btn-brand:active:focus, .btn-brand:active:hover, .btn-brand.active:hover, .btn-brand.active:focus {
  background-color: #02ae88;
  border-color: #02ae88;
  color: #FFFFFF;
}

/* line 25, app/assets/stylesheets/base/buttons_lano.scss */
.btn-brand:active, .btn-brand.active, .open .dropdown-toggle.btn-brand {
  background-image: none;
}

/* line 29, app/assets/stylesheets/base/buttons_lano.scss */
.btn-brand.disabled, .btn-brand.disabled:hover, .btn-brand.disabled:focus, .btn-brand.disabled:active, .btn-brand.disabled.active, .btn-brand[disabled], .btn-brand[disabled]:hover, .btn-brand[disabled]:focus, .btn-brand[disabled]:active, .btn-brand.active[disabled], fieldset[disabled] .btn-brand, fieldset[disabled] .btn-brand:hover, fieldset[disabled] .btn-brand:focus, fieldset[disabled] .btn-brand:active, fieldset[disabled] .btn-brand.active {
  background-color: #02d1a4;
  border-color: #02d1a4;
}

/* line 34, app/assets/stylesheets/base/buttons_lano.scss */
.btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline.active[disabled], fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
  color: #fff;
}

/* line 38, app/assets/stylesheets/base/buttons_lano.scss */
button.btn-brand.dim {
  box-shadow: inset 0 0 0 #029f7c, 0 5px 0 0 #029f7c, 0 10px 5px #999;
}

/* line 42, app/assets/stylesheets/base/buttons_lano.scss */
button.btn-brand.dim:active {
  box-shadow: inset 0 0 0 #029f7c, 0 2px 0 0 #029f7c, 0 5px 3px #999;
}

/* line 46, app/assets/stylesheets/base/buttons_lano.scss */
.btn-dark-violett.btn-outline {
  color: #42396A;
  background-color: #ffffff;
}

/* line 51, app/assets/stylesheets/base/buttons_lano.scss */
.btn-dark-violett.btn-outline:hover {
  color: #ffffff;
  background-color: #42396A;
}

/* line 56, app/assets/stylesheets/base/buttons_lano.scss */
.btn-dark-violett {
  background-color: #42396A;
  border-color: #42396A;
  color: #FFFFFF;
}

/* line 62, app/assets/stylesheets/base/buttons_lano.scss */
.btn-dark-violett:hover, .btn-dark-violett:focus {
  background-color: #483e74;
  border-color: #483e74;
  color: #FFFFFF;
}

/* line 3, app/assets/stylesheets/base/badges_labels.scss */
.label {
  background-color: #A4A3A3;
  color: #6A6C6E;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
}

/* line 12, app/assets/stylesheets/base/badges_labels.scss */
.nav .label, .ibox .label {
  font-size: 10px;
}

/* line 16, app/assets/stylesheets/base/badges_labels.scss */
.badge {
  background-color: #A4A3A3;
  color: #6A6C6E;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-shadow: none;
}

/* line 29, app/assets/stylesheets/base/badges_labels.scss */
.label.label-md, .badge.badge-md {
  font-size: 13px;
}

/* line 33, app/assets/stylesheets/base/badges_labels.scss */
.badge.bang {
  padding: 3px 7px;
}

/* line 37, app/assets/stylesheets/base/badges_labels.scss */
.label-primary, .badge-primary {
  background-color: #02BD94;
  color: #FFFFFF;
}

/* line 42, app/assets/stylesheets/base/badges_labels.scss */
.label-success, .badge-success {
  background-color: #221757;
  color: #FFFFFF;
}

/* line 47, app/assets/stylesheets/base/badges_labels.scss */
.label-warning, .badge-warning {
  background-color: #F7B643;
  color: #FFFFFF;
}

/* line 52, app/assets/stylesheets/base/badges_labels.scss */
.badge-gray {
  color: white;
  background-color: darkgrey;
}

/* line 57, app/assets/stylesheets/base/badges_labels.scss */
.label-warning-light, .badge-warning-light {
  background-color: #F7B643;
  color: #ffffff;
}

/* line 62, app/assets/stylesheets/base/badges_labels.scss */
.label-danger, .badge-danger {
  background-color: #F97877;
  color: #FFFFFF;
}

/* line 67, app/assets/stylesheets/base/badges_labels.scss */
.label-green {
  background-color: #9CCC66;
  color: #FFFFFF;
}

/* line 72, app/assets/stylesheets/base/badges_labels.scss */
.label-info, .badge-info {
  background-color: #B0A2FF;
  color: #FFFFFF;
}

/* line 77, app/assets/stylesheets/base/badges_labels.scss */
.label-inverse, .badge-inverse {
  background-color: #262626;
  color: #FFFFFF;
}

/* line 82, app/assets/stylesheets/base/badges_labels.scss */
.label-white, .badge-white {
  background-color: #FFFFFF;
  color: #6A6C6E;
}

/* line 87, app/assets/stylesheets/base/badges_labels.scss */
.label-white, .badge-disable {
  background-color: #2A2E36;
  color: #8B91A0;
}

/* line 92, app/assets/stylesheets/base/badges_labels.scss */
.label-accent, .badge-accent {
  background-color: #525672;
  color: #ffffff;
}

/* line 97, app/assets/stylesheets/base/badges_labels.scss */
.label-light-gray, .badge-light-gray {
  background-color: #DDDDDD;
}

/* line 3, app/assets/stylesheets/base/badges_labels_lano.scss */
.badge {
  border-radius: 50px;
}

/* line 7, app/assets/stylesheets/base/badges_labels_lano.scss */
.label {
  border-radius: 50px;
}

/* line 11, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-tag {
  font-size: 12px;
  border-radius: 10px !important;
  border: 1px solid #A4A3A3 !important;
  color: #A4A3A3 !important;
  background-color: #ffffff !important;
  cursor: default;
}

/* line 19, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-tag span, .label-tag a {
  font-size: 12px;
  color: #A4A3A3;
}

/* line 25, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-tag-position {
  padding: 5px !important;
  margin: 2px 3px !important;
}

/* line 30, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-skill {
  font-size: 12px;
  border-radius: 10px;
  border: 1px solid #6A6C6E;
  color: #6A6C6E;
  background-color: #ffffff;
  cursor: default;
}

/* line 38, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-skill span, .label-skill a {
  font-size: 12px;
  color: #6A6C6E;
}

/* line 44, app/assets/stylesheets/base/badges_labels_lano.scss */
a.label-add-tag {
  padding: 3px 8px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  border-radius: 10px;
  border: 1px solid #02BD94;
  color: #02BD94;
  background-color: #ffffff;
}

/* line 45, app/assets/stylesheets/base/badges_labels_lano.scss */
a.label-add-tag:hover, a.label-add-tag:visited, a.label-add-tag:focus {
  border-radius: 10px;
  border: 1px solid #02BD94;
  color: #02BD94;
}

/* line 61, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-dropdown {
  padding: 5px 10px;
}

/* line 64, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-dropdown span {
  font-size: 13px;
}

/* line 69, app/assets/stylesheets/base/badges_labels_lano.scss */
.label.label-state {
  padding: 5px 10px;
}

/* line 73, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-dropdown.width-auto {
  width: auto;
}

/* line 77, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-brand, .badge-brand {
  background-color: #02BD94;
  color: #ffffff;
}

/* line 82, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-metal, .badge-metal {
  background-color: #A4A3A3;
  color: #ffffff;
}

/* line 87, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-dark, .badge-dark {
  background-color: #3E506B;
  color: #ffffff;
}

/* line 92, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-light-gray {
  background-color: #DDDDDD;
  font-size: 12px;
}

/* line 97, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-lazur {
  background-color: #B0A2FF;
  color: #ffffff;
}

/* line 102, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-blue {
  background-color: #221757;
  color: #ffffff;
}

/* line 109, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-filter,
.label-draft, .badge-draft,
.label-invoice-draft, .badge-invoice-draft,
.label-gray {
  background-color: #A4A3A3;
  color: #ffffff;
}

/* line 117, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-inactive {
  background-color: #DDDDDD;
  color: #ffffff;
}

/* line 122, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-freelancer_assigned, .badge-freelancer_assigned {
  background-color: #23C6C8;
  color: #ffffff;
}

/* line 127, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-freelancer_requested, .badge-freelancer_requested {
  background-color: #F7B643;
  color: #ffffff;
}

/* line 132, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-in_progress, .badge-in_progress {
  background-color: #B0A2FF;
  color: #ffffff;
}

/* line 137, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-completed, .badge-completed {
  background-color: #02BD94;
  color: #ffffff;
}

/* line 142, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-blocked, .badge-blocked {
  background-color: #221757;
  color: #ffffff;
}

/* line 147, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-canceled, .badge-canceled, .label-red, .label-failed {
  background-color: #F97877;
  color: #ffffff;
}

/* line 152, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-declined, .badge-declined,
.label-failed, .badge-failed,
.label-invoice-declined, .label-invoice-corrected, .label-invoice-cancelled,
.badge-invoice-declined {
  background-color: #F97877;
  color: #ffffff;
}

/* line 160, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-awaiting_review, .badge-awaiting_review,
.label-sky_blue, .badge-sky_blue {
  background-color: #2AB6F6;
  color: #ffffff;
}

/* line 166, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-approved, .badge-approved,
.label-invoice-approved, .badge-invoice-approved,
.label-green {
  background-color: #9CCC66;
  color: #ffffff;
}

/* line 173, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-submitted, .badge-submitted,
.label-invoice-submitted, .badge-invoice-submitted {
  background-color: #F7B643;
  color: #ffffff;
}

/* line 179, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-invoice-payment_processing, .badge-invoice-payment_processing,
.label-invoice-payment_processing, .badge-invoice-payment_processing,
.label-violet {
  background-color: #B0A2FF;
  color: #ffffff;
}

/* line 186, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-invoice-opened {
  background-color: #221757;
  color: #ffffff;
}

/* line 191, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-invoice-partially_paid {
  background-color: #F7B643;
  color: #ffffff;
}

/* line 196, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-invoice-closed, .label-invoice-new {
  background-color: #A4A3A3;
  color: #ffffff;
}

/* line 201, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-paid, .badge-paid,
.label-invoice-paid, .badge-invoice-paid, .label-created {
  background-color: #02BD94;
  color: #ffffff;
}

/* line 207, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-invoice-sent, .badge-invoice-sent,
.label-yellow, .label-updated {
  background-color: #F7B643;
  color: #ffffff;
}

/* line 213, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-invoice-completed, .label-invoice-cancellation_submitted,
.badge-invoice-completed, .label-active {
  background-color: #9CCC66;
  color: #ffffff;
}

/* line 221, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-invitation-pending {
  background-color: #A4A3A3;
  color: #ffffff;
}

/* line 226, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-invitation-declined {
  background-color: #F97877;
  color: #ffffff;
}

/* line 231, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-invitation-disabled {
  background-color: #F7B643;
  color: #ffffff;
}

/* line 236, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-invitation-accepted {
  background-color: #02BD94;
  color: #ffffff;
}

/* line 241, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-invitation-completed {
  background-color: #9CCC66;
  color: #ffffff;
}

/* line 246, app/assets/stylesheets/base/badges_labels_lano.scss */
.dot {
  height: 0.7em;
  width: 0.7em;
  padding: 4.5px;
  color: #FFF;
  border-radius: 50%;
  display: inline-block;
}

/* line 255, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-filter {
  font-size: 13px;
}

/* line 257, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-filter a, .label-filter a:hover, .label-filter a:visited {
  color: white;
}

/* line 263, app/assets/stylesheets/base/badges_labels_lano.scss */
.selectize-control.multi .selectize-input > div.active {
  background: none;
  border-radius: 10px !important;
  border: 1px solid #02BD94 !important;
}

/* line 270, app/assets/stylesheets/base/badges_labels_lano.scss */
.badge-remote_employee {
  background-color: #B0A2FF;
  color: black;
}

/* line 275, app/assets/stylesheets/base/badges_labels_lano.scss */
.badge-payroll_employee {
  background-color: #F7B643;
  color: black;
}

/* line 280, app/assets/stylesheets/base/badges_labels_lano.scss */
.badge-contractor {
  background-color: #CCEFE8;
  color: black;
}

/* line 285, app/assets/stylesheets/base/badges_labels_lano.scss */
.badge-sub_account {
  background-color: darkgrey;
  color: black;
}

/* line 291, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-salary_changes_collection {
  background-color: #02BD94;
}

/* line 292, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-cutoff_date_reached {
  background-color: #0052CC;
}

/* line 293, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-completed {
  background-color: #221757;
}

/* line 294, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-data_processing {
  background-color: #9CCC66;
}

/* line 295, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-payroll_run_started {
  background-color: #B0A2FF;
}

/* line 296, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-payroll_reports_shared {
  background-color: #2AB6F6;
}

/* line 297, app/assets/stylesheets/base/badges_labels_lano.scss */
.label-ready_for_payment {
  background-color: #F7B643;
}

/* TOOGLE SWICH */
/* line 5, app/assets/stylesheets/base/elements.scss */
.onoffswitch {
  position: relative;
  width: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 13, app/assets/stylesheets/base/elements.scss */
.onoffswitch-checkbox {
  display: none;
}

/* line 17, app/assets/stylesheets/base/elements.scss */
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #02BD94;
  border-radius: 2px;
}

/* line 25, app/assets/stylesheets/base/elements.scss */
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

/* line 34, app/assets/stylesheets/base/elements.scss */
.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 49, app/assets/stylesheets/base/elements.scss */
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #02BD94;
  color: #FFFFFF;
}

/* line 56, app/assets/stylesheets/base/elements.scss */
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #999999;
  text-align: right;
}

/* line 64, app/assets/stylesheets/base/elements.scss */
.onoffswitch-switch {
  width: 20px;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #02BD94;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

/* line 80, app/assets/stylesheets/base/elements.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 84, app/assets/stylesheets/base/elements.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}

/* line 88, app/assets/stylesheets/base/elements.scss */
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:before {
  background-color: #919191;
}

/* line 92, app/assets/stylesheets/base/elements.scss */
.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
  border-color: #919191;
}

/* CHOSEN PLUGIN */
/* line 98, app/assets/stylesheets/base/elements.scss */
.chosen-container-single .chosen-single {
  background: #ffffff;
  box-shadow: none;
  -moz-box-sizing: border-box;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  margin: 0;
  min-height: 30px;
  overflow: hidden;
  padding: 4px 12px;
  position: relative;
  width: 100%;
}

/* line 113, app/assets/stylesheets/base/elements.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  background: #f1f1f1;
  border: 1px solid #e5e6e7;
  border-radius: 2px;
  box-shadow: none;
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}

/* Tags Input Plugin */
/* line 128, app/assets/stylesheets/base/elements.scss */
.bootstrap-tagsinput {
  border: 1px solid #e5e6e7;
  box-shadow: none;
}

/* PAGINATIN */
/* line 136, app/assets/stylesheets/base/elements.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #F4F4F4;
  border-color: #DDDDDD;
  color: inherit;
  cursor: default;
  z-index: 2;
}

/* line 144, app/assets/stylesheets/base/elements.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover {
  background-color: #02BD94;
  border-color: #02BD94;
  color: #FFF;
}

/* line 150, app/assets/stylesheets/base/elements.scss */
.pagination > li > a, .pagination > li > span {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: inherit;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 4px 10px;
  position: relative;
  text-decoration: none;
}

/* line 162, app/assets/stylesheets/base/elements.scss */
.footer .pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* TOOLTIPS */
/* line 169, app/assets/stylesheets/base/elements.scss */
.tooltip-inner {
  background-color: #2F4050;
}

/* line 173, app/assets/stylesheets/base/elements.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #2F4050;
}

/* line 177, app/assets/stylesheets/base/elements.scss */
.tooltip.right .tooltip-arrow {
  border-right-color: #2F4050;
}

/* line 181, app/assets/stylesheets/base/elements.scss */
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2F4050;
}

/* line 185, app/assets/stylesheets/base/elements.scss */
.tooltip.left .tooltip-arrow {
  border-left-color: #2F4050;
}

/* EASY PIE CHART*/
/* line 191, app/assets/stylesheets/base/elements.scss */
.easypiechart {
  position: relative;
  text-align: center;
}

/* line 196, app/assets/stylesheets/base/elements.scss */
.easypiechart .h2 {
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;
}

/* line 202, app/assets/stylesheets/base/elements.scss */
.easypiechart canvas {
  top: 0;
  left: 0;
}

/* line 207, app/assets/stylesheets/base/elements.scss */
.easypiechart .easypie-text {
  line-height: 1;
  position: absolute;
  top: 33px;
  width: 100%;
  z-index: 1;
}

/* line 215, app/assets/stylesheets/base/elements.scss */
.easypiechart img {
  margin-top: -4px;
}

/* line 219, app/assets/stylesheets/base/elements.scss */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* FULLCALENDAR */
/* line 227, app/assets/stylesheets/base/elements.scss */
.fc-state-default {
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat-x;
  box-shadow: none;
  color: #333333;
  text-shadow: none;
}

/* line 236, app/assets/stylesheets/base/elements.scss */
.fc-state-default {
  border: 1px solid;
}

/* line 240, app/assets/stylesheets/base/elements.scss */
.fc-button {
  color: inherit;
  border: 1px solid #E7EAEC;
  cursor: pointer;
  display: inline-block;
  height: 1.9em;
  line-height: 1.9em;
  overflow: hidden;
  padding: 0 0.6em;
  position: relative;
  white-space: nowrap;
}

/* line 253, app/assets/stylesheets/base/elements.scss */
.fc-state-active {
  background-color: #02BD94;
  border-color: #02BD94;
  color: #ffffff;
}

/* line 259, app/assets/stylesheets/base/elements.scss */
.fc-header-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
}

/* line 265, app/assets/stylesheets/base/elements.scss */
.fc-content .fc-widget-header, .fc-content .fc-widget-content {
  border-color: #E7EAEC;
  font-weight: normal;
}

/* line 270, app/assets/stylesheets/base/elements.scss */
.fc-border-separate tbody {
  background-color: #F8F8F8;
}

/* line 274, app/assets/stylesheets/base/elements.scss */
.fc-state-highlight {
  background: none repeat scroll 0 0 #FCF8E3;
}

/* line 278, app/assets/stylesheets/base/elements.scss */
.external-event {
  padding: 5px 10px;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 5px;
}

/* line 285, app/assets/stylesheets/base/elements.scss */
.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
  border-radius: 2px;
}

/* line 289, app/assets/stylesheets/base/elements.scss */
.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
  padding: 4px 6px;
  background-color: #02BD94;
  /* background color */
  border-color: #02BD94;
  /* border color */
}

/* line 297, app/assets/stylesheets/base/elements.scss */
.fc-event-time, .fc-event-title {
  color: #717171;
  padding: 0 1px;
}

/* line 302, app/assets/stylesheets/base/elements.scss */
.ui-calendar .fc-event-time, .ui-calendar .fc-event-title {
  color: #fff;
}

/* Chat */
/* line 307, app/assets/stylesheets/base/elements.scss */
.chat-activity-list .chat-element {
  border-bottom: 1px solid #E7EAEC;
}

/* line 311, app/assets/stylesheets/base/elements.scss */
.chat-element:first-child {
  margin-top: 0;
}

/* line 315, app/assets/stylesheets/base/elements.scss */
.chat-element {
  padding-bottom: 15px;
}

/* line 319, app/assets/stylesheets/base/elements.scss */
.chat-element, .chat-element .media {
  margin-top: 15px;
}

/* line 323, app/assets/stylesheets/base/elements.scss */
.chat-element, .media-body {
  overflow: hidden;
}

/* line 327, app/assets/stylesheets/base/elements.scss */
.chat-element .media-body {
  display: block;
  width: auto;
}

/* line 332, app/assets/stylesheets/base/elements.scss */
.chat-element > .pull-left {
  margin-right: 10px;
}

/* line 336, app/assets/stylesheets/base/elements.scss */
.chat-element img.img-circle, .dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px;
}

/* line 341, app/assets/stylesheets/base/elements.scss */
.chat-element .well {
  border: 1px solid #E7EAEC;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px;
}

/* line 351, app/assets/stylesheets/base/elements.scss */
.chat-element .actions {
  margin-top: 10px;
}

/* line 355, app/assets/stylesheets/base/elements.scss */
.chat-element .photos {
  margin: 10px 0;
}

/* line 360, app/assets/stylesheets/base/elements.scss */
.right.chat-element > .pull-right {
  margin-left: 10px;
}

/* line 364, app/assets/stylesheets/base/elements.scss */
.chat-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 372, app/assets/stylesheets/base/elements.scss */
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 378, app/assets/stylesheets/base/elements.scss */
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9;
}

/* line 384, app/assets/stylesheets/base/elements.scss */
.chat li.left .chat-body {
  margin-left: 60px;
}

/* line 388, app/assets/stylesheets/base/elements.scss */
.chat li.right .chat-body {
  margin-right: 60px;
}

/* line 392, app/assets/stylesheets/base/elements.scss */
.chat li .chat-body p {
  margin: 0;
  color: #777777;
}

/* line 397, app/assets/stylesheets/base/elements.scss */
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

/* line 402, app/assets/stylesheets/base/elements.scss */
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

/* LIST GROUP */
/* line 409, app/assets/stylesheets/base/elements.scss */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #02BD94;
  border-color: #02BD94;
  color: #FFFFFF;
  z-index: 2;
}

/* line 416, app/assets/stylesheets/base/elements.scss */
.list-group-item-heading {
  margin-top: 10px;
}

/* line 420, app/assets/stylesheets/base/elements.scss */
.list-group-item-text {
  margin: 0 0 10px;
  color: inherit;
  font-size: 12px;
  line-height: inherit;
}

/* line 427, app/assets/stylesheets/base/elements.scss */
.no-padding .list-group-item {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* line 433, app/assets/stylesheets/base/elements.scss */
.no-padding .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}

/* line 440, app/assets/stylesheets/base/elements.scss */
.no-padding .list-group {
  margin-bottom: 0;
}

/* line 444, app/assets/stylesheets/base/elements.scss */
.list-group-item {
  background-color: inherit;
  border: 1px solid #E7EAEC;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative;
}

/* line 453, app/assets/stylesheets/base/elements.scss */
.elements-list .list-group-item {
  border-left: none;
  border-right: none;
  padding: 15px 25px;
}

/* line 460, app/assets/stylesheets/base/elements.scss */
.elements-list .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-top: none !important;
}

/* line 466, app/assets/stylesheets/base/elements.scss */
.elements-list .list-group {
  margin-bottom: 0;
}

/* line 470, app/assets/stylesheets/base/elements.scss */
.elements-list a {
  color: inherit;
}

/* line 474, app/assets/stylesheets/base/elements.scss */
.elements-list .list-group-item.active,
.elements-list .list-group-item:hover {
  background: #F4F4F4;
  color: inherit;
  border-color: #e7eaec;
  border-radius: 0;
}

/* line 482, app/assets/stylesheets/base/elements.scss */
.elements-list li.active {
  transition: none;
}

/* line 486, app/assets/stylesheets/base/elements.scss */
.element-detail-box {
  padding: 25px;
}

/* FLOT CHART  */
/* line 492, app/assets/stylesheets/base/elements.scss */
.flot-chart {
  display: block;
  height: 200px;
}

/* line 497, app/assets/stylesheets/base/elements.scss */
.widget .flot-chart.dashboard-chart {
  display: block;
  height: 120px;
  margin-top: 40px;
}

/* line 503, app/assets/stylesheets/base/elements.scss */
.flot-chart.dashboard-chart {
  display: block;
  height: 180px;
  margin-top: 40px;
}

/* line 509, app/assets/stylesheets/base/elements.scss */
.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* line 514, app/assets/stylesheets/base/elements.scss */
.flot-chart-pie-content {
  width: 200px;
  height: 200px;
  margin: auto;
}

/* line 520, app/assets/stylesheets/base/elements.scss */
.jqstooltip {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  visibility: hidden;
  background: #2b303a;
  background-color: rgba(43, 48, 58, 0.8);
  color: white;
  text-align: left;
  white-space: nowrap;
  z-index: 10000;
  padding: 5px 5px 5px 5px;
  min-height: 22px;
  border-radius: 3px;
}

/* line 537, app/assets/stylesheets/base/elements.scss */
.jqsfield {
  color: white;
  text-align: left;
}

/* line 542, app/assets/stylesheets/base/elements.scss */
.fh-150 {
  height: 150px;
}

/* line 546, app/assets/stylesheets/base/elements.scss */
.fh-200 {
  height: 200px;
}

/* line 550, app/assets/stylesheets/base/elements.scss */
.h-150 {
  min-height: 150px;
}

/* line 554, app/assets/stylesheets/base/elements.scss */
.h-200 {
  min-height: 200px;
}

/* line 558, app/assets/stylesheets/base/elements.scss */
.h-300 {
  min-height: 300px;
}

/* line 562, app/assets/stylesheets/base/elements.scss */
.w-50 {
  width: 50px;
}

/* line 564, app/assets/stylesheets/base/elements.scss */
.w-100 {
  width: 100% !important;
}

/* line 568, app/assets/stylesheets/base/elements.scss */
.w-150 {
  min-width: 150px;
}

/* line 572, app/assets/stylesheets/base/elements.scss */
.w-110 {
  min-width: 110px;
}

/* line 576, app/assets/stylesheets/base/elements.scss */
.w-200 {
  min-width: 200px;
}

/* line 580, app/assets/stylesheets/base/elements.scss */
.w-300 {
  min-width: 300px;
}

/* line 584, app/assets/stylesheets/base/elements.scss */
.legendLabel {
  padding-left: 5px;
}

/* line 588, app/assets/stylesheets/base/elements.scss */
.stat-list li:first-child {
  margin-top: 0;
}

/* line 592, app/assets/stylesheets/base/elements.scss */
.stat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 598, app/assets/stylesheets/base/elements.scss */
.stat-percent {
  float: right;
}

/* line 602, app/assets/stylesheets/base/elements.scss */
.stat-list li {
  margin-top: 15px;
  position: relative;
}

/* DATATABLES */
/* line 609, app/assets/stylesheets/base/elements.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

/* line 617, app/assets/stylesheets/base/elements.scss */
.dataTables_wrapper {
  padding-bottom: 30px;
}

/* line 621, app/assets/stylesheets/base/elements.scss */
.dataTables_length {
  float: left;
}

/* line 625, app/assets/stylesheets/base/elements.scss */
.dataTables_filter label {
  margin-right: 5px;
}

/* line 629, app/assets/stylesheets/base/elements.scss */
.html5buttons {
  float: right;
}

/* line 633, app/assets/stylesheets/base/elements.scss */
.html5buttons a {
  border: 1px solid #e7eaec;
  background: #fff;
  color: #6A6C6E;
  box-shadow: none;
  padding: 6px 8px;
  font-size: 12px;
}

/* line 641, app/assets/stylesheets/base/elements.scss */
.html5buttons a:hover, .html5buttons a:focus:active {
  background-color: #eee;
  color: inherit;
  border-color: #d2d2d2;
}

/* line 648, app/assets/stylesheets/base/elements.scss */
div.dt-button-info {
  z-index: 100;
}

@media (max-width: 768px) {
  /* line 653, app/assets/stylesheets/base/elements.scss */
  .html5buttons {
    float: none;
    margin-top: 10px;
  }
  /* line 658, app/assets/stylesheets/base/elements.scss */
  .dataTables_length {
    float: none;
  }
}

/* CIRCLE */
/* line 665, app/assets/stylesheets/base/elements.scss */
.img-circle {
  border-radius: 50%;
}

/* line 669, app/assets/stylesheets/base/elements.scss */
.img-circle.circle-border {
  border: 1px solid #A4A3A3;
}

/* line 673, app/assets/stylesheets/base/elements.scss */
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}

/* line 683, app/assets/stylesheets/base/elements.scss */
.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 692, app/assets/stylesheets/base/elements.scss */
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

/* line 701, app/assets/stylesheets/base/elements.scss */
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}

/* line 708, app/assets/stylesheets/base/elements.scss */
.show-grid {
  margin: 15px 0;
}

/* ANIMATION */
/* line 714, app/assets/stylesheets/base/elements.scss */
.css-animation-box h1 {
  font-size: 44px;
}

/* line 718, app/assets/stylesheets/base/elements.scss */
.animation-efect-links a {
  padding: 4px 6px;
  font-size: 12px;
}

/* line 723, app/assets/stylesheets/base/elements.scss */
#animation_box {
  background-color: #f9f8f8;
  border-radius: 16px;
  width: 80%;
  margin: 0 auto;
  padding-top: 80px;
}

/* line 731, app/assets/stylesheets/base/elements.scss */
.animation-text-box {
  position: absolute;
  margin-top: 40px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
}

/* line 739, app/assets/stylesheets/base/elements.scss */
.animation-text-info {
  position: absolute;
  margin-top: -60px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  font-size: 10px;
}

/* line 748, app/assets/stylesheets/base/elements.scss */
.animation-text-box h2 {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 754, app/assets/stylesheets/base/elements.scss */
.animation-text-box p {
  font-size: 12px;
  text-transform: uppercase;
}

/* PEACE */
/* line 761, app/assets/stylesheets/base/elements.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 770, app/assets/stylesheets/base/elements.scss */
.pace-inactive {
  display: none;
}

/* line 774, app/assets/stylesheets/base/elements.scss */
.pace .pace-progress {
  background: #02BD94;
  position: fixed;
  z-index: 2040;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* line 784, app/assets/stylesheets/base/elements.scss */
.pace-inactive {
  display: none;
}

/* WIDGETS */
/* line 790, app/assets/stylesheets/base/elements.scss */
.widget {
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 797, app/assets/stylesheets/base/elements.scss */
.widget.style1 h2 {
  font-size: 30px;
}

/* line 801, app/assets/stylesheets/base/elements.scss */
.widget h2, .widget h3 {
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 806, app/assets/stylesheets/base/elements.scss */
.widget-text-box {
  padding: 20px;
  border: 1px solid #E7EAEC;
  background: #ffffff;
}

/* line 812, app/assets/stylesheets/base/elements.scss */
.widget-head-color-box {
  border-radius: 5px 5px 0 0;
  margin-top: 10px;
}

/* line 818, app/assets/stylesheets/base/elements.scss */
.widget .flot-chart {
  height: 100px;
}

/* line 822, app/assets/stylesheets/base/elements.scss */
.vertical-align div {
  display: inline-block;
  vertical-align: middle;
}

/* line 827, app/assets/stylesheets/base/elements.scss */
.vertical-align h2, .vertical-align h3 {
  margin: 0;
}

/* line 831, app/assets/stylesheets/base/elements.scss */
.todo-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

/* line 838, app/assets/stylesheets/base/elements.scss */
.todo-list.small-list {
  font-size: 12px;
}

/* line 842, app/assets/stylesheets/base/elements.scss */
.todo-list.small-list > li {
  background: #F4F4F4;
  border-left: none;
  border-right: none;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 6px 6px 6px 12px;
}

/* line 852, app/assets/stylesheets/base/elements.scss */
.todo-list.small-list .btn-xs, .todo-list.small-list .btn-group-xs > .btn {
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.5;
  padding: 1px 2px 1px 5px;
}

/* line 859, app/assets/stylesheets/base/elements.scss */
.todo-list > li {
  background: #F4F4F4;
  border-left: 6px solid #E7EAEC;
  border-right: 6px solid #E7EAEC;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 10px;
}

/* line 869, app/assets/stylesheets/base/elements.scss */
.todo-list .handle {
  cursor: move;
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
}

/* line 876, app/assets/stylesheets/base/elements.scss */
.todo-list > li .label {
  font-size: 9px;
  margin-left: 10px;
}

/* line 881, app/assets/stylesheets/base/elements.scss */
.check-link {
  font-size: 16px;
}

/* line 885, app/assets/stylesheets/base/elements.scss */
.todo-completed {
  text-decoration: line-through;
}

/* line 889, app/assets/stylesheets/base/elements.scss */
.geo-statistic h1 {
  font-size: 36px;
  margin-bottom: 0;
}

/* line 894, app/assets/stylesheets/base/elements.scss */
.glyphicon.fa {
  font-family: "FontAwesome";
}

/* INPUTS */
/* line 899, app/assets/stylesheets/base/elements.scss */
.inline {
  display: inline-block !important;
}

/* line 903, app/assets/stylesheets/base/elements.scss */
.input-s-sm {
  width: 120px;
}

/* line 907, app/assets/stylesheets/base/elements.scss */
.input-s {
  width: 200px;
}

/* line 911, app/assets/stylesheets/base/elements.scss */
.input-s-lg {
  width: 250px;
}

/* line 915, app/assets/stylesheets/base/elements.scss */
.i-checks {
  border-radius: 10px;
  padding-left: 0;
}

/* line 920, app/assets/stylesheets/base/elements.scss */
.form-control, .single-line {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

/* line 932, app/assets/stylesheets/base/elements.scss */
.form-control:focus, .single-line:focus {
  border-color: #02BD94;
}

/* line 936, app/assets/stylesheets/base/elements.scss */
.has-success .form-control, .has-success .form-control:focus {
  border-color: #02BD94;
}

/* line 940, app/assets/stylesheets/base/elements.scss */
.has-warning .form-control, .has-warning .form-control:focus {
  border-color: #F7B643;
}

/* line 944, app/assets/stylesheets/base/elements.scss */
.has-error .form-control, .has-error .form-control:focus {
  border-color: #F97877;
}

/* line 948, app/assets/stylesheets/base/elements.scss */
.has-success .control-label {
  color: #02BD94;
}

/* line 952, app/assets/stylesheets/base/elements.scss */
.has-warning .control-label {
  color: #F7B643;
}

/* line 956, app/assets/stylesheets/base/elements.scss */
.has-error .control-label {
  color: #F97877;
}

/* line 960, app/assets/stylesheets/base/elements.scss */
.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}

/* line 972, app/assets/stylesheets/base/elements.scss */
.spinner-buttons.input-group-btn .btn-xs, .spinner-buttons.input-group-btn .btn-group-xs > .btn {
  line-height: 1.13;
}

/* line 976, app/assets/stylesheets/base/elements.scss */
.spinner-buttons.input-group-btn {
  width: 20%;
}

/* line 980, app/assets/stylesheets/base/elements.scss */
.noUi-connect {
  background: none repeat scroll 0 0 #02BD94;
  box-shadow: none;
}

/* line 985, app/assets/stylesheets/base/elements.scss */
.slider_red .noUi-connect {
  background: none repeat scroll 0 0 #F97877;
  box-shadow: none;
}

/* UI Sortable */
/* line 992, app/assets/stylesheets/base/elements.scss */
.ui-sortable .ibox-title {
  cursor: move;
}

/* line 996, app/assets/stylesheets/base/elements.scss */
.ui-sortable-placeholder {
  border: 1px dashed #cecece !important;
  visibility: visible !important;
  background: #e7eaec;
}

/* line 1002, app/assets/stylesheets/base/elements.scss */
.ibox.ui-sortable-placeholder {
  margin: 0 0 23px !important;
}

/* SWITCHES */
/* line 1007, app/assets/stylesheets/base/elements.scss */
.onoffswitch {
  position: relative;
  width: 54px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 1015, app/assets/stylesheets/base/elements.scss */
.onoffswitch-checkbox {
  display: none;
}

/* line 1019, app/assets/stylesheets/base/elements.scss */
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #1AB394;
  border-radius: 3px;
}

/* line 1027, app/assets/stylesheets/base/elements.scss */
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

/* line 1037, app/assets/stylesheets/base/elements.scss */
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1053, app/assets/stylesheets/base/elements.scss */
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 7px;
  background-color: #1AB394;
  color: #FFFFFF;
}

/* line 1060, app/assets/stylesheets/base/elements.scss */
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 7px;
  background-color: #FFFFFF;
  color: #919191;
  text-align: right;
}

/* line 1068, app/assets/stylesheets/base/elements.scss */
.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #1AB394;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

/* line 1085, app/assets/stylesheets/base/elements.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 1089, app/assets/stylesheets/base/elements.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}

/* jqGrid */
/* line 1095, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid {
  -moz-box-sizing: content-box;
}

/* line 1099, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid-btable {
  border-collapse: separate;
}

/* line 1103, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid-htable {
  border-collapse: separate;
}

/* line 1107, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid-titlebar {
  height: 40px;
  line-height: 15px;
  color: #6A6C6E;
  background-color: #F9F9F9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 1115, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid .ui-jqgrid-title {
  float: left;
  margin: 1.1em 1em 0.2em;
}

/* line 1120, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid .ui-jqgrid-titlebar {
  position: relative;
  border-left: 0 solid;
  border-right: 0 solid;
  border-top: 0 solid;
}

/* line 1127, app/assets/stylesheets/base/elements.scss */
.ui-widget-header {
  background: none;
  background-image: none;
  background-color: #f5f5f6;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1136, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid tr.ui-row-ltr td {
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 1px;
  text-align: left;
  border-color: #DDDDDD;
  background-color: inherit;
}

/* line 1145, app/assets/stylesheets/base/elements.scss */
.ui-search-toolbar input[type="text"] {
  font-size: 12px;
  height: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 0;
}

/* line 1152, app/assets/stylesheets/base/elements.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #F9F9F9;
  border: 1px solid #DDDDDD;
  line-height: 15px;
  font-weight: bold;
  color: #6A6C6E;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 1161, app/assets/stylesheets/base/elements.scss */
.ui-widget-content {
  box-sizing: content-box;
}

/* line 1165, app/assets/stylesheets/base/elements.scss */
.ui-icon-triangle-1-n {
  background-position: 1px -16px;
}

/* line 1169, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid tr.ui-search-toolbar th {
  border-top-width: 0 !important;
  border-top-color: inherit !important;
  border-top-style: ridge !important;
}

/* line 1175, app/assets/stylesheets/base/elements.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #f5f5f5;
  border-collapse: separate;
}

/* line 1180, app/assets/stylesheets/base/elements.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #f2fbff;
}

/* line 1184, app/assets/stylesheets/base/elements.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #DDDDDD;
  background: #ffffff;
  font-weight: normal;
  color: #212121;
}

/* line 1191, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid .ui-pg-input {
  font-size: inherit;
  width: 50px;
  border: 1px solid #CCCCCC;
  height: 15px;
}

/* line 1198, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid .ui-pg-selbox {
  display: block;
  font-size: 1em;
  height: 25px;
  line-height: 18px;
  margin: 0;
  width: auto;
}

/* line 1207, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid .ui-pager-control {
  position: relative;
}

/* line 1211, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid .ui-jqgrid-pager {
  height: 32px;
  position: relative;
}

/* line 1216, app/assets/stylesheets/base/elements.scss */
.ui-pg-table .navtable .ui-corner-all {
  border-radius: 0;
}

/* line 1220, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid .ui-pg-button:hover {
  padding: 1px;
  border: 0;
}

/* line 1225, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  height: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  display: none;
  border-width: 2px !important;
  font-size: 11px;
}

/* line 1241, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid .form-control {
  height: 10px;
  width: auto;
  display: inline;
  padding: 10px 12px;
}

/* line 1248, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid-pager {
  height: 32px;
}

/* line 1252, app/assets/stylesheets/base/elements.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0;
}

/* line 1256, app/assets/stylesheets/base/elements.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0;
}

/* line 1260, app/assets/stylesheets/base/elements.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0;
}

/* line 1264, app/assets/stylesheets/base/elements.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0;
}

/* line 1268, app/assets/stylesheets/base/elements.scss */
.ui-widget-content {
  border: 1px solid #ddd;
}

/* line 1272, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid .ui-jqgrid-titlebar {
  padding: 0;
}

/* line 1276, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid .ui-jqgrid-titlebar {
  border-bottom: 1px solid #ddd;
}

/* line 1280, app/assets/stylesheets/base/elements.scss */
.ui-jqgrid tr.jqgrow td {
  padding: 6px;
}

/* line 1284, app/assets/stylesheets/base/elements.scss */
.ui-jqdialog .ui-jqdialog-titlebar {
  padding: 10px 10px;
}

/* line 1289, app/assets/stylesheets/base/elements.scss */
.ui-jqdialog .ui-jqdialog-title {
  float: none !important;
}

/* line 1293, app/assets/stylesheets/base/elements.scss */
.ui-jqdialog > .ui-resizable-se {
  position: absolute;
}

/* Nestable list */
/* line 1299, app/assets/stylesheets/base/elements.scss */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

/* line 1309, app/assets/stylesheets/base/elements.scss */
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1317, app/assets/stylesheets/base/elements.scss */
.dd-list .dd-list {
  padding-left: 30px;
}

/* line 1321, app/assets/stylesheets/base/elements.scss */
.dd-collapsed .dd-list {
  display: none;
}

/* line 1325, app/assets/stylesheets/base/elements.scss */
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

/* line 1337, app/assets/stylesheets/base/elements.scss */
.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e7eaec;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 1351, app/assets/stylesheets/base/elements.scss */
.dd-handle span {
  font-weight: bold;
}

/* line 1355, app/assets/stylesheets/base/elements.scss */
.dd-handle:hover {
  background: #f0f0f0;
  cursor: pointer;
  font-weight: bold;
}

/* line 1361, app/assets/stylesheets/base/elements.scss */
.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;
}

/* line 1381, app/assets/stylesheets/base/elements.scss */
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

/* line 1390, app/assets/stylesheets/base/elements.scss */
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}

/* line 1394, app/assets/stylesheets/base/elements.scss */
#nestable2 .dd-item > button {
  font-family: FontAwesome;
  height: 34px;
  width: 33px;
  color: #c1c1c1;
}

/* line 1402, app/assets/stylesheets/base/elements.scss */
#nestable2 .dd-item > button:before {
  content: "\f067";
}

/* line 1406, app/assets/stylesheets/base/elements.scss */
#nestable2 .dd-item > button[data-action="collapse"]:before {
  content: "\f068";
}

/* line 1410, app/assets/stylesheets/base/elements.scss */
.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;
}

/* line 1421, app/assets/stylesheets/base/elements.scss */
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  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;
}

/* line 1432, app/assets/stylesheets/base/elements.scss */
.dd-dragel {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
}

/* line 1438, app/assets/stylesheets/base/elements.scss */
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

/* line 1442, app/assets/stylesheets/base/elements.scss */
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/**
* Nestable Extras
*/
/* line 1450, app/assets/stylesheets/base/elements.scss */
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

/* line 1460, app/assets/stylesheets/base/elements.scss */
#nestable-menu {
  padding: 0;
  margin: 10px 0 20px 0;
}

/* line 1465, app/assets/stylesheets/base/elements.scss */
#nestable-output,
#nestable2-output {
  width: 100%;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 1476, app/assets/stylesheets/base/elements.scss */
#nestable2 .dd-handle {
  color: inherit;
  border: 1px dashed #e7eaec;
  background: #F4F4F4;
  padding: 10px;
}

/* line 1484, app/assets/stylesheets/base/elements.scss */
#nestable2 span.label {
  margin-right: 10px;
}

/* line 1488, app/assets/stylesheets/base/elements.scss */
#nestable-output,
#nestable2-output {
  font-size: 12px;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* CodeMirror */
/* line 1497, app/assets/stylesheets/base/elements.scss */
.CodeMirror {
  border: 1px solid #eee;
  height: auto;
}

/* line 1502, app/assets/stylesheets/base/elements.scss */
.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto;
}

/* Google Maps */
/* line 1508, app/assets/stylesheets/base/elements.scss */
.google-map {
  height: 300px;
}

/* Validation */
/* line 1513, app/assets/stylesheets/base/elements.scss */
label.error {
  color: #cc5965;
  display: inline-block;
  margin-left: 5px;
}

/* line 1519, app/assets/stylesheets/base/elements.scss */
.form-control.error {
  border: 1px dotted #cc5965;
}

/* ngGrid */
/* line 1524, app/assets/stylesheets/base/elements.scss */
.gridStyle {
  border: 1px solid #d4d4d4;
  width: 100%;
  height: 400px;
}

/* line 1530, app/assets/stylesheets/base/elements.scss */
.gridStyle2 {
  border: 1px solid #d4d4d4;
  width: 500px;
  height: 300px;
}

/* line 1536, app/assets/stylesheets/base/elements.scss */
.ngH eaderCell {
  border-right: none;
  border-bottom: 1px solid #e7eaec;
}

/* line 1541, app/assets/stylesheets/base/elements.scss */
.ngCell {
  border-right: none;
}

/* line 1545, app/assets/stylesheets/base/elements.scss */
.ngTopPanel {
  background: #F5F5F6;
}

/* line 1549, app/assets/stylesheets/base/elements.scss */
.ngRow.even {
  background: #f9f9f9;
}

/* line 1553, app/assets/stylesheets/base/elements.scss */
.ngRow.selected {
  background: #EBF2F1;
}

/* line 1557, app/assets/stylesheets/base/elements.scss */
.ngRow {
  border-bottom: 1px solid #e7eaec;
}

/* line 1561, app/assets/stylesheets/base/elements.scss */
.ngCell {
  background-color: transparent;
}

/* line 1565, app/assets/stylesheets/base/elements.scss */
.ngHeaderCell {
  border-right: none;
}

/* Toastr custom style */
/* line 1571, app/assets/stylesheets/base/elements.scss */
#toast-container > .toast {
  background-image: none !important;
}

/* line 1575, app/assets/stylesheets/base/elements.scss */
#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: #FFF;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}

/* line 1586, app/assets/stylesheets/base/elements.scss */
#toast-container > .toast-warning:before {
  content: "\f0e7";
}

/* line 1590, app/assets/stylesheets/base/elements.scss */
#toast-container > .toast-error:before {
  content: "\f071";
}

/* line 1594, app/assets/stylesheets/base/elements.scss */
#toast-container > .toast-info:before {
  content: "\f005";
}

/* line 1598, app/assets/stylesheets/base/elements.scss */
#toast-container > .toast-success:before {
  content: "\f00C";
}

/* line 1602, app/assets/stylesheets/base/elements.scss */
#toast-container > div {
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  opacity: .9;
  -ms-filter: alpha(Opacity=90);
  filter: alpha(opacity=90);
}

/* line 1611, app/assets/stylesheets/base/elements.scss */
#toast-container > :hover {
  -moz-box-shadow: 0 0 4px #999;
  -webkit-box-shadow: 0 0 4px #999;
  box-shadow: 0 0 4px #999;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 1621, app/assets/stylesheets/base/elements.scss */
.toast {
  background-color: #02BD94;
}

/* line 1625, app/assets/stylesheets/base/elements.scss */
.toast-success {
  background-color: #02BD94;
}

/* line 1629, app/assets/stylesheets/base/elements.scss */
.toast-error {
  background-color: #F97877;
}

/* line 1633, app/assets/stylesheets/base/elements.scss */
.toast-info {
  background-color: #B0A2FF;
}

/* line 1637, app/assets/stylesheets/base/elements.scss */
.toast-warning {
  background-color: #F7B643;
}

/* line 1641, app/assets/stylesheets/base/elements.scss */
.toast-top-full-width {
  margin-top: 20px;
}

/* line 1645, app/assets/stylesheets/base/elements.scss */
.toast-bottom-full-width {
  margin-bottom: 20px;
}

/* Notifie */
/* line 1650, app/assets/stylesheets/base/elements.scss */
.cg-notify-message.inspinia-notify {
  background: #fff;
  padding: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  border: none;
  margin-top: 30px;
  color: inherit;
}

/* line 1661, app/assets/stylesheets/base/elements.scss */
.inspinia-notify.alert-warning {
  border-left: 6px solid #F7B643;
}

/* line 1665, app/assets/stylesheets/base/elements.scss */
.inspinia-notify.alert-success {
  border-left: 6px solid #221757;
}

/* line 1669, app/assets/stylesheets/base/elements.scss */
.inspinia-notify.alert-danger {
  border-left: 6px solid #F97877;
}

/* line 1673, app/assets/stylesheets/base/elements.scss */
.inspinia-notify.alert-info {
  border-left: 6px solid #02BD94;
}

/* Image cropper style */
/* line 1678, app/assets/stylesheets/base/elements.scss */
.img-container, .img-preview {
  overflow: hidden;
  text-align: center;
  width: 100%;
}

/* line 1684, app/assets/stylesheets/base/elements.scss */
.img-preview-sm {
  height: 130px;
  width: 200px;
}

/* Forum styles  */
/* line 1690, app/assets/stylesheets/base/elements.scss */
.forum-post-container .media {
  margin: 10px 10px 10px 10px;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #f1f1f1;
}

/* line 1696, app/assets/stylesheets/base/elements.scss */
.forum-avatar {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 110px;
}

/* line 1703, app/assets/stylesheets/base/elements.scss */
.forum-avatar .img-circle {
  height: 48px;
  width: 48px;
}

/* line 1708, app/assets/stylesheets/base/elements.scss */
.author-info {
  color: #6A6C6E;
  font-size: 11px;
  margin-top: 5px;
  text-align: center;
}

/* line 1715, app/assets/stylesheets/base/elements.scss */
.forum-post-info {
  padding: 9px 12px 6px 12px;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
}

/* line 1721, app/assets/stylesheets/base/elements.scss */
.media-body > .media {
  background: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
}

/* line 1727, app/assets/stylesheets/base/elements.scss */
.forum-post-container .media-body .photos {
  margin: 10px 0;
}

/* line 1731, app/assets/stylesheets/base/elements.scss */
.forum-photo {
  max-width: 140px;
  border-radius: 3px;
}

/* line 1737, app/assets/stylesheets/base/elements.scss */
.media-body > .media .forum-avatar {
  width: 70px;
  margin-right: 10px;
}

/* line 1742, app/assets/stylesheets/base/elements.scss */
.media-body > .media .forum-avatar .img-circle {
  height: 38px;
  width: 38px;
}

/* line 1747, app/assets/stylesheets/base/elements.scss */
.mid-icon {
  font-size: 66px;
}

/* line 1751, app/assets/stylesheets/base/elements.scss */
.forum-item {
  margin: 10px 0;
  padding: 10px 0 20px;
  border-bottom: 1px solid #f1f1f1;
}

/* line 1757, app/assets/stylesheets/base/elements.scss */
.views-number {
  font-size: 24px;
  line-height: 18px;
  font-weight: 400;
}

/* line 1763, app/assets/stylesheets/base/elements.scss */
.forum-container, .forum-post-container {
  padding: 30px !important;
}

/* line 1767, app/assets/stylesheets/base/elements.scss */
.forum-item small {
  color: #999;
}

/* line 1771, app/assets/stylesheets/base/elements.scss */
.forum-item .forum-sub-title {
  color: #999;
  margin-left: 50px;
}

/* line 1776, app/assets/stylesheets/base/elements.scss */
.forum-title {
  margin: 15px 0 15px 0;
}

/* line 1780, app/assets/stylesheets/base/elements.scss */
.forum-info {
  text-align: center;
}

/* line 1784, app/assets/stylesheets/base/elements.scss */
.forum-desc {
  color: #999;
}

/* line 1788, app/assets/stylesheets/base/elements.scss */
.forum-icon {
  float: left;
  width: 30px;
  margin-right: 20px;
  text-align: center;
}

/* line 1795, app/assets/stylesheets/base/elements.scss */
a.forum-item-title {
  color: inherit;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

/* line 1802, app/assets/stylesheets/base/elements.scss */
a.forum-item-title:hover {
  color: inherit;
}

/* line 1806, app/assets/stylesheets/base/elements.scss */
.forum-icon .fa {
  font-size: 30px;
  margin-top: 8px;
  color: #A4A3A3;
}

/* line 1813, app/assets/stylesheets/base/elements.scss */
.forum-item.active .fa {
  color: #02BD94;
}

/* line 1817, app/assets/stylesheets/base/elements.scss */
.forum-item.active a.forum-item-title {
  color: #02BD94;
}

@media (max-width: 992px) {
  /* line 1823, app/assets/stylesheets/base/elements.scss */
  .forum-info {
    margin: 15px 0 10px 0;
    /* Comment this is you want to show forum info in small devices */
    display: none;
  }
  /* line 1830, app/assets/stylesheets/base/elements.scss */
  .forum-desc {
    float: none !important;
  }
}

/* New Timeline style */
/* line 1838, app/assets/stylesheets/base/elements.scss */
.vertical-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

/* line 1845, app/assets/stylesheets/base/elements.scss */
.vertical-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* line 1852, app/assets/stylesheets/base/elements.scss */
#vertical-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

/* line 1859, app/assets/stylesheets/base/elements.scss */
#vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #f1f1f1;
}

/* line 1869, app/assets/stylesheets/base/elements.scss */
.vertical-timeline-content .btn {
  float: right;
}

/* line 1873, app/assets/stylesheets/base/elements.scss */
#vertical-timeline.light-timeline:before {
  background: #e7eaec;
}

/* line 1877, app/assets/stylesheets/base/elements.scss */
.dark-timeline .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent;
}

/* line 1881, app/assets/stylesheets/base/elements.scss */
.dark-timeline.center-orientation .vertical-timeline-content:before {
  border-color: transparent transparent transparent #f5f5f5;
}

/* line 1885, app/assets/stylesheets/base/elements.scss */
.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent;
}

/* line 1890, app/assets/stylesheets/base/elements.scss */
.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
  background: #f5f5f5;
}

@media only screen and (min-width: 1170px) {
  /* line 1896, app/assets/stylesheets/base/elements.scss */
  #vertical-timeline.center-orientation {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  /* line 1901, app/assets/stylesheets/base/elements.scss */
  #vertical-timeline.center-orientation:before {
    left: 50%;
    margin-left: -2px;
  }
}

@media only screen and (max-width: 1170px) {
  /* line 1908, app/assets/stylesheets/base/elements.scss */
  .center-orientation.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
  }
}

/* line 1913, app/assets/stylesheets/base/elements.scss */
.vertical-timeline-block {
  position: relative;
  margin: 2em 0;
}

/* line 1918, app/assets/stylesheets/base/elements.scss */
.vertical-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1924, app/assets/stylesheets/base/elements.scss */
.vertical-timeline-block:first-child {
  margin-top: 0;
}

/* line 1928, app/assets/stylesheets/base/elements.scss */
.vertical-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  /* line 1933, app/assets/stylesheets/base/elements.scss */
  .center-orientation .vertical-timeline-block {
    margin: 4em 0;
  }
  /* line 1937, app/assets/stylesheets/base/elements.scss */
  .center-orientation .vertical-timeline-block:first-child {
    margin-top: 0;
  }
  /* line 1941, app/assets/stylesheets/base/elements.scss */
  .center-orientation .vertical-timeline-block:last-child {
    margin-bottom: 0;
  }
}

/* line 1946, app/assets/stylesheets/base/elements.scss */
.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid #f1f1f1;
  text-align: center;
}

/* line 1958, app/assets/stylesheets/base/elements.scss */
.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
}

@media only screen and (min-width: 1170px) {
  /* line 1970, app/assets/stylesheets/base/elements.scss */
  .center-orientation .vertical-timeline-icon {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    font-size: 19px;
  }
  /* line 1980, app/assets/stylesheets/base/elements.scss */
  .center-orientation .vertical-timeline-icon i {
    margin-left: -12px;
    margin-top: -10px;
  }
  /* line 1985, app/assets/stylesheets/base/elements.scss */
  .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
    visibility: hidden;
  }
}

/* line 1990, app/assets/stylesheets/base/elements.scss */
.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
}

/* line 1998, app/assets/stylesheets/base/elements.scss */
.vertical-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

/* line 2004, app/assets/stylesheets/base/elements.scss */
.vertical-timeline-content h2 {
  font-weight: 400;
  margin-top: 4px;
}

/* line 2009, app/assets/stylesheets/base/elements.scss */
.vertical-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

/* line 2014, app/assets/stylesheets/base/elements.scss */
.vertical-timeline-content .vertical-date {
  float: left;
  font-weight: 500;
}

/* line 2019, app/assets/stylesheets/base/elements.scss */
.vertical-date small {
  color: #02BD94;
  font-weight: 400;
}

/* line 2024, app/assets/stylesheets/base/elements.scss */
.vertical-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
  /* line 2036, app/assets/stylesheets/base/elements.scss */
  .vertical-timeline-content h2 {
    font-size: 18px;
  }
  /* line 2040, app/assets/stylesheets/base/elements.scss */
  .vertical-timeline-content p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1170px) {
  /* line 2047, app/assets/stylesheets/base/elements.scss */
  .center-orientation .vertical-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  /* line 2053, app/assets/stylesheets/base/elements.scss */
  .center-orientation .vertical-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  /* line 2060, app/assets/stylesheets/base/elements.scss */
  .center-orientation .vertical-timeline-content .btn {
    float: left;
  }
  /* line 2064, app/assets/stylesheets/base/elements.scss */
  .center-orientation .vertical-timeline-content .vertical-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 2px;
    font-size: 14px;
  }
  /* line 2072, app/assets/stylesheets/base/elements.scss */
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
    float: right;
  }
  /* line 2076, app/assets/stylesheets/base/elements.scss */
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  /* line 2084, app/assets/stylesheets/base/elements.scss */
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
    float: right;
  }
  /* line 2088, app/assets/stylesheets/base/elements.scss */
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  /* line 2094, app/assets/stylesheets/base/elements.scss */
  .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
    visibility: hidden;
  }
}

/* Tabs */
/* line 2103, app/assets/stylesheets/base/elements.scss */
.tabs-container .panel-body {
  background: #fff;
  border: 1px solid #E7EAEC;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}

/* line 2111, app/assets/stylesheets/base/elements.scss */
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #E7EAEC;
  border-bottom-color: transparent;
  background-color: #fff;
}

/* line 2119, app/assets/stylesheets/base/elements.scss */
.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 2124, app/assets/stylesheets/base/elements.scss */
.tabs-container .tab-pane .panel-body {
  border-top: none;
}

/* line 2128, app/assets/stylesheets/base/elements.scss */
.tabs-container .nav-tabs > li.active > a, .tabs-container .nav-tabs > li.active > a:hover, .tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #E7EAEC;
  border-bottom-color: transparent;
}

/* line 2133, app/assets/stylesheets/base/elements.scss */
.tabs-container .nav-tabs {
  border-bottom: 1px solid #E7EAEC;
}

/* line 2137, app/assets/stylesheets/base/elements.scss */
.tabs-container .tab-pane .panel-body {
  border-top: none;
}

/* line 2141, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-left .tab-pane .panel-body, .tabs-container .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #E7EAEC;
}

/* line 2145, app/assets/stylesheets/base/elements.scss */
.tabs-container .nav-tabs > li a:hover {
  background: transparent;
  border-color: transparent;
}

/* line 2150, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 2156, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-left .panel-body {
  position: static;
}

/* line 2160, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-left > .nav-tabs, .tabs-container .tabs-right > .nav-tabs {
  width: 20%;
}

/* line 2164, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-left .panel-body {
  width: 80%;
  margin-left: 20%;
}

/* line 2169, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-right .panel-body {
  width: 80%;
  margin-right: 20%;
}

/* line 2174, app/assets/stylesheets/base/elements.scss */
.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
  display: none;
}

/* line 2179, app/assets/stylesheets/base/elements.scss */
.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
  display: block;
}

/* line 2184, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-below > .nav-tabs {
  border-top: 1px solid #E7EAEC;
}

/* line 2188, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 2193, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 2199, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-below > .nav-tabs > li > a:hover,
.tabs-container .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #E7EAEC;
  border-bottom-color: transparent;
}

/* line 2205, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
  float: none;
}

/* line 2210, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 2217, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}

/* line 2222, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 2229, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-left > .nav-tabs .active > a,
.tabs-container .tabs-left > .nav-tabs .active > a:hover,
.tabs-container .tabs-left > .nav-tabs .active > a:focus {
  border-color: #E7EAEC transparent #E7EAEC #E7EAEC;
}

/* line 2235, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
}

/* line 2240, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 2247, app/assets/stylesheets/base/elements.scss */
.tabs-container .tabs-right > .nav-tabs .active > a,
.tabs-container .tabs-right > .nav-tabs .active > a:hover,
.tabs-container .tabs-right > .nav-tabs .active > a:focus {
  border-color: #E7EAEC #E7EAEC #E7EAEC transparent;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 2257, app/assets/stylesheets/base/elements.scss */
  .tabs-container .nav-tabs > li {
    float: none !important;
  }
  /* line 2261, app/assets/stylesheets/base/elements.scss */
  .tabs-container .nav-tabs > li.active > a {
    border-bottom: 1px solid #e7eaec !important;
    margin: 0;
  }
}

/* jsvectormap */
/* line 2268, app/assets/stylesheets/base/elements.scss */
.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* line 2275, app/assets/stylesheets/base/elements.scss */
.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 5px;
}

/* line 2287, app/assets/stylesheets/base/elements.scss */
.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #02BD94;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box;
}

/* line 2300, app/assets/stylesheets/base/elements.scss */
.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px;
}

/* line 2305, app/assets/stylesheets/base/elements.scss */
.jvectormap-zoomin {
  top: 10px;
}

/* line 2309, app/assets/stylesheets/base/elements.scss */
.jvectormap-zoomout {
  top: 30px;
}

/* line 2313, app/assets/stylesheets/base/elements.scss */
.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}

/* line 2319, app/assets/stylesheets/base/elements.scss */
.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

/* line 2328, app/assets/stylesheets/base/elements.scss */
.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

/* line 2334, app/assets/stylesheets/base/elements.scss */
.jvectormap-legend-cnt {
  position: absolute;
}

/* line 2338, app/assets/stylesheets/base/elements.scss */
.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0;
}

/* line 2343, app/assets/stylesheets/base/elements.scss */
.jvectormap-legend-cnt-v {
  top: 0;
  right: 0;
}

/* line 2348, app/assets/stylesheets/base/elements.scss */
.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px;
}

/* line 2354, app/assets/stylesheets/base/elements.scss */
.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px;
}

/* line 2360, app/assets/stylesheets/base/elements.scss */
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left;
}

/* line 2364, app/assets/stylesheets/base/elements.scss */
.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px;
}

/* line 2369, app/assets/stylesheets/base/elements.scss */
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px;
}

/* line 2373, app/assets/stylesheets/base/elements.scss */
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px;
}

/* line 2377, app/assets/stylesheets/base/elements.scss */
.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

/* line 2384, app/assets/stylesheets/base/elements.scss */
.jvectormap-legend-tick-text {
  font-size: 12px;
}

/* line 2388, app/assets/stylesheets/base/elements.scss */
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center;
}

/* line 2392, app/assets/stylesheets/base/elements.scss */
.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px;
}

/*Slick Carousel */
/* line 2401, app/assets/stylesheets/base/elements.scss */
.slick-prev:before,
.slick-next:before {
  color: #02BD94 !important;
}

/* Payments */
/* line 2408, app/assets/stylesheets/base/elements.scss */
.payment-card {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #E7EAEC;
}

/* line 2415, app/assets/stylesheets/base/elements.scss */
.payment-icon-big {
  font-size: 60px;
  color: #A4A3A3;
}

/* line 2420, app/assets/stylesheets/base/elements.scss */
.payments-method.panel-group .panel + .panel {
  margin-top: -1px;
}

/* line 2424, app/assets/stylesheets/base/elements.scss */
.payments-method .panel-heading {
  padding: 15px;
}

/* line 2428, app/assets/stylesheets/base/elements.scss */
.payments-method .panel {
  border-radius: 0;
}

/* line 2432, app/assets/stylesheets/base/elements.scss */
.payments-method .panel-heading h5 {
  margin-bottom: 5px;
}

/* line 2436, app/assets/stylesheets/base/elements.scss */
.payments-method .panel-heading i {
  font-size: 26px;
}

/* Select2 custom styles */
/* line 2442, app/assets/stylesheets/base/elements.scss */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #E7EAEC;
}

/* line 2447, app/assets/stylesheets/base/elements.scss */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #02BD94;
}

/* line 2452, app/assets/stylesheets/base/elements.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #02BD94;
}

/* line 2456, app/assets/stylesheets/base/elements.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #E7EAEC;
}

/* line 2460, app/assets/stylesheets/base/elements.scss */
.select2-dropdown {
  border-color: #E7EAEC;
}

/* line 2463, app/assets/stylesheets/base/elements.scss */
.select2-dropdown input:focus {
  outline: none;
}

/* line 2468, app/assets/stylesheets/base/elements.scss */
.select2-selection {
  outline: none;
}

/* line 2473, app/assets/stylesheets/base/elements.scss */
.ui-select-container.ui-select-bootstrap .ui-select-choices-row.active > a {
  background-color: #02BD94;
}

/* Tour */
/* line 2479, app/assets/stylesheets/base/elements.scss */
.tour-tour .btn.btn-default {
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  color: inherit;
}

/* line 2485, app/assets/stylesheets/base/elements.scss */
.tour-step-backdrop {
  z-index: 2101;
}

/* line 2489, app/assets/stylesheets/base/elements.scss */
.tour-backdrop {
  z-index: 2100;
  opacity: .7;
}

/* line 2494, app/assets/stylesheets/base/elements.scss */
.popover[class*=tour-] {
  z-index: 2100;
}

/* line 2498, app/assets/stylesheets/base/elements.scss */
body.tour-open .animated {
  animation-fill-mode: initial;
}

/* Resizable */
/* line 2505, app/assets/stylesheets/base/elements.scss */
.resizable-panels .ibox {
  clear: none;
  margin: 10px;
  float: left;
  overflow: hidden;
}

/* line 2512, app/assets/stylesheets/base/elements.scss */
.resizable-panels .ibox .ibox-content {
  height: calc(100% - 49px);
}

/* line 2515, app/assets/stylesheets/base/elements.scss */
.ui-resizable-helper {
  background: rgba(211, 211, 211, 0.4);
}

/* Wizard step fix */
/* line 2521, app/assets/stylesheets/base/elements.scss */
.wizard > .content > .body {
  position: relative;
}

/* PDF js style */
/* line 2528, app/assets/stylesheets/base/elements.scss */
.pdf-toolbar {
  max-width: 600px;
  margin: 0 auto;
}

/* Dropzone */
/* line 2535, app/assets/stylesheets/base/elements.scss */
.dropzone {
  min-height: 140px;
  border: 1px dashed #02BD94;
  background: white;
  padding: 20px 20px;
}

/* line 2541, app/assets/stylesheets/base/elements.scss */
.dropzone .dz-message {
  font-size: 16px;
}

/* Activity stream */
/* line 2549, app/assets/stylesheets/base/elements.scss */
.stream {
  position: relative;
  padding: 10px 0;
}

/* line 2554, app/assets/stylesheets/base/elements.scss */
.stream:first-child .stream-badge:before {
  top: 10px;
}

/* line 2558, app/assets/stylesheets/base/elements.scss */
.stream:last-child .stream-badge:before {
  height: 30px;
}

/* line 2563, app/assets/stylesheets/base/elements.scss */
.stream .stream-badge {
  width: 50px;
}

/* line 2566, app/assets/stylesheets/base/elements.scss */
.stream .stream-badge i {
  border: 1px solid #E7EAEC;
  border-radius: 50%;
  padding: 6px;
  color: #838688;
  position: absolute;
  background-color: #ffffff;
  left: 8px;
}

/* line 2575, app/assets/stylesheets/base/elements.scss */
.stream .stream-badge i.fa-circle {
  color: #d1d2d3;
}

/* line 2580, app/assets/stylesheets/base/elements.scss */
.stream .stream-badge i.bg-success {
  color: #ffffff;
  background-color: #221757;
  border-color: #221757;
}

/* line 2586, app/assets/stylesheets/base/elements.scss */
.stream .stream-badge i.bg-primary {
  color: #ffffff;
  background-color: #02BD94;
  border-color: #02BD94;
}

/* line 2592, app/assets/stylesheets/base/elements.scss */
.stream .stream-badge i.bg-warning {
  color: #ffffff;
  background-color: #F7B643;
  border-color: #F7B643;
}

/* line 2598, app/assets/stylesheets/base/elements.scss */
.stream .stream-badge i.bg-info {
  color: #ffffff;
  background-color: #B0A2FF;
  border-color: #B0A2FF;
}

/* line 2604, app/assets/stylesheets/base/elements.scss */
.stream .stream-badge i.bg-danger {
  color: #ffffff;
  background-color: #F97877;
  border-color: #F97877;
}

/* line 2612, app/assets/stylesheets/base/elements.scss */
.stream .stream-badge:before {
  content: '';
  width: 1px;
  background-color: #E7EAEC;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}

/* line 2625, app/assets/stylesheets/base/elements.scss */
.stream .stream-info {
  font-size: 12px;
  margin-bottom: 5px;
}

/* line 2629, app/assets/stylesheets/base/elements.scss */
.stream .stream-info img {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  margin-top: -4px;
}

/* line 2637, app/assets/stylesheets/base/elements.scss */
.stream .stream-info .date {
  color: #9d9fa1;
  font-size: 80%;
}

/* line 2644, app/assets/stylesheets/base/elements.scss */
.stream .stream-panel {
  margin-left: 55px;
}

/* line 2651, app/assets/stylesheets/base/elements.scss */
.stream-small {
  margin: 10px 0;
}

/* line 2654, app/assets/stylesheets/base/elements.scss */
.stream-small .label {
  padding: 2px 6px;
  margin-right: 2px;
}

/* line 2660, app/assets/stylesheets/base/elements.scss */
.pay-periods-dropdown {
  width: 402px;
  position: absolute;
  z-index: 1000;
}

/* line 2665, app/assets/stylesheets/base/elements.scss */
.pay-periods-dropdown .ibox {
  margin-bottom: 0;
}

/* line 2667, app/assets/stylesheets/base/elements.scss */
.pay-periods-dropdown .ibox-title {
  background-color: #E7EAEC;
}

/* line 2670, app/assets/stylesheets/base/elements.scss */
.pay-periods-dropdown .ibox-title .ibox-tools {
  color: #C4C4C4;
}

/* line 2672, app/assets/stylesheets/base/elements.scss */
.pay-periods-dropdown .ibox-title h5 {
  font-size: 14px;
  font-weight: normal;
}

/* line 2677, app/assets/stylesheets/base/elements.scss */
.pay-periods-dropdown .ibox-title .badge {
  color: white;
  background-color: #02BD94;
  margin-top: -2px;
  font-weight: 700;
}

/* line 2685, app/assets/stylesheets/base/elements.scss */
.pay-periods-dropdown .ibox-content {
  font-size: 13px;
  color: #6A6C6E;
  z-index: 1000;
  position: relative;
  max-height: 260px;
  overflow-y: auto;
}

/* line 2693, app/assets/stylesheets/base/elements.scss */
.pay-periods-dropdown .ibox-content tr {
  cursor: pointer;
  height: 42px;
}

/* line 2697, app/assets/stylesheets/base/elements.scss */
.pay-periods-dropdown .ibox-content tr:hover {
  background-color: #F4F4F4;
}

/* line 2698, app/assets/stylesheets/base/elements.scss */
.pay-periods-dropdown .ibox-content tr td:last-child {
  text-indent: -14px;
  padding-left: 25px;
}

/* line 2704, app/assets/stylesheets/base/elements.scss */
.pay-periods-dropdown .ibox-content .pay-period {
  margin-left: 5px;
}

/* line 2707, app/assets/stylesheets/base/elements.scss */
.pay-periods-dropdown .ibox-content .pay-period a {
  color: #6A6C6E;
}

/* line 3, app/assets/stylesheets/base/sidebar.scss */
.sidebar-panel {
  width: 220px;
  background: #ececec;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}

/* line 11, app/assets/stylesheets/base/sidebar.scss */
.sidebar-panel .feed-element img.img-circle {
  width: 32px;
  height: 32px;
}

/* line 16, app/assets/stylesheets/base/sidebar.scss */
.sidebar-panel .feed-element, .media-body, .sidebar-panel p {
  font-size: 12px;
}

/* line 20, app/assets/stylesheets/base/sidebar.scss */
.sidebar-panel .feed-element {
  margin-top: 20px;
  padding-bottom: 0;
}

/* line 25, app/assets/stylesheets/base/sidebar.scss */
.sidebar-panel .list-group {
  margin-bottom: 10px;
}

/* line 29, app/assets/stylesheets/base/sidebar.scss */
.sidebar-panel .list-group .list-group-item {
  padding: 5px 0;
  font-size: 12px;
  border: 0;
}

/* line 35, app/assets/stylesheets/base/sidebar.scss */
.sidebar-content .wrapper, .wrapper.sidebar-content {
  padding-right: 230px !important;
}

/* line 39, app/assets/stylesheets/base/sidebar.scss */
.body-small .sidebar-content .wrapper, .body-small .wrapper.sidebar-content {
  padding-right: 20px !important;
}

/* line 45, app/assets/stylesheets/base/sidebar.scss */
#right-sidebar {
  background-color: #fff;
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  overflow: hidden;
  position: fixed;
  top: 60px;
  width: 260px !important;
  z-index: 1009;
  bottom: 0;
  right: -260px;
}

/* line 58, app/assets/stylesheets/base/sidebar.scss */
#right-sidebar.sidebar-open {
  right: 0;
}

/* line 62, app/assets/stylesheets/base/sidebar.scss */
#right-sidebar.sidebar-open.sidebar-top {
  top: 0;
  border-top: none;
}

/* line 69, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container ul.nav-tabs {
  border: none;
}

/* line 73, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container ul.nav-tabs.navs-4 li {
  width: 25%;
}

/* line 76, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container ul.nav-tabs.navs-3 li {
  width: 33.3333%;
}

/* line 79, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container ul.nav-tabs.navs-2 li {
  width: 50%;
}

/* line 83, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container ul.nav-tabs li {
  border: none;
}

/* line 87, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container ul.nav-tabs li a {
  border: none;
  padding: 12px 10px;
  margin: 0;
  border-radius: 0;
  background: #2F4050;
  color: #fff;
  text-align: center;
  border-right: 1px solid #334556;
}

/* line 99, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container ul.nav-tabs li.active a {
  border: none;
  background: #f9f9f9;
  color: #6A6C6E;
  font-weight: bold;
}

/* line 107, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container .nav-tabs > li.active > a:hover,
.sidebar-container .nav-tabs > li.active > a:focus {
  border: none;
}

/* line 114, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container ul.sidebar-list {
  margin: 0;
  padding: 0;
}

/* line 119, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container ul.sidebar-list li {
  border-bottom: 1px solid #E7EAEC;
  padding: 15px 20px;
  list-style: none;
  font-size: 12px;
}

/* line 131, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container .sidebar-message:nth-child(2n+2) {
  background: #f9f9f9;
}

/* line 135, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container ul.sidebar-list li a {
  text-decoration: none;
  color: inherit;
}

/* line 140, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container .sidebar-content {
  padding: 15px 20px;
  font-size: 12px;
}

/* line 149, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container .sidebar-title {
  background: #f9f9f9;
  padding: 20px;
  border-bottom: 1px solid #E7EAEC;
}

/* line 154, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container .sidebar-title h3 {
  margin-bottom: 3px;
  padding-left: 2px;
}

/* line 162, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container .tab-content h4 {
  margin-bottom: 5px;
}

/* line 168, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container .sidebar-message > a > .pull-left {
  margin-right: 10px;
}

/* line 172, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container .sidebar-message > a {
  text-decoration: none;
  color: inherit;
}

/* line 177, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container .sidebar-message {
  padding: 15px 20px;
}

/* line 181, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container .sidebar-message .media-body {
  display: block;
  width: auto;
}

/* line 186, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container .sidebar-message .message-avatar {
  height: 38px;
  width: 38px;
  border-radius: 50%;
}

/* line 192, app/assets/stylesheets/base/sidebar.scss */
.sidebar-container .setings-item {
  padding: 15px 20px;
  border-bottom: 1px solid #E7EAEC;
}

/* line 3, app/assets/stylesheets/base/base.scss */
body {
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #2f4050;
  font-size: 13px;
  color: #6A6C6E;
  overflow-x: hidden;
}

/* line 11, app/assets/stylesheets/base/base.scss */
html, body {
  height: 100%;
}

/* line 15, app/assets/stylesheets/base/base.scss */
body.full-height-layout #wrapper,
body.full-height-layout #application-page-wrapper {
  height: 100%;
}

/* line 20, app/assets/stylesheets/base/base.scss */
body.boxed-layout {
  background: url(/assets/patterns/shattered-1d962184f8d2ff363014ec1fff24c86aff2376f1772c045a881f59cb6e8e504a.png);
}

/* line 24, app/assets/stylesheets/base/base.scss */
body.boxed-layout #wrapper {
  background-color: #2f4050;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}

/* line 33, app/assets/stylesheets/base/base.scss */
.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
  max-width: 1300px !important;
}

/* line 38, app/assets/stylesheets/base/base.scss */
.block {
  display: block;
}

/* line 42, app/assets/stylesheets/base/base.scss */
.clear {
  display: block;
  overflow: hidden;
}

/* line 47, app/assets/stylesheets/base/base.scss */
a {
  cursor: pointer;
}

/* line 51, app/assets/stylesheets/base/base.scss */
a:hover, a:focus {
  text-decoration: none;
}

/* line 55, app/assets/stylesheets/base/base.scss */
.border-bottom {
  border-bottom: 1px solid #E7EAEC !important;
}

/* line 59, app/assets/stylesheets/base/base.scss */
.font-bold {
  font-weight: 600;
}

/* line 63, app/assets/stylesheets/base/base.scss */
.font-medium-bold {
  font-weight: 550;
}

/* line 67, app/assets/stylesheets/base/base.scss */
.font-normal {
  font-weight: 400;
}

/* line 71, app/assets/stylesheets/base/base.scss */
.font-light {
  font-weight: 300 !important;
}

/* line 75, app/assets/stylesheets/base/base.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 79, app/assets/stylesheets/base/base.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 83, app/assets/stylesheets/base/base.scss */
.font-italic {
  font-style: italic;
}

/* line 87, app/assets/stylesheets/base/base.scss */
.darkest-grey {
  color: #6A6C6E;
}

/* line 91, app/assets/stylesheets/base/base.scss */
.dark-grey {
  color: #A4A3A3;
}

/* line 95, app/assets/stylesheets/base/base.scss */
.color-navy {
  color: #02BD94;
}

/* line 97, app/assets/stylesheets/base/base.scss */
.color-inherit {
  color: inherit !important;
}

/* line 101, app/assets/stylesheets/base/base.scss */
.b-r {
  border-right: 1px solid #E7EAEC;
}

/* line 105, app/assets/stylesheets/base/base.scss */
.hr-line-dashed {
  border-top: 1px dashed #E7EAEC;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}

/* line 113, app/assets/stylesheets/base/base.scss */
.hr-line-solid {
  border-bottom: 1px solid #E7EAEC;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 121, app/assets/stylesheets/base/base.scss */
.no-z-index {
  z-index: 0;
}

/* line 123, app/assets/stylesheets/base/base.scss */
video {
  width: 100% !important;
  height: auto !important;
}

/* GALLERY */
/* line 129, app/assets/stylesheets/base/base.scss */
.gallery > .row > div {
  margin-bottom: 15px;
}

/* line 133, app/assets/stylesheets/base/base.scss */
.fancybox img {
  margin-bottom: 5px;
  /* Only for demo */
  width: 24%;
}

/* Summernote text editor  */
/* line 140, app/assets/stylesheets/base/base.scss */
.note-editor {
  height: auto !important;
}

/* line 144, app/assets/stylesheets/base/base.scss */
.note-editor.fullscreen {
  z-index: 2050;
}

/* line 147, app/assets/stylesheets/base/base.scss */
.note-editor.note-frame.fullscreen {
  z-index: 2020;
}

/* line 149, app/assets/stylesheets/base/base.scss */
.note-editor.note-frame .note-editing-area .note-editable {
  color: #6A6C6E;
  padding: 15px;
}

/* line 154, app/assets/stylesheets/base/base.scss */
.note-editor.note-frame {
  border: none;
}

/* line 158, app/assets/stylesheets/base/base.scss */
.note-editor.panel {
  margin-bottom: 0;
}

/* MODAL */
/* line 163, app/assets/stylesheets/base/base.scss */
.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}

/* line 173, app/assets/stylesheets/base/base.scss */
.modal-dialog {
  z-index: 2200;
}

/* line 177, app/assets/stylesheets/base/base.scss */
.modal-body {
  padding: 20px 30px 30px 30px;
}

/* line 181, app/assets/stylesheets/base/base.scss */
.inmodal .modal-body {
  background: #F4F4F4;
}

/* line 185, app/assets/stylesheets/base/base.scss */
.inmodal .modal-body .title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 20px 0 30px;
}

/* line 192, app/assets/stylesheets/base/base.scss */
.inmodal .modal-header {
  padding: 22px 20px;
  text-align: left;
  text-transform: uppercase;
}

/* line 198, app/assets/stylesheets/base/base.scss */
.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/* line 205, app/assets/stylesheets/base/base.scss */
.inmodal .modal-title {
  font-size: 24px;
}

/* line 209, app/assets/stylesheets/base/base.scss */
.inmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3;
}

/* line 214, app/assets/stylesheets/base/base.scss */
.modal-footer {
  margin-top: 0;
}

/* WRAPPERS */
/* line 220, app/assets/stylesheets/base/base.scss */
#wrapper {
  width: 100%;
  overflow-x: hidden;
}

/* line 225, app/assets/stylesheets/base/base.scss */
.wrapper {
  padding: 0 20px;
}

/* line 229, app/assets/stylesheets/base/base.scss */
.wrapper-content {
  padding: 20px 10px 40px;
}

/* line 233, app/assets/stylesheets/base/base.scss */
#application-page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  position: relative !important;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 242, app/assets/stylesheets/base/base.scss */
  #application-page-wrapper {
    position: inherit;
    margin: 0 0 0 240px;
    min-height: 2002px;
  }
}

/* line 249, app/assets/stylesheets/base/base.scss */
.title-action {
  text-align: right;
  padding-top: 30px;
}

/* line 254, app/assets/stylesheets/base/base.scss */
.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5,
.ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
  margin-top: 5px;
}

/* line 259, app/assets/stylesheets/base/base.scss */
ul.unstyled, ol.unstyled {
  list-style: none outside none;
  margin-left: 0;
}

/* line 264, app/assets/stylesheets/base/base.scss */
.big-icon {
  font-size: 160px !important;
  color: #e5e6e7;
}

/* FOOTER */
/* line 271, app/assets/stylesheets/base/base.scss */
.footer {
  background: none repeat scroll 0 0 white;
  border-top: 1px solid #E7EAEC;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  z-index: 999;
}

/* line 282, app/assets/stylesheets/base/base.scss */
.footer.fixed_full {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #E7EAEC;
}

/* line 293, app/assets/stylesheets/base/base.scss */
.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #E7EAEC;
  margin-left: 220px;
}

/* line 305, app/assets/stylesheets/base/base.scss */
.footer.fixed-skinny {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
  padding-right: 25px;
}

/* line 312, app/assets/stylesheets/base/base.scss */
body.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 70px;
}

/* line 317, app/assets/stylesheets/base/base.scss */
body.mini-navbar.canvas-menu .footer.fixed,
body.canvas-menu .footer.fixed {
  margin: 0 !important;
}

/* line 322, app/assets/stylesheets/base/base.scss */
body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 220px;
}

/* line 326, app/assets/stylesheets/base/base.scss */
body.body-small .footer.fixed {
  margin-left: 0;
}

/* PANELS */
/* line 332, app/assets/stylesheets/base/base.scss */
.page-heading {
  border-top: 0;
  padding: 0 10px 20px 10px;
}

/* line 337, app/assets/stylesheets/base/base.scss */
.panel-heading h1, .panel-heading h2 {
  margin-bottom: 5px;
}

/* TABLES */
/* line 343, app/assets/stylesheets/base/base.scss */
.table-bordered {
  border: 1px solid #EBEBEB;
}

/* line 347, app/assets/stylesheets/base/base.scss */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  background-color: #F5F5F6;
  border-bottom-width: 1px;
}

/* line 352, app/assets/stylesheets/base/base.scss */
.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 #e7e7e7;
}

/* line 356, app/assets/stylesheets/base/base.scss */
.table > thead > tr > th {
  border-bottom: 1px solid #DDDDDD;
  vertical-align: bottom;
  color: #A4A3A3;
  font-weight: normal;
}

/* line 363, app/assets/stylesheets/base/base.scss */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #E7EAEC;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

/* PANELS */
/* line 372, app/assets/stylesheets/base/base.scss */
.panel.blank-panel {
  background: none;
  margin: 0;
}

/* line 377, app/assets/stylesheets/base/base.scss */
.blank-panel .panel-heading {
  padding-bottom: 0;
}

/* line 381, app/assets/stylesheets/base/base.scss */
.nav-tabs > li > a {
  color: #A7B1C2;
  font-weight: 600;
  padding: 10px 20px 10px 25px;
}

/* line 385, app/assets/stylesheets/base/base.scss */
.nav-tabs > li > a i {
  margin-left: 10px;
  margin-right: 0;
}

/* line 388, app/assets/stylesheets/base/base.scss */
.nav-tabs > li > a i.tab-with-icon {
  margin: 0px;
}

/* line 394, app/assets/stylesheets/base/base.scss */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: #e6e6e6;
  color: #6A6C6E;
}

/* line 399, app/assets/stylesheets/base/base.scss */
.ui-tab .tab-content {
  padding: 20px 0;
}

/* GLOBAL  */
/* line 405, app/assets/stylesheets/base/base.scss */
.no-padding {
  padding: 0 !important;
}

/* line 409, app/assets/stylesheets/base/base.scss */
.no-borders {
  border: none !important;
}

/* line 413, app/assets/stylesheets/base/base.scss */
.no-margins {
  margin: 0 !important;
}

/* line 417, app/assets/stylesheets/base/base.scss */
.no-margin-top {
  margin-top: 0 !important;
}

/* line 421, app/assets/stylesheets/base/base.scss */
.no-top-border {
  border-top: 0 !important;
}

/* line 425, app/assets/stylesheets/base/base.scss */
.ibox-content.text-box {
  padding-bottom: 0;
  padding-top: 15px;
}

/* line 430, app/assets/stylesheets/base/base.scss */
.border-left-right {
  border-left: 1px solid #E7EAEC;
  border-right: 1px solid #E7EAEC;
}

/* line 435, app/assets/stylesheets/base/base.scss */
.border-top-bottom {
  border-top: 1px solid #E7EAEC;
  border-bottom: 1px solid #E7EAEC;
}

/* line 440, app/assets/stylesheets/base/base.scss */
.border-left {
  border-left: 1px solid #E7EAEC;
}

/* line 444, app/assets/stylesheets/base/base.scss */
.border-right {
  border-right: 1px solid #E7EAEC;
}

/* line 448, app/assets/stylesheets/base/base.scss */
.border-top {
  border-top: 1px solid #E7EAEC;
}

/* line 452, app/assets/stylesheets/base/base.scss */
.border-bottom {
  border-bottom: 1px solid #E7EAEC;
}

/* line 456, app/assets/stylesheets/base/base.scss */
.border-size-sm {
  border-width: 3px;
}

/* line 460, app/assets/stylesheets/base/base.scss */
.border-size-md {
  border-width: 6px;
}

/* line 464, app/assets/stylesheets/base/base.scss */
.border-size-lg {
  border-width: 9px;
}

/* line 468, app/assets/stylesheets/base/base.scss */
.border-size-xl {
  border-width: 12px;
}

/* line 472, app/assets/stylesheets/base/base.scss */
.full-width {
  width: 100% !important;
}

/* line 476, app/assets/stylesheets/base/base.scss */
.link-block {
  font-size: 12px;
  padding: 10px;
}

/* line 481, app/assets/stylesheets/base/base.scss */
.nav.navbar-top-links .link-block a {
  font-size: 12px;
}

/* line 485, app/assets/stylesheets/base/base.scss */
.link-block a {
  font-size: 10px;
  color: inherit;
}

/* line 491, app/assets/stylesheets/base/base.scss */
body.mini-navbar .branding {
  display: none;
}

/* line 495, app/assets/stylesheets/base/base.scss */
img.circle-border {
  border: 6px solid #FFFFFF;
  border-radius: 50%;
}

/* line 500, app/assets/stylesheets/base/base.scss */
.branding {
  float: left;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 20px;
  text-align: center;
  background-color: #02BD94;
}

/* line 510, app/assets/stylesheets/base/base.scss */
.login-panel {
  margin-top: 25%;
}

/* line 514, app/assets/stylesheets/base/base.scss */
.icons-box h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 519, app/assets/stylesheets/base/base.scss */
.icons-box .infont a i {
  font-size: 25px;
  display: block;
  color: #6A6C6E;
}

/* line 525, app/assets/stylesheets/base/base.scss */
.icons-box .infont a {
  color: #a6a8a9;
}

/* line 529, app/assets/stylesheets/base/base.scss */
.icons-box .infont a {
  padding: 10px;
  margin: 1px;
  display: block;
}

/* line 536, app/assets/stylesheets/base/base.scss */
.ui-draggable .ibox-title {
  cursor: move;
}

/* line 540, app/assets/stylesheets/base/base.scss */
.breadcrumb {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 0;
}

/* line 546, app/assets/stylesheets/base/base.scss */
.breadcrumb > li a {
  color: inherit;
}

/* line 550, app/assets/stylesheets/base/base.scss */
.breadcrumb > .active {
  color: inherit;
}

/* line 554, app/assets/stylesheets/base/base.scss */
code {
  background-color: #F9F2F4;
  border-radius: 4px;
  color: #ca4440;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap;
}

/* line 563, app/assets/stylesheets/base/base.scss */
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}

/* line 570, app/assets/stylesheets/base/base.scss */
.ibox.collapsed .ibox-content {
  display: none;
}

/* line 574, app/assets/stylesheets/base/base.scss */
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}

/* line 578, app/assets/stylesheets/base/base.scss */
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}

/* line 582, app/assets/stylesheets/base/base.scss */
.ibox:after, .ibox:before {
  display: table;
}

/* line 586, app/assets/stylesheets/base/base.scss */
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #E7EAEC;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 15px 7px;
  min-height: 48px;
}

/* line 602, app/assets/stylesheets/base/base.scss */
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #E7EAEC;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}

/* line 613, app/assets/stylesheets/base/base.scss */
.ibox-footer {
  color: inherit;
  border-top: 1px solid #E7EAEC;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}

/* line 621, app/assets/stylesheets/base/base.scss */
table.table-mail tr td {
  padding: 12px;
}

/* line 625, app/assets/stylesheets/base/base.scss */
.table-mail .check-mail {
  padding-left: 20px;
}

/* line 629, app/assets/stylesheets/base/base.scss */
.table-mail .mail-date {
  padding-right: 20px;
}

/* line 633, app/assets/stylesheets/base/base.scss */
.star-mail, .check-mail {
  width: 40px;
}

/* line 637, app/assets/stylesheets/base/base.scss */
.unread td a, .unread td {
  font-weight: 600;
  color: inherit;
}

/* line 642, app/assets/stylesheets/base/base.scss */
.read td a, .read td {
  font-weight: normal;
  color: inherit;
}

/* line 647, app/assets/stylesheets/base/base.scss */
.unread td {
  background-color: #f9f8f8;
}

/* line 651, app/assets/stylesheets/base/base.scss */
.ibox-content {
  clear: both;
}

/* line 655, app/assets/stylesheets/base/base.scss */
.ibox-heading {
  background-color: #F4F4F4;
  border-bottom: none;
}

/* line 660, app/assets/stylesheets/base/base.scss */
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}

/* line 665, app/assets/stylesheets/base/base.scss */
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}

/* line 674, app/assets/stylesheets/base/base.scss */
.ibox-title .label {
  float: left;
  margin-left: 4px;
}

/* line 679, app/assets/stylesheets/base/base.scss */
.ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
}

/* line 688, app/assets/stylesheets/base/base.scss */
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}

/* line 694, app/assets/stylesheets/base/base.scss */
.ibox-tools a.btn-primary {
  color: #fff;
}

/* line 698, app/assets/stylesheets/base/base.scss */
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}

/* line 703, app/assets/stylesheets/base/base.scss */
.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}

/* BACKGROUNDS */
/* line 711, app/assets/stylesheets/base/base.scss */
.gray-bg, .bg-muted {
  background-color: #F4F4F4;
}

/* line 715, app/assets/stylesheets/base/base.scss */
.white-bg {
  background-color: #ffffff;
}

/* line 719, app/assets/stylesheets/base/base.scss */
.white-bg.important {
  background-color: #ffffff !important;
}

/* line 723, app/assets/stylesheets/base/base.scss */
.blue-bg, .bg-success {
  background-color: #221757;
  color: #ffffff;
}

/* line 728, app/assets/stylesheets/base/base.scss */
.navy-bg, .bg-primary {
  background-color: #02BD94;
  color: #ffffff;
}

/* line 733, app/assets/stylesheets/base/base.scss */
.lazur-bg, .bg-info {
  background-color: #B0A2FF;
  color: #ffffff;
}

/* line 738, app/assets/stylesheets/base/base.scss */
.yellow-bg, .bg-warning {
  background-color: #F7B643;
  color: #ffffff;
}

/* line 743, app/assets/stylesheets/base/base.scss */
.black-bg {
  background-color: #262626;
}

/* line 747, app/assets/stylesheets/base/base.scss */
.panel-primary {
  border-color: #02BD94;
}

/* line 751, app/assets/stylesheets/base/base.scss */
.panel-primary > .panel-heading {
  background-color: #02BD94;
  border-color: #02BD94;
}

/* line 756, app/assets/stylesheets/base/base.scss */
.panel-success {
  border-color: #221757;
}

/* line 760, app/assets/stylesheets/base/base.scss */
.panel-success > .panel-heading {
  background-color: #221757;
  border-color: #221757;
  color: #ffffff;
}

/* line 766, app/assets/stylesheets/base/base.scss */
.panel-info {
  border-color: #B0A2FF;
}

/* line 770, app/assets/stylesheets/base/base.scss */
.panel-info > .panel-heading {
  background-color: #B0A2FF;
  border-color: #B0A2FF;
  color: #ffffff;
}

/* line 776, app/assets/stylesheets/base/base.scss */
.panel-warning {
  border-color: #F7B643;
}

/* line 780, app/assets/stylesheets/base/base.scss */
.panel-warning > .panel-heading {
  background-color: #F7B643;
  border-color: #F7B643;
  color: #ffffff;
}

/* line 786, app/assets/stylesheets/base/base.scss */
.panel-danger {
  border-color: #F97877;
}

/* line 790, app/assets/stylesheets/base/base.scss */
.panel-danger > .panel-heading {
  background-color: #F97877;
  border-color: #F97877;
  color: #ffffff;
}

/* line 796, app/assets/stylesheets/base/base.scss */
.progress-bar {
  background-color: #02BD94;
}

/* line 800, app/assets/stylesheets/base/base.scss */
.progress-small, .progress-small .progress-bar {
  height: 10px;
}

/* line 804, app/assets/stylesheets/base/base.scss */
.progress-small, .progress-mini {
  margin-top: 5px;
}

/* line 808, app/assets/stylesheets/base/base.scss */
.progress-mini, .progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0;
}

/* line 813, app/assets/stylesheets/base/base.scss */
.progress-bar-navy-light {
  background-color: #3dc7ab;
}

/* line 817, app/assets/stylesheets/base/base.scss */
.progress-bar-success {
  background-color: #221757;
}

/* line 821, app/assets/stylesheets/base/base.scss */
.progress-bar-info {
  background-color: #B0A2FF;
}

/* line 825, app/assets/stylesheets/base/base.scss */
.progress-bar-warning {
  background-color: #F7B643;
}

/* line 829, app/assets/stylesheets/base/base.scss */
.progress-bar-danger {
  background-color: #F97877;
}

/* line 833, app/assets/stylesheets/base/base.scss */
.panel-title {
  font-size: inherit;
}

/* line 837, app/assets/stylesheets/base/base.scss */
.jumbotron {
  border-radius: 6px;
  padding: 40px;
}

/* line 842, app/assets/stylesheets/base/base.scss */
.jumbotron h1 {
  margin-top: 0;
}

/* COLORS */
/* line 848, app/assets/stylesheets/base/base.scss */
.text-navy {
  color: #02BD94;
}

/* line 852, app/assets/stylesheets/base/base.scss */
.text-blue {
  color: #221757;
}

/* line 856, app/assets/stylesheets/base/base.scss */
.text-green {
  color: #9CCC66;
}

/* line 860, app/assets/stylesheets/base/base.scss */
.text-primary {
  color: inherit;
}

/* line 864, app/assets/stylesheets/base/base.scss */
.text-success {
  color: #221757;
}

/* line 868, app/assets/stylesheets/base/base.scss */
.text-success-important {
  color: #221757 !important;
}

/* line 872, app/assets/stylesheets/base/base.scss */
.text-info {
  color: #B0A2FF;
}

/* line 876, app/assets/stylesheets/base/base.scss */
.text-warning {
  color: #F7B643;
}

/* line 880, app/assets/stylesheets/base/base.scss */
.text-danger {
  color: #F97877;
}

/* line 884, app/assets/stylesheets/base/base.scss */
.text-muted {
  color: #888888;
}

/* line 888, app/assets/stylesheets/base/base.scss */
.text-white {
  color: #ffffff;
}

/* line 892, app/assets/stylesheets/base/base.scss */
.text-help {
  color: #A4A3A3;
}

/* line 896, app/assets/stylesheets/base/base.scss */
.simple_tag {
  background-color: #F4F4F4;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  color: inherit;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 12px;
  display: inline-block;
}

/* line 908, app/assets/stylesheets/base/base.scss */
.img-shadow {
  -webkit-box-shadow: 0 0 3px 0 #919191;
  -moz-box-shadow: 0 0 3px 0 #919191;
  box-shadow: 0 0 3px 0 #919191;
}

/* For handle diferent bg color in AngularJS version */
/* line 915, app/assets/stylesheets/base/base.scss */
.dashboards\.dashboard_2 nav.navbar,
.dashboards\.dashboard_3 nav.navbar,
.mailbox\.inbox nav.navbar,
.mailbox\.email_view nav.navbar,
.mailbox\.email_compose nav.navbar,
.dashboards\.dashboard_4_1 nav.navbar,
.metrics nav.navbar, .metrics\.index nav.navbar,
.dashboards\.dashboard_5 nav.navbar {
  background: #fff;
}

/* For handle diferent bg color in MVC version */
/* line 927, app/assets/stylesheets/base/base.scss */
.Dashboard_2 .navbar.navbar-static-top,
.Dashboard_3 .navbar.navbar-static-top,
.Dashboard_4_1 .navbar.navbar-static-top,
.ComposeEmail .navbar.navbar-static-top,
.EmailView .navbar.navbar-static-top,
.Inbox .navbar.navbar-static-top,
.Metrics .navbar.navbar-static-top,
.Dashboard_5 .navbar.navbar-static-top {
  background: #fff;
}

/* line 938, app/assets/stylesheets/base/base.scss */
a.close-canvas-menu {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1011;
  color: #a7b1c2;
}

/* line 946, app/assets/stylesheets/base/base.scss */
a.close-canvas-menu:hover {
  color: #fff;
}

/* line 950, app/assets/stylesheets/base/base.scss */
.close-canvas-menu {
  display: none;
}

/* line 954, app/assets/stylesheets/base/base.scss */
.canvas-menu .close-canvas-menu {
  display: block;
}

/* line 958, app/assets/stylesheets/base/base.scss */
.light-navbar .navbar.navbar-static-top {
  background-color: #fff;
}

/* FULL HEIGHT */
/* line 964, app/assets/stylesheets/base/base.scss */
.full-height {
  height: 100%;
}

/* line 968, app/assets/stylesheets/base/base.scss */
.fh-breadcrumb {
  height: calc(100% - 196px);
  margin: 0 -15px;
  position: relative;
}

/* line 974, app/assets/stylesheets/base/base.scss */
.fh-no-breadcrumb {
  height: calc(100% - 99px);
  margin: 0 -15px;
  position: relative;
}

/* line 980, app/assets/stylesheets/base/base.scss */
.fh-column {
  background: #fff;
  height: 100%;
  width: 240px;
  float: left;
}

/* line 987, app/assets/stylesheets/base/base.scss */
.modal-backdrop {
  z-index: 2040 !important;
}

/* line 991, app/assets/stylesheets/base/base.scss */
.modal {
  z-index: 2050 !important;
}

/* line 995, app/assets/stylesheets/base/base.scss */
.spiner-example {
  height: 200px;
  padding-top: 70px;
}

/* MARGINS & PADDINGS */
/* line 1002, app/assets/stylesheets/base/base.scss */
.p-xxs {
  padding: 5px;
}

/* line 1005, app/assets/stylesheets/base/base.scss */
.p-xxs-to-sm {
  padding: 5px;
}

@media (min-width: 426px) {
  /* line 1005, app/assets/stylesheets/base/base.scss */
  .p-xxs-to-sm {
    padding: 15px;
  }
}

/* line 1014, app/assets/stylesheets/base/base.scss */
.p-0 {
  padding: 0 !important;
}

/* line 1018, app/assets/stylesheets/base/base.scss */
.p-xs {
  padding: 10px;
}

/* line 1022, app/assets/stylesheets/base/base.scss */
.p-sm {
  padding: 15px;
}

/* line 1026, app/assets/stylesheets/base/base.scss */
.p-m {
  padding: 20px;
}

/* line 1029, app/assets/stylesheets/base/base.scss */
.p-m-to-lg {
  padding: 20px;
}

@media (min-width: 426px) {
  /* line 1029, app/assets/stylesheets/base/base.scss */
  .p-m-to-lg {
    padding: 30px;
  }
}

/* line 1038, app/assets/stylesheets/base/base.scss */
.p-md {
  padding: 25px;
}

/* line 1042, app/assets/stylesheets/base/base.scss */
.p-lg {
  padding: 30px;
}

/* line 1046, app/assets/stylesheets/base/base.scss */
.p-xl {
  padding: 40px;
}

/* line 1050, app/assets/stylesheets/base/base.scss */
.p-xxl {
  padding: 80px;
}

/* line 1054, app/assets/stylesheets/base/base.scss */
.p-w-xxs {
  padding: 0 5px;
}

/* line 1058, app/assets/stylesheets/base/base.scss */
.p-w-xs {
  padding: 0 10px;
}

/* line 1062, app/assets/stylesheets/base/base.scss */
.p-w-sm {
  padding: 0 15px;
}

/* line 1066, app/assets/stylesheets/base/base.scss */
.p-w-m {
  padding: 0 20px;
}

/* line 1070, app/assets/stylesheets/base/base.scss */
.p-w-md {
  padding: 0 25px;
}

/* line 1074, app/assets/stylesheets/base/base.scss */
.p-w-lg {
  padding: 0 30px;
}

/* line 1078, app/assets/stylesheets/base/base.scss */
.p-w-xl {
  padding: 0 40px;
}

/* line 1082, app/assets/stylesheets/base/base.scss */
.p-h-xxs {
  padding: 5px 0;
}

/* line 1086, app/assets/stylesheets/base/base.scss */
.p-h-xs {
  padding: 10px 0;
}

/* line 1090, app/assets/stylesheets/base/base.scss */
.p-h-sm {
  padding: 15px 0;
}

/* line 1094, app/assets/stylesheets/base/base.scss */
.p-h-m {
  padding: 20px 0;
}

/* line 1098, app/assets/stylesheets/base/base.scss */
.p-h-md {
  padding: 25px 0;
}

/* line 1102, app/assets/stylesheets/base/base.scss */
.p-h-lg {
  padding: 30px 0;
}

/* line 1106, app/assets/stylesheets/base/base.scss */
.p-h-xl {
  padding: 40px 0;
}

/* line 1110, app/assets/stylesheets/base/base.scss */
.p-b-lg {
  padding: 0 0 30px 0;
}

/* line 1114, app/assets/stylesheets/base/base.scss */
.p-t-lg {
  padding-top: 30px;
}

/* line 1118, app/assets/stylesheets/base/base.scss */
.m-xxs {
  margin: 2px 4px;
}

/* line 1122, app/assets/stylesheets/base/base.scss */
.m {
  margin: 15px;
}

/* line 1126, app/assets/stylesheets/base/base.scss */
.m-xs {
  margin: 5px;
}

/* line 1130, app/assets/stylesheets/base/base.scss */
.m-sm {
  margin: 10px;
}

/* line 1134, app/assets/stylesheets/base/base.scss */
.m {
  margin: 15px;
}

/* line 1138, app/assets/stylesheets/base/base.scss */
.m-md {
  margin: 20px;
}

/* line 1142, app/assets/stylesheets/base/base.scss */
.m-lg {
  margin: 30px;
}

/* line 1146, app/assets/stylesheets/base/base.scss */
.m-xl {
  margin: 50px;
}

/* line 1150, app/assets/stylesheets/base/base.scss */
.m-n {
  margin: 0 !important;
}

/* line 1154, app/assets/stylesheets/base/base.scss */
.m-l-none {
  margin-left: 0 !important;
}

/* line 1158, app/assets/stylesheets/base/base.scss */
.m-l-xs {
  margin-left: 5px;
}

/* line 1162, app/assets/stylesheets/base/base.scss */
.m-l-sm {
  margin-left: 10px;
}

/* line 1166, app/assets/stylesheets/base/base.scss */
.m-l {
  margin-left: 15px;
}

/* line 1170, app/assets/stylesheets/base/base.scss */
.m-l-md {
  margin-left: 20px;
}

/* line 1174, app/assets/stylesheets/base/base.scss */
.m-l-lg {
  margin-left: 30px;
}

/* line 1178, app/assets/stylesheets/base/base.scss */
.m-l-xl {
  margin-left: 40px;
}

/* line 1182, app/assets/stylesheets/base/base.scss */
.m-l-n-xxs {
  margin-left: -1px;
}

/* line 1186, app/assets/stylesheets/base/base.scss */
.m-l-n-xs {
  margin-left: -5px;
}

/* line 1190, app/assets/stylesheets/base/base.scss */
.m-l-n-sm {
  margin-left: -10px;
}

/* line 1194, app/assets/stylesheets/base/base.scss */
.m-l-n {
  margin-left: -15px;
}

/* line 1198, app/assets/stylesheets/base/base.scss */
.m-l-n-md {
  margin-left: -20px;
}

/* line 1202, app/assets/stylesheets/base/base.scss */
.m-l-n-lg {
  margin-left: -30px;
}

/* line 1206, app/assets/stylesheets/base/base.scss */
.m-l-n-xl {
  margin-left: -40px;
}

/* line 1210, app/assets/stylesheets/base/base.scss */
.m-t-none {
  margin-top: 0;
}

/* line 1214, app/assets/stylesheets/base/base.scss */
.m-t-xxs {
  margin-top: 2px;
}

/* line 1218, app/assets/stylesheets/base/base.scss */
.m-t-xs {
  margin-top: 5px;
}

/* line 1222, app/assets/stylesheets/base/base.scss */
.m-t-sm {
  margin-top: 10px;
}

/* line 1226, app/assets/stylesheets/base/base.scss */
.m-t {
  margin-top: 15px;
}

/* line 1230, app/assets/stylesheets/base/base.scss */
.m-t-md {
  margin-top: 20px;
}

/* line 1234, app/assets/stylesheets/base/base.scss */
.m-t-25 {
  margin-top: 25px;
}

/* line 1238, app/assets/stylesheets/base/base.scss */
.m-b-25 {
  margin-bottom: 25px;
}

/* line 1242, app/assets/stylesheets/base/base.scss */
.m-t-lg {
  margin-top: 30px;
}

/* line 1246, app/assets/stylesheets/base/base.scss */
.m-t-xl {
  margin-top: 40px;
}

/* line 1250, app/assets/stylesheets/base/base.scss */
.m-t-2xl {
  margin-top: 50px;
}

/* line 1251, app/assets/stylesheets/base/base.scss */
.m-t-3xl {
  margin-top: 60px;
}

/* line 1253, app/assets/stylesheets/base/base.scss */
.m-t-70 {
  margin-top: 70px;
}

/* line 1257, app/assets/stylesheets/base/base.scss */
.m-t-n-xxs {
  margin-top: -1px;
}

/* line 1261, app/assets/stylesheets/base/base.scss */
.m-t-n-xs {
  margin-top: -5px;
}

/* line 1265, app/assets/stylesheets/base/base.scss */
.m-t-n-sm {
  margin-top: -10px;
}

/* line 1269, app/assets/stylesheets/base/base.scss */
.m-t-n {
  margin-top: -15px;
}

/* line 1273, app/assets/stylesheets/base/base.scss */
.m-t-n-md {
  margin-top: -20px;
}

/* line 1277, app/assets/stylesheets/base/base.scss */
.m-t-n-lg {
  margin-top: -30px;
}

/* line 1281, app/assets/stylesheets/base/base.scss */
.m-t-n-xl {
  margin-top: -40px;
}

/* line 1285, app/assets/stylesheets/base/base.scss */
.m-r-none-important {
  margin-right: 0 !important;
}

/* line 1289, app/assets/stylesheets/base/base.scss */
.m-r-none {
  margin-right: 0;
}

/* line 1293, app/assets/stylesheets/base/base.scss */
.m-r-xxs {
  margin-right: 1px;
}

/* line 1297, app/assets/stylesheets/base/base.scss */
.m-r-xs {
  margin-right: 5px;
}

/* line 1301, app/assets/stylesheets/base/base.scss */
.m-r-sm {
  margin-right: 10px;
}

/* line 1305, app/assets/stylesheets/base/base.scss */
.m-r {
  margin-right: 15px;
}

/* line 1309, app/assets/stylesheets/base/base.scss */
.m-r-md {
  margin-right: 20px;
}

/* line 1313, app/assets/stylesheets/base/base.scss */
.m-r-lg {
  margin-right: 30px;
}

/* line 1317, app/assets/stylesheets/base/base.scss */
.m-r-xl {
  margin-right: 40px;
}

/* line 1321, app/assets/stylesheets/base/base.scss */
.m-r-n-xxs {
  margin-right: -1px;
}

/* line 1325, app/assets/stylesheets/base/base.scss */
.m-r-n-xs {
  margin-right: -5px;
}

/* line 1329, app/assets/stylesheets/base/base.scss */
.m-r-n-sm {
  margin-right: -10px;
}

/* line 1333, app/assets/stylesheets/base/base.scss */
.m-r-n {
  margin-right: -15px;
}

/* line 1337, app/assets/stylesheets/base/base.scss */
.m-r-n-md {
  margin-right: -20px;
}

/* line 1341, app/assets/stylesheets/base/base.scss */
.m-r-n-lg {
  margin-right: -30px;
}

/* line 1345, app/assets/stylesheets/base/base.scss */
.m-r-n-xl {
  margin-right: -40px;
}

/* line 1349, app/assets/stylesheets/base/base.scss */
.m-b-none {
  margin-bottom: 0;
}

/* line 1353, app/assets/stylesheets/base/base.scss */
.m-b-xxs {
  margin-bottom: 1px;
}

/* line 1357, app/assets/stylesheets/base/base.scss */
.m-b-xs {
  margin-bottom: 5px;
}

/* line 1361, app/assets/stylesheets/base/base.scss */
.m-b-sm {
  margin-bottom: 10px;
}

/* line 1365, app/assets/stylesheets/base/base.scss */
.m-b {
  margin-bottom: 15px;
}

/* line 1369, app/assets/stylesheets/base/base.scss */
.m-b-md {
  margin-bottom: 20px;
}

/* line 1373, app/assets/stylesheets/base/base.scss */
.m-b-lg {
  margin-bottom: 30px;
}

/* line 1377, app/assets/stylesheets/base/base.scss */
.m-b-lg:last-child {
  margin-bottom: 0px;
}

/* line 1381, app/assets/stylesheets/base/base.scss */
.m-b-xl {
  margin-bottom: 40px;
}

/* line 1385, app/assets/stylesheets/base/base.scss */
.m-b-xxl {
  margin-bottom: 50px;
}

/* line 1389, app/assets/stylesheets/base/base.scss */
.m-b-n-xxs {
  margin-bottom: -1px;
}

/* line 1393, app/assets/stylesheets/base/base.scss */
.m-b-n-xs {
  margin-bottom: -5px;
}

/* line 1397, app/assets/stylesheets/base/base.scss */
.m-b-n-sm {
  margin-bottom: -10px;
}

/* line 1401, app/assets/stylesheets/base/base.scss */
.m-b-n {
  margin-bottom: -15px;
}

/* line 1405, app/assets/stylesheets/base/base.scss */
.m-b-n-md {
  margin-bottom: -20px;
}

/* line 1409, app/assets/stylesheets/base/base.scss */
.m-b-n-lg {
  margin-bottom: -30px;
}

/* line 1413, app/assets/stylesheets/base/base.scss */
.m-b-n-xl {
  margin-bottom: -40px;
}

/* line 1417, app/assets/stylesheets/base/base.scss */
.space-15 {
  margin: 15px 0;
}

/* line 1421, app/assets/stylesheets/base/base.scss */
.space-20 {
  margin: 20px 0;
}

/* line 1425, app/assets/stylesheets/base/base.scss */
.space-25 {
  margin: 25px 0;
}

/* line 1429, app/assets/stylesheets/base/base.scss */
.space-30 {
  margin: 30px 0;
}

/* line 1436, app/assets/stylesheets/base/base.scss */
.img-sm {
  width: 32px;
  height: 32px;
}

/* line 1441, app/assets/stylesheets/base/base.scss */
.img-md {
  width: 64px;
  height: 64px;
}

/* line 1446, app/assets/stylesheets/base/base.scss */
.img-lg {
  width: 96px;
  height: 96px;
}

/* line 1453, app/assets/stylesheets/base/base.scss */
.b-r-xs {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 1459, app/assets/stylesheets/base/base.scss */
.b-r-sm {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 1465, app/assets/stylesheets/base/base.scss */
.b-r-md {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 1471, app/assets/stylesheets/base/base.scss */
.b-r-lg {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 1477, app/assets/stylesheets/base/base.scss */
.b-r-xl {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

/* line 1485, app/assets/stylesheets/base/base.scss */
.fullscreen-ibox-mode .animated {
  animation: none;
}

/* line 1489, app/assets/stylesheets/base/base.scss */
body.fullscreen-ibox-mode {
  overflow-y: hidden;
}

/* line 1493, app/assets/stylesheets/base/base.scss */
.ibox.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0;
}

/* line 1504, app/assets/stylesheets/base/base.scss */
.ibox.fullscreen .collapse-link {
  display: none;
}

/* line 1508, app/assets/stylesheets/base/base.scss */
.ibox.fullscreen .ibox-content {
  min-height: calc(100% - 48px);
}

/* line 1514, app/assets/stylesheets/base/base.scss */
body.modal-open {
  padding-right: inherit !important;
}

/* line 1520, app/assets/stylesheets/base/base.scss */
body.modal-open .wrapper-content.animated {
  -webkit-animation: none;
  -ms-animation-nam: none;
  animation: none;
}

/* line 1527, app/assets/stylesheets/base/base.scss */
body.modal-open .animated {
  animation-fill-mode: initial;
  z-index: inherit;
}

/* Show profile dropdown on fixed sidebar */
/* line 1533, app/assets/stylesheets/base/base.scss */
body.mini-navbar.fixed-sidebar .profile-element, .block {
  display: block !important;
}

/* line 1537, app/assets/stylesheets/base/base.scss */
body.mini-navbar.fixed-sidebar .nav-header {
  padding: 33px 25px;
}

/* line 1541, app/assets/stylesheets/base/base.scss */
body.mini-navbar.fixed-sidebar .logo-element {
  display: none;
}

/* line 1547, app/assets/stylesheets/base/base.scss */
.fullscreen-video .animated {
  animation: none;
}

/* line 1551, app/assets/stylesheets/base/base.scss */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* line 3, app/assets/stylesheets/base/base_lano.scss */
body {
  font-family: 'Poppins', sans-serif;
  background-color: #2f4050;
  font-size: 13px;
  color: #6A6C6E;
  overflow-x: hidden;
}

/* line 11, app/assets/stylesheets/base/base_lano.scss */
.ibox-tools a.btn-brand {
  color: #fff;
}

/* line 15, app/assets/stylesheets/base/base_lano.scss */
.ibox-tools a.btn-warning {
  color: #000;
}

/* line 19, app/assets/stylesheets/base/base_lano.scss */
.brand-bg, .bg-primary {
  background-color: #02BD94;
  color: #ffffff;
}

/* line 24, app/assets/stylesheets/base/base_lano.scss */
.panel-brand {
  border-color: #02BD94;
}

/* line 28, app/assets/stylesheets/base/base_lano.scss */
.panel-brand > .panel-heading {
  background-color: #02BD94;
  border-color: #02BD94;
  color: #ffffff;
}

/* line 34, app/assets/stylesheets/base/base_lano.scss */
.progress-bar-success {
  background-color: #02BD94;
}

/* line 38, app/assets/stylesheets/base/base_lano.scss */
.text-brand, .text-success {
  color: #02BD94 !important;
}

/* line 42, app/assets/stylesheets/base/base_lano.scss */
.text-dark-grey {
  color: #A4A3A3;
}

/* line 46, app/assets/stylesheets/base/base_lano.scss */
.text-fail {
  color: #F97877 !important;
}

/* line 50, app/assets/stylesheets/base/base_lano.scss */
.panel.blank-panel {
  background: none;
  margin-bottom: 30px;
}

/* line 55, app/assets/stylesheets/base/base_lano.scss */
.color-dark-dark-gray {
  color: #333;
}

/* line 59, app/assets/stylesheets/base/base_lano.scss */
.color-dark-gray {
  color: #888888;
}

/* line 61, app/assets/stylesheets/base/base_lano.scss */
.color-blue {
  color: #221757;
}

/* SEARCH PAGE */
/* line 5, app/assets/stylesheets/base/pages.scss */
.search-form {
  margin-top: 10px;
}

/* line 9, app/assets/stylesheets/base/pages.scss */
.search-result h3 {
  margin-bottom: 0;
  color: #1E0FBE;
}

/* line 14, app/assets/stylesheets/base/pages.scss */
.search-result .search-link {
  color: #006621;
}

/* line 18, app/assets/stylesheets/base/pages.scss */
.search-result p {
  font-size: 12px;
  margin-top: 5px;
}

/* CONTACTS */
/* line 25, app/assets/stylesheets/base/pages.scss */
.contact-box {
  background-color: #ffffff;
  border: 1px solid #E7EAEC;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 32, app/assets/stylesheets/base/pages.scss */
.contact-box > a {
  color: inherit;
}

/* line 36, app/assets/stylesheets/base/pages.scss */
.contact-box.center-version {
  border: 1px solid #E7EAEC;
  padding: 0;
}

/* line 42, app/assets/stylesheets/base/pages.scss */
.contact-box.center-version > a {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
}

/* line 49, app/assets/stylesheets/base/pages.scss */
.contact-box.center-version > a img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 56, app/assets/stylesheets/base/pages.scss */
.contact-box.center-version address {
  margin-bottom: 0;
}

/* line 60, app/assets/stylesheets/base/pages.scss */
.contact-box .contact-box-footer {
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #E7EAEC;
  padding: 15px 20px;
}

/* INVOICE */
/* line 69, app/assets/stylesheets/base/pages.scss */
.invoice-table tbody > tr > td:last-child, .invoice-table tbody > tr > td:nth-child(4), .invoice-table tbody > tr > td:nth-child(3), .invoice-table tbody > tr > td:nth-child(2) {
  text-align: right;
}

/* line 73, app/assets/stylesheets/base/pages.scss */
.invoice-table thead > tr > th:last-child, .invoice-table thead > tr > th:nth-child(4), .invoice-table thead > tr > th:nth-child(3), .invoice-table thead > tr > th:nth-child(2) {
  text-align: right;
}

/* line 77, app/assets/stylesheets/base/pages.scss */
.invoice-total > tbody > tr > td:first-child {
  text-align: right;
}

/* line 81, app/assets/stylesheets/base/pages.scss */
.invoice-total > tbody > tr > td {
  border: 0 none;
}

/* line 85, app/assets/stylesheets/base/pages.scss */
.invoice-total > tbody > tr > td:last-child {
  border-bottom: 1px solid #DDDDDD;
  text-align: right;
  width: 15%;
}

/* ERROR & LOGIN & LOCKSCREEN*/
/* line 93, app/assets/stylesheets/base/pages.scss */
.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}

/* line 99, app/assets/stylesheets/base/pages.scss */
.middle-box h2 {
  font-weight: 500;
}

/* line 104, app/assets/stylesheets/base/pages.scss */
.company-registration.middle-box {
  width: 400px;
  padding-top: 0;
}

/* line 109, app/assets/stylesheets/base/pages.scss */
.lockscreen.middle-box {
  width: 200px;
  padding-top: 110px;
}

/* line 114, app/assets/stylesheets/base/pages.scss */
.loginscreen.middle-box {
  width: 300px;
}

/* line 118, app/assets/stylesheets/base/pages.scss */
.loginColumns {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}

/* line 124, app/assets/stylesheets/base/pages.scss */
.passwordBox {
  max-width: 460px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}

/* line 130, app/assets/stylesheets/base/pages.scss */
.logo-name {
  color: #e6e6e6;
  font-size: 180px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0;
}

/* line 138, app/assets/stylesheets/base/pages.scss */
.middle-box h1 {
  font-size: 170px;
}

/* line 142, app/assets/stylesheets/base/pages.scss */
.wrapper .middle-box {
  margin-top: 140px;
}

/* line 146, app/assets/stylesheets/base/pages.scss */
.lock-word {
  z-index: 10;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -470px;
}

/* line 154, app/assets/stylesheets/base/pages.scss */
.lock-word span {
  font-size: 100px;
  font-weight: 600;
  color: #e9e9e9;
  display: inline-block;
}

/* line 161, app/assets/stylesheets/base/pages.scss */
.lock-word .first-word {
  margin-right: 160px;
}

/* DASBOARD */
/* line 167, app/assets/stylesheets/base/pages.scss */
.dashboard-header {
  border-top: 0;
  padding: 20px 20px 20px 20px;
}

/* line 172, app/assets/stylesheets/base/pages.scss */
.dashboard-header h2 {
  margin-top: 10px;
  font-size: 26px;
}

/* line 177, app/assets/stylesheets/base/pages.scss */
.fist-item {
  border-top: none !important;
}

/* line 181, app/assets/stylesheets/base/pages.scss */
.statistic-box {
  margin-top: 40px;
}

/* line 185, app/assets/stylesheets/base/pages.scss */
.dashboard-header .list-group-item span.label {
  margin-right: 10px;
}

/* line 189, app/assets/stylesheets/base/pages.scss */
.list-group.clear-list .list-group-item {
  border-top: 1px solid #E7EAEC;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 10px 0;
}

/* line 197, app/assets/stylesheets/base/pages.scss */
ul.clear-list:first-child {
  border-top: none !important;
}

/* Intimeline */
/* line 203, app/assets/stylesheets/base/pages.scss */
.timeline-item .date i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 30px;
  text-align: center;
  border-top: 1px solid #E7EAEC;
  border-bottom: 1px solid #E7EAEC;
  border-left: 1px solid #E7EAEC;
  background: #f8f8f8;
}

/* line 216, app/assets/stylesheets/base/pages.scss */
.timeline-item .date {
  text-align: right;
  width: 110px;
  position: relative;
  padding-top: 30px;
}

/* line 223, app/assets/stylesheets/base/pages.scss */
.timeline-item .content {
  border-left: 1px solid #E7EAEC;
  border-top: 1px solid #E7EAEC;
  padding-top: 10px;
  min-height: 100px;
}

/* line 230, app/assets/stylesheets/base/pages.scss */
.timeline-item .content:hover {
  background: #f6f6f6;
}

/* PIN BOARD */
/* line 235, app/assets/stylesheets/base/pages.scss */
ul.notes li, ul.tag-list li {
  list-style: none;
}

/* line 239, app/assets/stylesheets/base/pages.scss */
ul.notes li h4 {
  margin-top: 20px;
  font-size: 16px;
}

/* line 244, app/assets/stylesheets/base/pages.scss */
ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  position: relative;
}

/* line 255, app/assets/stylesheets/base/pages.scss */
ul.notes li div small {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
}

/* line 262, app/assets/stylesheets/base/pages.scss */
ul.notes li div a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: inherit;
}

/* line 269, app/assets/stylesheets/base/pages.scss */
ul.notes li {
  margin: 10px 40px 50px 0;
  float: left;
}

/* line 274, app/assets/stylesheets/base/pages.scss */
ul.notes li div p {
  font-size: 12px;
}

/* line 278, app/assets/stylesheets/base/pages.scss */
ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  /* Firefox */
  -moz-box-shadow: 5px 5px 2px #212121;
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
  /* Opera */
  box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
}

/* line 294, app/assets/stylesheets/base/pages.scss */
ul.notes li div {
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
}

/* line 301, app/assets/stylesheets/base/pages.scss */
ul.notes li:nth-child(even) div {
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  position: relative;
  top: 5px;
}

/* line 310, app/assets/stylesheets/base/pages.scss */
ul.notes li:nth-child(3n) div {
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  position: relative;
  top: -5px;
}

/* line 319, app/assets/stylesheets/base/pages.scss */
ul.notes li:nth-child(5n) div {
  -o-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  position: relative;
  top: -10px;
}

/* line 328, app/assets/stylesheets/base/pages.scss */
ul.notes li div:hover, ul.notes li div:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  position: relative;
  z-index: 5;
}

/* line 338, app/assets/stylesheets/base/pages.scss */
ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 210px;
  width: 210px;
  padding: 1em;
  -moz-box-shadow: 5px 5px 7px #212121;
  -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  -moz-transition: -moz-transform .15s linear;
  -o-transition: -o-transform .15s linear;
  -webkit-transition: -webkit-transform .15s linear;
}

/* FILE MANAGER */
/* line 356, app/assets/stylesheets/base/pages.scss */
.file-box {
  float: left;
  width: 220px;
}

/* line 361, app/assets/stylesheets/base/pages.scss */
.file-manager h5 {
  text-transform: uppercase;
}

/* line 365, app/assets/stylesheets/base/pages.scss */
.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

/* line 371, app/assets/stylesheets/base/pages.scss */
.folder-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}

/* line 377, app/assets/stylesheets/base/pages.scss */
.folder-list li {
  border-bottom: 1px solid #E7EAEC;
  display: block;
}

/* line 382, app/assets/stylesheets/base/pages.scss */
.folder-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}

/* line 387, app/assets/stylesheets/base/pages.scss */
.category-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}

/* line 393, app/assets/stylesheets/base/pages.scss */
.category-list li {
  display: block;
}

/* line 397, app/assets/stylesheets/base/pages.scss */
.category-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}

/* line 402, app/assets/stylesheets/base/pages.scss */
.category-list li a .text-navy {
  color: #02BD94;
}

/* line 406, app/assets/stylesheets/base/pages.scss */
.category-list li a .text-primary {
  color: #221757;
}

/* line 410, app/assets/stylesheets/base/pages.scss */
.category-list li a .text-info {
  color: #B0A2FF;
}

/* line 414, app/assets/stylesheets/base/pages.scss */
.category-list li a .text-danger {
  color: #EF5352;
}

/* line 418, app/assets/stylesheets/base/pages.scss */
.category-list li a .text-warning {
  color: #F8AC59;
}

/* line 422, app/assets/stylesheets/base/pages.scss */
.file-manager h5.tag-title {
  margin-top: 20px;
}

/* line 426, app/assets/stylesheets/base/pages.scss */
.tag-list li {
  float: left;
}

/* line 430, app/assets/stylesheets/base/pages.scss */
.tag-list li a {
  font-size: 10px;
  background-color: #F4F4F4;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #E7EAEC;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}

/* line 442, app/assets/stylesheets/base/pages.scss */
.file {
  border: 1px solid #E7EAEC;
  background-color: inherit;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}

/* line 451, app/assets/stylesheets/base/pages.scss */
.file-manager .hr-line-dashed {
  margin: 15px 0;
}

/* line 455, app/assets/stylesheets/base/pages.scss */
.file .icon, .file .image {
  height: 100px;
  overflow: hidden;
}

/* line 460, app/assets/stylesheets/base/pages.scss */
.file .icon {
  padding: 15px 10px;
  text-align: center;
}

/* line 465, app/assets/stylesheets/base/pages.scss */
.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px;
}

/* line 471, app/assets/stylesheets/base/pages.scss */
.file-control.active {
  text-decoration: underline;
}

/* line 475, app/assets/stylesheets/base/pages.scss */
.file .icon i {
  font-size: 70px;
  color: #dadada;
}

/* line 480, app/assets/stylesheets/base/pages.scss */
.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #E7EAEC;
}

/* line 486, app/assets/stylesheets/base/pages.scss */
.file-name small {
  color: #6A6C6E;
}

/* line 490, app/assets/stylesheets/base/pages.scss */
.corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em;
}

/* line 503, app/assets/stylesheets/base/pages.scss */
a.compose-mail {
  padding: 8px 10px;
}

/* line 507, app/assets/stylesheets/base/pages.scss */
.mail-search {
  max-width: 300px;
}

/* PROFILE */
/* line 513, app/assets/stylesheets/base/pages.scss */
.profile-content {
  border-top: none !important;
}

/* line 517, app/assets/stylesheets/base/pages.scss */
.profile-stats {
  margin-right: 10px;
}

/* line 521, app/assets/stylesheets/base/pages.scss */
.profile-image {
  width: 120px;
  float: left;
}

/* line 526, app/assets/stylesheets/base/pages.scss */
.profile-image img {
  width: 96px;
  height: 96px;
}

/* line 531, app/assets/stylesheets/base/pages.scss */
.profile-info {
  margin-left: 120px;
}

/* line 535, app/assets/stylesheets/base/pages.scss */
.feed-activity-list .feed-element {
  border-bottom: 1px solid #E7EAEC;
}

/* line 539, app/assets/stylesheets/base/pages.scss */
.feed-element:first-child {
  margin-top: 0;
}

/* line 543, app/assets/stylesheets/base/pages.scss */
.feed-element {
  padding-bottom: 15px;
}

/* line 547, app/assets/stylesheets/base/pages.scss */
.feed-element, .feed-element .media {
  margin-top: 15px;
}

/* line 551, app/assets/stylesheets/base/pages.scss */
.feed-element, .media-body {
  overflow: hidden;
}

/* line 555, app/assets/stylesheets/base/pages.scss */
.feed-element > .pull-left {
  margin-right: 10px;
}

/* line 559, app/assets/stylesheets/base/pages.scss */
.feed-element img.img-circle, .dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px;
}

/* line 564, app/assets/stylesheets/base/pages.scss */
.feed-element .well {
  border: 1px solid #E7EAEC;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px;
}

/* line 574, app/assets/stylesheets/base/pages.scss */
.feed-element .actions {
  margin-top: 10px;
}

/* line 578, app/assets/stylesheets/base/pages.scss */
.feed-element .photos {
  margin: 10px 0;
}

/* line 583, app/assets/stylesheets/base/pages.scss */
.feed-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 591, app/assets/stylesheets/base/pages.scss */
.file-list li {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 2px;
  border: 1px solid #E7EAEC;
  margin-bottom: 5px;
}

/* line 600, app/assets/stylesheets/base/pages.scss */
.file-list li a {
  color: inherit;
}

/* line 604, app/assets/stylesheets/base/pages.scss */
.file-list li a:hover {
  color: #02BD94;
}

/* line 608, app/assets/stylesheets/base/pages.scss */
.user-friends img {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* MAILBOX */
/* line 618, app/assets/stylesheets/base/pages.scss */
.mail-box {
  background-color: #ffffff;
  border: 1px solid #E7EAEC;
  border-top: 0;
  padding: 0;
  margin-bottom: 20px;
}

/* line 626, app/assets/stylesheets/base/pages.scss */
.mail-box-header {
  background-color: #ffffff;
  border: 1px solid #E7EAEC;
  border-bottom: 0;
  padding: 30px 20px 20px 20px;
}

/* line 633, app/assets/stylesheets/base/pages.scss */
.mail-box-header h2 {
  margin-top: 0;
}

/* line 637, app/assets/stylesheets/base/pages.scss */
.mailbox-content .tag-list li a {
  background: #ffffff;
}

/* line 641, app/assets/stylesheets/base/pages.scss */
.mail-body {
  border-top: 1px solid #E7EAEC;
  padding: 20px;
}

/* line 646, app/assets/stylesheets/base/pages.scss */
.mail-text {
  border-top: 1px solid #E7EAEC;
}

/* line 650, app/assets/stylesheets/base/pages.scss */
.mail-text .note-toolbar {
  padding: 10px 15px;
}

/* line 654, app/assets/stylesheets/base/pages.scss */
.mail-body .form-group {
  margin-bottom: 5px;
}

/* line 658, app/assets/stylesheets/base/pages.scss */
.mail-text .note-editor .note-toolbar {
  background-color: #F9F8F8;
}

/* line 662, app/assets/stylesheets/base/pages.scss */
.mail-attachment {
  border-top: 1px solid #E7EAEC;
  padding: 20px;
  font-size: 12px;
}

/* line 668, app/assets/stylesheets/base/pages.scss */
.mailbox-content {
  background: none;
  border: none;
  padding: 10px;
}

/* line 674, app/assets/stylesheets/base/pages.scss */
.mail-ontact {
  width: 23%;
}

/* PROJECTS */
/* line 679, app/assets/stylesheets/base/pages.scss */
.project-people, .project-actions {
  text-align: right;
  vertical-align: middle;
}

/* line 684, app/assets/stylesheets/base/pages.scss */
dd.project-people {
  text-align: left;
}

/* line 688, app/assets/stylesheets/base/pages.scss */
.project-people img {
  width: 32px;
  height: 32px;
}

/* line 693, app/assets/stylesheets/base/pages.scss */
.project-title a {
  font-size: 14px;
  color: #6A6C6E;
  font-weight: 600;
}

/* line 699, app/assets/stylesheets/base/pages.scss */
.project-list table tr td {
  border-top: none;
  border-bottom: 1px solid #E7EAEC;
  padding: 15px 10px;
  vertical-align: middle;
}

/* line 706, app/assets/stylesheets/base/pages.scss */
.project-manager .tag-list li a {
  font-size: 10px;
  background-color: white;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #E7EAEC;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}

/* line 718, app/assets/stylesheets/base/pages.scss */
.project-files li a {
  font-size: 11px;
  color: #6A6C6E;
  margin-left: 10px;
  line-height: 22px;
}

/* FAQ */
/* line 727, app/assets/stylesheets/base/pages.scss */
.faq-item {
  padding: 20px;
  margin-bottom: 2px;
  background: #fff;
}

/* line 733, app/assets/stylesheets/base/pages.scss */
.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #02BD94;
  display: block;
}

/* line 740, app/assets/stylesheets/base/pages.scss */
.faq-question:hover {
  color: #02a480;
}

/* line 744, app/assets/stylesheets/base/pages.scss */
.faq-answer {
  margin-top: 10px;
  background: #F4F4F4;
  border: 1px solid #E7EAEC;
  border-radius: 3px;
  padding: 15px;
}

/* line 752, app/assets/stylesheets/base/pages.scss */
.faq-item .tag-item {
  background: #F4F4F4;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: uppercase;
}

/* Chat view */
/* line 760, app/assets/stylesheets/base/pages.scss */
.message-input {
  height: 90px !important;
}

/* line 764, app/assets/stylesheets/base/pages.scss */
.chat-avatar {
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
}

/* line 771, app/assets/stylesheets/base/pages.scss */
.chat-user-name {
  padding: 10px;
}

/* line 775, app/assets/stylesheets/base/pages.scss */
.chat-user {
  padding: 8px 10px;
  border-bottom: 1px solid #e7eaec;
}

/* line 780, app/assets/stylesheets/base/pages.scss */
.chat-user a {
  color: inherit;
}

/* line 784, app/assets/stylesheets/base/pages.scss */
.chat-view {
  z-index: 20012;
}

/* line 788, app/assets/stylesheets/base/pages.scss */
.chat-users, .chat-statistic {
  margin-left: -30px;
}

@media (max-width: 992px) {
  /* line 793, app/assets/stylesheets/base/pages.scss */
  .chat-users, .chat-statistic {
    margin-left: 0;
  }
}

/* line 798, app/assets/stylesheets/base/pages.scss */
.chat-view .ibox-content {
  padding: 0;
}

/* line 802, app/assets/stylesheets/base/pages.scss */
.chat-message {
  padding: 10px 20px;
}

/* line 806, app/assets/stylesheets/base/pages.scss */
.message-avatar {
  height: 48px;
  width: 48px;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  margin-top: 1px;
}

/* line 814, app/assets/stylesheets/base/pages.scss */
.chat-discussion .chat-message.left .message-avatar {
  float: left;
  margin-right: 10px;
}

/* line 819, app/assets/stylesheets/base/pages.scss */
.chat-discussion .chat-message.right .message-avatar {
  float: right;
  margin-left: 10px;
}

/* line 824, app/assets/stylesheets/base/pages.scss */
.message {
  background-color: #fff;
  border: 1px solid #e7eaec;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
}

/* line 834, app/assets/stylesheets/base/pages.scss */
.chat-discussion .chat-message.left .message-date {
  float: right;
}

/* line 838, app/assets/stylesheets/base/pages.scss */
.chat-discussion .chat-message.right .message-date {
  float: left;
}

/* line 842, app/assets/stylesheets/base/pages.scss */
.chat-discussion .chat-message.left .message {
  text-align: left;
  margin-left: 55px;
}

/* line 847, app/assets/stylesheets/base/pages.scss */
.chat-discussion .chat-message.right .message {
  text-align: right;
  margin-right: 55px;
}

/* line 852, app/assets/stylesheets/base/pages.scss */
.message-date {
  font-size: 10px;
  color: #888888;
}

/* line 857, app/assets/stylesheets/base/pages.scss */
.message-content {
  display: block;
}

/* line 861, app/assets/stylesheets/base/pages.scss */
.chat-discussion {
  background: #eee;
  padding: 15px;
  height: 400px;
  overflow-y: auto;
}

/* line 868, app/assets/stylesheets/base/pages.scss */
.chat-users {
  overflow-y: auto;
  height: 400px;
}

/* line 873, app/assets/stylesheets/base/pages.scss */
.chat-message-form .form-group {
  margin-bottom: 0;
}

/* jsTree */
/* line 878, app/assets/stylesheets/base/pages.scss */
.jstree-open > .jstree-anchor > .fa-folder:before {
  content: "\f07c";
}

/* line 882, app/assets/stylesheets/base/pages.scss */
.jstree-default .jstree-icon.none {
  width: 0;
}

/* CLIENTS */
/* line 888, app/assets/stylesheets/base/pages.scss */
.clients-list {
  margin-top: 20px;
}

/* line 892, app/assets/stylesheets/base/pages.scss */
.clients-list .tab-pane {
  position: relative;
  height: 600px;
}

/* line 897, app/assets/stylesheets/base/pages.scss */
.client-detail {
  position: relative;
  height: 620px;
}

/* line 902, app/assets/stylesheets/base/pages.scss */
.clients-list table tr td {
  height: 46px;
  vertical-align: middle;
  border: none;
}

/* line 908, app/assets/stylesheets/base/pages.scss */
.client-link {
  font-weight: 600;
  color: inherit;
}

/* line 913, app/assets/stylesheets/base/pages.scss */
.client-link:hover {
  color: inherit;
}

/* line 917, app/assets/stylesheets/base/pages.scss */
.client-avatar {
  width: 42px;
}

/* line 921, app/assets/stylesheets/base/pages.scss */
.client-avatar img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

/* line 927, app/assets/stylesheets/base/pages.scss */
.contact-type {
  width: 20px;
  color: #c4c5c6;
}

/* line 932, app/assets/stylesheets/base/pages.scss */
.client-status {
  text-align: left;
}

/* line 936, app/assets/stylesheets/base/pages.scss */
.client-detail .vertical-timeline-content p {
  margin: 0;
}

/* line 940, app/assets/stylesheets/base/pages.scss */
.client-detail .vertical-timeline-icon.gray-bg {
  color: #aaacad;
}

/* line 945, app/assets/stylesheets/base/pages.scss */
.clients-list .nav-tabs > li.active > a, .clients-list .nav-tabs > li.active > a:hover, .clients-list .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #fff;
}

/* BLOG ARTICLE */
/* line 951, app/assets/stylesheets/base/pages.scss */
.blog h2 {
  font-weight: 700;
}

/* line 955, app/assets/stylesheets/base/pages.scss */
.blog h5 {
  margin: 0 0 5px 0;
}

/* line 959, app/assets/stylesheets/base/pages.scss */
.blog .btn {
  margin: 0 0 5px 0;
}

/* line 963, app/assets/stylesheets/base/pages.scss */
.article h1 {
  font-size: 48px;
  font-weight: 700;
  color: #2F4050;
}

/* line 969, app/assets/stylesheets/base/pages.scss */
.article p {
  font-size: 15px;
  line-height: 26px;
}

/* line 974, app/assets/stylesheets/base/pages.scss */
.article-title {
  text-align: center;
  margin: 40px 0 100px 0;
}

/* line 979, app/assets/stylesheets/base/pages.scss */
.article .ibox-content {
  padding: 40px;
}

/* ISSUE TRACKER */
/* line 985, app/assets/stylesheets/base/pages.scss */
.issue-tracker .btn-link {
  color: #02BD94;
}

/* line 989, app/assets/stylesheets/base/pages.scss */
table.issue-tracker tbody tr td {
  vertical-align: middle;
  height: 50px;
}

/* line 994, app/assets/stylesheets/base/pages.scss */
.issue-info {
  width: 50%;
}

/* line 998, app/assets/stylesheets/base/pages.scss */
.issue-info a {
  font-weight: 600;
  color: #6A6C6E;
}

/* line 1003, app/assets/stylesheets/base/pages.scss */
.issue-info small {
  display: block;
}

/* TEAMS */
/* line 1008, app/assets/stylesheets/base/pages.scss */
.team-members {
  margin: 10px 0;
}

/* line 1012, app/assets/stylesheets/base/pages.scss */
.team-members img.img-circle {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
}

/* AGILE BOARD */
/* line 1020, app/assets/stylesheets/base/pages.scss */
.sortable-list {
  padding: 10px 0;
}

/* line 1024, app/assets/stylesheets/base/pages.scss */
.agile-list {
  list-style: none;
  margin: 0;
}

/* line 1029, app/assets/stylesheets/base/pages.scss */
.agile-list li {
  background: #FAFAFB;
  border: 1px solid #e7eaec;
  margin: 0 0 10px 0;
  padding: 10px;
  border-radius: 2px;
}

/* line 1038, app/assets/stylesheets/base/pages.scss */
.agile-list li:hover {
  cursor: pointer;
  background: #fff;
}

/* line 1043, app/assets/stylesheets/base/pages.scss */
.agile-list li.warning-element {
  border-left: 3px solid #F7B643;
}

/* line 1047, app/assets/stylesheets/base/pages.scss */
.agile-list li.danger-element {
  border-left: 3px solid #F97877;
}

/* line 1051, app/assets/stylesheets/base/pages.scss */
.agile-list li.info-element {
  border-left: 3px solid #221757;
}

/* line 1055, app/assets/stylesheets/base/pages.scss */
.agile-list li.success-element {
  border-left: 3px solid #02BD94;
}

/* line 1059, app/assets/stylesheets/base/pages.scss */
.agile-detail {
  margin-top: 5px;
  font-size: 12px;
}

/* DIFF */
/* line 1065, app/assets/stylesheets/base/pages.scss */
ins {
  background-color: #c6ffc6;
  text-decoration: none;
}

/* line 1070, app/assets/stylesheets/base/pages.scss */
del {
  background-color: #ffc6c6;
}

/* E-commerce */
/* line 1075, app/assets/stylesheets/base/pages.scss */
.product-box {
  padding: 0;
  border: 1px solid #E7EAEC;
}

/* line 1081, app/assets/stylesheets/base/pages.scss */
.product-box:hover,
.product-box.active {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
  -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
  box-shadow: 0 3px 7px 0 #a8a8a8;
}

/* line 1089, app/assets/stylesheets/base/pages.scss */
.product-imitation {
  text-align: center;
  padding: 90px 0;
  background-color: #f9f9f9;
  color: #c1c1c1;
  font-weight: 600;
}

/* line 1097, app/assets/stylesheets/base/pages.scss */
.cart-product-imitation {
  text-align: center;
  padding-top: 30px;
  height: 80px;
  width: 80px;
  background-color: #f9f9f9;
}

/* line 1105, app/assets/stylesheets/base/pages.scss */
.product-imitation.xl {
  padding: 120px 0;
}

/* line 1109, app/assets/stylesheets/base/pages.scss */
.product-desc {
  padding: 20px;
  position: relative;
}

/* line 1114, app/assets/stylesheets/base/pages.scss */
.ecommerce .tag-list {
  padding: 0;
}

/* line 1118, app/assets/stylesheets/base/pages.scss */
.ecommerce .fa-star {
  color: #A4A3A3;
}

/* line 1122, app/assets/stylesheets/base/pages.scss */
.ecommerce .fa-star.active {
  color: #F7B643;
}

/* line 1126, app/assets/stylesheets/base/pages.scss */
.ecommerce .note-editor {
  border: 1px solid #E7EAEC;
}

/* line 1130, app/assets/stylesheets/base/pages.scss */
table.shoping-cart-table {
  margin-bottom: 0;
}

/* line 1133, app/assets/stylesheets/base/pages.scss */
table.shoping-cart-table tr td {
  border: none;
  text-align: right;
}

/* line 1138, app/assets/stylesheets/base/pages.scss */
table.shoping-cart-table tr td.desc, table.shoping-cart-table tr td:first-child {
  text-align: left;
}

/* line 1142, app/assets/stylesheets/base/pages.scss */
table.shoping-cart-table tr td:last-child {
  width: 80px;
}

/* line 1148, app/assets/stylesheets/base/pages.scss */
.product-name {
  font-size: 16px;
  font-weight: 600;
  color: #6A6C6E;
  display: block;
  margin: 2px 0 5px 0;
}

/* line 1156, app/assets/stylesheets/base/pages.scss */
.product-name:hover,
.product-name:focus {
  color: #02BD94;
}

/* line 1161, app/assets/stylesheets/base/pages.scss */
.product-price {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #02BD94;
  padding: 6px 12px;
  position: absolute;
  top: -32px;
  right: 0;
}

/* line 1173, app/assets/stylesheets/base/pages.scss */
.product-detail .ibox-content {
  padding: 30px 30px 50px 30px;
}

/* line 1177, app/assets/stylesheets/base/pages.scss */
.image-imitation {
  background-color: #f9f9f9;
  text-align: center;
  padding: 200px 0;
}

/* line 1184, app/assets/stylesheets/base/pages.scss */
.product-main-price small {
  font-size: 10px;
}

/* line 1189, app/assets/stylesheets/base/pages.scss */
.product-images {
  margin: 0 20px;
}

/* Social feed */
/* line 1194, app/assets/stylesheets/base/pages.scss */
.social-feed-separated .social-feed-box {
  margin-left: 62px;
}

/* line 1198, app/assets/stylesheets/base/pages.scss */
.social-feed-separated .social-avatar {
  float: left;
  padding: 0;
}

/* line 1203, app/assets/stylesheets/base/pages.scss */
.social-feed-separated .social-avatar img {
  width: 52px;
  height: 52px;
  border: 1px solid #e7eaec;
}

/* line 1209, app/assets/stylesheets/base/pages.scss */
.social-feed-separated .social-feed-box .social-avatar {
  padding: 15px 15px 0 15px;
  float: none;
}

/* line 1214, app/assets/stylesheets/base/pages.scss */
.social-feed-box {
  /*padding: 15px;*/
  border: 1px solid #e7eaec;
  background: #fff;
  margin-bottom: 15px;
}

/* line 1221, app/assets/stylesheets/base/pages.scss */
.article .social-feed-box {
  margin-bottom: 0;
  border-bottom: none;
}

/* line 1226, app/assets/stylesheets/base/pages.scss */
.article .social-feed-box:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #E7EAEC;
}

/* line 1231, app/assets/stylesheets/base/pages.scss */
.article .social-feed-box p {
  font-size: 13px;
  line-height: 18px;
}

/* line 1236, app/assets/stylesheets/base/pages.scss */
.social-action {
  margin: 15px;
}

/* line 1240, app/assets/stylesheets/base/pages.scss */
.social-avatar {
  padding: 15px 15px 0 15px;
}

/* line 1244, app/assets/stylesheets/base/pages.scss */
.social-comment .social-comment {
  margin-left: 45px;
}

/* line 1248, app/assets/stylesheets/base/pages.scss */
.social-avatar img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

/* line 1254, app/assets/stylesheets/base/pages.scss */
.social-avatar .media-body a {
  font-size: 14px;
  display: block;
}

/* line 1259, app/assets/stylesheets/base/pages.scss */
.social-body {
  padding: 15px;
}

/* line 1263, app/assets/stylesheets/base/pages.scss */
.social-body img {
  margin-bottom: 10px;
}

/* line 1267, app/assets/stylesheets/base/pages.scss */
.social-footer {
  border-top: 1px solid #e7eaec;
  padding: 10px 15px;
  background: #f9f9f9;
}

/* line 1273, app/assets/stylesheets/base/pages.scss */
.social-footer .social-comment img {
  width: 32px;
  margin-right: 10px;
}

/* line 1278, app/assets/stylesheets/base/pages.scss */
.social-comment:first-child {
  margin-top: 0;
}

/* line 1282, app/assets/stylesheets/base/pages.scss */
.social-comment {
  margin-top: 15px;
}

/* line 1286, app/assets/stylesheets/base/pages.scss */
.social-comment textarea {
  font-size: 12px;
}

/* Vote list */
/* line 1292, app/assets/stylesheets/base/pages.scss */
.vote-item {
  padding: 20px 25px;
  background: #ffffff;
  border-top: 1px solid #E7EAEC;
}

/* line 1298, app/assets/stylesheets/base/pages.scss */
.vote-item:last-child {
  border-bottom: 1px solid #E7EAEC;
}

/* line 1302, app/assets/stylesheets/base/pages.scss */
.vote-item:hover {
  background: #fcfcfc;
}

/* line 1306, app/assets/stylesheets/base/pages.scss */
.vote-actions {
  float: left;
  width: 30px;
  margin-right: 15px;
  text-align: center;
}

/* line 1314, app/assets/stylesheets/base/pages.scss */
.vote-actions a {
  color: #02BD94;
  font-weight: 600;
}

/* line 1319, app/assets/stylesheets/base/pages.scss */
.vote-actions {
  font-weight: 600;
}

/* line 1323, app/assets/stylesheets/base/pages.scss */
.vote-title {
  display: block;
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 2px;
}

/* line 1332, app/assets/stylesheets/base/pages.scss */
.vote-title:hover, .vote-title:focus {
  color: inherit;
}

/* line 1336, app/assets/stylesheets/base/pages.scss */
.vote-info, .vote-title {
  margin-left: 45px;
}

/* line 1340, app/assets/stylesheets/base/pages.scss */
.vote-info, .vote-info a {
  color: #b7b9ba;
  font-size: 12px;
}

/* line 1345, app/assets/stylesheets/base/pages.scss */
.vote-info a {
  margin-right: 10px;
}

/* line 1349, app/assets/stylesheets/base/pages.scss */
.vote-info a:hover {
  color: #02BD94;
}

/* line 1353, app/assets/stylesheets/base/pages.scss */
.vote-icon {
  text-align: right;
  font-size: 38px;
  display: block;
  color: #ebecec;
}

/* line 1360, app/assets/stylesheets/base/pages.scss */
.vote-icon.active {
  color: #02BD94;
}

/* line 1364, app/assets/stylesheets/base/pages.scss */
body.body-small .vote-icon {
  display: none;
}

/* line 1368, app/assets/stylesheets/base/pages.scss */
.lightBoxGallery {
  text-align: center;
}

/* line 1372, app/assets/stylesheets/base/pages.scss */
.lightBoxGallery img {
  margin: 5px;
}

/* line 3, app/assets/stylesheets/base/chat.scss */
#small-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

/* line 10, app/assets/stylesheets/base/chat.scss */
#small-chat .badge {
  position: absolute;
  top: -3px;
  right: -4px;
}

/* line 16, app/assets/stylesheets/base/chat.scss */
.open-small-chat {
  height: 38px;
  width: 38px;
  display: block;
  background: #1ab394;
  padding: 9px 8px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

/* line 27, app/assets/stylesheets/base/chat.scss */
.open-small-chat:hover {
  color: white;
  background: #1ab394;
}

/* line 32, app/assets/stylesheets/base/chat.scss */
.small-chat-box {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 75px;
  background: #fff;
  border: 1px solid #E7EAEC;
  width: 230px;
  height: 320px;
  border-radius: 4px;
}

/* line 44, app/assets/stylesheets/base/chat.scss */
.small-chat-box.ng-small-chat {
  display: block;
}

/* line 49, app/assets/stylesheets/base/chat.scss */
.body-small .small-chat-box {
  bottom: 70px;
  right: 20px;
}

/* line 55, app/assets/stylesheets/base/chat.scss */
.small-chat-box.active {
  display: block;
}

/* line 61, app/assets/stylesheets/base/chat.scss */
.small-chat-box .heading {
  background: #2F4050;
  padding: 8px 15px;
  font-weight: bold;
  color: #fff;
}

/* line 68, app/assets/stylesheets/base/chat.scss */
.small-chat-box .chat-date {
  opacity: 0.6;
  font-size: 10px;
  font-weight: normal;
}

/* line 74, app/assets/stylesheets/base/chat.scss */
.small-chat-box .content {
  padding: 15px 15px;
}

/* line 77, app/assets/stylesheets/base/chat.scss */
.small-chat-box .content .author-name {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 11px;
}

/* line 83, app/assets/stylesheets/base/chat.scss */
.small-chat-box .content > div {
  padding-bottom: 20px;
}

/* line 87, app/assets/stylesheets/base/chat.scss */
.small-chat-box .content .chat-message {
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 14px;
  max-width: 80%;
  background: #F4F4F4;
  margin-bottom: 10px;
}

/* line 97, app/assets/stylesheets/base/chat.scss */
.small-chat-box .content .chat-message.active {
  background: #1ab394;
  color: #fff;
}

/* line 102, app/assets/stylesheets/base/chat.scss */
.small-chat-box .content .left {
  text-align: left;
  clear: both;
}

/* line 106, app/assets/stylesheets/base/chat.scss */
.small-chat-box .content .left .chat-message {
  float: left;
}

/* line 111, app/assets/stylesheets/base/chat.scss */
.small-chat-box .content .right {
  text-align: right;
  clear: both;
}

/* line 115, app/assets/stylesheets/base/chat.scss */
.small-chat-box .content .right .chat-message {
  float: right;
}

/* line 123, app/assets/stylesheets/base/chat.scss */
.small-chat-box .form-chat {
  padding: 10px 10px;
}

/*
 * metismenu - v2.0.2
 * A jQuery menu plugin
 * https://github.com/onokumus/metisMenu
 *
 * Made by Osman Nuri Okumus
 * Under MIT License
 */
/* line 10, app/assets/stylesheets/base/metismenu.scss */
.metismenu .plus-minus, .metismenu .plus-times {
  float: right;
}

/* line 14, app/assets/stylesheets/base/metismenu.scss */
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}

/* line 19, app/assets/stylesheets/base/metismenu.scss */
.metismenu .glyphicon.arrow:before {
  content: "\e079";
}

/* line 23, app/assets/stylesheets/base/metismenu.scss */
.metismenu .active > a > .glyphicon.arrow:before {
  content: "\e114";
}

/* line 27, app/assets/stylesheets/base/metismenu.scss */
.metismenu .fa.arrow:before {
  content: "\f104";
}

/* line 31, app/assets/stylesheets/base/metismenu.scss */
.metismenu .active > a > .fa.arrow:before {
  content: "\f107";
}

/* line 35, app/assets/stylesheets/base/metismenu.scss */
.metismenu .ion.arrow:before {
  content: "\f3d2";
}

/* line 39, app/assets/stylesheets/base/metismenu.scss */
.metismenu .active > a > .ion.arrow:before {
  content: "\f3d0";
}

/* line 43, app/assets/stylesheets/base/metismenu.scss */
.metismenu .fa.plus-minus:before, .metismenu .fa.plus-times:before {
  content: "\f067";
}

/* line 47, app/assets/stylesheets/base/metismenu.scss */
.metismenu .active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 53, app/assets/stylesheets/base/metismenu.scss */
.metismenu .active > a > .fa.plus-minus:before {
  content: "\f068";
}

/* line 57, app/assets/stylesheets/base/metismenu.scss */
.metismenu .collapse {
  display: none;
}

/* line 61, app/assets/stylesheets/base/metismenu.scss */
.metismenu .collapse.in {
  display: block;
}

/* line 65, app/assets/stylesheets/base/metismenu.scss */
.metismenu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* line 78, app/assets/stylesheets/base/metismenu.scss */
.mini-navbar .metismenu .collapse {
  opacity: 0;
}

/* line 79, app/assets/stylesheets/base/metismenu.scss */
.mini-navbar .metismenu .collapse.in {
  opacity: 1;
}

/* line 80, app/assets/stylesheets/base/metismenu.scss */
.mini-navbar .metismenu .collapse a {
  display: none;
}

/* line 81, app/assets/stylesheets/base/metismenu.scss */
.mini-navbar .metismenu .collapse.in a {
  display: block;
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
/* line 8, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #02BD94;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
/* line 60, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}

/* line 67, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #02BD94;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

/* line 80, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
/* line 121, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

/* line 129, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-wave div {
  background-color: #02BD94;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

/* line 138, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 143, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 148, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 153, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
/* line 191, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative;
}

/* line 198, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-wandering-cubes .sk-cube1, .sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #02BD94;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
  animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}

/* line 209, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
/* line 276, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #02BD94;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
/* line 321, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

/* line 331, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-chasing-dots .sk-dot1, .sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #02BD94;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

/* line 343, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
/* line 398, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

/* line 404, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #02BD94;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 417, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 422, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
/* line 470, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}

/* line 477, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 485, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #02BD94;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 500, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 506, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

/* line 512, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 518, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

/* line 524, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

/* line 530, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 536, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

/* line 542, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

/* line 548, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 554, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

/* line 560, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

/* line 566, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 571, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 576, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 581, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 586, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

/* line 591, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

/* line 596, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

/* line 601, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 606, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

/* line 611, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

/* line 616, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
/* line 661, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-cube-grid {
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

/* line 670, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-cube-grid.sk-spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

/* line 676, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #02BD94;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

/* line 685, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* line 690, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 695, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

/* line 700, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* line 705, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* line 710, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 715, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

/* line 720, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* line 725, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
/* line 762, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-wordpress.sk-spinner {
  background-color: #02BD94;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite;
}

/* line 773, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px;
}

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
/* line 827, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}

/* line 834, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 842, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #02BD94;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 857, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 863, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

/* line 869, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 875, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

/* line 881, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

/* line 887, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 893, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

/* line 899, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

/* line 905, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 911, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

/* line 917, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

/* line 923, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 928, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 933, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 938, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 943, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

/* line 948, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

/* line 953, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

/* line 958, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 963, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

/* line 968, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

/* line 973, app/assets/stylesheets/base/spinners.scss */
.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/* line 998, app/assets/stylesheets/base/spinners.scss */
.ibox-content > .sk-spinner {
  display: none;
}

/* line 999, app/assets/stylesheets/base/spinners.scss */
.ibox-content.sk-loading {
  position: relative;
}

/* line 1000, app/assets/stylesheets/base/spinners.scss */
.ibox-content.sk-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1010, app/assets/stylesheets/base/spinners.scss */
.ibox-content.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

/* line 1019, app/assets/stylesheets/base/spinners.scss */
.login-wrapper > .sk-spinner {
  display: none;
}

/* line 1020, app/assets/stylesheets/base/spinners.scss */
.login-wrapper.sk-loading {
  position: relative;
}

/* line 1021, app/assets/stylesheets/base/spinners.scss */
.login-wrapper.sk-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1032, app/assets/stylesheets/base/spinners.scss */
.login-wrapper.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

/* line 1041, app/assets/stylesheets/base/spinners.scss */
.modal-content > .sk-spinner {
  display: none;
}

/* line 1042, app/assets/stylesheets/base/spinners.scss */
.modal-content.sk-loading {
  position: relative;
}

/* line 1043, app/assets/stylesheets/base/spinners.scss */
.modal-content.sk-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1054, app/assets/stylesheets/base/spinners.scss */
.modal-content.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

/* line 1063, app/assets/stylesheets/base/spinners.scss */
.loader-wrapper > .sk-spinner {
  display: none;
}

/* line 1064, app/assets/stylesheets/base/spinners.scss */
.loader-wrapper.sk-loading {
  position: relative;
}

/* line 1065, app/assets/stylesheets/base/spinners.scss */
.loader-wrapper.sk-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1074, app/assets/stylesheets/base/spinners.scss */
.loader-wrapper.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

/* line 1082, app/assets/stylesheets/base/spinners.scss */
.loader-wrapper.sk-loading .bootstrap-select {
  opacity: 0.7;
}

/* line 1087, app/assets/stylesheets/base/spinners.scss */
.sk-spinner.sk-spinner-text {
  font-size: 1.6rem;
  color: #6A6C6E;
  text-align: center;
  margin-top: 30px;
}

/*
 *
 *   INSPINIA Landing Page - Responsive Admin Theme
 *   Copyright 2014 Webapplayers.com
 *
*/
/* GLOBAL STYLES
-------------------------------------------------- */
/* PACE PLUGIN
-------------------------------------------------- */
/* line 14, app/assets/stylesheets/base/landing.scss */
.landing-page.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

/* line 28, app/assets/stylesheets/base/landing.scss */
.pace-inactive {
  display: none;
}

/* line 32, app/assets/stylesheets/base/landing.scss */
body.landing-page {
  color: #6A6C6E;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  background-color: #fff;
}

/* line 38, app/assets/stylesheets/base/landing.scss */
.landing-page {
  /* CUSTOMIZE THE NAVBAR
  -------------------------------------------------- */
  /* Flip around the padding for proper display in narrow viewports */
  /* BACKGROUNDS SLIDER
  -------------------------------------------------- */
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  /* Carousel base class */
  /* Since positioning the image, we need to help out the caption */
  /* Declare heights because of positioning of img element */
  /* Sections
  ------------------------- */
  /* Buttons - only primary custom button
  ------------------------- */
  /* RESPONSIVE CSS
  -------------------------------------------------- */
}

/* line 40, app/assets/stylesheets/base/landing.scss */
.landing-page .container {
  overflow: hidden;
}

/* line 42, app/assets/stylesheets/base/landing.scss */
.landing-page span.navy {
  color: #02BD94;
}

/* line 45, app/assets/stylesheets/base/landing.scss */
.landing-page p.text-color {
  color: #6A6C6E;
}

/* line 48, app/assets/stylesheets/base/landing.scss */
.landing-page a.navy-link {
  color: #02BD94;
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/base/landing.scss */
.landing-page a.navy-link:hover {
  color: #02a480;
}

/* line 55, app/assets/stylesheets/base/landing.scss */
.landing-page section p {
  color: #aeaeae;
  font-size: 13px;
}

/* line 59, app/assets/stylesheets/base/landing.scss */
.landing-page address {
  font-size: 13px;
}

/* line 62, app/assets/stylesheets/base/landing.scss */
.landing-page h1 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 200;
}

/* line 67, app/assets/stylesheets/base/landing.scss */
.landing-page .navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid #02BD94;
}

/* line 75, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
}

/* line 83, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}

/* line 87, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 91, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-default.navbar-scroll {
  background-color: #fff;
  border-color: #fff;
  padding: 15px 0;
}

/* line 96, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-default {
  background-color: transparent;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
}

/* line 101, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-default .nav li a {
  color: #fff;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 109, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-nav > li > a {
  padding-top: 25px;
  border-top: 6px solid transparent;
}

/* line 113, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff;
  border-top: 6px solid #02BD94;
}

/* line 119, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-default .navbar-nav > li > a:hover,
.landing-page .navbar-default .navbar-nav > li > a:focus {
  color: #02BD94;
  background: inherit;
}

/* line 124, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fff;
}

/* line 129, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #ffffff;
}

/* line 134, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
  background: transparent;
  color: inherit;
}

/* line 138, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-default .navbar-brand:hover,
.landing-page .navbar-default .navbar-brand:focus {
  background: #02a480;
  color: #fff;
}

/* line 143, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-default .navbar-brand {
  color: #fff;
  height: auto;
  display: block;
  font-size: 14px;
  background: #02BD94;
  padding: 15px 20px 15px 20px;
  border-radius: 0 0 5px 5px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
}

/* line 154, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-scroll.navbar-default .nav li a {
  color: #6A6C6E;
}

/* line 157, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-scroll.navbar-default .nav li a:hover {
  color: #02BD94;
}

/* line 160, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-wrapper .navbar.navbar-scroll {
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #E7EAEC;
  border-radius: 0;
}

/* line 167, app/assets/stylesheets/base/landing.scss */
.landing-page .nav > li.active {
  border: none;
  background: inherit;
}

/* line 172, app/assets/stylesheets/base/landing.scss */
.landing-page .nav > li > a {
  padding: 25px 10px 15px 10px;
}

/* line 175, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-scroll .navbar-nav > li > a {
  padding: 20px 10px;
}

/* line 179, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
  border-top: 6px solid #02BD94;
}

/* line 184, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-fixed-top {
  border: none !important;
}

/* line 188, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar-fixed-top.navbar-scroll {
  border-bottom: 1px solid #E7EAEC !important;
}

/* line 192, app/assets/stylesheets/base/landing.scss */
.landing-page .navbar.navbar-scroll .navbar-brand {
  margin-top: 15px;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px;
  height: auto;
}

/* line 201, app/assets/stylesheets/base/landing.scss */
.landing-page .header-back {
  height: 470px;
  width: 100%;
}

/* line 205, app/assets/stylesheets/base/landing.scss */
.landing-page .header-back.one {
  background: url(/images/landing/header_one.jpg) 50% 0 no-repeat;
}

/* line 208, app/assets/stylesheets/base/landing.scss */
.landing-page .header-back.two {
  background: url(/images/landing/header_two.jpg) 50% 0 no-repeat;
}

/* line 214, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel {
  height: 470px;
}

/* line 218, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-caption {
  z-index: 10;
}

/* line 222, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel .item {
  height: 470px;
  background-color: #777;
}

/* line 226, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 470px;
}

/* line 233, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 238, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-fade .carousel-inner .active {
  opacity: 1;
}

/* line 241, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-fade .carousel-inner .active.left,
.landing-page .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

/* line 247, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-fade .carousel-inner .next.left,
.landing-page .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

/* line 251, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-fade .carousel-control {
  z-index: 2;
}

/* line 254, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-control.left,
.landing-page .carousel-control.right {
  background: none;
}

/* line 258, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-control {
  width: 6%;
}

/* line 261, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-inner .container {
  position: relative;
  overflow: visible;
}

/* line 265, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-inner {
  overflow: visible;
}

/* line 268, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}

/* line 276, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}

/* line 284, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-caption.blank {
  top: 140px;
}

/* line 287, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-image {
  position: absolute;
  right: 10px;
  top: 150px;
}

/* line 292, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-indicators {
  padding-right: 60px;
}

/* line 295, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-caption h1 {
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: -1.5px;
}

/* line 302, app/assets/stylesheets/base/landing.scss */
.landing-page .carousel-caption p {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}

/* line 307, app/assets/stylesheets/base/landing.scss */
.landing-page .caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400;
}

/* line 313, app/assets/stylesheets/base/landing.scss */
.landing-page .caption-link:hover {
  text-decoration: none;
  color: inherit;
}

/* line 319, app/assets/stylesheets/base/landing.scss */
.landing-page .services {
  padding-top: 60px;
}

/* line 322, app/assets/stylesheets/base/landing.scss */
.landing-page .services h2 {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 328, app/assets/stylesheets/base/landing.scss */
.landing-page .features-block {
  margin-top: 40px;
}

/* line 331, app/assets/stylesheets/base/landing.scss */
.landing-page .features-text {
  margin-top: 40px;
}

/* line 334, app/assets/stylesheets/base/landing.scss */
.landing-page .features small {
  color: #02BD94;
}

/* line 337, app/assets/stylesheets/base/landing.scss */
.landing-page .features h2 {
  font-size: 18px;
  margin-top: 5px;
}

/* line 341, app/assets/stylesheets/base/landing.scss */
.landing-page .features-text-alone {
  margin: 40px 0;
}

/* line 344, app/assets/stylesheets/base/landing.scss */
.landing-page .features-text-alone h1 {
  font-weight: 200;
}

/* line 347, app/assets/stylesheets/base/landing.scss */
.landing-page .features-icon {
  color: #02BD94;
  font-size: 40px;
}

/* line 351, app/assets/stylesheets/base/landing.scss */
.landing-page .navy-section {
  margin-top: 60px;
  background: #02BD94;
  color: #fff;
  padding: 20px 0;
}

/* line 357, app/assets/stylesheets/base/landing.scss */
.landing-page .gray-section {
  background: #F4F4F4;
  margin-top: 60px;
}

/* line 361, app/assets/stylesheets/base/landing.scss */
.landing-page .team-member {
  text-align: center;
}

/* line 364, app/assets/stylesheets/base/landing.scss */
.landing-page .team-member img {
  margin: auto;
}

/* line 367, app/assets/stylesheets/base/landing.scss */
.landing-page .social-icon a {
  background: #02BD94;
  color: #fff;
  padding: 4px 8px;
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50px;
}

/* line 376, app/assets/stylesheets/base/landing.scss */
.landing-page .social-icon a:hover {
  background: #02a480;
}

/* line 379, app/assets/stylesheets/base/landing.scss */
.landing-page .img-small {
  height: 88px;
  width: 88px;
}

/* line 383, app/assets/stylesheets/base/landing.scss */
.landing-page .pricing-plan {
  margin: 20px 30px 0 30px;
  border-radius: 4px;
}

/* line 387, app/assets/stylesheets/base/landing.scss */
.landing-page .pricing-plan.selected {
  transform: scale(1.1);
  background: #F4F4F4;
}

/* line 391, app/assets/stylesheets/base/landing.scss */
.landing-page .pricing-plan li {
  padding: 10px 16px;
  border-top: 1px solid #E7EAEC;
  text-align: center;
  color: #aeaeae;
}

/* line 397, app/assets/stylesheets/base/landing.scss */
.landing-page .pricing-plan .pricing-price span {
  font-weight: 700;
  color: #02BD94;
}

/* line 401, app/assets/stylesheets/base/landing.scss */
.landing-page li.pricing-desc {
  font-size: 13px;
  border-top: none;
  padding: 20px 16px;
}

/* line 406, app/assets/stylesheets/base/landing.scss */
.landing-page li.pricing-title {
  background: #02BD94;
  color: #fff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: 600;
}

/* line 414, app/assets/stylesheets/base/landing.scss */
.landing-page .testimonials {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #02BD94;
  background-image: url(/images/landing/avatar_all.png);
}

/* line 420, app/assets/stylesheets/base/landing.scss */
.landing-page .big-icon {
  font-size: 56px !important;
}

/* line 423, app/assets/stylesheets/base/landing.scss */
.landing-page .features .big-icon {
  color: #02BD94 !important;
}

/* line 426, app/assets/stylesheets/base/landing.scss */
.landing-page .contact {
  background-image: url(/images/landing/word_map.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 60px;
}

/* line 433, app/assets/stylesheets/base/landing.scss */
.landing-page section.timeline {
  padding-bottom: 30px;
}

/* line 436, app/assets/stylesheets/base/landing.scss */
.landing-page section.comments {
  padding-bottom: 80px;
}

/* line 440, app/assets/stylesheets/base/landing.scss */
.landing-page .comments-avatar {
  margin-top: 25px;
  margin-left: 22px;
  margin-bottom: 25px;
}

/* line 446, app/assets/stylesheets/base/landing.scss */
.landing-page .comments-avatar .commens-name {
  font-weight: 600;
  font-size: 14px;
}

/* line 451, app/assets/stylesheets/base/landing.scss */
.landing-page .comments-avatar img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px;
}

/* line 458, app/assets/stylesheets/base/landing.scss */
.landing-page .bubble {
  position: relative;
  height: 120px;
  padding: 20px;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-style: italic;
  font-size: 14px;
}

/* line 470, app/assets/stylesheets/base/landing.scss */
.landing-page .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 14px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 30px;
}

/* line 485, app/assets/stylesheets/base/landing.scss */
.landing-page .btn-primary.btn-outline:hover,
.landing-page .btn-success.btn-outline:hover,
.landing-page .btn-info.btn-outline:hover,
.landing-page .btn-warning.btn-outline:hover,
.landing-page .btn-danger.btn-outline:hover {
  color: #fff;
}

/* line 492, app/assets/stylesheets/base/landing.scss */
.landing-page .btn-primary {
  background-color: #02BD94;
  border-color: #02BD94;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
}

/* line 500, app/assets/stylesheets/base/landing.scss */
.landing-page .btn-primary:hover,
.landing-page .btn-primary:focus,
.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
  background-color: #02a480;
  border-color: #02a480;
  color: #FFFFFF;
}

/* line 509, app/assets/stylesheets/base/landing.scss */
.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 514, app/assets/stylesheets/base/landing.scss */
.landing-page .btn-primary.disabled,
.landing-page .btn-primary.disabled:hover,
.landing-page .btn-primary.disabled:focus,
.landing-page .btn-primary.disabled:active,
.landing-page .btn-primary.disabled.active,
.landing-page .btn-primary[disabled],
.landing-page .btn-primary[disabled]:hover,
.landing-page .btn-primary[disabled]:focus,
.landing-page .btn-primary[disabled]:active,
.landing-page .btn-primary.active[disabled],
.landing-page fieldset[disabled] .btn-primary,
.landing-page fieldset[disabled] .btn-primary:hover,
.landing-page fieldset[disabled] .btn-primary:focus,
.landing-page fieldset[disabled] .btn-primary:active,
.landing-page fieldset[disabled] .btn-primary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/base/landing.scss */
  .landing-page {
    /* Navbar positioning foo */
    /* The navbar becomes detached from the top, so we round the corners */
    /* Bump up size of carousel content */
  }
  /* line 536, app/assets/stylesheets/base/landing.scss */
  .landing-page .navbar-wrapper {
    margin-top: 20px;
  }
  /* line 540, app/assets/stylesheets/base/landing.scss */
  .landing-page .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 545, app/assets/stylesheets/base/landing.scss */
  .landing-page .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 551, app/assets/stylesheets/base/landing.scss */
  .landing-page .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  /* line 556, app/assets/stylesheets/base/landing.scss */
  .landing-page .carousel-caption p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  /* line 562, app/assets/stylesheets/base/landing.scss */
  .landing-page .featurette-heading {
    font-size: 50px;
  }
}

@media (max-width: 992px) {
  /* line 567, app/assets/stylesheets/base/landing.scss */
  .landing-page .carousel-image {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 572, app/assets/stylesheets/base/landing.scss */
  .landing-page .carousel-caption,
.landing-page .carousel-caption.blank {
    left: 5%;
    top: 80px;
  }
  /* line 578, app/assets/stylesheets/base/landing.scss */
  .landing-page .carousel-caption h1 {
    font-size: 28px;
  }
  /* line 582, app/assets/stylesheets/base/landing.scss */
  .landing-page .navbar.navbar-scroll .navbar-brand {
    margin-top: 6px;
  }
  /* line 586, app/assets/stylesheets/base/landing.scss */
  .landing-page .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 15px 0;
  }
  /* line 592, app/assets/stylesheets/base/landing.scss */
  .landing-page .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit;
  }
  /* line 597, app/assets/stylesheets/base/landing.scss */
  .landing-page .navbar-default .nav li a {
    color: #6A6C6E;
  }
  /* line 601, app/assets/stylesheets/base/landing.scss */
  .landing-page .navbar-default .nav li a:hover {
    color: #02BD94;
  }
  /* line 605, app/assets/stylesheets/base/landing.scss */
  .landing-page .navbar-wrapper .navbar {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #E7EAEC;
    border-radius: 0;
  }
  /* line 612, app/assets/stylesheets/base/landing.scss */
  .landing-page .nav > li > a {
    padding: 25px 10px 15px 10px;
  }
  /* line 616, app/assets/stylesheets/base/landing.scss */
  .landing-page .navbar-nav > li > a {
    padding: 20px 10px;
  }
  /* line 620, app/assets/stylesheets/base/landing.scss */
  .landing-page .navbar .navbar-brand {
    margin-top: 6px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
  }
  /* line 628, app/assets/stylesheets/base/landing.scss */
  .landing-page .navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 5px;
  }
  /* line 633, app/assets/stylesheets/base/landing.scss */
  .landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
    color: inherit;
  }
  /* line 638, app/assets/stylesheets/base/landing.scss */
  .landing-page .carousel-control {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 643, app/assets/stylesheets/base/landing.scss */
  .landing-page .featurette-heading {
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
  /* line 649, app/assets/stylesheets/base/landing.scss */
  .landing-page .navbar .navbar-header {
    display: block;
    float: none;
  }
  /* line 654, app/assets/stylesheets/base/landing.scss */
  .landing-page .navbar .navbar-header .navbar-toggle {
    background-color: #ffffff;
    padding: 9px 10px;
    border: none;
  }
}

/* line 2, app/assets/stylesheets/base/rtl.scss */
body.rtls {
  /* Theme config */
}

/* line 4, app/assets/stylesheets/base/rtl.scss */
body.rtls #application-page-wrapper {
  margin: 0 220px 0 0;
}

/* line 8, app/assets/stylesheets/base/rtl.scss */
body.rtls .nav-second-level li a {
  padding: 7px 35px 7px 10px;
}

/* line 12, app/assets/stylesheets/base/rtl.scss */
body.rtls .ibox-title h5 {
  float: right;
}

/* line 16, app/assets/stylesheets/base/rtl.scss */
body.rtls .pull-right {
  float: left !important;
}

/* line 20, app/assets/stylesheets/base/rtl.scss */
body.rtls .pull-left {
  float: right !important;
}

/* line 24, app/assets/stylesheets/base/rtl.scss */
body.rtls .ibox-tools {
  float: left;
}

/* line 28, app/assets/stylesheets/base/rtl.scss */
body.rtls .stat-percent {
  float: left;
}

/* line 32, app/assets/stylesheets/base/rtl.scss */
body.rtls .navbar-right {
  float: left !important;
}

/* line 36, app/assets/stylesheets/base/rtl.scss */
body.rtls .navbar-top-links li:last-child {
  margin-left: 40px;
  margin-right: 0;
}

/* line 41, app/assets/stylesheets/base/rtl.scss */
body.rtls .minimalize-styl-2 {
  float: right;
  margin: 14px 20px 5px 5px;
}

/* line 46, app/assets/stylesheets/base/rtl.scss */
body.rtls .feed-element > .pull-left {
  margin-left: 10px;
  margin-right: 0;
}

/* line 51, app/assets/stylesheets/base/rtl.scss */
body.rtls .timeline-item .date {
  text-align: left;
}

/* line 55, app/assets/stylesheets/base/rtl.scss */
body.rtls .timeline-item .date i {
  left: 0;
  right: auto;
}

/* line 60, app/assets/stylesheets/base/rtl.scss */
body.rtls .timeline-item .content {
  border-right: 1px solid #e7eaec;
  border-left: none;
}

/* line 65, app/assets/stylesheets/base/rtl.scss */
body.rtls .theme-config {
  left: 0;
  right: auto;
}

/* line 70, app/assets/stylesheets/base/rtl.scss */
body.rtls .spin-icon {
  border-radius: 0 20px 20px 0;
}

/* line 74, app/assets/stylesheets/base/rtl.scss */
body.rtls .toast-close-button {
  float: left;
}

/* line 78, app/assets/stylesheets/base/rtl.scss */
body.rtls #toast-container > .toast:before {
  margin: auto -1.5em auto 0.5em;
}

/* line 82, app/assets/stylesheets/base/rtl.scss */
body.rtls #toast-container > div {
  padding: 15px 50px 15px 15px;
}

/* line 86, app/assets/stylesheets/base/rtl.scss */
body.rtls .center-orientation .vertical-timeline-icon i {
  margin-left: 0;
  margin-right: -12px;
}

/* line 91, app/assets/stylesheets/base/rtl.scss */
body.rtls .vertical-timeline-icon i {
  right: 50%;
  left: auto;
  margin-left: auto;
  margin-right: -12px;
}

/* line 98, app/assets/stylesheets/base/rtl.scss */
body.rtls .file-box {
  float: right;
}

/* line 102, app/assets/stylesheets/base/rtl.scss */
body.rtls ul.notes li {
  float: right;
}

/* line 106, app/assets/stylesheets/base/rtl.scss */
body.rtls .chat-users, body.rtls .chat-statistic {
  margin-right: -30px;
  margin-left: auto;
}

/* line 111, app/assets/stylesheets/base/rtl.scss */
body.rtls .dropdown-menu > li > a {
  text-align: right;
}

/* line 115, app/assets/stylesheets/base/rtl.scss */
body.rtls .b-r {
  border-left: 1px solid #e7eaec;
  border-right: none;
}

/* line 120, app/assets/stylesheets/base/rtl.scss */
body.rtls .dd-list .dd-list {
  padding-right: 30px;
  padding-left: 0;
}

/* line 125, app/assets/stylesheets/base/rtl.scss */
body.rtls .dd-item > button {
  float: right;
}

/* line 130, app/assets/stylesheets/base/rtl.scss */
body.rtls .theme-config-box {
  margin-left: -220px;
  margin-right: 0;
}

/* line 135, app/assets/stylesheets/base/rtl.scss */
body.rtls .theme-config-box.show {
  margin-left: 0;
  margin-right: 0;
}

/* line 140, app/assets/stylesheets/base/rtl.scss */
body.rtls .spin-icon {
  right: 0;
  left: auto;
}

/* line 145, app/assets/stylesheets/base/rtl.scss */
body.rtls .skin-settings {
  margin-right: 40px;
  margin-left: 0;
}

/* line 150, app/assets/stylesheets/base/rtl.scss */
body.rtls .skin-settings {
  direction: ltr;
}

/* line 154, app/assets/stylesheets/base/rtl.scss */
body.rtls .footer.fixed {
  margin-right: 220px;
  margin-left: 0;
}

@media (max-width: 992px) {
  /* line 163, app/assets/stylesheets/base/rtl.scss */
  body.rtls .chat-users, body.rtls .chat-statistic {
    margin-right: 0;
  }
}

/* line 169, app/assets/stylesheets/base/rtl.scss */
body.rtls.mini-navbar .footer.fixed, body.body-small.mini-navbar .footer.fixed {
  margin: 0 70px 0 0;
}

/* line 173, app/assets/stylesheets/base/rtl.scss */
body.rtls.mini-navbar.fixed-sidebar .footer.fixed, body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 0;
}

/* line 177, app/assets/stylesheets/base/rtl.scss */
body.rtls.top-navigation .navbar-toggle {
  float: right;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 183, app/assets/stylesheets/base/rtl.scss */
.body-small.rtls.top-navigation .navbar-header {
  float: none;
}

/* line 187, app/assets/stylesheets/base/rtl.scss */
body.rtls.top-navigation #application-page-wrapper {
  margin: 0;
}

/* line 191, app/assets/stylesheets/base/rtl.scss */
body.rtls.mini-navbar #application-page-wrapper {
  margin: 0 70px 0 0;
}

/* line 195, app/assets/stylesheets/base/rtl.scss */
body.rtls.mini-navbar.fixed-sidebar #application-page-wrapper {
  margin: 0 0 0 0;
}

/* line 199, app/assets/stylesheets/base/rtl.scss */
body.rtls.body-small.fixed-sidebar.mini-navbar #application-page-wrapper {
  margin: 0 220px 0 0;
}

/* line 203, app/assets/stylesheets/base/rtl.scss */
body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
}

/* line 207, app/assets/stylesheets/base/rtl.scss */
.body-small.rtls .navbar-fixed-top {
  margin-right: 0;
}

/* line 211, app/assets/stylesheets/base/rtl.scss */
.body-small.rtls .navbar-header {
  float: right;
}

/* line 215, app/assets/stylesheets/base/rtl.scss */
body.rtls .navbar-top-links li:last-child {
  margin-left: 20px;
}

/* line 219, app/assets/stylesheets/base/rtl.scss */
body.rtls .top-navigation #application-page-wrapper, body.rtls.mini-navbar .top-navigation #application-page-wrapper, body.rtls.mini-navbar.top-navigation #page-wrapper {
  margin: 0;
}

/* line 223, app/assets/stylesheets/base/rtl.scss */
body.rtls .top-navigation .footer.fixed, body.rtls.top-navigation .footer.fixed {
  margin: 0;
}

@media (max-width: 768px) {
  /* line 229, app/assets/stylesheets/base/rtl.scss */
  body.rtls .navbar-top-links li:last-child {
    margin-left: 20px;
  }
  /* line 233, app/assets/stylesheets/base/rtl.scss */
  .body-small.rtls #application-page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 1000px;
  }
  /* line 239, app/assets/stylesheets/base/rtl.scss */
  .body-small.rtls .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px;
  }
  /* line 246, app/assets/stylesheets/base/rtl.scss */
  .body-small.rtls.mini-navbar .navbar-static-side {
    display: block;
  }
  /* line 250, app/assets/stylesheets/base/rtl.scss */
  .rtls.fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px;
  }
  /* line 257, app/assets/stylesheets/base/rtl.scss */
  .rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
  }
}

/* line 264, app/assets/stylesheets/base/rtl.scss */
.rtls .ltr-support {
  direction: ltr;
}

/* line 268, app/assets/stylesheets/base/rtl.scss */
.rtls.mini-navbar .nav-second-level, .rtls.mini-navbar li.active .nav-second-level {
  left: auto;
  right: 70px;
}

/* line 273, app/assets/stylesheets/base/rtl.scss */
.rtls #right-sidebar {
  left: -260px;
  right: auto;
}

/* line 278, app/assets/stylesheets/base/rtl.scss */
.rtls #right-sidebar.sidebar-open {
  left: 0;
}

/*
 *
 *   This is style for skin config
 *   Use only in demo theme
 *
*/
/* line 10, app/assets/stylesheets/base/theme-config.scss */
.theme-config {
  position: absolute;
  top: 90px;
  right: -15px;
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/base/theme-config.scss */
.theme-config .form-group {
  margin-bottom: 0;
}

/* line 21, app/assets/stylesheets/base/theme-config.scss */
.theme-config-box {
  margin-right: -300px;
  position: relative;
  z-index: 2000;
  transition-duration: 0.8s;
}

/* line 28, app/assets/stylesheets/base/theme-config.scss */
.theme-config-box.show {
  margin-right: 0;
}

/* line 32, app/assets/stylesheets/base/theme-config.scss */
.spin-icon {
  background: #02BD94;
  position: absolute;
  padding: 7px 10px 7px 13px;
  border-radius: 20px 0 0 20px;
  font-size: 16px;
  top: 0;
  left: 0;
  width: 40px;
  color: #fff;
  cursor: pointer;
}

/* line 45, app/assets/stylesheets/base/theme-config.scss */
.skin-settings {
  width: 300px;
  margin-left: 40px;
  background: #F4F4F4;
}

/* line 51, app/assets/stylesheets/base/theme-config.scss */
.skin-settings .title {
  background: #efefef;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
}

/* line 61, app/assets/stylesheets/base/theme-config.scss */
.setings-item {
  padding: 10px 30px;
}

/* line 65, app/assets/stylesheets/base/theme-config.scss */
.setings-item.skin {
  text-align: center;
}

/* line 69, app/assets/stylesheets/base/theme-config.scss */
.setings-item .switch {
  float: right;
}

/* line 73, app/assets/stylesheets/base/theme-config.scss */
.skin-name a {
  text-transform: uppercase;
}

/* line 77, app/assets/stylesheets/base/theme-config.scss */
.setings-item a {
  color: #fff;
}

/* line 81, app/assets/stylesheets/base/theme-config.scss */
.default-skin, .blue-skin, .ultra-skin, .yellow-skin {
  text-align: center;
}

/* line 85, app/assets/stylesheets/base/theme-config.scss */
.default-skin {
  font-weight: 600;
  background: #283A49;
}

/* line 90, app/assets/stylesheets/base/theme-config.scss */
.default-skin:hover {
  background: #1e2e3d;
}

/* line 94, app/assets/stylesheets/base/theme-config.scss */
.blue-skin {
  font-weight: 600;
  background: url(/assets/patterns/header-profile-skin-1-ef373b1a47a0a73d5f26373237c42bbb9ae8033ba8bdc8f701a892dd6cbb25eb.png) repeat scroll 0 0;
}

/* line 99, app/assets/stylesheets/base/theme-config.scss */
.blue-skin:hover {
  background: #0d8ddb;
}

/* line 103, app/assets/stylesheets/base/theme-config.scss */
.yellow-skin {
  font-weight: 600;
  background: url(/assets/patterns/header-profile-skin-3-520fad3ae35815720715a8b4f19d7ebf92c638ca6372208e33362b675bd326c2.png) repeat scroll 0 100%;
}

/* line 108, app/assets/stylesheets/base/theme-config.scss */
.yellow-skin:hover {
  background: #ce8735;
}

/* line 112, app/assets/stylesheets/base/theme-config.scss */
.ultra-skin {
  padding: 20px 10px;
  font-weight: 600;
  background: url(/patterns/3.png) repeat scroll 0 0;
}

/* line 118, app/assets/stylesheets/base/theme-config.scss */
.ultra-skin:hover {
  background: url(/assets/patterns/4-c789747a898000024b0569089816585d1c899ea9ef707324575ed5624c7788b4.png) repeat scroll 0 0;
}

/* line 1, app/assets/stylesheets/base/theme-config_lano.scss */
.skin-settings {
  margin-bottom: 20px;
}

/*
 *
 *   SKIN 1 - INSPINIA - Responsive Admin Theme
 *   NAME - Blue light
 *
*/
/* line 15, app/assets/stylesheets/base/skins.scss */
.skin-1 .minimalize-styl-2 {
  margin: 14px 5px 5px 30px;
}

/* line 19, app/assets/stylesheets/base/skins.scss */
.skin-1 .navbar-top-links li:last-child {
  margin-right: 30px;
}

/* line 23, app/assets/stylesheets/base/skins.scss */
.skin-1.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}

/* line 27, app/assets/stylesheets/base/skins.scss */
.skin-1 .spin-icon {
  background: #0e9aef !important;
}

/* line 31, app/assets/stylesheets/base/skins.scss */
.skin-1 .nav-header {
  background-color: #0e9aef;
  background-image: url(/assets/patterns/header-profile-skin-1-ef373b1a47a0a73d5f26373237c42bbb9ae8033ba8bdc8f701a892dd6cbb25eb.png);
}

/* line 36, app/assets/stylesheets/base/skins.scss */
.skin-1.mini-navbar .nav-second-level {
  background: #3e495f;
}

/* line 40, app/assets/stylesheets/base/skins.scss */
.skin-1 .breadcrumb {
  background: transparent;
}

/* line 44, app/assets/stylesheets/base/skins.scss */
.skin-1 .page-heading {
  border: none;
}

/* line 48, app/assets/stylesheets/base/skins.scss */
.skin-1 .nav > li.active {
  background: #3a4459;
}

/* line 52, app/assets/stylesheets/base/skins.scss */
.skin-1 .nav > li > a {
  color: #9ea6b9;
}

/* line 56, app/assets/stylesheets/base/skins.scss */
.skin-1 ul.nav-second-level {
  background-color: inherit;
}

/* line 60, app/assets/stylesheets/base/skins.scss */
.skin-1 .nav > li.active > a {
  color: #fff;
}

/* line 64, app/assets/stylesheets/base/skins.scss */
.skin-1 .navbar-minimalize {
  background: #0e9aef;
  border-color: #0e9aef;
}

/* line 69, app/assets/stylesheets/base/skins.scss */
body.skin-1 {
  background: #3e495f;
}

/* line 73, app/assets/stylesheets/base/skins.scss */
.skin-1 .navbar-static-top {
  background: #ffffff;
}

/* line 77, app/assets/stylesheets/base/skins.scss */
.skin-1 .dashboard-header {
  background: transparent;
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 10px 30px;
}

/* line 84, app/assets/stylesheets/base/skins.scss */
.fixed-nav.skin-1 .navbar-fixed-top {
  background: #fff;
}

/* line 88, app/assets/stylesheets/base/skins.scss */
.skin-1 .wrapper-content {
  padding: 30px 15px;
}

/* line 92, app/assets/stylesheets/base/skins.scss */
.skin-1 #application-page-wrapper {
  background: #f4f6fa;
}

/* line 96, app/assets/stylesheets/base/skins.scss */
.skin-1 .ibox-title, .skin-1 .ibox-content {
  border-width: 1px;
}

/* line 100, app/assets/stylesheets/base/skins.scss */
.skin-1 .ibox-content:last-child {
  border-style: solid solid solid solid;
}

/* line 104, app/assets/stylesheets/base/skins.scss */
.skin-1 .nav > li.active {
  border: none;
}

/* line 108, app/assets/stylesheets/base/skins.scss */
.skin-1 .nav-header {
  padding: 35px 25px 25px 25px;
}

/* line 112, app/assets/stylesheets/base/skins.scss */
.skin-1 .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px;
}

/* line 117, app/assets/stylesheets/base/skins.scss */
.skin-1 .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: 0.8;
}

/* line 122, app/assets/stylesheets/base/skins.scss */
.skin-1 .profile-element {
  text-align: center;
}

/* line 126, app/assets/stylesheets/base/skins.scss */
.skin-1 .img-circle {
  border-radius: 5px;
}

/* line 130, app/assets/stylesheets/base/skins.scss */
.skin-1 .navbar-default .nav > li > a:hover, .skin-1 .navbar-default .nav > li > a:focus {
  background: #3a4459;
  color: #fff;
}

/* line 135, app/assets/stylesheets/base/skins.scss */
.skin-1 .nav.nav-tabs > li.active > a {
  color: #555;
}

/* line 139, app/assets/stylesheets/base/skins.scss */
.skin-1 .nav.nav-tabs > li.active {
  background: transparent;
}

/*
 *
 *   SKIN 2 - INSPINIA - Responsive Admin Theme
 *   NAME - Inspinia Ultra
 *
*/
/* line 157, app/assets/stylesheets/base/skins.scss */
body.skin-2 {
  color: #565758 !important;
}

/* line 161, app/assets/stylesheets/base/skins.scss */
.skin-2 .minimalize-styl-2 {
  margin: 14px 5px 5px 25px;
}

/* line 165, app/assets/stylesheets/base/skins.scss */
.skin-2 .navbar-top-links li:last-child {
  margin-right: 25px;
}

/* line 169, app/assets/stylesheets/base/skins.scss */
.skin-2 .spin-icon {
  background: #23c6c8 !important;
}

/* line 173, app/assets/stylesheets/base/skins.scss */
.skin-2 .nav-header {
  background-color: #23c6c8;
  background-image: url(/assets/patterns/header-profile-skin-2-4f752452cff1488d089dd8cd7be3c665ea15aa94f6163f65b8403e54eea9696f.png);
}

/* line 178, app/assets/stylesheets/base/skins.scss */
.skin-2.mini-navbar .nav-second-level {
  background: #ededed;
}

/* line 182, app/assets/stylesheets/base/skins.scss */
.skin-2 .breadcrumb {
  background: transparent;
}

/* line 186, app/assets/stylesheets/base/skins.scss */
.skin-2.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}

/* line 190, app/assets/stylesheets/base/skins.scss */
.skin-2 .page-heading {
  border: none;
  background: rgba(255, 255, 255, 0.7);
}

/* line 195, app/assets/stylesheets/base/skins.scss */
.skin-2 ul.nav-second-level {
  background-color: inherit;
}

/* line 199, app/assets/stylesheets/base/skins.scss */
.skin-2 .nav > li.active {
  background: #e0e0e0;
}

/* line 203, app/assets/stylesheets/base/skins.scss */
.skin-2 .logo-element {
  padding: 17px 0;
}

/* line 207, app/assets/stylesheets/base/skins.scss */
.skin-2 .nav > li > a, .skin-2 .welcome-message {
  color: #edf6ff;
}

/* line 211, app/assets/stylesheets/base/skins.scss */
.skin-2 #top-search::-moz-placeholder {
  color: #edf6ff;
  opacity: 0.5;
}

/* line 216, app/assets/stylesheets/base/skins.scss */
.skin-2 #side-menu > li > a, .skin-2 .nav.nav-second-level > li > a {
  color: #586b7d;
}

/* line 220, app/assets/stylesheets/base/skins.scss */
.skin-2 .nav > li.active > a {
  color: #213a53;
}

/* line 224, app/assets/stylesheets/base/skins.scss */
.skin-2.mini-navbar .nav-header {
  background: #213a53;
}

/* line 228, app/assets/stylesheets/base/skins.scss */
.skin-2 .navbar-minimalize {
  background: #23c6c8;
  border-color: #23c6c8;
}

/* line 233, app/assets/stylesheets/base/skins.scss */
.skin-2 .border-bottom {
  border-bottom: none !important;
}

/* line 237, app/assets/stylesheets/base/skins.scss */
.skin-2 #top-search {
  color: #fff;
}

/* line 241, app/assets/stylesheets/base/skins.scss */
body.skin-2 #wrapper {
  background-color: #ededed;
}

/* line 245, app/assets/stylesheets/base/skins.scss */
.skin-2 .navbar-static-top {
  background: #213a53;
}

/* line 249, app/assets/stylesheets/base/skins.scss */
.fixed-nav.skin-2 .navbar-fixed-top {
  background: #213a53;
  border-bottom: none !important;
}

/* line 254, app/assets/stylesheets/base/skins.scss */
.skin-2 .nav-header {
  padding: 30px 25px 30px 25px;
}

/* line 258, app/assets/stylesheets/base/skins.scss */
.skin-2 .dashboard-header {
  background: rgba(255, 255, 255, 0.4);
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 20px 30px;
}

/* line 265, app/assets/stylesheets/base/skins.scss */
.skin-2 .wrapper-content {
  padding: 30px 15px;
}

/* line 269, app/assets/stylesheets/base/skins.scss */
.skin-2 .dashoard-1 .wrapper-content {
  padding: 0 30px 25px 30px;
}

/* line 273, app/assets/stylesheets/base/skins.scss */
.skin-2 .ibox-title {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  margin-bottom: 1px;
}

/* line 279, app/assets/stylesheets/base/skins.scss */
.skin-2 .ibox-content {
  background: rgba(255, 255, 255, 0.4);
  border: none !important;
}

/* line 284, app/assets/stylesheets/base/skins.scss */
.skin-2 #application-page-wrapper {
  background: #f6f6f6;
  background: -webkit-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
  background: -o-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
  background: -ms-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
  background: radial-gradient(ellipse at center, #f6f6f6 20%, #d5d5d5 100%);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#d5d5d5);
}

/* line 293, app/assets/stylesheets/base/skins.scss */
.skin-2 .ibox-title, .skin-2 .ibox-content {
  border-width: 1px;
}

/* line 297, app/assets/stylesheets/base/skins.scss */
.skin-2 .ibox-content:last-child {
  border-style: solid solid solid solid;
}

/* line 301, app/assets/stylesheets/base/skins.scss */
.skin-2 .nav > li.active {
  border: none;
}

/* line 305, app/assets/stylesheets/base/skins.scss */
.skin-2 .nav-header a.dropdown-toggle {
  color: #edf6ff;
  margin-top: 10px;
}

/* line 310, app/assets/stylesheets/base/skins.scss */
.skin-2 .nav-header a.dropdown-toggle .text-muted {
  color: #edf6ff;
  opacity: 0.8;
}

/* line 315, app/assets/stylesheets/base/skins.scss */
.skin-2 .img-circle {
  border-radius: 10px;
}

/* line 319, app/assets/stylesheets/base/skins.scss */
.skin-2 .nav.navbar-top-links > li > a:hover, .skin-2 .nav.navbar-top-links > li > a:focus {
  background: #1a2d41;
}

/* line 323, app/assets/stylesheets/base/skins.scss */
.skin-2 .navbar-default .nav > li > a:hover, .skin-2 .navbar-default .nav > li > a:focus {
  background: #e0e0e0;
  color: #213a53;
}

/* line 328, app/assets/stylesheets/base/skins.scss */
.skin-2 .nav.nav-tabs > li.active > a {
  color: #555;
}

/* line 332, app/assets/stylesheets/base/skins.scss */
.skin-2 .nav.nav-tabs > li.active {
  background: transparent;
}

/*
 *
 *   SKIN 3 - INSPINIA - Responsive Admin Theme
 *   NAME - Yellow/purple
 *
*/
/* line 350, app/assets/stylesheets/base/skins.scss */
.skin-3 .minimalize-styl-2 {
  margin: 14px 5px 5px 30px;
}

/* line 354, app/assets/stylesheets/base/skins.scss */
.skin-3 .navbar-top-links li:last-child {
  margin-right: 30px;
}

/* line 358, app/assets/stylesheets/base/skins.scss */
.skin-3.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}

/* line 362, app/assets/stylesheets/base/skins.scss */
.skin-3 .spin-icon {
  background: #ecba52 !important;
}

/* line 366, app/assets/stylesheets/base/skins.scss */
body.boxed-layout.skin-3 #wrapper {
  background: #3e2c42;
}

/* line 370, app/assets/stylesheets/base/skins.scss */
.skin-3 .nav-header {
  background-color: #ecba52;
  background-image: url(/assets/patterns/header-profile-skin-3-520fad3ae35815720715a8b4f19d7ebf92c638ca6372208e33362b675bd326c2.png);
}

/* line 375, app/assets/stylesheets/base/skins.scss */
.skin-3.mini-navbar .nav-second-level {
  background: #3e2c42;
}

/* line 379, app/assets/stylesheets/base/skins.scss */
.skin-3 .breadcrumb {
  background: transparent;
}

/* line 383, app/assets/stylesheets/base/skins.scss */
.skin-3 .page-heading {
  border: none;
}

/* line 387, app/assets/stylesheets/base/skins.scss */
.skin-3 ul.nav-second-level {
  background-color: inherit;
}

/* line 391, app/assets/stylesheets/base/skins.scss */
.skin-3 .nav > li.active {
  background: #38283c;
}

/* line 395, app/assets/stylesheets/base/skins.scss */
.fixed-nav.skin-3 .navbar-fixed-top {
  background: #fff;
}

/* line 399, app/assets/stylesheets/base/skins.scss */
.skin-3 .nav > li > a {
  color: #948b96;
}

/* line 403, app/assets/stylesheets/base/skins.scss */
.skin-3 .nav > li.active > a {
  color: #fff;
}

/* line 407, app/assets/stylesheets/base/skins.scss */
.skin-3 .navbar-minimalize {
  background: #ecba52;
  border-color: #ecba52;
}

/* line 412, app/assets/stylesheets/base/skins.scss */
body.skin-3 {
  background: #3e2c42;
}

/* line 416, app/assets/stylesheets/base/skins.scss */
.skin-3 .navbar-static-top {
  background: #ffffff;
}

/* line 420, app/assets/stylesheets/base/skins.scss */
.skin-3 .dashboard-header {
  background: transparent;
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 10px 30px;
}

/* line 427, app/assets/stylesheets/base/skins.scss */
.skin-3 .wrapper-content {
  padding: 30px 15px;
}

/* line 431, app/assets/stylesheets/base/skins.scss */
.skin-3 #application-page-wrapper {
  background: #f4f6fa;
}

/* line 435, app/assets/stylesheets/base/skins.scss */
.skin-3 .ibox-title, .skin-3 .ibox-content {
  border-width: 1px;
}

/* line 439, app/assets/stylesheets/base/skins.scss */
.skin-3 .ibox-content:last-child {
  border-style: solid solid solid solid;
}

/* line 443, app/assets/stylesheets/base/skins.scss */
.skin-3 .nav > li.active {
  border: none;
}

/* line 447, app/assets/stylesheets/base/skins.scss */
.skin-3 .nav-header {
  padding: 35px 25px 25px 25px;
}

/* line 451, app/assets/stylesheets/base/skins.scss */
.skin-3 .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px;
}

/* line 456, app/assets/stylesheets/base/skins.scss */
.skin-3 .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: 0.8;
}

/* line 461, app/assets/stylesheets/base/skins.scss */
.skin-3 .profile-element {
  text-align: center;
}

/* line 465, app/assets/stylesheets/base/skins.scss */
.skin-3 .img-circle {
  border-radius: 5px;
}

/* line 469, app/assets/stylesheets/base/skins.scss */
.skin-3 .navbar-default .nav > li > a:hover, .skin-3 .navbar-default .nav > li > a:focus {
  background: #38283c;
  color: #fff;
}

/* line 474, app/assets/stylesheets/base/skins.scss */
.skin-3 .nav.nav-tabs > li.active > a {
  color: #555;
}

/* line 478, app/assets/stylesheets/base/skins.scss */
.skin-3 .nav.nav-tabs > li.active {
  background: transparent;
}

/* line 7, app/assets/stylesheets/base/md-skin.scss */
body.md-skin {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}

/* line 14, app/assets/stylesheets/base/md-skin.scss */
.md-skin .nav-header {
  background: url(/assets/patterns/4-c789747a898000024b0569089816585d1c899ea9ef707324575ed5624c7788b4.png) no-repeat;
}

/* line 19, app/assets/stylesheets/base/md-skin.scss */
.md-skin .label, .md-skin .badge {
  font-family: 'Roboto';
}

/* line 23, app/assets/stylesheets/base/md-skin.scss */
.md-skin ul.nav-second-level {
  background-color: inherit;
}

/* line 27, app/assets/stylesheets/base/md-skin.scss */
.md-skin .font-bold {
  font-weight: 500;
}

/* line 31, app/assets/stylesheets/base/md-skin.scss */
.md-skin .wrapper-content {
  padding: 30px 20px 40px;
}

@media (max-width: 768px) {
  /* line 36, app/assets/stylesheets/base/md-skin.scss */
  .md-skin .wrapper-content {
    padding: 30px 0 40px;
  }
}

/* line 41, app/assets/stylesheets/base/md-skin.scss */
.md-skin .page-heading {
  border-bottom: none !important;
  border-top: 0;
  padding: 0 10px 20px 10px;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0 6px 0 rgba(0, 0, 0, 0.14);
}

/* line 48, app/assets/stylesheets/base/md-skin.scss */
.md-skin .full-height-layout .page-heading {
  border-bottom: 1px solid #E7EAEC !important;
}

/* line 52, app/assets/stylesheets/base/md-skin.scss */
.md-skin .ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 60, app/assets/stylesheets/base/md-skin.scss */
.md-skin .ibox.border-bottom {
  border-bottom: none !important;
}

/* line 64, app/assets/stylesheets/base/md-skin.scss */
.md-skin .ibox-title, .md-skin .ibox-content {
  border-style: none;
}

/* line 68, app/assets/stylesheets/base/md-skin.scss */
.md-skin .ibox-title h5 {
  font-size: 16px;
  font-weight: 400;
}

/* line 73, app/assets/stylesheets/base/md-skin.scss */
.md-skin a.close-canvas-menu {
  color: #ffffff;
}

/* line 77, app/assets/stylesheets/base/md-skin.scss */
.md-skin .welcome-message {
  color: #ffffff;
  font-weight: 300;
}

/* line 82, app/assets/stylesheets/base/md-skin.scss */
.md-skin #top-search::-moz-placeholder {
  color: #ffffff;
}

/* line 86, app/assets/stylesheets/base/md-skin.scss */
.md-skin #top-search::-webkit-input-placeholder {
  color: #ffffff;
}

/* line 90, app/assets/stylesheets/base/md-skin.scss */
.md-skin #nestable-output,
.md-skin #nestable2-output {
  font-family: 'Roboto', lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
}

/* line 95, app/assets/stylesheets/base/md-skin.scss */
.md-skin .landing-page {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}

/* line 99, app/assets/stylesheets/base/md-skin.scss */
.md-skin .landing-page.navbar-default.navbar-scroll {
  background-color: #fff !important;
}

/* line 102, app/assets/stylesheets/base/md-skin.scss */
.md-skin .landing-page.navbar-default {
  background-color: transparent !important;
  box-shadow: none;
}

/* line 106, app/assets/stylesheets/base/md-skin.scss */
.md-skin .landing-page.navbar-default .nav li a {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}

/* line 110, app/assets/stylesheets/base/md-skin.scss */
.md-skin .nav > li > a {
  color: #6A6C6E;
  padding: 14px 20px 14px 25px;
}

/* line 115, app/assets/stylesheets/base/md-skin.scss */
.md-skin .nav.navbar-right > li > a {
  color: #ffffff;
}

/* line 119, app/assets/stylesheets/base/md-skin.scss */
.md-skin .nav > li.active > a {
  color: #5d5f61;
  font-weight: 700;
}

/* line 124, app/assets/stylesheets/base/md-skin.scss */
.md-skin .navbar-default .nav > li > a:hover, .md-skin .navbar-default .nav > li > a:focus {
  font-weight: 700;
  color: #5d5f61;
}

/* line 129, app/assets/stylesheets/base/md-skin.scss */
.md-skin .nav .open > a, .md-skin .nav .open > a:hover, .md-skin .nav .open > a:focus {
  background: #02BD94;
}

/* line 133, app/assets/stylesheets/base/md-skin.scss */
.md-skin .navbar-top-links li {
  display: inline-table;
}

/* line 137, app/assets/stylesheets/base/md-skin.scss */
.md-skin .navbar-top-links .dropdown-menu li {
  display: block;
}

/* line 141, app/assets/stylesheets/base/md-skin.scss */
.md-skin .pace-done .nav-header {
  transition: all 0.4s;
}

/* line 145, app/assets/stylesheets/base/md-skin.scss */
.md-skin .nav > li.active {
  background: #f9f9f9;
}

/* line 149, app/assets/stylesheets/base/md-skin.scss */
.md-skin .nav-second-level li a {
  padding: 7px 10px 7px 52px;
}

/* line 153, app/assets/stylesheets/base/md-skin.scss */
.md-skin .nav-third-level li a {
  padding-left: 62px;
}

/* line 157, app/assets/stylesheets/base/md-skin.scss */
.md-skin .navbar-top-links li a {
  padding: 20px 10px;
  min-height: 50px;
}

/* line 162, app/assets/stylesheets/base/md-skin.scss */
.md-skin .nav > li > a {
  font-weight: 400;
}

/* line 166, app/assets/stylesheets/base/md-skin.scss */
.md-skin .navbar-static-side .nav > li > a:focus, .md-skin .navbar-static-side .nav > li > a:hover {
  background-color: inherit;
}

/* line 170, app/assets/stylesheets/base/md-skin.scss */
.md-skin .navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: inherit;
}

/* line 175, app/assets/stylesheets/base/md-skin.scss */
.md-skin .nav-header .navbar-fixed-top a {
  color: #ffffff;
}

/* line 179, app/assets/stylesheets/base/md-skin.scss */
.md-skin .nav-header .text-muted {
  color: #ffffff;
}

/* line 183, app/assets/stylesheets/base/md-skin.scss */
.md-skin .navbar-form-custom .form-control {
  font-weight: 300;
}

/* line 187, app/assets/stylesheets/base/md-skin.scss */
.md-skin .mini-navbar .nav-second-level {
  background-color: inherit;
}

/* line 191, app/assets/stylesheets/base/md-skin.scss */
.md-skin .mini-navbar li.active .nav-second-level {
  left: 65px;
}

/* line 195, app/assets/stylesheets/base/md-skin.scss */
.md-skin .canvas-menu.mini-navbar .nav-second-level {
  background: inherit;
}

/* line 199, app/assets/stylesheets/base/md-skin.scss */
.md-skin .pace-done .navbar-static-side, .md-skin .pace-done .nav-header, .md-skin .pace-done li.active, .md-skin .pace-done #application-page-wrapper, .md-skin .pace-done .footer {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* line 206, app/assets/stylesheets/base/md-skin.scss */
.md-skin .navbar-fixed-top {
  background: #fff;
  transition-duration: 0.4s;
  z-index: 2030;
  border-bottom: none !important;
}

/* line 213, app/assets/stylesheets/base/md-skin.scss */
.md-skin .navbar-fixed-top, .md-skin .navbar-static-top {
  background-color: #1AB394 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 218, app/assets/stylesheets/base/md-skin.scss */
.md-skin .navbar-static-side {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 224, app/assets/stylesheets/base/md-skin.scss */
.md-skin #right-sidebar {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: none;
  z-index: 900;
}

/* line 230, app/assets/stylesheets/base/md-skin.scss */
.md-skin .white-bg .navbar-fixed-top, .md-skin .white-bg .navbar-static-top {
  background: #fff !important;
}

/* line 234, app/assets/stylesheets/base/md-skin.scss */
.md-skin .contact-box {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: none;
}

/* line 239, app/assets/stylesheets/base/md-skin.scss */
.md-skin .dashboard-header {
  border-bottom: none !important;
  border-top: 0;
  padding: 20px 20px 20px 20px;
  margin: 30px 20px 0 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  /* line 248, app/assets/stylesheets/base/md-skin.scss */
  .md-skin .dashboard-header {
    margin: 20px 0 0 0;
  }
}

/* line 253, app/assets/stylesheets/base/md-skin.scss */
.md-skin ul.notes li div {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 258, app/assets/stylesheets/base/md-skin.scss */
.md-skin .file {
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 263, app/assets/stylesheets/base/md-skin.scss */
.md-skin .mail-box {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 0;
  margin-bottom: 20px;
  border: none;
}

/* line 271, app/assets/stylesheets/base/md-skin.scss */
.md-skin .mail-box-header {
  border: none;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 30px 20px 20px 20px;
}

/* line 278, app/assets/stylesheets/base/md-skin.scss */
.md-skin .mailbox-content {
  border: none;
  padding: 20px;
  background: #ffffff;
}

/* line 284, app/assets/stylesheets/base/md-skin.scss */
.md-skin .social-feed-box {
  border: none;
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 291, app/assets/stylesheets/base/md-skin.scss */
.md-skin.landing-page .navbar-default {
  background-color: transparent !important;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: none;
}

/* line 298, app/assets/stylesheets/base/md-skin.scss */
.md-skin.landing-page .navbar-default.navbar-scroll, .md-skin.landing-page.body-small .navbar-default {
  background-color: #ffffff !important;
}

/* line 304, app/assets/stylesheets/base/md-skin.scss */
.md-skin.landing-page .nav > li.active {
  background: inherit;
}

/* line 308, app/assets/stylesheets/base/md-skin.scss */
.md-skin.landing-page .navbar-scroll .navbar-nav > li > a {
  padding: 20px 10px;
}

/* line 312, app/assets/stylesheets/base/md-skin.scss */
.md-skin.landing-page .navbar-default .nav li a {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}

/* line 316, app/assets/stylesheets/base/md-skin.scss */
.md-skin.landing-page .nav > li > a {
  padding: 25px 10px 15px 10px;
}

/* line 320, app/assets/stylesheets/base/md-skin.scss */
.md-skin.landing-page .navbar-default .navbar-nav > li > a:hover, .md-skin.landing-page .navbar-default .navbar-nav > li > a:focus {
  background: inherit;
  color: #02BD94;
}

/* line 326, app/assets/stylesheets/base/md-skin.scss */
.md-skin.landing-page.body-small .nav.navbar-right > li > a {
  color: #6A6C6E;
}

/* line 330, app/assets/stylesheets/base/md-skin.scss */
.md-skin .landing_link a, .md-skin .special_link a {
  color: #ffffff !important;
}

/* line 334, app/assets/stylesheets/base/md-skin.scss */
.md-skin.canvas-menu.mini-navbar .nav-second-level {
  background: #f9f9f9;
}

/* line 338, app/assets/stylesheets/base/md-skin.scss */
.md-skin.mini-navbar .nav-second-level {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 343, app/assets/stylesheets/base/md-skin.scss */
.md-skin.mini-navbar .nav-second-level li a {
  padding-left: 0;
}

/* line 347, app/assets/stylesheets/base/md-skin.scss */
.md-skin.top-navigation .nav.navbar-right > li > a {
  padding: 15px 20px;
  color: #6A6C6E;
}

/* line 352, app/assets/stylesheets/base/md-skin.scss */
.md-skin.top-navigation .nav > li a:hover, .md-skin .top-navigation .nav > li a:focus, .md-skin.top-navigation .nav .open > a, .md-skin.top-navigation .nav .open > a:hover, .md-skin.top-navigation .nav .open > a:focus {
  color: #02BD94;
  background: #ffffff;
}

/* line 360, app/assets/stylesheets/base/md-skin.scss */
.md-skin.top-navigation .nav > li.active a {
  color: #02BD94;
  background: #ffffff;
}

/* line 365, app/assets/stylesheets/base/md-skin.scss */
.md-skin.fixed-nav #side-menu {
  background-color: #fff;
}

/* line 369, app/assets/stylesheets/base/md-skin.scss */
.md-skin.fixed-nav #wrapper.top-navigation #application-page-wrapper {
  margin-top: 0;
}

/* line 373, app/assets/stylesheets/base/md-skin.scss */
.md-skin.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0;
}

/* line 377, app/assets/stylesheets/base/md-skin.scss */
.md-skin.fixed-sidebar.mini-navbar #application-page-wrapper {
  margin: 0 0 0 0;
}

/* line 381, app/assets/stylesheets/base/md-skin.scss */
.md-skin.body-small.fixed-sidebar.mini-navbar #application-page-wrapper {
  margin: 0 0 0 0;
}

/* line 385, app/assets/stylesheets/base/md-skin.scss */
.md-skin.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
  background-color: #ffffff;
}

/* line 390, app/assets/stylesheets/base/md-skin.scss */
.md-skin.boxed-layout #wrapper {
  background-color: #ffffff;
}

/* line 394, app/assets/stylesheets/base/md-skin.scss */
.md-skin.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  background: #ffffff;
  height: 100%;
  position: fixed;
  display: none;
}

@media (min-width: 768px) {
  /* line 4, app/assets/stylesheets/base/media.scss */
  #application-page-wrapper {
    position: inherit;
    margin: 0 0 0 220px;
    min-height: 100vh;
  }
  /* line 10, app/assets/stylesheets/base/media.scss */
  .navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 220px;
  }
  /* line 15, app/assets/stylesheets/base/media.scss */
  .navbar-static-side.z-index-0 {
    z-index: 0;
  }
  /* line 18, app/assets/stylesheets/base/media.scss */
  .navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  /* line 27, app/assets/stylesheets/base/media.scss */
  #application-page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 100vh;
  }
  /* line 33, app/assets/stylesheets/base/media.scss */
  .body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px;
  }
  /* line 40, app/assets/stylesheets/base/media.scss */
  .body-small.mini-navbar .navbar-static-side {
    display: block;
  }
  /* line 44, app/assets/stylesheets/base/media.scss */
  .navbar-static-side.z-index {
    z-index: 1;
  }
  /* line 48, app/assets/stylesheets/base/media.scss */
  .lock-word {
    display: none;
  }
  /* line 52, app/assets/stylesheets/base/media.scss */
  .navbar-form-custom {
    display: none;
  }
  /* line 56, app/assets/stylesheets/base/media.scss */
  .navbar-header {
    display: inline;
    float: left;
  }
  /* line 61, app/assets/stylesheets/base/media.scss */
  .sidebar-panel {
    z-index: 2;
    position: relative;
    width: auto;
    min-height: 100% !important;
  }
  /* line 68, app/assets/stylesheets/base/media.scss */
  .sidebar-content .wrapper {
    padding-right: 0;
    z-index: 1;
  }
  /* line 73, app/assets/stylesheets/base/media.scss */
  .fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px;
  }
  /* line 80, app/assets/stylesheets/base/media.scss */
  .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
  }
  /* line 84, app/assets/stylesheets/base/media.scss */
  .ibox-tools {
    float: none;
    text-align: right;
    display: block;
  }
  /* line 90, app/assets/stylesheets/base/media.scss */
  .navbar-static-side {
    display: none;
  }
  /* line 92, app/assets/stylesheets/base/media.scss */
  body:not(.mini-navbar) {
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    background-color: #F4F4F4;
  }
  /* line 101, app/assets/stylesheets/base/media.scss */
  .quick-filters {
    display: none;
  }
}

@media (max-width: 350px) {
  /* line 109, app/assets/stylesheets/base/media.scss */
  .timeline-item .date {
    text-align: left;
    width: 110px;
    position: relative;
    padding-top: 30px;
  }
  /* line 116, app/assets/stylesheets/base/media.scss */
  .timeline-item .date i {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 5px;
    width: 30px;
    text-align: center;
    border: 1px solid #E7EAEC;
    background: #f8f8f8;
  }
  /* line 127, app/assets/stylesheets/base/media.scss */
  .timeline-item .content {
    border-left: none;
    border-top: 1px solid #E7EAEC;
    padding-top: 10px;
    min-height: 100px;
  }
  /* line 134, app/assets/stylesheets/base/media.scss */
  .nav.navbar-top-links li.dropdown {
    display: none;
  }
  /* line 138, app/assets/stylesheets/base/media.scss */
  .ibox-tools {
    float: none;
    text-align: left;
    display: inline-block;
  }
}

@media (max-width: 992px) {
  /* line 147, app/assets/stylesheets/base/media.scss */
  .ibox-widgets {
    display: none !important;
  }
}

@media (min-width: 1450px) {
  /* line 154, app/assets/stylesheets/base/media.scss */
  .ibox-widgets .m-l-auto {
    margin-left: auto;
  }
}

@media (min-width: 992px) and (max-width: 1450px) {
  /* line 162, app/assets/stylesheets/base/media.scss */
  .ibox-widgets .approval-filter {
    padding-top: 10px;
  }
}

/* Only demo */
@media (max-width: 991px) {
  /* line 3, app/assets/stylesheets/base/custom.scss */
  .hide-on-small {
    display: none;
  }
}

@media (min-width: 991px) {
  /* line 9, app/assets/stylesheets/base/custom.scss */
  .hide-on-middle {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 15, app/assets/stylesheets/base/custom.scss */
  .hide-on-big {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/base/opacity.scss */
.opacity-0 {
  opacity: 0;
}

/* line 5, app/assets/stylesheets/base/opacity.scss */
.opacity-1 {
  opacity: 0.2;
}

/* line 9, app/assets/stylesheets/base/opacity.scss */
.opacity-2 {
  opacity: 0.4;
}

/* line 13, app/assets/stylesheets/base/opacity.scss */
.opacity-3 {
  opacity: 0.6;
}

/* line 17, app/assets/stylesheets/base/opacity.scss */
.opacity-4 {
  opacity: 0.8;
}

/* line 21, app/assets/stylesheets/base/opacity.scss */
.opacity-5 {
  opacity: 1;
}

/* line 25, app/assets/stylesheets/base/opacity.scss */
.opacity-0-7 {
  opacity: 0.7;
}

@media print {
  /* line 60, app/assets/stylesheets/style.scss */
  nav.navbar-static-side {
    display: none;
  }
  /* line 64, app/assets/stylesheets/style.scss */
  body {
    overflow: visible !important;
  }
  /* line 66, app/assets/stylesheets/style.scss */
  #application-page-wrapper {
    margin: 0;
  }
}
/*! nouislider - 14.0.3 - 10/10/2019 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.currency-flag {
  display: inline-block;
  width: 24px;
  height: 16px;
  background-size: cover;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle_fallback.png");
}

.np-theme-personal .currency-flag {
  height: 24px;
  background-image: url("https://wise.com/web-art/assets/flags/wise.svg");
}

.currency-flag-sm {
  width: 16px;
  height: 10px;
}

.np-theme-personal .currency-flag-sm {
  height: 16px;
}

.currency-flag-lg {
  width: 36px;
  height: 24px;
}

.np-theme-personal .currency-flag-lg {
  height: 36px;
}

.currency-flag-xl {
  width: 48px;
  height: 32px;
}

.np-theme-personal .currency-flag-xl {
  height: 48px;
}

.currency-flag.currency-flag-aed {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/aed.png");
}
.currency-flag.currency-flag-afn {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/afn.png");
}
.currency-flag.currency-flag-all {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/all.png");
}
.currency-flag.currency-flag-amd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/amd.png");
}
.currency-flag.currency-flag-ang {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/ang.png");
}
.currency-flag.currency-flag-aoa {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/aoa.png");
}
.currency-flag.currency-flag-ars {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/ars.png");
}
.currency-flag.currency-flag-aud {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/aud.png");
}
.currency-flag.currency-flag-awg {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/awg.png");
}
.currency-flag.currency-flag-azn {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/azn.png");
}
.currency-flag.currency-flag-bam {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bam.png");
}
.currency-flag.currency-flag-bbd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bbd.png");
}
.currency-flag.currency-flag-bdt {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bdt.png");
}
.currency-flag.currency-flag-bgn {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bgn.png");
}
.currency-flag.currency-flag-bhd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bhd.png");
}
.currency-flag.currency-flag-bif {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bif.png");
}
.currency-flag.currency-flag-bmd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bmd.png");
}
.currency-flag.currency-flag-bnd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bnd.png");
}
.currency-flag.currency-flag-bob {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bob.png");
}
.currency-flag.currency-flag-brl {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/brl.png");
}
.currency-flag.currency-flag-bsd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bsd.png");
}
.currency-flag.currency-flag-btn {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/btn.png");
}
.currency-flag.currency-flag-bwp {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bwp.png");
}
.currency-flag.currency-flag-byn {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/byn.png");
}
.currency-flag.currency-flag-bzd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bzd.png");
}
.currency-flag.currency-flag-cad {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/cad.png");
}
.currency-flag.currency-flag-cdf {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/cdf.png");
}
.currency-flag.currency-flag-chf {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/chf.png");
}
.currency-flag.currency-flag-clp {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/clp.png");
}
.currency-flag.currency-flag-cny {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/cny.png");
}
.currency-flag.currency-flag-cop {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/cop.png");
}
.currency-flag.currency-flag-crc {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/crc.png");
}
.currency-flag.currency-flag-cup {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/cup.png");
}
.currency-flag.currency-flag-cve {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/cve.png");
}
.currency-flag.currency-flag-czk {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/czk.png");
}
.currency-flag.currency-flag-djf {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/djf.png");
}
.currency-flag.currency-flag-dkk {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/dkk.png");
}
.currency-flag.currency-flag-dop {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/dop.png");
}
.currency-flag.currency-flag-dzd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/dzd.png");
}
.currency-flag.currency-flag-egp {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/egp.png");
}
.currency-flag.currency-flag-ern {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/ern.png");
}
.currency-flag.currency-flag-etb {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/etb.png");
}
.currency-flag.currency-flag-eur {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/eur.png");
}
.currency-flag.currency-flag-fjd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/fjd.png");
}
.currency-flag.currency-flag-fkp {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/fkp.png");
}
.currency-flag.currency-flag-gbp {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/gbp.png");
}
.currency-flag.currency-flag-gel {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/gel.png");
}
.currency-flag.currency-flag-ggp {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/ggp.png");
}
.currency-flag.currency-flag-ghs {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/ghs.png");
}
.currency-flag.currency-flag-gip {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/gip.png");
}
.currency-flag.currency-flag-gmd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/gmd.png");
}
.currency-flag.currency-flag-gnf {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/gnf.png");
}
.currency-flag.currency-flag-gtq {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/gtq.png");
}
.currency-flag.currency-flag-gyd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/gyd.png");
}
.currency-flag.currency-flag-hkd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/hkd.png");
}
.currency-flag.currency-flag-hnl {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/hnl.png");
}
.currency-flag.currency-flag-hrk {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/hrk.png");
}
.currency-flag.currency-flag-htg {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/htg.png");
}
.currency-flag.currency-flag-huf {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/huf.png");
}
.currency-flag.currency-flag-idr {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/idr.png");
}
.currency-flag.currency-flag-ils {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/ils.png");
}
.currency-flag.currency-flag-imp {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/imp.png");
}
.currency-flag.currency-flag-inr {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/inr.png");
}
.currency-flag.currency-flag-iqd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/iqd.png");
}
.currency-flag.currency-flag-irr {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/irr.png");
}
.currency-flag.currency-flag-isk {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/isk.png");
}
.currency-flag.currency-flag-jep {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/jep.png");
}
.currency-flag.currency-flag-jmd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/jmd.png");
}
.currency-flag.currency-flag-jod {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/jod.png");
}
.currency-flag.currency-flag-jpy {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/jpy.png");
}
.currency-flag.currency-flag-kes {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/kes.png");
}
.currency-flag.currency-flag-kgs {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/kgs.png");
}
.currency-flag.currency-flag-khr {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/khr.png");
}
.currency-flag.currency-flag-kmf {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/kmf.png");
}
.currency-flag.currency-flag-kpw {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/kpw.png");
}
.currency-flag.currency-flag-krw {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/krw.png");
}
.currency-flag.currency-flag-kwd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/kwd.png");
}
.currency-flag.currency-flag-kyd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/kyd.png");
}
.currency-flag.currency-flag-kzt {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/kzt.png");
}
.currency-flag.currency-flag-lak {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/lak.png");
}
.currency-flag.currency-flag-lbp {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/lbp.png");
}
.currency-flag.currency-flag-lkr {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/lkr.png");
}
.currency-flag.currency-flag-lrd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/lrd.png");
}
.currency-flag.currency-flag-lsl {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/lsl.png");
}
.currency-flag.currency-flag-ltl {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/ltl.png");
}
.currency-flag.currency-flag-lyd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/lyd.png");
}
.currency-flag.currency-flag-mad {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mad.png");
}
.currency-flag.currency-flag-mdl {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mdl.png");
}
.currency-flag.currency-flag-mga {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mga.png");
}
.currency-flag.currency-flag-mkd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mkd.png");
}
.currency-flag.currency-flag-mmk {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mmk.png");
}
.currency-flag.currency-flag-mnt {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mnt.png");
}
.currency-flag.currency-flag-mop {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mop.png");
}
.currency-flag.currency-flag-mro {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mro.png");
}
.currency-flag.currency-flag-mur {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mur.png");
}
.currency-flag.currency-flag-mvr {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mvr.png");
}
.currency-flag.currency-flag-mwk {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mwk.png");
}
.currency-flag.currency-flag-mxn {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mxn.png");
}
.currency-flag.currency-flag-myr {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/myr.png");
}
.currency-flag.currency-flag-mzn {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mzn.png");
}
.currency-flag.currency-flag-nad {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/nad.png");
}
.currency-flag.currency-flag-ngn {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/ngn.png");
}
.currency-flag.currency-flag-nio {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/nio.png");
}
.currency-flag.currency-flag-nok {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/nok.png");
}
.currency-flag.currency-flag-npr {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/npr.png");
}
.currency-flag.currency-flag-nzd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/nzd.png");
}
.currency-flag.currency-flag-omr {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/omr.png");
}
.currency-flag.currency-flag-pab {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/pab.png");
}
.currency-flag.currency-flag-pen {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/pen.png");
}
.currency-flag.currency-flag-pgk {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/pgk.png");
}
.currency-flag.currency-flag-php {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/php.png");
}
.currency-flag.currency-flag-pkr {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/pkr.png");
}
.currency-flag.currency-flag-pln {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/pln.png");
}
.currency-flag.currency-flag-pyg {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/pyg.png");
}
.currency-flag.currency-flag-qar {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/qar.png");
}
.currency-flag.currency-flag-ron {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/ron.png");
}
.currency-flag.currency-flag-rsd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/rsd.png");
}
.currency-flag.currency-flag-rub {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/rub.png");
}
.currency-flag.currency-flag-rwf {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/rwf.png");
}
.currency-flag.currency-flag-sar {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/sar.png");
}
.currency-flag.currency-flag-sbd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/sbd.png");
}
.currency-flag.currency-flag-scr {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/scr.png");
}
.currency-flag.currency-flag-sek {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/sek.png");
}
.currency-flag.currency-flag-sgd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/sgd.png");
}
.currency-flag.currency-flag-shp {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/shp.png");
}
.currency-flag.currency-flag-sll {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/sll.png");
}
.currency-flag.currency-flag-sle {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/sll.png");
}
.currency-flag.currency-flag-sos {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/sos.png");
}
.currency-flag.currency-flag-srd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/srd.png");
}
.currency-flag.currency-flag-std {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/std.png");
}
.currency-flag.currency-flag-svc {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/svc.png");
}
.currency-flag.currency-flag-syp {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/syp.png");
}
.currency-flag.currency-flag-szl {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/szl.png");
}
.currency-flag.currency-flag-thb {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/thb.png");
}
.currency-flag.currency-flag-tjs {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/tjs.png");
}
.currency-flag.currency-flag-tmt {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/tmt.png");
}
.currency-flag.currency-flag-tnd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/tnd.png");
}
.currency-flag.currency-flag-top {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/top.png");
}
.currency-flag.currency-flag-try {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/try.png");
}
.currency-flag.currency-flag-ttd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/ttd.png");
}
.currency-flag.currency-flag-twd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/twd.png");
}
.currency-flag.currency-flag-tzs {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/tzs.png");
}
.currency-flag.currency-flag-uah {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/uah.png");
}
.currency-flag.currency-flag-ugx {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/ugx.png");
}
.currency-flag.currency-flag-usd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/usd.png");
}
.currency-flag.currency-flag-uyu {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/uyu.png");
}
.currency-flag.currency-flag-uzs {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/uzs.png");
}
.currency-flag.currency-flag-vef {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/vef.png");
}
.currency-flag.currency-flag-vnd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/vnd.png");
}
.currency-flag.currency-flag-vuv {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/vuv.png");
}
.currency-flag.currency-flag-wst {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/wst.png");
}
.currency-flag.currency-flag-xaf {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/xaf.png");
}
.currency-flag.currency-flag-xcd {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/xcd.png");
}
.currency-flag.currency-flag-xof {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/xof.png");
}
.currency-flag.currency-flag-xpf {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/xpf.png");
}
.currency-flag.currency-flag-yer {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/yer.png");
}
.currency-flag.currency-flag-zar {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/zar.png");
}
.currency-flag.currency-flag-zmw {
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/zmw.png");
}

.np-theme-personal .currency-flag.currency-flag-aed {
  background-image: url("https://wise.com/web-art/assets/flags/aed.svg");
}
.np-theme-personal .currency-flag.currency-flag-afn {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/afn.png");
}
.np-theme-personal .currency-flag.currency-flag-all {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/all.png");
}
.np-theme-personal .currency-flag.currency-flag-amd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/amd.png");
}
.np-theme-personal .currency-flag.currency-flag-ang {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/ang.png");
}
.np-theme-personal .currency-flag.currency-flag-aoa {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/aoa.png");
}
.np-theme-personal .currency-flag.currency-flag-ars {
  background-image: url("https://wise.com/web-art/assets/flags/ars.svg");
}
.np-theme-personal .currency-flag.currency-flag-aud {
  background-image: url("https://wise.com/web-art/assets/flags/aud.svg");
}
.np-theme-personal .currency-flag.currency-flag-awg {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/awg.png");
}
.np-theme-personal .currency-flag.currency-flag-azn {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/azn.png");
}
.np-theme-personal .currency-flag.currency-flag-bam {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bam.png");
}
.np-theme-personal .currency-flag.currency-flag-bbd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bbd.png");
}
.np-theme-personal .currency-flag.currency-flag-bdt {
  background-image: url("https://wise.com/web-art/assets/flags/bdt.svg");
}
.np-theme-personal .currency-flag.currency-flag-bgn {
  background-image: url("https://wise.com/web-art/assets/flags/bgn.svg");
}
.np-theme-personal .currency-flag.currency-flag-bhd {
  background-image: url("https://wise.com/web-art/assets/flags/bhd.svg");
}
.np-theme-personal .currency-flag.currency-flag-bif {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bif.png");
}
.np-theme-personal .currency-flag.currency-flag-bmd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bmd.png");
}
.np-theme-personal .currency-flag.currency-flag-bnd {
  background-image: url("https://wise.com/web-art/assets/flags/bnd.svg");
}
.np-theme-personal .currency-flag.currency-flag-bob {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bob.png");
}
.np-theme-personal .currency-flag.currency-flag-brl {
  background-image: url("https://wise.com/web-art/assets/flags/brl.svg");
}
.np-theme-personal .currency-flag.currency-flag-bsd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bsd.png");
}
.np-theme-personal .currency-flag.currency-flag-btn {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/btn.png");
}
.np-theme-personal .currency-flag.currency-flag-bwp {
  background-image: url("https://wise.com/web-art/assets/flags/bwp.svg");
}
.np-theme-personal .currency-flag.currency-flag-byn {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/byn.png");
}
.np-theme-personal .currency-flag.currency-flag-bzd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/bzd.png");
}
.np-theme-personal .currency-flag.currency-flag-cad {
  background-image: url("https://wise.com/web-art/assets/flags/cad.svg");
}
.np-theme-personal .currency-flag.currency-flag-cdf {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/cdf.png");
}
.np-theme-personal .currency-flag.currency-flag-chf {
  background-image: url("https://wise.com/web-art/assets/flags/chf.svg");
}
.np-theme-personal .currency-flag.currency-flag-clp {
  background-image: url("https://wise.com/web-art/assets/flags/clp.svg");
}
.np-theme-personal .currency-flag.currency-flag-cny {
  background-image: url("https://wise.com/web-art/assets/flags/cny.svg");
}
.np-theme-personal .currency-flag.currency-flag-cop {
  background-image: url("https://wise.com/web-art/assets/flags/cop.svg");
}
.np-theme-personal .currency-flag.currency-flag-crc {
  background-image: url("https://wise.com/web-art/assets/flags/crc.svg");
}
.np-theme-personal .currency-flag.currency-flag-cup {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/cup.png");
}
.np-theme-personal .currency-flag.currency-flag-cve {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/cve.png");
}
.np-theme-personal .currency-flag.currency-flag-czk {
  background-image: url("https://wise.com/web-art/assets/flags/czk.svg");
}
.np-theme-personal .currency-flag.currency-flag-djf {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/djf.png");
}
.np-theme-personal .currency-flag.currency-flag-dkk {
  background-image: url("https://wise.com/web-art/assets/flags/dkk.svg");
}
.np-theme-personal .currency-flag.currency-flag-dop {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/dop.png");
}
.np-theme-personal .currency-flag.currency-flag-dzd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/dzd.png");
}
.np-theme-personal .currency-flag.currency-flag-egp {
  background-image: url("https://wise.com/web-art/assets/flags/egp.svg");
}
.np-theme-personal .currency-flag.currency-flag-ern {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/ern.png");
}
.np-theme-personal .currency-flag.currency-flag-etb {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/etb.png");
}
.np-theme-personal .currency-flag.currency-flag-eur {
  background-image: url("https://wise.com/web-art/assets/flags/eur.svg");
}
.np-theme-personal .currency-flag.currency-flag-fjd {
  background-image: url("https://wise.com/web-art/assets/flags/fjd.svg");
}
.np-theme-personal .currency-flag.currency-flag-fkp {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/fkp.png");
}
.np-theme-personal .currency-flag.currency-flag-gbp {
  background-image: url("https://wise.com/web-art/assets/flags/gbp.svg");
}
.np-theme-personal .currency-flag.currency-flag-gel {
  background-image: url("https://wise.com/web-art/assets/flags/gel.svg");
}
.np-theme-personal .currency-flag.currency-flag-ggp {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/ggp.png");
}
.np-theme-personal .currency-flag.currency-flag-ghs {
  background-image: url("https://wise.com/web-art/assets/flags/ghs.svg");
}
.np-theme-personal .currency-flag.currency-flag-gip {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/gip.png");
}
.np-theme-personal .currency-flag.currency-flag-gmd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/gmd.png");
}
.np-theme-personal .currency-flag.currency-flag-gnf {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/gnf.png");
}
.np-theme-personal .currency-flag.currency-flag-gtq {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/gtq.png");
}
.np-theme-personal .currency-flag.currency-flag-gyd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/gyd.png");
}
.np-theme-personal .currency-flag.currency-flag-hkd {
  background-image: url("https://wise.com/web-art/assets/flags/hkd.svg");
}
.np-theme-personal .currency-flag.currency-flag-hnl {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/hnl.png");
}
.np-theme-personal .currency-flag.currency-flag-hrk {
  background-image: url("https://wise.com/web-art/assets/flags/hrk.svg");
}
.np-theme-personal .currency-flag.currency-flag-htg {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/htg.png");
}
.np-theme-personal .currency-flag.currency-flag-huf {
  background-image: url("https://wise.com/web-art/assets/flags/huf.svg");
}
.np-theme-personal .currency-flag.currency-flag-idr {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/idr.png");
}
.np-theme-personal .currency-flag.currency-flag-ils {
  background-image: url("https://wise.com/web-art/assets/flags/ils.svg");
}
.np-theme-personal .currency-flag.currency-flag-imp {
  background-image: url("https://wise.com/web-art/assets/flags/imp.svg");
}
.np-theme-personal .currency-flag.currency-flag-inr {
  background-image: url("https://wise.com/web-art/assets/flags/inr.svg");
}
.np-theme-personal .currency-flag.currency-flag-iqd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/iqd.png");
}
.np-theme-personal .currency-flag.currency-flag-irr {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/irr.png");
}
.np-theme-personal .currency-flag.currency-flag-isk {
  background-image: url("https://wise.com/web-art/assets/flags/isk.svg");
}
.np-theme-personal .currency-flag.currency-flag-jep {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/jep.png");
}
.np-theme-personal .currency-flag.currency-flag-jmd {
  background-image: url("https://wise.com/web-art/assets/flags/jmd.svg");
}
.np-theme-personal .currency-flag.currency-flag-jod {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/jod.png");
}
.np-theme-personal .currency-flag.currency-flag-jpy {
  background-image: url("https://wise.com/web-art/assets/flags/jpy.svg");
}
.np-theme-personal .currency-flag.currency-flag-kes {
  background-image: url("https://wise.com/web-art/assets/flags/kes.svg");
}
.np-theme-personal .currency-flag.currency-flag-kgs {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/kgs.png");
}
.np-theme-personal .currency-flag.currency-flag-khr {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/khr.png");
}
.np-theme-personal .currency-flag.currency-flag-kmf {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/kmf.png");
}
.np-theme-personal .currency-flag.currency-flag-kpw {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/kpw.png");
}
.np-theme-personal .currency-flag.currency-flag-krw {
  background-image: url("https://wise.com/web-art/assets/flags/krw.svg");
}
.np-theme-personal .currency-flag.currency-flag-kwd {
  background-image: url("https://wise.com/web-art/assets/flags/kwd.svg");
}
.np-theme-personal .currency-flag.currency-flag-kyd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/kyd.png");
}
.np-theme-personal .currency-flag.currency-flag-kzt {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/kzt.png");
}
.np-theme-personal .currency-flag.currency-flag-lak {
  background-image: url("https://wise.com/web-art/assets/flags/lak.svg");
}
.np-theme-personal .currency-flag.currency-flag-lbp {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/lbp.png");
}
.np-theme-personal .currency-flag.currency-flag-lkr {
  background-image: url("https://wise.com/web-art/assets/flags/lkr.svg");
}
.np-theme-personal .currency-flag.currency-flag-lrd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/lrd.png");
}
.np-theme-personal .currency-flag.currency-flag-lsl {
  background-image: url("https://wise.com/web-art/assets/flags/lsl.svg");
}
.np-theme-personal .currency-flag.currency-flag-ltl {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/ltl.png");
}
.np-theme-personal .currency-flag.currency-flag-lyd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/lyd.png");
}
.np-theme-personal .currency-flag.currency-flag-mad {
  background-image: url("https://wise.com/web-art/assets/flags/mad.svg");
}
.np-theme-personal .currency-flag.currency-flag-mdl {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mdl.png");
}
.np-theme-personal .currency-flag.currency-flag-mga {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mga.png");
}
.np-theme-personal .currency-flag.currency-flag-mkd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mkd.png");
}
.np-theme-personal .currency-flag.currency-flag-mmk {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mmk.png");
}
.np-theme-personal .currency-flag.currency-flag-mnt {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mnt.png");
}
.np-theme-personal .currency-flag.currency-flag-mop {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mop.png");
}
.np-theme-personal .currency-flag.currency-flag-mro {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mro.png");
}
.np-theme-personal .currency-flag.currency-flag-mur {
  background-image: url("https://wise.com/web-art/assets/flags/mur.svg");
}
.np-theme-personal .currency-flag.currency-flag-mvr {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mvr.png");
}
.np-theme-personal .currency-flag.currency-flag-mwk {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/mwk.png");
}
.np-theme-personal .currency-flag.currency-flag-mxn {
  background-image: url("https://wise.com/web-art/assets/flags/mxn.svg");
}
.np-theme-personal .currency-flag.currency-flag-myr {
  background-image: url("https://wise.com/web-art/assets/flags/myr.svg");
}
.np-theme-personal .currency-flag.currency-flag-mzn {
  background-image: url("https://wise.com/web-art/assets/flags/mzn.svg");
}
.np-theme-personal .currency-flag.currency-flag-nad {
  background-image: url("https://wise.com/web-art/assets/flags/nad.svg");
}
.np-theme-personal .currency-flag.currency-flag-ngn {
  background-image: url("https://wise.com/web-art/assets/flags/ngn.svg");
}
.np-theme-personal .currency-flag.currency-flag-nio {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/nio.png");
}
.np-theme-personal .currency-flag.currency-flag-nok {
  background-image: url("https://wise.com/web-art/assets/flags/nok.svg");
}
.np-theme-personal .currency-flag.currency-flag-npr {
  background-image: url("https://wise.com/web-art/assets/flags/npr.svg");
}
.np-theme-personal .currency-flag.currency-flag-nzd {
  background-image: url("https://wise.com/web-art/assets/flags/nzd.svg");
}
.np-theme-personal .currency-flag.currency-flag-omr {
  background-image: url("https://wise.com/web-art/assets/flags/omr.svg");
}
.np-theme-personal .currency-flag.currency-flag-pab {
  background-image: url("https://wise.com/web-art/assets/flags/pab.svg");
}
.np-theme-personal .currency-flag.currency-flag-pen {
  background-image: url("https://wise.com/web-art/assets/flags/pen.svg");
}
.np-theme-personal .currency-flag.currency-flag-pgk {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/pgk.png");
}
.np-theme-personal .currency-flag.currency-flag-php {
  background-image: url("https://wise.com/web-art/assets/flags/php.svg");
}
.np-theme-personal .currency-flag.currency-flag-pkr {
  background-image: url("https://wise.com/web-art/assets/flags/pkr.svg");
}
.np-theme-personal .currency-flag.currency-flag-pln {
  background-image: url("https://wise.com/web-art/assets/flags/pln.svg");
}
.np-theme-personal .currency-flag.currency-flag-pyg {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/pyg.png");
}
.np-theme-personal .currency-flag.currency-flag-qar {
  background-image: url("https://wise.com/web-art/assets/flags/qar.svg");
}
.np-theme-personal .currency-flag.currency-flag-ron {
  background-image: url("https://wise.com/web-art/assets/flags/ron.svg");
}
.np-theme-personal .currency-flag.currency-flag-rsd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/rsd.png");
}
.np-theme-personal .currency-flag.currency-flag-rub {
  background-image: url("https://wise.com/web-art/assets/flags/rub.svg");
}
.np-theme-personal .currency-flag.currency-flag-rwf {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/rwf.png");
}
.np-theme-personal .currency-flag.currency-flag-sar {
  background-image: url("https://wise.com/web-art/assets/flags/sar.svg");
}
.np-theme-personal .currency-flag.currency-flag-sbd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/sbd.png");
}
.np-theme-personal .currency-flag.currency-flag-scr {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/scr.png");
}
.np-theme-personal .currency-flag.currency-flag-sek {
  background-image: url("https://wise.com/web-art/assets/flags/sek.svg");
}
.np-theme-personal .currency-flag.currency-flag-sgd {
  background-image: url("https://wise.com/web-art/assets/flags/sgd.svg");
}
.np-theme-personal .currency-flag.currency-flag-shp {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/shp.png");
}
.np-theme-personal .currency-flag.currency-flag-sll {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/sll.png");
}
.np-theme-personal .currency-flag.currency-flag-sle {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/sll.png");
}
.np-theme-personal .currency-flag.currency-flag-sos {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/sos.png");
}
.np-theme-personal .currency-flag.currency-flag-srd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/srd.png");
}
.np-theme-personal .currency-flag.currency-flag-std {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/std.png");
}
.np-theme-personal .currency-flag.currency-flag-svc {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/svc.png");
}
.np-theme-personal .currency-flag.currency-flag-syp {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/syp.png");
}
.np-theme-personal .currency-flag.currency-flag-szl {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/szl.png");
}
.np-theme-personal .currency-flag.currency-flag-thb {
  background-image: url("https://wise.com/web-art/assets/flags/thb.svg");
}
.np-theme-personal .currency-flag.currency-flag-tjs {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/tjs.png");
}
.np-theme-personal .currency-flag.currency-flag-tmt {
  background-image: url("https://wise.com/web-art/assets/flags/tmt.svg");
}
.np-theme-personal .currency-flag.currency-flag-tnd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/tnd.png");
}
.np-theme-personal .currency-flag.currency-flag-top {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/top.png");
}
.np-theme-personal .currency-flag.currency-flag-try {
  background-image: url("https://wise.com/web-art/assets/flags/try.svg");
}
.np-theme-personal .currency-flag.currency-flag-ttd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/ttd.png");
}
.np-theme-personal .currency-flag.currency-flag-twd {
  background-image: url("https://wise.com/web-art/assets/flags/twd.svg");
}
.np-theme-personal .currency-flag.currency-flag-tzs {
  background-image: url("https://wise.com/web-art/assets/flags/tzs.svg");
}
.np-theme-personal .currency-flag.currency-flag-uah {
  background-image: url("https://wise.com/web-art/assets/flags/uah.svg");
}
.np-theme-personal .currency-flag.currency-flag-ugx {
  background-image: url("https://wise.com/web-art/assets/flags/ugx.svg");
}
.np-theme-personal .currency-flag.currency-flag-usd {
  background-image: url("https://wise.com/web-art/assets/flags/usd.svg");
}
.np-theme-personal .currency-flag.currency-flag-uyu {
  background-image: url("https://wise.com/web-art/assets/flags/uyu.svg");
}
.np-theme-personal .currency-flag.currency-flag-uzs {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/uzs.png");
}
.np-theme-personal .currency-flag.currency-flag-vef {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/vef.png");
}
.np-theme-personal .currency-flag.currency-flag-vnd {
  background-image: url("https://wise.com/web-art/assets/flags/vnd.svg");
}
.np-theme-personal .currency-flag.currency-flag-vuv {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/vuv.png");
}
.np-theme-personal .currency-flag.currency-flag-wst {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/wst.png");
}
.np-theme-personal .currency-flag.currency-flag-xaf {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/xaf.png");
}
.np-theme-personal .currency-flag.currency-flag-xcd {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/xcd.png");
}
.np-theme-personal .currency-flag.currency-flag-xof {
  background-image: url("https://wise.com/web-art/assets/flags/xof.svg");
}
.np-theme-personal .currency-flag.currency-flag-xpf {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/xpf.png");
}
.np-theme-personal .currency-flag.currency-flag-yer {
  border-radius: 50%;
  background-size: 100% 100%;
  background-image: url("https://wise.com/public-resources/assets/flags/rectangle/yer.png");
}
.np-theme-personal .currency-flag.currency-flag-zar {
  background-image: url("https://wise.com/web-art/assets/flags/zar.svg");
}
.np-theme-personal .currency-flag.currency-flag-zmw {
  background-image: url("https://wise.com/web-art/assets/flags/zmw.svg");
}
/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tj {
  background-image: url(/assets/country_flags/4x3/tj-d072d6cd4136ae97533d32ac74d20350ac794f8a79eaecd1c55142e76b93b3d9.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tj:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_jm {
  background-image: url(/assets/country_flags/4x3/jm-eb05254eb1abb6d7fcd764284581224857c980d7bad9d7e9afff3dfff49d1e73.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_jm:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ht {
  background-image: url(/assets/country_flags/4x3/ht-f862a9bb3b96630fc26a6fd2200b77c985b90a87ff9c52c42c3d7f42a0198b04.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ht:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_st {
  background-image: url(/assets/country_flags/4x3/st-b0a9259277e38c0c8e0efec1d10b40d3e9c80a9eef21c174246aad28511e976d.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_st:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ms {
  background-image: url(/assets/country_flags/4x3/ms-913b24dbffa69bc3a57e997a806cdca5026cc5f87f83eefeef36a1aa8f5c2789.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ms:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ae {
  background-image: url(/assets/country_flags/4x3/ae-f6dd88c6cb3940f07ad1ee2635ec0f081d53885efea97c2f363f61c4f06129e8.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ae:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pk {
  background-image: url(/assets/country_flags/4x3/pk-776714f751e4347341656ce5e88c6fa13316e2e36205cd8d09c73779794c2a56.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pk:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_nl {
  background-image: url(/assets/country_flags/4x3/nl-a71cd17ec0d083d39373108c1f5e994e71491e1f7ac34119e60c859142a2d34d.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_nl:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_lu {
  background-image: url(/assets/country_flags/4x3/lu-2746295f8b0a1540d43e0c2548d4ec1341fafcffe48b919fb135a6c82535b657.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_lu:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bz {
  background-image: url(/assets/country_flags/4x3/bz-c8dfd550816ef86ff0fb82f9b31ca2467fcf50a7ba53e6163fe2bb01cccab0d5.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bz:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ir {
  background-image: url(/assets/country_flags/4x3/ir-0d6f2bd5403ac2c3f7dfd49e3c5124817575c00b5167ef4c03cbfb63cfc10a26.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ir:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bo {
  background-image: url(/assets/country_flags/4x3/bo-4c581c015880880d328153d007fc2517a7e0b53126c1a3a676e4abbb19e4c7fb.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bo:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_uy {
  background-image: url(/assets/country_flags/4x3/uy-ab18ad511d2822414e3b4f32e3309dca27b5b559cabd89cba2b4b4072387f440.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_uy:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gh {
  background-image: url(/assets/country_flags/4x3/gh-90efce1b22e18fbd77cb6f13e9f72ecea1338e3fd090b3817171eb3e24ba2516.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gh:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sa {
  background-image: url(/assets/country_flags/4x3/sa-70281c72fb6008faf5d36c401593c7c8f0c8870332e23fa3b1b53cd0f88e9ad5.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sa:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ci {
  background-image: url(/assets/country_flags/4x3/ci-70e248e97c577c3ab3a85a8a76e5f20ef0bfd2c2a3c190746e625fa37edbbec9.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ci:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mf {
  background-image: url(/assets/country_flags/4x3/mf-41a6043e2495b346fd700b17352150a8e43ca342a515fcb5159c39f809663ec6.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mf:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tf {
  background-image: url(/assets/country_flags/4x3/tf-f4edacabdba5b4d4d898a4edd7f07976f6a01ceee97c03fdf3561f2ba369b4f3.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tf:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ai {
  background-image: url(/assets/country_flags/4x3/ai-d688814fa60d2294b79b6ffe3d2a64e55a0bc013718cbf028b5d5720e3041794.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ai:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_qa {
  background-image: url(/assets/country_flags/4x3/qa-55eb7d6716998d68fe6e3345807dc410e5c5e8511bb2c78f0d08d51da707a131.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_qa:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sx {
  background-image: url(/assets/country_flags/4x3/sx-076f4363898d1374f985352dddbfe2a618bf4e7fedd80e43956be6614ca27ec0.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sx:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ly {
  background-image: url(/assets/country_flags/4x3/ly-7409a315d2f9aab4676558d7e97f4316ea87fc7afd93a493def4adf0b5773ca6.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ly:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bv {
  background-image: url(/assets/country_flags/4x3/bv-de8bb212ed5afdf6d557928d784ed98d2e2baa7aaaf2ced7abc5cf13fa540423.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bv:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pg {
  background-image: url(/assets/country_flags/4x3/pg-3190ab67d73878026d59e98e14b0cf98812c5c086d35956383c9986f7e0433a3.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pg:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_kg {
  background-image: url(/assets/country_flags/4x3/kg-7c23eb9471af5dc5ee4391e4ec08fec7889c2d83f2712ce59310a0eb81d663f0.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_kg:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gq {
  background-image: url(/assets/country_flags/4x3/gq-4e5c5e90e99f9dd14a43b597b6d370c8691ee73e8c75a8184e4a8390ff3e2bb0.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gq:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_eh {
  background-image: url(/assets/country_flags/4x3/eh-250c6f7e1db483fb08f682d4917c06741614edb0a093aa80c0fe57f9bff03eba.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_eh:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_nu {
  background-image: url(/assets/country_flags/4x3/nu-84b56f2711a6b958b9072dff3912f225c034d246341cc29c4eba6c34c70fe6f0.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_nu:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pr {
  background-image: url(/assets/country_flags/4x3/pr-4c0359aa4277d04c3c3af8ff89d0bbea462b480334cd6974beb6c5739c42903a.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pr:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gd {
  background-image: url(/assets/country_flags/4x3/gd-9a09ce17c1792c8860223020288f72ed168afebcafdc9fa8c46a7b7b1513c28a.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gd:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_kr {
  background-image: url(/assets/country_flags/4x3/kr-854d1521a9cb2b22c90f96d5d62277a9e1382818eefdc294d481c397c92f97c0.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_kr:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_hm {
  background-image: url(/assets/country_flags/4x3/hm-1048d79fd546482c290e1a0e4c2f9ce053aa3821f17bf12487a4f3e0ac7477d4.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_hm:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sm {
  background-image: url(/assets/country_flags/4x3/sm-a15cef2d34582deb77e611ac2df3580749a7faafa1bc7c5c661c906ccbdad64d.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sm:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sl {
  background-image: url(/assets/country_flags/4x3/sl-571df59f51a68477e49c8bbbe397e505d30d27ed1611b37485c94198b6401a9a.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sl:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cd {
  background-image: url(/assets/country_flags/4x3/cd-594addda580762e53242cc9e5a3885cc200d6b92c9453b65242c0038e4e22959.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cd:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mk {
  background-image: url(/assets/country_flags/4x3/mk-2a7bfeeba74701ceba752795d02eac7a97a6139471e5bdd529f2a858f4fd1d0e.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mk:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tr {
  background-image: url(/assets/country_flags/4x3/tr-04941a0f055d2ee2466b8e19532f58a2a0c4e3a83d986a601220fda2b6a3b090.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tr:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_dz {
  background-image: url(/assets/country_flags/4x3/dz-1b56086fc67c067d339838fc63e8f98faea641560b14839260546c895bdf4768.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_dz:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ge {
  background-image: url(/assets/country_flags/4x3/ge-0ed0a003c1e169ed60bdd889c8c841b0a7931aa3e809ca4d8e5da522385f35c9.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ge:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ps {
  background-image: url(/assets/country_flags/4x3/ps-39b00800524af9e8d270c479274be2dd5459c13d67a6f308139a69adbae4997f.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ps:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bb {
  background-image: url(/assets/country_flags/4x3/bb-35373b19bd542d0382d79bbd162be7583932adbb180c8b6223614a52c31fb1a0.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bb:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ua {
  background-image: url(/assets/country_flags/4x3/ua-ddfa2a9985ed8342421c8df6fe852ec92e15d584c2565c525347bcd5f524c9da.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ua:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gp {
  background-image: url(/assets/country_flags/4x3/gp-024ddd0e63a5e22c9d9f73a84b8306f2176083081825a065d99646ee123dc242.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gp:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pf {
  background-image: url(/assets/country_flags/4x3/pf-d1537625ade03a7fae7a5bdcfc5fe9f6449977613a38ddd258c8572f3630185b.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pf:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_na {
  background-image: url(/assets/country_flags/4x3/na-d798d2db5bccea439f545e5e6dfa5aad6a166966cb5e223f7f2aa4d4dc73abd7.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_na:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bw {
  background-image: url(/assets/country_flags/4x3/bw-76559252bbe0a305e9228103c5c34c39271a9d0b69f8f2b0dfbea5e18d7b37de.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bw:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sy {
  background-image: url(/assets/country_flags/4x3/sy-d99ddced9cf98e95f7086a70703cd234cc8e21e744c37a6f90820c37ebc755d2.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sy:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tg {
  background-image: url(/assets/country_flags/4x3/tg-32688daf8870e048421dcbfa2777d9b5f146e588f5f604433d17143fe702dac7.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tg:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_do {
  background-image: url(/assets/country_flags/4x3/do-43538ca280e65a4eb8b38992290cda974a7f631ae18f3e6864dc6f61397ab514.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_do:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_aq {
  background-image: url(/assets/country_flags/4x3/aq-2adcc4b28a1da2ac271675b5377a39f226fe06b135d287215c153957b2176da2.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_aq:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ch {
  background-image: url(/assets/country_flags/4x3/ch-d32cf51d10ea8174a3e8725e620c5bd13511a6a6c676d3c807e6ad82017f6178.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ch:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mg {
  background-image: url(/assets/country_flags/4x3/mg-1baa2b12c3e79d592538d5d8e4d5a2c0e1373d3871c9d829f57b212daaf42129.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mg:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_fo {
  background-image: url(/assets/country_flags/4x3/fo-e2bcddb90777676679c7d680f18bcace56143f3a6bb0618ce59e4bf863b9e58e.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_fo:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_vg {
  background-image: url(/assets/country_flags/4x3/vg-d6c3f0ef53e605acc97f33a4e0a61711b6a8207c6a2cff55b9427870053da583.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_vg:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gi {
  background-image: url(/assets/country_flags/4x3/gi-03f50f9d9b262fdf822d325c5325b374661821d6fae41e20de42bc761e56df52.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gi:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bn {
  background-image: url(/assets/country_flags/4x3/bn-2e92465bcaef939fcf20029aedac6af2262eb4ee25e36d64bcf98d03976bbbe9.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bn:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_la {
  background-image: url(/assets/country_flags/4x3/la-0a762fcc7ef73f1fedb4765b718e2e96c819d4b26d5375acfa48d245fb97fcec.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_la:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_is {
  background-image: url(/assets/country_flags/4x3/is-21543ffd547f651c7628bfe97d3c3626ea5e6999848de64efddee4656c27177b.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_is:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ee {
  background-image: url(/assets/country_flags/4x3/ee-2e52e01e34f175e856e120e57184ce61eccb5bff94633d3f2effcfed765f610b.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ee:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_um {
  background-image: url(/assets/country_flags/4x3/um-d3a2b6a726a36d08db81fe4a5f0decd0afe5aa4ad8515304db4c3ace8f27e415.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_um:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_lt {
  background-image: url(/assets/country_flags/4x3/lt-a57e003a5cbe538a4bfc2d29fd3523a87948bc8e29f731096dff9095096178c9.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_lt:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_rs {
  background-image: url(/assets/country_flags/4x3/rs-9792f9ae9694c0dfa1a213ec6ceb29d7b41819a508bedc4bf89dc4c285e48712.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_rs:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mr {
  background-image: url(/assets/country_flags/4x3/mr-2293d4180eff3670e1c484d52a206efb562e8d96b9cb8c5a43aa65e1e2b1289c.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mr:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ad {
  background-image: url(/assets/country_flags/4x3/ad-04b4b65e6a104b102172258b3894a9a4e29890aa63e8edc4812033dd7387b77e.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ad:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_hu {
  background-image: url(/assets/country_flags/4x3/hu-a555e216b05645110da533dd2a5225021f70d7438e456877e77dc4522c261e41.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_hu:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tk {
  background-image: url(/assets/country_flags/4x3/tk-da715012efe8731020fe54063a76bffb256ea6696da290ccbb599ab36990edfe.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tk:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_my {
  background-image: url(/assets/country_flags/4x3/my-00a98291486af1c01c11fe46a203dd07bee31d6b5ffb5f60d04ad337a3499775.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_my:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ao {
  background-image: url(/assets/country_flags/4x3/ao-09b6b18d13202b859e9e94b9a88e59701b7b2d00d88d8a749f7f0d3bb71c745c.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ao:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cv {
  background-image: url(/assets/country_flags/4x3/cv-029b4bd4d5c58ee3479b9a5fd3700923efa4881282225ac47690a3955472b7f1.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cv:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_nf {
  background-image: url(/assets/country_flags/4x3/nf-3323e2cb59cb8f9282e45155b6830e4c06876bc0c24ee28e5dd4dcff28d2dc70.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_nf:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pa {
  background-image: url(/assets/country_flags/4x3/pa-50535df4995256b70ce0a7971ba95922046d445c06a567fd951d7f5a79cbe547.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pa:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gw {
  background-image: url(/assets/country_flags/4x3/gw-0ea266c02a02d578e96bb5335244c83c2815f28ebd34ff7ab8408b16416dd88e.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gw:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_be {
  background-image: url(/assets/country_flags/4x3/be-ac7f9445060d07698cf4c4b5126b13397e12949102326caa3179eb98d4a90974.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_be:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pt {
  background-image: url(/assets/country_flags/4x3/pt-f76294ca6203778375158111051358fb535eaebb06d50951eb5326f9ede31536.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pt:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gb {
  background-image: url(/assets/country_flags/4x3/gb-14e43b4df91315b33ed5f8ad46d9e84f43f84be11c65148bca043808832cab95.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gb:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_im {
  background-image: url(/assets/country_flags/4x3/im-7dbb2dd66eda428c32edbbf2275f709df06cb1270dd69c65e214874966c30d69.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_im:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_us {
  background-image: url(/assets/country_flags/4x3/us-c10177f8d2a93643101b39e419273bdd2f43a58ff9beff88a90431b0a4aa6a00.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_us:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ye {
  background-image: url(/assets/country_flags/4x3/ye-38ca92e79aeba152eee33f0d5dac55430af032a31b39d56d49c4287b0639fe72.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ye:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_hk {
  background-image: url(/assets/country_flags/4x3/hk-e5350bb4c4d63e98d802b3190247b2ce459d2695756ec62d64a995c43c4edd1e.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_hk:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_az {
  background-image: url(/assets/country_flags/4x3/az-9e3354b743219dbaf19cc54a63e1a8ed41d1f41485455330775b3b5c6dd6c9fe.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_az:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cc {
  background-image: url(/assets/country_flags/4x3/cc-acf43807923322e2e43deef84443007b75d0d21ebb8a85d0d4e2837e998798c8.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cc:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ml {
  background-image: url(/assets/country_flags/4x3/ml-086660fe4272a22e220c94854fe4f80dd61afadd5c0c81cc075aea91bbcaa691.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ml:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sk {
  background-image: url(/assets/country_flags/4x3/sk-b285dd82884088b14db516eac76a39b29752279ac9f0f3e7c84b624edea66aa8.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sk:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_vu {
  background-image: url(/assets/country_flags/4x3/vu-2dd468b3a9c89ef0bcbb155422cb38bb19e6255d2871ec2b7012055d31d13e2a.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_vu:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tl {
  background-image: url(/assets/country_flags/4x3/tl-388fac3c65fbbc18779b88f7fcdea523ba440860923a7e1602ca1138bcd5c40b.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tl:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_hr {
  background-image: url(/assets/country_flags/4x3/hr-e10c8456ac0fc1946d1cb1f15e73484d03e4442368d78b230b050cadb7730b04.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_hr:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sr {
  background-image: url(/assets/country_flags/4x3/sr-cda17a0b4748b11b3e116d4f034adf47def0faaae1e71a5bb5d5c61645be9795.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sr:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mu {
  background-image: url(/assets/country_flags/4x3/mu-0a0d71ecace32a2948ac3eacc94927fb0ba7306236bf2a18ab5ae85bb2351664.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mu:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cz {
  background-image: url(/assets/country_flags/4x3/cz-026e5119b22010bb6f6dd839637515116c0337de80cf8815556e663ef265ba5b.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cz:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pm {
  background-image: url(/assets/country_flags/4x3/pm-5d990f5bc74366f734851ceb35046baaae3555ccff57e6cf95c7143f9b245532.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pm:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ls {
  background-image: url(/assets/country_flags/4x3/ls-a4db42569c4760bffd695cbdb030c90bc203f40f75fb357cbdbef961d29cf5dd.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ls:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ws {
  background-image: url(/assets/country_flags/4x3/ws-6a3fef801ba087404d3718c0b5b8741261d790cb2bf8b7581fea317e9689bcc7.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ws:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_km {
  background-image: url(/assets/country_flags/4x3/km-2301fd16e41810016f9a58d75b8a361ffe9885ecfc89a0b3e9108bda7f5501d9.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_km:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_it {
  background-image: url(/assets/country_flags/4x3/it-8b46e4a9676eb92cd507acef1d7c62115e6acc4b85e58a0806a0721ac34735f6.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_it:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bi {
  background-image: url(/assets/country_flags/4x3/bi-6323bc95384cf7a6ea6c91332c3054e55152b391e8f823828df3d05a3e40854a.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bi:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_wf {
  background-image: url(/assets/country_flags/4x3/wf-d2b9db8f6fa2a78507a5b4751f95e92c334673ecddd68eb33844ea91fc62d771.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_wf:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gn {
  background-image: url(/assets/country_flags/4x3/gn-e990df30eba87d7036bbf6a47b64d0a6360d82fba6b5bba812e148648e56ea47.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gn:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sg {
  background-image: url(/assets/country_flags/4x3/sg-da88143d134efe0c37b67471ceb24a9ced62ae9ade25530232c92435e6f46b65.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sg:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_co {
  background-image: url(/assets/country_flags/4x3/co-48603194a139754c8c7908f4d0c8181ca6729a221de897e8e5d26c9a3f211b1d.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_co:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cn {
  background-image: url(/assets/country_flags/4x3/cn-865ae68cc9042422bae55dba123af75dfab352069aa15121385a739c57caf1aa.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cn:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_aw {
  background-image: url(/assets/country_flags/4x3/aw-ea7eeaeec20598c43c59a2536b150a7fb5e7f6443a5bfb7e1bd72aa7186be8e1.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_aw:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ma {
  background-image: url(/assets/country_flags/4x3/ma-0628f236b2067d66c841c1190a3e8e3e9c37fbf2f3521fdb5ecba3eda75e805e.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ma:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_fi {
  background-image: url(/assets/country_flags/4x3/fi-262396615a680200f7709a9a998a1f346db6de48844bb0a76d8c41d0d8dfb466.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_fi:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_va {
  background-image: url(/assets/country_flags/4x3/va-20117c2869d005de2cc54801f2d264b2823c214276f5559de1e48108f572fc79.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_va:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_zw {
  background-image: url(/assets/country_flags/4x3/zw-506cb345575e94583b442c3a23ded41e36cf454e797b3b2e03b4445a37395666.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_zw:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ky {
  background-image: url(/assets/country_flags/4x3/ky-f75f33396887f6234e7ee4fd483e57c8e35ac52d504a4a6e12fad25d855bf061.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ky:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bh {
  background-image: url(/assets/country_flags/4x3/bh-d677a52979c37517212e9b9b6697541a366b0104e09808d396a6d02411a983f5.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bh:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_py {
  background-image: url(/assets/country_flags/4x3/py-6f18a4e716e9fbe7d0caf99651fee56e44ffd2a13ce77f50a8374a7fe6b0879d.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_py:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ec {
  background-image: url(/assets/country_flags/4x3/ec-d6df0532653f0a2a3ccdee80854ad75c4a4fe4a360fc5d5c73865253ebfc6b7f.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ec:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_lr {
  background-image: url(/assets/country_flags/4x3/lr-42e8d3bdacafc05835fcd52026cb3e1717573965ce9d4f49635dbb390021a4b4.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_lr:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ru {
  background-image: url(/assets/country_flags/4x3/ru-ce34e72a9d955c6c6860a5e552cd3902d236bbff5a714a49a1b8f8dbbce3c410.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ru:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pl {
  background-image: url(/assets/country_flags/4x3/pl-9bb56d1ec91d8c843ec53b018dc861772e466bad1582a9ba42148524347adf6d.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pl:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_om {
  background-image: url(/assets/country_flags/4x3/om-fbef9222761223ced04e2946ec71432c761618ad58b8a3a5af5627a1d75b48e9.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_om:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mt {
  background-image: url(/assets/country_flags/4x3/mt-517b4f67a94fff5be6346cae3731f5a17290b4c56732129967c15f482199365e.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mt:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ss {
  background-image: url(/assets/country_flags/4x3/ss-744839019f2833ed8059e53d0d6e1cde2471c6a61d51f9e09814bda42bdc1f12.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ss:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_de {
  background-image: url(/assets/country_flags/4x3/de-dcf5931120e541ce9e83e97c37cf95eeac9a152cd5e5ed9e0bf58116943d7250.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_de:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tm {
  background-image: url(/assets/country_flags/4x3/tm-f5d7cce194b88ed026465717ee593c35c03f76f3483d77bee2a3e05827628679.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tm:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sj {
  background-image: url(/assets/country_flags/4x3/sj-a2fa34115702482c2af9c7632eaeec77a26a1de129ce825bc38e27b6523e19ba.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sj:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mm {
  background-image: url(/assets/country_flags/4x3/mm-60ae7680502d9af8796fe3b3d57bbf6105a406e2e66840e9aa1f6e2470466058.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mm:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tt {
  background-image: url(/assets/country_flags/4x3/tt-9ca06051696b194f98d36ab4adb6aa7eb75275333cc0b48c9c9e1c34601013aa.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tt:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_il {
  background-image: url(/assets/country_flags/4x3/il-028f767bebb716e7a2e7198bfd03e698a7f19cad00385b30014a27680c101710.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_il:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bd {
  background-image: url(/assets/country_flags/4x3/bd-0531b5c730836d8ecfb4b9b79aad2e560dfc53a30e65f2a4030d2f275827f5ae.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bd:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_nr {
  background-image: url(/assets/country_flags/4x3/nr-f977239dc4f2dbb4185bcb741dc0aae4b46dd2d647444150f317e8dfb3062fd3.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_nr:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_lk {
  background-image: url(/assets/country_flags/4x3/lk-d910bd0d9ddb013c5668824d6600a842496c0a17c74f772a801f833b9eb044f8.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_lk:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ug {
  background-image: url(/assets/country_flags/4x3/ug-b748460c255e064ba8a2d89bb78c48fd29bdf496a7ca3c3af0ed0d83e49995cb.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ug:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ng {
  background-image: url(/assets/country_flags/4x3/ng-387e036e728aa4c36d93fad3c90e76e3beab727783ec11da7fbce30ff52c805e.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ng:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bq {
  background-image: url(/assets/country_flags/4x3/bq-973b8d977bde843039e96a9229d803fcbb1c29ba92272b8bc3223b28b8ccc803.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bq:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mx {
  background-image: url(/assets/country_flags/4x3/mx-246482013102c12a6f83dcdfe0fa40c350560ae64505f9b4d3113ea5356e2f71.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mx:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cw {
  background-image: url(/assets/country_flags/4x3/cw-f3c7dc011a64c13ebab21e47baaea3e0fea8d83f83fd8cc1845630a5f78ce087.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cw:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_si {
  background-image: url(/assets/country_flags/4x3/si-a9715a0c1db87762010c25b6d3bb90f73de3c893aa3bbc7412d57dfa14f28dd5.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_si:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mn {
  background-image: url(/assets/country_flags/4x3/mn-1309f63a0b6bfc594a1721a8af76381a1389fda64d840b256d353eb1341cb794.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mn:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ca {
  background-image: url(/assets/country_flags/4x3/ca-f9229a913dece446e34e6de7245dfd3adbea059934b5beaed45654cef2f1cb1d.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ca:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ax {
  background-image: url(/assets/country_flags/4x3/ax-4825f85b2d4669c70f360bd63f1e36215d16bace4700dffc61992911de53198a.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ax:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_vn {
  background-image: url(/assets/country_flags/4x3/vn-53c52e450c6e603d8b08c0170dd3bd15aaa0d4e9d250657bea188945c1252138.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_vn:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tw {
  background-image: url(/assets/country_flags/4x3/tw-29e639da18e668c62eb04ed3f3a02e11b0809890a2a0c82b529e50d53076e4e2.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tw:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_jp {
  background-image: url(/assets/country_flags/4x3/jp-169d02f898d54cacbecd7b0197d32045a46c4424c10a67e78bbf488f7b44541e.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_jp:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_io {
  background-image: url(/assets/country_flags/4x3/io-67be58cb5bf7afe6099ec339235ec7ba0da153a50c651e28d4c32b2e6aa64cbc.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_io:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ro {
  background-image: url(/assets/country_flags/4x3/ro-a10768f5227b028969ceb2bce6e3fc2ecbea0c5e40d1946c47d913d2745a8b21.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ro:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bg {
  background-image: url(/assets/country_flags/4x3/bg-1433c1cd05916af99e2db72a9e2c6d7532013a619770b66b51595fcd349cbaa6.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bg:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gu {
  background-image: url(/assets/country_flags/4x3/gu-4018f5c92a9dd473d226f09136e956de2570729e80d704e8cc4e8f3ca2bdc871.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gu:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_br {
  background-image: url(/assets/country_flags/4x3/br-68ee8e029f99c31821e646aec1c8e9e8f8b1aaf26d72909ac75ff38c1f8e9201.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_br:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_am {
  background-image: url(/assets/country_flags/4x3/am-fd6eb7b12b2bbd15d4e5db6949b57255849f5fecc62d9a48d848bab767f1123e.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_am:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_zm {
  background-image: url(/assets/country_flags/4x3/zm-8a6d8f87b53dd7256d461f64cf66e2cd90df833aca8833849fbfe7445caeeae2.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_zm:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_dj {
  background-image: url(/assets/country_flags/4x3/dj-e69892f8499ec8d780cdd20b051f936d5471eb92efd519b93be9d10f31382c77.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_dj:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_je {
  background-image: url(/assets/country_flags/4x3/je-5cd30fe7c8e39bdd10359dba37a5ec82ae1a322e2361fef32b1592cac8e6fc00.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_je:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_at {
  background-image: url(/assets/country_flags/4x3/at-644b0cc2d91fe69f18d9992488a748efa0df7eb6ddc83ac79351ba9226956d25.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_at:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cm {
  background-image: url(/assets/country_flags/4x3/cm-8832f17145686399c412437f6762b4de6afb48fcc409590b7b09e593fe3b08d5.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cm:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_se {
  background-image: url(/assets/country_flags/4x3/se-cf86350e752e5e6cd1bc3d6930a746a304492ad7e0c1bae7726e87a68654d900.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_se:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_fj {
  background-image: url(/assets/country_flags/4x3/fj-fd0cc7fe3c27f0c999ce61d40b0143ca536d9d39875c524bb20afe5ccd55e40c.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_fj:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_kz {
  background-image: url(/assets/country_flags/4x3/kz-51f42e580c605b6580aa4288d88d9c88bc6fd86af2388b0e4313bce969628743.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_kz:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gl {
  background-image: url(/assets/country_flags/4x3/gl-3b1f2b9c26c35f87fcb4b417fff6ad3d2aada484d734382440c338d4c7dcbd00.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gl:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gy {
  background-image: url(/assets/country_flags/4x3/gy-441a978efab1565daf964e822a75b8658f5879af41371b0b52e468e00eb6b095.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gy:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cx {
  background-image: url(/assets/country_flags/4x3/cx-9033ee142f06aac6b700968943103e6dba8ce3171b17f7f7d54f26c35387c022.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cx:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mw {
  background-image: url(/assets/country_flags/4x3/mw-644750e23780e66258d7b56777be8ef47ce3ca2d9d5735eac5abbb22fae33056.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mw:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tn {
  background-image: url(/assets/country_flags/4x3/tn-ba48fb29a4c8511d1145b87abc10cb75e8dc9ac4e704dc9efc113cf920d4b640.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tn:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_za {
  background-image: url(/assets/country_flags/4x3/za-c57ff71cb91d156461c64ada7fb86779c009a9c0a53df0b6de2e87044eeefb74.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_za:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_to {
  background-image: url(/assets/country_flags/4x3/to-9f1079a109d27abe53f17281320474ecfa6edc571502831f167471edd470773e.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_to:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cy {
  background-image: url(/assets/country_flags/4x3/cy-86c9999efa3399db043be615d16558ec0e40feafe9325fe1b6422ff0e089a60c.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cy:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mv {
  background-image: url(/assets/country_flags/4x3/mv-421f31e8be8d80695f9f4811435214e8a8ac8729e145f9d491b888d91d0ca999.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mv:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pn {
  background-image: url(/assets/country_flags/4x3/pn-1e347803c27d86312324a6a6712dee0bf5590971f027fffe082681dccce6c4c1.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pn:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_rw {
  background-image: url(/assets/country_flags/4x3/rw-0f08a5e527db8287642f1aafeb397fd49ac3add8e86dbb0d9a8be7d2c43b0153.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_rw:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ni {
  background-image: url(/assets/country_flags/4x3/ni-b83cccf0a65d0abf0398b905936ca6b6d5b1b64db8a34223225e3e4eb4f0311d.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ni:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_kn {
  background-image: url(/assets/country_flags/4x3/kn-8e866a33f9952f8b29e45e8576133345446925907a2c4bcd429a34ae377bc74e.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_kn:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bj {
  background-image: url(/assets/country_flags/4x3/bj-951d79103aea5585768fa178923f6127f918fc01d02556174dff9f8506cf90ea.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bj:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_et {
  background-image: url(/assets/country_flags/4x3/et-818e867ed44592f1c476d5abd8d9e5b60bb1e485f01076a633f5304fee7990d4.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_et:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gm {
  background-image: url(/assets/country_flags/4x3/gm-8a5011e0a99457e6dfeb53b55a90875f2d9a802fe8fec13f570de6f2a27b8639.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gm:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tz {
  background-image: url(/assets/country_flags/4x3/tz-69ae0bf011f019428148ba9c3d793b4104be88621741beb216dfc9f43d125d6c.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tz:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_vc {
  background-image: url(/assets/country_flags/4x3/vc-dccc1c2e4dc2d36ff71f8b04ebda868a7c4ce753b9fe5ccf0bed00edd7d41abb.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_vc:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_fk {
  background-image: url(/assets/country_flags/4x3/fk-5d5fdf224c1455f03c84d85f587463d8c511ff86dd5592f216a7470989175e42.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_fk:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sd {
  background-image: url(/assets/country_flags/4x3/sd-3b49e891fcda945b02ee18ce8cee078f251d8e822201ba0f8953eb3efb0b2860.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sd:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mc {
  background-image: url(/assets/country_flags/4x3/mc-10a533ce437c40973f8684439f7e24da1ea624c5e5535fa4738d62ede0650242.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mc:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_au {
  background-image: url(/assets/country_flags/4x3/au-887bb0cc0e77e15153e4c9006e785d5f68c77ca0ab9eb7f538e371a0e4f218af.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_au:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cl {
  background-image: url(/assets/country_flags/4x3/cl-0bec6c3cc4d36bbf245a3be22c10b8ff9c25996bb372a916e365e3274e62ccfb.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cl:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_dk {
  background-image: url(/assets/country_flags/4x3/dk-d50cdf2f88be249eb116da08c38cf119d44246ab4f5d62a94feefd37da149019.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_dk:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_fr {
  background-image: url(/assets/country_flags/4x3/fr-14bbb212b68a54751cbf4354dc9ca16bf4fd671fba4bfd0e77fb855fc55ce884.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_fr:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tc {
  background-image: url(/assets/country_flags/4x3/tc-abf0740c371bb155066651fca91c9e27e12b3cc9c05c14494e53dac851cc78bb.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tc:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cu {
  background-image: url(/assets/country_flags/4x3/cu-c72751747322de6b51b1dd462d04d0b533fa1e1c68f51b3c90d19ec683c2af3a.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cu:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_al {
  background-image: url(/assets/country_flags/4x3/al-5631be891ba0ccdb1f2a9b3a934031ed681aaeb139acc9e3b414e2561a608495.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_al:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mz {
  background-image: url(/assets/country_flags/4x3/mz-8281fb68c18d27bf1588de7684e67f14aeabbf8e66117eb4e640faac9762dbb4.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mz:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bs {
  background-image: url(/assets/country_flags/4x3/bs-7b507794ee3f8d7e6b0c5739552e37cd2ab0596fab63a03f20fde4249cbf18d2.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bs:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ne {
  background-image: url(/assets/country_flags/4x3/ne-90b12ff4abee66e42d27b6c55dd602af3cc249f3492c8a449ec84a35a74ee6ed.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ne:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gt {
  background-image: url(/assets/country_flags/4x3/gt-1b63340464e9dd3363a631f74db87defe40bfc520ba41002bf094f154b579934.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gt:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_li {
  background-image: url(/assets/country_flags/4x3/li-b2d0ccbceb7e6129a6529c98721d92fcee379ed6c225a18e1eff3c6fa092eec7.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_li:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_np {
  background-image: url(/assets/country_flags/4x3/np-043dff0f7f1cd254f2c2d82367557e5f4a15579af81242e2979523700adaeaf1.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_np:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bf {
  background-image: url(/assets/country_flags/4x3/bf-4f19b8dfd521393da6d1f2ca95cc79d22d558c34c3d74b2718417d9df29726f3.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bf:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pw {
  background-image: url(/assets/country_flags/4x3/pw-029fb7bb87eec12c79cbe662fe3614698c7638186958fb6032e59a17705777cb.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pw:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_kw {
  background-image: url(/assets/country_flags/4x3/kw-75be6f04a24e7ddaaec57c95420ece390603961fa238245b776386890ab5627b.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_kw:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_in {
  background-image: url(/assets/country_flags/4x3/in-63b359940156312c6ed31c2b61f005c2bc386823401773aac9aaa328d994f7bc.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_in:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ga {
  background-image: url(/assets/country_flags/4x3/ga-ae7daae3629bfa925e336323a198a018ae2007a1ea2ab9ba32d4b110e0abc7d4.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ga:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tv {
  background-image: url(/assets/country_flags/4x3/tv-5875f68681a06f613b3f84cd6959eb9dba70524bf14b0c8aa4a823a833dd6a98.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_tv:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mo {
  background-image: url(/assets/country_flags/4x3/mo-825fd8928de0bd49eb0c480ffbf77bdc7b45d2735d4a732f02e106ed77dde6b1.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mo:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sh {
  background-image: url(/assets/country_flags/4x3/sh-3b36e972618f594e95974a9c551d3ba9ead3e9b175d8dac0bc30fd1910f82561.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sh:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_md {
  background-image: url(/assets/country_flags/4x3/md-6641e05826ea580544c1890fe3698eb2e8e3af463518fc37eea7c41eb8cbb6c0.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_md:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ck {
  background-image: url(/assets/country_flags/4x3/ck-a86d1e54e265e2de5155595e838ec7c3db3ca23f563336885d7c5d17888c4709.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ck:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ar {
  background-image: url(/assets/country_flags/4x3/ar-8208e0546b8e666d806ee3fc3061504a62bf6cdea5fa4385d54c3ba131e3135c.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ar:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sc {
  background-image: url(/assets/country_flags/4x3/sc-46736983ebac2719d3e3aca36e3dbb896f612db71b72e9e5d6f3da36ae59c0ac.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sc:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ie {
  background-image: url(/assets/country_flags/4x3/ie-8758528ee7852e7ded3f03fb7bc96ef9c502b1321c3011e9aade28702c68e235.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ie:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_es {
  background-image: url(/assets/country_flags/4x3/es-85290c103c538de1b8629c7a609319f01fc5a63a24655946e6003740d30f1534.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_es:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_lb {
  background-image: url(/assets/country_flags/4x3/lb-26ea2add2ac68a8040b027b510f29080d8407b961243c77b33b46c8957768b66.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_lb:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bm {
  background-image: url(/assets/country_flags/4x3/bm-1e95c5f49d3f1f4a7049a82cdcd6ae326e4c37effd2249df9f7df423942b7396.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bm:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_re {
  background-image: url(/assets/country_flags/4x3/re-8b3124b78a7752ee288a401ae16c3cf5dafc1296e443ba941de8b338b16c2723.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_re:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ki {
  background-image: url(/assets/country_flags/4x3/ki-0e1a57754e3271771a154b525dfb57e20d584083b47b1ac2708b843abf11948a.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ki:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ag {
  background-image: url(/assets/country_flags/4x3/ag-ec678db01740bd72757a7883a1dbea0c163e2b0a7a692cc8a0749c6f50428abb.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ag:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mq {
  background-image: url(/assets/country_flags/4x3/mq-be00a7c77b6aec1f86cd16bcafc7fe27b7b8c967b03632f8230cd83794833ba8.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mq:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sv {
  background-image: url(/assets/country_flags/4x3/sv-b524450c407002e1cf8e85444bb4225849cae409f54f5dc87d14d65faeeb833a.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sv:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_jo {
  background-image: url(/assets/country_flags/4x3/jo-193203037e596abc063a9c30d0dd3aaa9c908557a1b57bcbcb94e1a1e8bb2402.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_jo:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_th {
  background-image: url(/assets/country_flags/4x3/th-da4f1fda6eda5971dd52bad365bfc4aae176f0eedebf5c8bd9af25789c03993d.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_th:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_so {
  background-image: url(/assets/country_flags/4x3/so-c82eddc49e0c223a307286bed233a03794954ad83efd12d8e2499a728bb78f22.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_so:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mh {
  background-image: url(/assets/country_flags/4x3/mh-1236a730a9819f0b58ac8cd642d17482b3945a894c63663b4accf10ac8ce5ecc.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mh:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cg {
  background-image: url(/assets/country_flags/4x3/cg-cb3b4a7be309eae587becb687690e332624b75d8a40481abd13a4d8a3c685a87.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cg:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_kp {
  background-image: url(/assets/country_flags/4x3/kp-ab0a3c4310474b324bbb39f77579ac3b421c531397d31e8f38de35a681d79bc9.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_kp:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gf {
  background-image: url(/assets/country_flags/4x3/gf-d4b632e9a932eff7d4e32338d13724f58332eeb445cfa9351a052b77cd688d3d.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gf:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ba {
  background-image: url(/assets/country_flags/4x3/ba-7e420cae1feb7be337a34f25fb8fd6421295cde2e03273efa7e880d7d5d9281e.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ba:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_yt {
  background-image: url(/assets/country_flags/4x3/yt-2b54852c423d68df342c5bec300477510632be3f1046a2d9d9715a9617bc90ae.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_yt:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gs {
  background-image: url(/assets/country_flags/4x3/gs-bf3e078414a68dcd77d82694f5411f67c1eb5a1503f427c8dbcace16238e359a.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gs:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ke {
  background-image: url(/assets/country_flags/4x3/ke-58146180a02774a36ff2e4caf23b75c441a92dc69ffe3b9d4e9ded31e16748b5.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ke:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pe {
  background-image: url(/assets/country_flags/4x3/pe-b518a86545125ff3c3fde029c2992233df876b663d8ec723bd4d67f90f72cb62.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_pe:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bt {
  background-image: url(/assets/country_flags/4x3/bt-2f99024e1cec950a6bce184bc2d8a27629efdab8178a28bad798881ac3167710.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bt:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sz {
  background-image: url(/assets/country_flags/4x3/sz-b8760e27e50f7f31f0b38c2cdbcfa0121317bad064561cbcfeb8413ee8764e6d.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sz:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cr {
  background-image: url(/assets/country_flags/4x3/cr-127b7f2e0f6ebe8c62885fd78f6a3dc167624e8e7b5fac79d4b8f3054b798a92.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cr:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_td {
  background-image: url(/assets/country_flags/4x3/td-354d8d74597706ece28b45f28030c948596f91c04392d07307b800cb0fc6e4cd.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_td:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_dm {
  background-image: url(/assets/country_flags/4x3/dm-24faadaf18d5651beccc45688ef3421d2d083b5f2e92cab50c414e487a899095.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_dm:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_nc {
  background-image: url(/assets/country_flags/4x3/nc-2861e50f3a0a1b1c368d913df4f4092c65bb3faa2d01e4d084fa33ed041e537a.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_nc:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gr {
  background-image: url(/assets/country_flags/4x3/gr-db2138fa7bb0c95282ec0ecae3b5bd6ff2b3a06e2f27c1434b5b2285d422a6e0.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gr:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gg {
  background-image: url(/assets/country_flags/4x3/gg-ea89231f0fa42d543d008b4f2fe8a94fc253a1808b8b8f6ab49f4bd9553c498e.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_gg:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_hn {
  background-image: url(/assets/country_flags/4x3/hn-d0e2cededb00e5dc79c75ab95e8f93d1851844c0924e49b59a8b78f6b35a7cfb.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_hn:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_vi {
  background-image: url(/assets/country_flags/4x3/vi-882e3005bf905201f3ccb79736ff058aad41d99046ef58fefb2e5f7df30d4ef4.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_vi:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cf {
  background-image: url(/assets/country_flags/4x3/cf-31a4f1c7e55d90551235336b339544920b01a8a4fb27efd5b18d0a68ea908f0e.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_cf:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sn {
  background-image: url(/assets/country_flags/4x3/sn-d8a7143973e5ea3d4b58e707ac2b791b45b5c7a7e65cea521fa82e9e5920926d.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sn:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_af {
  background-image: url(/assets/country_flags/4x3/af-745ad7e8ea956edf06641d01bf5a0374cfae6902846e62a30ed56ad80f889906.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_af:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mp {
  background-image: url(/assets/country_flags/4x3/mp-dd2fa1cf9846007f88c88143047430f3f666099875407cf36648b271b6e1400a.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_mp:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ph {
  background-image: url(/assets/country_flags/4x3/ph-ec483bd752a5a0d1f063397a2c206bdd9b23451d2c262eceba6411b2769ed3b1.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ph:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_by {
  background-image: url(/assets/country_flags/4x3/by-7865b19bb46d15f8004699022907d7c8d07193121dac101a3724b7ca578ee3ba.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_by:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_lv {
  background-image: url(/assets/country_flags/4x3/lv-b51d475acf37be9accc82ddf5f60773861cf58b0e9b599460852589da88501ef.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_lv:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_no {
  background-image: url(/assets/country_flags/4x3/no-d4ae9765d2dd03faef1007008bf1ccde064e36c765faef79a270e7e8fa97c23a.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_no:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_eg {
  background-image: url(/assets/country_flags/4x3/eg-2b5a88cf9ab7a59447e6a3e3cc12d350c573719d2a90810d50ed7695a1591d30.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_eg:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_kh {
  background-image: url(/assets/country_flags/4x3/kh-4f121b97388966312c5691244a72214a3306f87ec517c658adcaf39a131a1d8c.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_kh:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_iq {
  background-image: url(/assets/country_flags/4x3/iq-51acd0adc48bf1cb7256aba82069573f84db0baaf49b968f7f06afe140555f7a.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_iq:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_lc {
  background-image: url(/assets/country_flags/4x3/lc-444f9f77d0b09bd84fe2a5fd7194eae81341d8b7b4823070fc3e74cab481a122.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_lc:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_nz {
  background-image: url(/assets/country_flags/4x3/nz-9cca5c871f70cdd784a33836d5a07ada7f6eaa720811c70dc2306a2a5056648d.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_nz:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bl {
  background-image: url(/assets/country_flags/4x3/bl-cc250a31e29ac0fe10c9e79a35920b280f6ec2731b9d5f701b2313bee631e114.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_bl:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_uz {
  background-image: url(/assets/country_flags/4x3/uz-78ae3b6ad90b0bb256102b6db50b8f9a7700fb6275e80d0c5b755e0defdcf8e5.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_uz:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_id {
  background-image: url(/assets/country_flags/4x3/id-3b48b1012b8beab850a28e27d785e92afee830444749c814a32419b8fce5dec1.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_id:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_er {
  background-image: url(/assets/country_flags/4x3/er-13b1d5072a285b78863f33088676ff459fc9049e403c4427d0bf149ab8a65eac.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_er:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ve {
  background-image: url(/assets/country_flags/4x3/ve-d62ba31ca157e54409e09617a264e0dd18a2c597b1ad611c34da7fe7962e05dc.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_ve:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_fm {
  background-image: url(/assets/country_flags/4x3/fm-6e665d3e05ae726fee0ced73ae84ce1d0596e80cb3dafce78d0c56dbc3018584.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_fm:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sb {
  background-image: url(/assets/country_flags/4x3/sb-5de262c7e2fda747ea4ac98c2ca9ce045f07de995330b1fc3bbbf39e25ae42f6.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_sb:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_me {
  background-image: url(/assets/country_flags/4x3/me-c841acf1209c546dd77c18b718141ce4e21dba95a120cc3092988edaaf08f432.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_me:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_as {
  background-image: url(/assets/country_flags/4x3/as-a7ce0712972b05287e9ddf7da0e19630d4b440f0ce59b3a50397bc29d162192e.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_as:before {
  content: '\00a0';
}

/* line 15, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_xk {
  background-image: url(/assets/country_flags/4x3/xk-c40be9a1d1844391b275542b4a4ef7a9eecac72a93b08e7f4f2f4ebb17c7538c.svg);
  position: relative;
  display: inline-block;
  width: calc(4em / 3);
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 24, app/assets/stylesheets/country_flags.scss */
.country_flag_icon_xk:before {
  content: '\00a0';
}
/* line 1, app/assets/stylesheets/app_screen.scss */
.app-screen {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: #1A2835;
  z-index: 9999;
}

/* line 9, app/assets/stylesheets/app_screen.scss */
.app-screen .top-part {
  margin-bottom: 15px;
}

/* line 12, app/assets/stylesheets/app_screen.scss */
.app-screen .top-part .green-form {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 18, app/assets/stylesheets/app_screen.scss */
.app-screen .top-part .content {
  margin-top: 60%;
}

/* line 21, app/assets/stylesheets/app_screen.scss */
.app-screen .top-part .content .lano-logo {
  width: 50%;
}

/* line 25, app/assets/stylesheets/app_screen.scss */
.app-screen .top-part .content .text {
  margin-top: 45px;
  color: white;
  font-size: 24px;
}

/* line 26, app/assets/stylesheets/app_screen.scss */
.app-screen .top-part .content .text p {
  margin: 0 0 5px;
}

/* line 37, app/assets/stylesheets/app_screen.scss */
.app-screen .bottom-part {
  margin-bottom: 15%;
}

/* line 40, app/assets/stylesheets/app_screen.scss */
.app-screen .bottom-part .link-to-app-btn {
  width: 65%;
  margin: auto;
}

/* line 45, app/assets/stylesheets/app_screen.scss */
.app-screen .bottom-part .continue-web-version {
  color: white;
  text-decoration: underline;
}
/* line 4, app/assets/stylesheets/sessions.scss */
.login-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
}

/* line 11, app/assets/stylesheets/sessions.scss */
.hero-box {
  display: none;
}

/* line 15, app/assets/stylesheets/sessions.scss */
.login-hero {
  display: flex;
  flex-direction: initial;
  justify-content: center;
  background-color: #F4F4F4;
}

/* line 22, app/assets/stylesheets/sessions.scss */
.login-hero-image {
  margin-bottom: 10px;
}

/* line 24, app/assets/stylesheets/sessions.scss */
.login-hero-image img {
  height: 40px;
}

/* line 29, app/assets/stylesheets/sessions.scss */
.login-hero-text {
  color: #6A6C6E;
  font-size: 16px;
}

/* line 35, app/assets/stylesheets/sessions.scss */
.login-hero-points ul {
  list-style: none;
  font-size: initial;
  font-weight: 600;
  padding-top: 40px;
  padding-left: 60px;
}

/* line 44, app/assets/stylesheets/sessions.scss */
.login-hero-points ul li {
  padding-bottom: 1em;
}

/* line 47, app/assets/stylesheets/sessions.scss */
.login-hero-points ul li:before {
  font-family: 'Line Awesome Free';
  content: '\f058';
  margin-right: 10px;
  vertical-align: -.13em;
  font-size: x-large;
}

/* line 58, app/assets/stylesheets/sessions.scss */
.hero-footer {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 20px;
  font-size: small;
}

/* line 66, app/assets/stylesheets/sessions.scss */
.language-dd {
  right: 0;
  left: auto;
}

/* line 71, app/assets/stylesheets/sessions.scss */
.register-form {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

/* line 77, app/assets/stylesheets/sessions.scss */
.register-form .middle-box-success {
  max-width: 600px;
  margin: auto;
}

/* line 81, app/assets/stylesheets/sessions.scss */
.register-form .middle-box-success h2 {
  font-weight: 500;
}

/* line 86, app/assets/stylesheets/sessions.scss */
.register-form .margin-l-r-auto {
  margin-left: auto;
  margin-right: auto;
}

/* line 91, app/assets/stylesheets/sessions.scss */
.register-form .margin-l-auto {
  margin-left: auto;
}

/* line 95, app/assets/stylesheets/sessions.scss */
.register-form .help-intro {
  font-weight: 600;
  font-size: unset;
}

/* line 100, app/assets/stylesheets/sessions.scss */
.register-form .registration-email {
  display: inline-block;
}

/* line 104, app/assets/stylesheets/sessions.scss */
.register-form .margin-top {
  margin-top: auto;
  margin-bottom: unset;
}

/* line 108, app/assets/stylesheets/sessions.scss */
.register-form .margin-top .text-center h2 {
  font-weight: 500;
}

/* line 113, app/assets/stylesheets/sessions.scss */
.register-form .middle-boxes {
  margin: auto;
  margin-top: unset;
  z-index: 100;
}

/* line 118, app/assets/stylesheets/sessions.scss */
.register-form .middle-boxes .ibox {
  display: flex;
  flex-direction: column;
  width: 320px;
  height: auto;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}

/* line 126, app/assets/stylesheets/sessions.scss */
.register-form .middle-boxes .m-company-description {
  margin-bottom: 33px;
}

/* line 132, app/assets/stylesheets/sessions.scss */
.account-deletion {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

/* line 138, app/assets/stylesheets/sessions.scss */
.account-deletion .middle-box {
  max-width: 1000px;
  margin: auto;
}
/* line 2, app/assets/stylesheets/invitations.scss */
.invitation_form .input-group-prepend, .invitation_form .input-group-append {
  display: -webkit-box !important;
  display: -ms-flexbox;
  display: flex;
}

/* line 8, app/assets/stylesheets/invitations.scss */
.invitation_form .input.select {
  width: 100%;
}
/* line 1, app/assets/stylesheets/categories.scss */
.select2-container {
  display: block !important;
}

/* line 4, app/assets/stylesheets/categories.scss */
.select2-container img {
  vertical-align: middle;
  border-style: none;
  height: 50px;
}

/* line 11, app/assets/stylesheets/categories.scss */
.categories-carousel {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 17, app/assets/stylesheets/categories.scss */
.categories-carousel .viewport-control {
  cursor: pointer;
}

/* line 21, app/assets/stylesheets/categories.scss */
.categories-carousel .viewport-control.la-angle-right {
  margin-left: 5px;
}

/* line 25, app/assets/stylesheets/categories.scss */
.categories-carousel .viewport {
  max-width: 112px;
  display: flex;
  overflow: hidden;
}

/* line 31, app/assets/stylesheets/categories.scss */
.categories-carousel .categories-list {
  display: flex;
  flex-wrap: nowrap;
}

/* line 35, app/assets/stylesheets/categories.scss */
.categories-carousel .categories-list > * {
  margin-left: 5px;
}
/* line 1, app/assets/stylesheets/image_input.scss */
#dropzone * {
  pointer-events: none;
}

/* line 3, app/assets/stylesheets/image_input.scss */
#image_to_crop {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 12, app/assets/stylesheets/image_input.scss */
#showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 22, app/assets/stylesheets/image_input.scss */
#dropzone {
  padding: 2px;
  min-width: 208px;
  min-height: 208px;
  border: 2px dashed rgba(0, 0, 0, 0.5);
}

/* line 27, app/assets/stylesheets/image_input.scss */
#dropzone:hover {
  border: 2px dashed rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}

/* line 31, app/assets/stylesheets/image_input.scss */
#dropzone.hidden {
  display: none;
}

/* line 35, app/assets/stylesheets/image_input.scss */
#dropzone.drag-over {
  color: rgba(0, 0, 0, 0.5);
}

/* line 40, app/assets/stylesheets/image_input.scss */
#drop-zone:hover #image_mock {
  display: flex;
}

/* line 44, app/assets/stylesheets/image_input.scss */
#resource-image {
  width: 100%;
  position: relative;
}

/* line 47, app/assets/stylesheets/image_input.scss */
#resource-image.hide {
  display: none;
}

/* line 52, app/assets/stylesheets/image_input.scss */
#image-preview {
  display: none;
}

/* line 54, app/assets/stylesheets/image_input.scss */
#image-preview.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 61, app/assets/stylesheets/image_input.scss */
.browse-button {
  margin-top: 1em;
}

/* line 65, app/assets/stylesheets/image_input.scss */
#image-stub {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 77, app/assets/stylesheets/image_input.scss */
#image-stub.show {
  display: flex;
}

/* line 82, app/assets/stylesheets/image_input.scss */
.jcrop-keymgr {
  opacity: 0;
}
/* line 3, app/assets/stylesheets/template_fields.scss */
#template-fields {
  padding-top: 15px;
}

/* line 7, app/assets/stylesheets/template_fields.scss */
.field-definition-title {
  display: inline-block;
  color: #6A6C6E;
  font-family: Poppins;
  font-size: 14px;
  line-height: 21px;
  float: left;
}

/* line 16, app/assets/stylesheets/template_fields.scss */
.remove-option {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}

/* line 22, app/assets/stylesheets/template_fields.scss */
.add-field-definition {
  width: 220px;
}

/* line 26, app/assets/stylesheets/template_fields.scss */
.add-field-definition.templates-width {
  width: 260px;
}

/* line 30, app/assets/stylesheets/template_fields.scss */
.tags-collection-scrollable {
  max-height: 150px;
  overflow: auto;
}
/* line 3, app/assets/stylesheets/user_details.scss */
.m-portlet__body.with-sections {
  padding: 0;
}

/* line 6, app/assets/stylesheets/user_details.scss */
.m-portlet__body.with-sections .user-details-section {
  padding: 2.2rem 2.2rem 0;
}

/* line 10, app/assets/stylesheets/user_details.scss */
.m-portlet__body.with-sections .user-details-section.separated {
  border-bottom: 1px solid #f4f5f8;
}

/* line 15, app/assets/stylesheets/user_details.scss */
.user-details-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* line 20, app/assets/stylesheets/user_details.scss */
.user-details-row h6 {
  display: inline;
}

/* line 24, app/assets/stylesheets/user_details.scss */
.user-details-row .row-item {
  margin-right: 40px;
}

/* line 28, app/assets/stylesheets/user_details.scss */
.user-details-row .item-whole-row {
  width: 100%;
}

/* line 33, app/assets/stylesheets/user_details.scss */
.user-details-row.user-contacts {
  flex-direction: column;
  align-items: start;
}

/* line 39, app/assets/stylesheets/user_details.scss */
.core-attributes i {
  color: #F7B643;
  font-size: 0.8rem;
}

/* line 45, app/assets/stylesheets/user_details.scss */
.core-attributes.feedback-rating {
  margin-right: 10px;
}

/* line 47, app/assets/stylesheets/user_details.scss */
.core-attributes.feedback-rating i {
  font-size: 1.2rem;
}

/* line 52, app/assets/stylesheets/user_details.scss */
.prebuilt-rating-stars {
  display: flex;
  font-size: 18px;
}

/* line 57, app/assets/stylesheets/user_details.scss */
.user-contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

/* line 63, app/assets/stylesheets/user_details.scss */
.user-contact-item i {
  color: #02BD94;
  font-size: 30px;
  margin-right: 10px;
}

/* line 70, app/assets/stylesheets/user_details.scss */
.user-rating {
  color: #F7B643;
  width: 100%;
  text-align: center;
}

/* line 75, app/assets/stylesheets/user_details.scss */
.user-rating i {
  font-size: 1.7rem;
}

/* line 80, app/assets/stylesheets/user_details.scss */
.user-details-badge {
  margin: 5px 5px;
  padding: 3px 15px;
  border-radius: 1rem;
  font-weight: 600;
}

/* line 87, app/assets/stylesheets/user_details.scss */
.skills {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* line 94, app/assets/stylesheets/user_details.scss */
.user-details-badge.badge-skill {
  margin: 0px 10px;
  display: flex;
  align-items: center;
}

/* line 99, app/assets/stylesheets/user_details.scss */
.user-details-badge.badge-skill a.remove-badge {
  font-size: 1.2rem;
  margin-left: 5px;
}

/* line 105, app/assets/stylesheets/user_details.scss */
.user-details-badge.badge-skill.add-skill-badge {
  display: inline-block;
  cursor: pointer;
  background-color: #FFF;
  color: #9A9A9A;
  border-color: #9A9A9A;
  border-style: solid;
  border-width: 1px;
}

/* line 115, app/assets/stylesheets/user_details.scss */
.user-details-badge.add-category-badge {
  background-color: #FFF;
  color: #02BD94;
  border-color: #02BD94;
  border-style: solid;
  border-width: 1px;
}

/* line 123, app/assets/stylesheets/user_details.scss */
#tax_values_modal .disabled {
  background-color: #eeeeee;
}
/* line 3, app/assets/stylesheets/projects.scss */
.budget-tool {
  margin-right: 20px;
  font-weight: 600;
  font-size: 1.4rem;
}

/* line 9, app/assets/stylesheets/projects.scss */
.description-text {
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 2rem;
}

/* line 15, app/assets/stylesheets/projects.scss */
.project-document-col {
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 22, app/assets/stylesheets/projects.scss */
#project-documents .table {
  margin-bottom: 10px;
}

/* line 24, app/assets/stylesheets/projects.scss */
#project-documents .table tr:first-child td {
  border-top: none;
}

/* line 29, app/assets/stylesheets/projects.scss */
#project-documents .btn.btn-default {
  margin-bottom: 15px;
}

/* line 34, app/assets/stylesheets/projects.scss */
.project-documents {
  margin-top: 15px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

/* line 41, app/assets/stylesheets/projects.scss */
.project-document {
  padding: 15px 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.15s;
}

/* line 50, app/assets/stylesheets/projects.scss */
.project-document:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* line 55, app/assets/stylesheets/projects.scss */
.task-status {
  display: inline-flex;
  align-items: center;
}

/* line 59, app/assets/stylesheets/projects.scss */
.task-status i {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

/* line 66, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item {
  padding: 1rem;
  display: flex;
  align-items: center;
}

/* line 71, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item p.full-width {
  width: 100%;
}

/* line 75, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item .task-item-details {
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap;
}

/* line 80, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item .task-item-details .task-item-header {
  display: flex;
}

/* line 83, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item .task-item-details .task-item-header .task-item-title {
  flex: 1;
}

/* line 86, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item .task-item-details .task-item-header .task-item-title h4 {
  display: inline;
  margin-bottom: 3px;
}

/* line 91, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item .task-item-details .task-item-header .task-item-title .task-title-description {
  font-size: 0.75rem;
}

/* line 96, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item .task-item-details .task-item-header .task-item-details__additional {
  display: flex;
  align-items: center;
}

/* line 100, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item .task-item-details .task-item-header .task-item-details__additional * {
  margin: 0 4px;
}

/* line 104, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item .task-item-details .task-item-header .task-item-details__additional span {
  font-size: 0.9rem;
}

/* line 108, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item .task-item-details .task-item-header .task-item-details__additional i {
  font-size: 1.7rem;
}

/* line 114, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item .task-item-details .task-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

/* line 120, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item .task-item-details .task-footer .task-member span {
  font-weight: 500;
}

/* line 127, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item .task-item-actions {
  margin-left: 20px;
}

/* line 131, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item .bucket-tasks-list {
  margin-top: 1rem;
}

/* line 134, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item .bucket-tasks-list .card {
  padding: 1.5rem;
}

/* line 140, app/assets/stylesheets/projects.scss */
.m-portlet__body .task-item.separated {
  border-bottom: 0.07rem dashed #ebedf2;
  padding: 1.8rem 0;
}

/* line 146, app/assets/stylesheets/projects.scss */
.task-item-details__additional {
  display: flex;
  align-items: center;
}

/* line 150, app/assets/stylesheets/projects.scss */
.task-item-details__additional * {
  margin: 0 4px;
}

/* line 154, app/assets/stylesheets/projects.scss */
.task-item-details__additional span {
  font-size: 0.9rem;
}

/* line 158, app/assets/stylesheets/projects.scss */
.task-item-details__additional i {
  font-size: 1.7rem;
}

/* line 163, app/assets/stylesheets/projects.scss */
.m-card-user.m-card-user__details.flex {
  width: auto;
}

/* line 170, app/assets/stylesheets/projects.scss */
.iconed-detail {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

/* line 175, app/assets/stylesheets/projects.scss */
.iconed-detail span {
  font-size: 0.9rem;
}

/* line 179, app/assets/stylesheets/projects.scss */
.iconed-detail i {
  font-size: 1.7rem;
  margin-right: .5rem;
}

/* line 185, app/assets/stylesheets/projects.scss */
.task-footer {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
}

/* line 191, app/assets/stylesheets/projects.scss */
.task-footer .task-member span {
  font-weight: 600;
}

/* line 197, app/assets/stylesheets/projects.scss */
.bucket-tasks-list {
  margin-top: 1rem;
  width: 100%;
}

/* line 201, app/assets/stylesheets/projects.scss */
.bucket-tasks-list .card {
  border: none;
  padding: 1.5rem;
}

/* line 207, app/assets/stylesheets/projects.scss */
.filter-field {
  margin-bottom: 5px;
}

/* line 211, app/assets/stylesheets/projects.scss */
.bucket-task-status {
  display: inline-flex;
  align-items: center;
}

/* line 215, app/assets/stylesheets/projects.scss */
.bucket-task-status i {
  margin-right: 0.5rem;
}

/* line 220, app/assets/stylesheets/projects.scss */
.icon_with_padding {
  padding: 2px 0px 0px 5px;
}

/* line 224, app/assets/stylesheets/projects.scss */
.hidden_modal {
  display: none;
}

/* line 228, app/assets/stylesheets/projects.scss */
.status-transition-label-section {
  border: none;
  margin: 0 -5px;
  background-color: #F4F4F4;
}

/* line 234, app/assets/stylesheets/projects.scss */
.project-status-approver-form {
  width: 320px;
}

/* line 238, app/assets/stylesheets/projects.scss */
.gdrive-resend-btn {
  padding: 0 10px;
  border-radius: 5px;
}
/* line 1, app/assets/stylesheets/profile.css.scss */
.profile-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/profile.css.scss */
.profile-info h5 {
  display: inline;
  margin: 0;
}

/* line 11, app/assets/stylesheets/profile.css.scss */
.profile-info div {
  margin: 0 10px;
}

/* line 15, app/assets/stylesheets/profile.css.scss */
.profile-info .user-email {
  display: flex;
  align-items: center;
}

/* line 19, app/assets/stylesheets/profile.css.scss */
.profile-info .user-email i {
  color: #67C2D8;
  margin-right: 5px;
  font-size: 2rem;
}

/* line 27, app/assets/stylesheets/profile.css.scss */
.confirm-delete-title {
  font-weight: bold;
  font-size: 15px;
}

/* line 33, app/assets/stylesheets/profile.css.scss */
#account_deletion_modal textarea {
  resize: vertical;
  min-height: 50px;
}
/* line 4, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions .m-b-25 {
  margin-bottom: 25px;
}

/* line 5, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions .m-b-18 {
  margin-bottom: 18px;
}

/* line 6, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions .shadowed {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

/* line 9, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions .features ul {
  padding: 0 10px;
  margin-left: 20px;
  text-indent: -28px;
  list-style-position: inside;
  list-style-image: url(/images/paid_solutions_icons/green-check.svg);
}

/* line 16, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions .features ul li {
  margin-bottom: 10px;
}

/* line 19, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions .features ul li span {
  position: relative;
  left: 3px;
  top: -5px;
}

/* line 28, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__header {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

/* line 35, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module {
  background: #ffffff;
  min-width: 329px;
  align-self: start;
}

/* line 40, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module header {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  background: #29385D;
  color: #ffffff;
}

/* line 50, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module header i {
  font-size: 18px;
  font-style: normal;
  line-height: 20px;
}

/* line 56, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module header .title {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  line-height: 19px;
}

/* line 63, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module header .hint-text {
  height: 53px;
  font-size: 11px;
  font-weight: 400;
}

/* line 69, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module header .hint-text-setup {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  text-align: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 400;
}

/* line 79, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module header .price-info {
  padding: 13px;
  align-items: flex-start;
  gap: -2px;
  align-self: stretch;
  border-radius: 3px;
  color: #29385D;
}

/* line 87, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module header .price-info.payroll_consolidation {
  background: var(--Additional-Lazur, #B0A2FF);
}

/* line 91, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module header .price-info.global_payroll {
  background: var(--Additional-Cyan, #23C6C8);
}

/* line 95, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module header .price-info.remote_employees_hiring {
  background: var(--Additional-Sky-Blue, #2AB6F6);
}

/* line 100, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module header .price-value {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: -2px;
  align-self: stretch;
}

/* line 110, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module header .price-value .pricing-condition {
  font-size: 11px;
  font-weight: 400;
}

/* line 116, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module header .book-demo-btn {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  height: 33px;
}

/* line 122, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module header .book-demo-btn .btn {
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex: 1 0 0;
}

/* line 131, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module header .extra-height {
  height: 115px;
}

/* line 135, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module .content {
  padding: 22px 22px 20px 26px;
}

/* line 138, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module .content .divider {
  display: flex;
  padding: 0px 20px 20px 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-top: 1px solid #E7EAEC;
  height: 16px;
  opacity: 0.4;
}

/* line 150, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module .content a {
  display: flex;
  justify-content: center;
}

/* line 155, app/assets/stylesheets/paid_solutions.scss */
.paid-solutions__module .content .external-link {
  margin-right: 10px;
}

@media screen and (min-width: 1271px) {
  /* line 162, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions {
    display: grid;
    grid-template-areas: ". upgrade-widget upgrade-widget upgrade-widget ." ". solutions-header solutions-header solutions-header ." ". module-selection module-selection module-selection .";
    grid-template-columns: auto repeat(3, fit-content(329px)) auto;
  }
  /* line 170, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__upgrade-widget {
    grid-area: upgrade-widget;
  }
  /* line 172, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__header {
    grid-area: solutions-header;
    text-align: center;
  }
  /* line 175, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__header h1 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
  }
  /* line 183, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__modules-pricing {
    display: grid;
    grid-area: module-selection;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, minmax(329px, 1fr));
    grid-template-areas: "global-payroll hire-remote-employees payroll-consolidation";
    grid-row-gap: 30px;
    grid-column-gap: 32px;
  }
  /* line 193, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__subscriptions {
    display: grid;
    grid-area: module-selection;
    justify-content: center;
    grid-template-columns: repeat(2, 350px);
    grid-row-gap: 30px;
    grid-column-gap: 32px;
  }
  /* line 201, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__subscriptions .btn.btn-action {
    width: 240px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1270px) {
  /* line 206, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__modules-pricing, .paid-solutions__subscriptions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
  /* line 212, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__modules-pricing .btn.btn-action, .paid-solutions__subscriptions .btn.btn-action {
    width: 240px;
  }
  /* line 214, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__module {
    flex: 1 1 475px;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
  }
  /* line 221, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__header h1 {
    font-size: 1.5em;
    font-weight: 600;
  }
}

@media screen and (max-width: 480px) {
  /* line 229, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions {
    display: flex;
    flex-direction: column;
  }
  /* line 235, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__upgrade-widget .ibox-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  /* line 245, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__header h1 {
    font-size: 1.5em;
    font-weight: 600;
  }
  /* line 249, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__header p {
    padding: 0 20px;
  }
  /* line 252, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__billing-period-switcher {
    width: 100%;
  }
  /* line 255, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__billing-period-switcher .tab {
    width: 100%;
    padding: 6px 0;
  }
  /* line 261, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__modules-pricing, .paid-solutions__subscriptions {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  /* line 267, app/assets/stylesheets/paid_solutions.scss */
  .paid-solutions__module .content .price-info {
    padding: 0 10px;
    margin-bottom: 10px;
  }
}

/* line 274, app/assets/stylesheets/paid_solutions.scss */
.padding-left-right-140 {
  padding-left: 140px;
  padding-right: 140px;
}

/* line 279, app/assets/stylesheets/paid_solutions.scss */
.solutions {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* line 285, app/assets/stylesheets/paid_solutions.scss */
.ibox-content {
  height: fit-content;
}

/* line 288, app/assets/stylesheets/paid_solutions.scss */
.ibox-content .title {
  font-weight: 600;
  font-size: 24px;
  margin-top: 10px;
  margin-left: 10px;
}

/* line 295, app/assets/stylesheets/paid_solutions.scss */
.ibox-content .new-solution-title {
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  margin-top: 10px;
  margin-left: 10px;
  color: #A4A3A3;
}

/* line 304, app/assets/stylesheets/paid_solutions.scss */
.ibox-content .price-link {
  margin-left: 10px;
}

/* line 309, app/assets/stylesheets/paid_solutions.scss */
.ibox-content .core-features ul {
  list-style-position: outside;
  list-style-image: url(/images/paid_solutions_icons/new_solution/check.svg);
  font-size: 13px;
  padding-top: 40px;
  padding-left: auto;
}

/* line 316, app/assets/stylesheets/paid_solutions.scss */
.ibox-content .core-features ul li {
  padding-bottom: 1em;
}

/* line 322, app/assets/stylesheets/paid_solutions.scss */
.ibox-content .image-container {
  display: flex;
  flex: 1;
}

/* line 327, app/assets/stylesheets/paid_solutions.scss */
.ibox-content .new-image-container {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

/* line 333, app/assets/stylesheets/paid_solutions.scss */
.ibox-content .action {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 341, app/assets/stylesheets/paid_solutions.scss */
.ibox-footer {
  padding: 20px;
}

/* line 344, app/assets/stylesheets/paid_solutions.scss */
.ibox-footer .activated {
  font-size: 15px;
  padding: 8px 0;
  color: #02BD94;
}

/* line 350, app/assets/stylesheets/paid_solutions.scss */
.ibox-footer .not-activated {
  font-size: 15px;
  padding: 8px 0;
  color: #F97877;
}

/* line 356, app/assets/stylesheets/paid_solutions.scss */
.ibox-footer .btn-padding {
  padding: 5px 40px;
}

/* line 360, app/assets/stylesheets/paid_solutions.scss */
.ibox-footer.integration-edit-mode {
  padding-top: 11px;
  padding-bottom: 10px;
}

/* line 366, app/assets/stylesheets/paid_solutions.scss */
.price-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 372, app/assets/stylesheets/paid_solutions.scss */
.price {
  margin-top: 50px;
  align-items: baseline;
}

/* line 376, app/assets/stylesheets/paid_solutions.scss */
.price .value {
  font-size: 30px;
  font-weight: 600;
}

/* line 381, app/assets/stylesheets/paid_solutions.scss */
.price .per-month {
  font-size: 12px;
  font-weight: bold;
}

/* line 387, app/assets/stylesheets/paid_solutions.scss */
.li-subtext {
  color: #A4A3A3;
  font-size: 11px;
}

/* line 392, app/assets/stylesheets/paid_solutions.scss */
.per-active-contractor {
  color: #A4A3A3;
}

/* line 396, app/assets/stylesheets/paid_solutions.scss */
.img-solution {
  width: 70%;
  margin: auto auto 0;
}

/* line 401, app/assets/stylesheets/paid_solutions.scss */
.img-new-solution {
  width: fit-content;
  margin: auto auto 0;
}

/* line 406, app/assets/stylesheets/paid_solutions.scss */
.active_contractor {
  font-size: 12px;
  color: #A4A3A3;
}

/* line 411, app/assets/stylesheets/paid_solutions.scss */
.white-box-tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
/* line 417, app/assets/stylesheets/paid_solutions.scss */
.white-box-tooltip .tooltip-text {
  visibility: hidden;
  width: 150px;
  background-color: #ffffff;
  color: #6A6C6E;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
  padding: 15px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 125%;
  left: 37%;
  margin-left: -60px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
/* line 439, app/assets/stylesheets/paid_solutions.scss */
.white-box-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  /* line 446, app/assets/stylesheets/paid_solutions.scss */
  .title {
    margin-top: 70px;
    margin-left: 15%;
  }
}
/* line 3, app/assets/stylesheets/project_flow.scss */
.project-flow-box {
  background-color: #f5f5f5;
  padding: 30px 20px;
}

/* line 7, app/assets/stylesheets/project_flow.scss */
.project-flow-box ul {
  margin: 0;
  padding: 0;
}

/* line 11, app/assets/stylesheets/project_flow.scss */
.project-flow-box ul li.box {
  display: inline-block;
  position: relative;
  border-radius: 1rem;
  padding: 15px;
  background-color: #ffffff;
  margin: 5px 0 5px 3px;
  border: 2px solid #b3b2b2;
}

/* line 20, app/assets/stylesheets/project_flow.scss */
.project-flow-box ul li.box span {
  font-weight: bold;
  display: inline-block;
  margin-bottom: -3px;
}

/* line 26, app/assets/stylesheets/project_flow.scss */
.project-flow-box ul li.box.dashed-border {
  border: 2px dashed #aeadad !important;
}

/* line 31, app/assets/stylesheets/project_flow.scss */
.project-flow-box ul li.line-arrow {
  display: inline-block;
  position: relative;
}

/* line 35, app/assets/stylesheets/project_flow.scss */
.project-flow-box ul li.line-arrow:after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: '\f105';
  top: -50%;
  left: 75%;
  position: absolute;
  pointer-events: none;
}

/* line 45, app/assets/stylesheets/project_flow.scss */
.project-flow-box ul li.line-arrow .line {
  margin: 3px 0;
  height: 2px;
  width: 28px;
  background: repeating-linear-gradient(to right, #aeadad 0, #aeadad 5px, transparent 5px, transparent 7px);
}

/* line 53, app/assets/stylesheets/project_flow.scss */
.project-flow-box ul .approved-status {
  display: grid;
  width: 163px;
}

/* line 58, app/assets/stylesheets/project_flow.scss */
.project-flow-box ul .status-description {
  text-align: center;
  font-size: xx-small;
}

/* line 64, app/assets/stylesheets/project_flow.scss */
.project-flow-box .disabled {
  background-color: #f5f5f5 !important;
}

/* line 69, app/assets/stylesheets/project_flow.scss */
.project-flow-empty-state {
  margin: auto;
  width: 60%;
}

@media (max-width: 1200px) {
  /* line 75, app/assets/stylesheets/project_flow.scss */
  .project-flow-empty-state {
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 530px) {
  /* line 82, app/assets/stylesheets/project_flow.scss */
  .table-view {
    display: block;
  }
  /* line 86, app/assets/stylesheets/project_flow.scss */
  .mobile-view {
    display: none;
  }
}

@media (max-width: 530px) {
  /* line 92, app/assets/stylesheets/project_flow.scss */
  .table-view {
    display: none;
  }
  /* line 96, app/assets/stylesheets/project_flow.scss */
  .mobile-view {
    display: block;
    width: 80%;
    margin: auto;
  }
}

/* line 103, app/assets/stylesheets/project_flow.scss */
.project-flow-loader {
  position: fixed;
  top: 45%;
  left: 45%;
}
/* line 3, app/assets/stylesheets/freelancers_list.scss */
.list-view-dependable {
  display: none;
}

/* line 7, app/assets/stylesheets/freelancers_list.scss */
.select-filter {
  display: none;
}

/* line 11, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

/* line 17, app/assets/stylesheets/freelancers_list.scss */
.freelancer-type {
  width: 100px;
  margin: auto;
  margin-top: -20px;
  background-color: #6A6C6E;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 600;
}

/* line 27, app/assets/stylesheets/freelancers_list.scss */
.freelancer-vendor-label {
  padding: 2px 10px;
  color: #FFFFFF;
  font-size: 9px;
  font-weight: 600;
  background-color: #6A6C6E;
}

/* line 35, app/assets/stylesheets/freelancers_list.scss */
.self-created-ibox-border {
  border-top-style: solid;
  border-top-color: #02BD94;
}

/* line 40, app/assets/stylesheets/freelancers_list.scss */
.sub-account-ibox-border {
  border-top-style: solid;
  border-top-color: #2AB6F6;
}

/* line 45, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item.invitation-grid-list-item {
  border-top: 4px solid #2AB6F6;
}

/* line 49, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item.staffing-grid-list-item {
  border-top: 4px solid #B0A2FF;
}

/* line 53, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item.task_invitation-grid-list-item {
  border-top: 4px solid #B0A2FF;
}

/* line 57, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item.task-grid-list-item {
  border-top: 4px solid #9CCC66;
}

/* line 61, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item.project-grid-list-item {
  border-top: 4px solid #A4A3A3;
}

/* line 65, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item.disabled-grid-list-item {
  border-top: 4px solid #F97877;
}

/* line 69, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item.recurring-grid-list-item {
  border-top: 4px solid #2AB6F6;
}

/* line 73, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item.not-recurring-grid-list-item {
  border-top: 4px solid #B0A2FF;
}

/* line 77, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}

/* line 82, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item .ibox-title {
  border-top: none;
}

/* line 86, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item .title-section {
  min-height: 70px;
}

/* line 90, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item .ibox-content {
  flex-grow: 1;
}

/* line 94, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item a.freelancer-link {
  color: #6A6C6E;
}

/* line 98, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item .bigger-icon {
  font-size: 20px;
}

/* line 102, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item h3 {
  margin-top: 20px;
}

/* line 106, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item .freelancer-details {
  color: #6A6C6E;
  font-size: 13px;
}

/* line 111, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item .inactive-freelancer {
  background-color: #F4F4F4;
}

/* line 115, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item .descriprion {
  font-size: 12px;
  color: #000000;
}

/* line 121, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item.company-grid-item .ibox-content {
  display: flex;
  flex-direction: column;
}

/* line 125, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list-item.company-grid-item .ibox-content .company-details-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  margin-bottom: 20px;
}

/* line 136, app/assets/stylesheets/freelancers_list.scss */
.freelancer-files {
  margin-bottom: 0px !important;
}

/* line 139, app/assets/stylesheets/freelancers_list.scss */
.freelancer-files .details {
  max-width: 180px;
  overflow-wrap: break-word;
}

/* line 144, app/assets/stylesheets/freelancers_list.scss */
.freelancer-files .ibox-title {
  border: none;
  background-color: #F4F4F4;
}

/* line 148, app/assets/stylesheets/freelancers_list.scss */
.freelancer-files .ibox-title h5 {
  color: #6A6C6E;
  font-weight: normal;
  font-size: 14px;
}

/* line 155, app/assets/stylesheets/freelancers_list.scss */
.freelancer-files .ibox-content {
  border: none;
}

/* line 158, app/assets/stylesheets/freelancers_list.scss */
.freelancer-files .ibox-content .files-table, .freelancer-files .ibox-content .empty-state {
  max-height: 250px;
}

/* line 164, app/assets/stylesheets/freelancers_list.scss */
.index-grid-list.freelancer-card-list {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

/* line 168, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card.cards-view:hover {
  transform: scale(1.01);
}

/* line 172, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card.cards-view.deactivated {
  background-color: #F4F4F4;
}

/* line 176, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card {
  background-color: #ffffff;
}

/* line 179, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .ibox-content.deactivated {
  background-color: #F4F4F4;
}

/* line 183, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__heading {
  position: relative;
  text-align: center;
  height: 22px;
  margin-bottom: 7px;
}

/* line 189, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__heading .freelancer-card__heading-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
}

/* line 197, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__heading .freelancer-card__heading-bulk-selector {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}

/* line 204, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__heading a.freelancer-card__heading-link,
.freelancer-card .freelancer-card__heading .freelancer-card__heading_icon {
  position: absolute;
  right: 4px;
  top: 1px;
}

/* line 210, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__heading a.freelancer-card__heading-link span,
.freelancer-card .freelancer-card__heading .freelancer-card__heading_icon span {
  color: #02BD94;
  font-size: 11px;
  line-height: 17px;
}

/* line 218, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__heading.freelancer-card__heading-vendor {
  background-color: #DDDDDD;
}

/* line 221, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__heading.freelancer-card__heading-vendor span {
  color: #6A6C6E;
  font-size: 11px;
  line-height: 17px;
}

/* line 228, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__heading.freelancer-card__heading-vendor.freelancer-card__heading-self_created {
  background: linear-gradient(135deg, #02BD94 15px 15px, #ffffff 15px 20px, #DDDDDD 20px);
}

/* line 232, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__heading.freelancer-card__heading-sub_account {
  background: linear-gradient(135deg, #2AB6F6 15px, #ffffff 15px);
}

/* line 236, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__heading.freelancer-card__heading-vendor.freelancer-card__heading-sub_account {
  background: linear-gradient(135deg, #2AB6F6 15px 15px, #ffffff 15px 20px, #DDDDDD 20px);
}

/* line 240, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__heading.freelancer-card__heading-self_created.deactivated {
  background: linear-gradient(135deg, #02BD94 15px, #F4F4F4 15px);
}

/* line 244, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__heading.freelancer-card__heading-sub_account.deactivated {
  background: linear-gradient(135deg, #2AB6F6 15px, #F4F4F4 15px);
}

/* line 248, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__name {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

/* line 255, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__address {
  margin-top: 5px;
  height: 13px;
  color: #6A6C6E;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

/* line 264, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__type {
  margin-top: 5px;
  height: 13px;
  color: #6A6C6E;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

/* line 273, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__tags {
  margin-top: 18px;
  height: 13px;
  color: #A4A3A3;
  font-size: 13px;
  line-height: 11px;
  text-align: center;
}

/* line 282, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__rating {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

/* line 288, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__rating .prebuilt-rating-stars {
  display: flex;
  justify-content: space-around;
  width: 65px;
  font-size: 14px;
}

/* line 294, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__rating .prebuilt-rating-stars i {
  margin-left: 0;
}

/* line 300, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__rates-container {
  display: flex;
  justify-content: space-around;
  background-color: rgba(221, 221, 221, 0.3);
  padding: 17px 8px;
}

/* line 306, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__rates-container .freelancer-card__rate {
  display: flex;
  flex-direction: column;
}

/* line 310, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__rates-container .freelancer-card__rate .freelancer-card__rate-value {
  color: #6A6C6E;
  font-size: 16px;
  font-weight: 600;
  line-height: 11px;
  margin-bottom: 5px;
}

/* line 318, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__rates-container .freelancer-card__rate .freelancer-card__rate-label {
  margin-top: 4px;
  color: #A4A3A3;
  font-size: 10px;
  line-height: 11px;
  text-transform: uppercase;
}

/* line 328, app/assets/stylesheets/freelancers_list.scss */
.freelancer-card .freelancer-card__groups {
  padding: 10px 10px;
  display: flex;
  justify-content: center;
}

/* line 336, app/assets/stylesheets/freelancers_list.scss */
.table-td__freelancer-rating .prebuilt-rating-stars {
  display: flex;
  justify-content: space-around;
  font-size: 14px;
  width: 65px;
}

/* line 341, app/assets/stylesheets/freelancers_list.scss */
.table-td__freelancer-rating .prebuilt-rating-stars i {
  margin-left: 0;
}

/* line 348, app/assets/stylesheets/freelancers_list.scss */
.invisible-tooltip-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
}

/* line 356, app/assets/stylesheets/freelancers_list.scss */
.table-td__freelancer-base-info {
  display: flex;
  align-items: center;
}

/* line 360, app/assets/stylesheets/freelancers_list.scss */
.table-td__freelancer-base-info .table-td__freelancer-type {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #DDDDDD;
  color: #6A6C6E;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
/* line 4, app/assets/stylesheets/tabs.scss */
.lano-tabs .panel-heading {
  border-bottom: none;
}

/* line 8, app/assets/stylesheets/tabs.scss */
.lano-tabs .panel-heading .panel-options .nav-tabs {
  border-bottom: none;
}

/* line 11, app/assets/stylesheets/tabs.scss */
.lano-tabs .panel-heading .panel-options .nav-tabs li {
  margin-bottom: 0px;
}

/* line 15, app/assets/stylesheets/tabs.scss */
.lano-tabs .panel-heading .panel-options .nav-tabs li.active {
  background-color: #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* line 21, app/assets/stylesheets/tabs.scss */
.lano-tabs .panel-heading .panel-options .nav-tabs li.active a {
  border: none;
}

/* line 26, app/assets/stylesheets/tabs.scss */
.lano-tabs .panel-heading .panel-options .nav-tabs li.active:after {
  background-color: #fff;
  height: 11px;
  content: "";
  position: absolute;
  bottom: -11px;
  left: -0px;
  right: -0px;
  z-index: 100;
}

/* line 40, app/assets/stylesheets/tabs.scss */
.lano-tabs .panel-body {
  background-color: #FFF;
}

/* line 45, app/assets/stylesheets/tabs.scss */
.files {
  margin-bottom: 0px !important;
}

/* line 48, app/assets/stylesheets/tabs.scss */
.files .ibox-title {
  border: none;
  background-color: #F4F4F4;
}

/* line 52, app/assets/stylesheets/tabs.scss */
.files .ibox-title h5 {
  color: #6A6C6E;
  font-weight: normal;
  font-size: 14px;
}

/* line 59, app/assets/stylesheets/tabs.scss */
.files .ibox-content {
  border: none;
}

/* line 62, app/assets/stylesheets/tabs.scss */
.files .ibox-content .files-table, .files .ibox-content .empty-state {
  max-height: 250px;
}

/* line 68, app/assets/stylesheets/tabs.scss */
#underscored-tabs {
  height: 33px;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: center;
}

/* line 74, app/assets/stylesheets/tabs.scss */
#underscored-tabs .tab {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-bottom: 2px solid #F4F4F4;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  color: #888888;
}

/* line 87, app/assets/stylesheets/tabs.scss */
#underscored-tabs .tab.active {
  border-bottom: 2px solid #02BD94;
  cursor: default;
  color: #6A6C6E;
}

/* line 93, app/assets/stylesheets/tabs.scss */
#underscored-tabs .tab:hover:not(.active) {
  background: #F4F4F4;
}
/* line 1, app/assets/stylesheets/task_freelancers_invitations.scss */
.modal .modal-content .modal-body.modal-invitations {
  padding: 0;
}

@media (min-width: 992px) {
  /* line 5, app/assets/stylesheets/task_freelancers_invitations.scss */
  .task-invitation-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* line 11, app/assets/stylesheets/task_freelancers_invitations.scss */
.task-invitation-box a.freelancer-selector {
  margin-left: auto;
}

/* line 15, app/assets/stylesheets/task_freelancers_invitations.scss */
.task-invitation-box .invitation-search-form {
  margin-bottom: 1rem;
}

/* line 18, app/assets/stylesheets/task_freelancers_invitations.scss */
.task-invitation-box .invitation-search-form .selected-filters-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

/* line 26, app/assets/stylesheets/task_freelancers_invitations.scss */
.task-invitation-box .invitation-box-title {
  align-items: center;
  margin-bottom: 1rem;
}

/* line 30, app/assets/stylesheets/task_freelancers_invitations.scss */
.task-invitation-box .invitation-box-title .m-l-auto {
  margin-left: auto;
}

/* line 34, app/assets/stylesheets/task_freelancers_invitations.scss */
.task-invitation-box .invitation-box-title.en {
  display: flex;
}

/* line 39, app/assets/stylesheets/task_freelancers_invitations.scss */
.task-invitation-box .invitation-box {
  padding: 1rem 2rem 0;
}

/* line 43, app/assets/stylesheets/task_freelancers_invitations.scss */
.task-invitation-box .invitation-box--selected {
  background-color: rgba(155, 155, 155, 0.1);
}

/* line 47, app/assets/stylesheets/task_freelancers_invitations.scss */
.task-invitation-box .filter-select {
  border: none;
  width: auto;
}
/* line 2, app/assets/stylesheets/task_invitations.scss */
.manager-info h3 {
  font-size: 1.3rem;
}

/* line 6, app/assets/stylesheets/task_invitations.scss */
.manager-info .m-card-user .m-card-user__details .m-card-user__name {
  font-size: 1.1rem;
}

/* line 11, app/assets/stylesheets/task_invitations.scss */
.activate-compliance-btn {
  float: right;
  margin-bottom: 20px !important;
  margin-top: 10px;
}

@media (max-width: 1358px) {
  /* line 18, app/assets/stylesheets/task_invitations.scss */
  .activate-compliance-btn {
    float: left;
    margin-bottom: 20px !important;
  }
}

/* line 25, app/assets/stylesheets/task_invitations.scss */
.set_budget_fields_modal h4 {
  line-height: 1.5;
}
/* line 3, app/assets/stylesheets/task_request_details.scss */
.task-request-description {
  margin-top: 10px;
  margin-left: 10px;
}

/* line 7, app/assets/stylesheets/task_request_details.scss */
.task-request-description dl {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/task_request_details.scss */
.task-request-description dt {
  color: #888888;
  font-weight: 300;
  width: auto;
  margin-right: 5px;
}

/* line 18, app/assets/stylesheets/task_request_details.scss */
.task-request-description dt::after {
  content: ':';
}

/* line 22, app/assets/stylesheets/task_request_details.scss */
.task-request-description dd {
  margin-bottom: 7px;
  margin-left: auto;
}

/* line 29, app/assets/stylesheets/task_request_details.scss */
.invoice-recipients .recipients-actions i {
  font-size: 16px;
}
/* line 4, app/assets/stylesheets/dashboard.scss */
.invoice-widget .invoice-statuses {
  height: 10px;
}

/* line 7, app/assets/stylesheets/dashboard.scss */
.invoice-widget .invoice-statuses .draft {
  background-color: #A4A3A3;
}

/* line 11, app/assets/stylesheets/dashboard.scss */
.invoice-widget .invoice-statuses .submitted {
  background-color: #F7B643;
}

/* line 15, app/assets/stylesheets/dashboard.scss */
.invoice-widget .invoice-statuses .payment-processing {
  background-color: #B0A2FF;
}

/* line 19, app/assets/stylesheets/dashboard.scss */
.invoice-widget .invoice-statuses .needs-first-step-approval {
  background-color: #00B8FC;
}

/* line 23, app/assets/stylesheets/dashboard.scss */
.invoice-widget .invoice-statuses .needs-second-step-approval {
  background-color: #F7B643;
}

/* line 27, app/assets/stylesheets/dashboard.scss */
.invoice-widget .invoice-statuses .approved {
  background-color: #9CCC66;
}

/* line 34, app/assets/stylesheets/dashboard.scss */
.freelancer-new-requests .feed-activity-list, .employee-activity-stream .feed-activity-list, .comments-list .feed-activity-list {
  padding-bottom: 0px;
}

/* line 37, app/assets/stylesheets/dashboard.scss */
.freelancer-new-requests .feed-activity-list .activity-stream-message, .employee-activity-stream .feed-activity-list .activity-stream-message, .comments-list .feed-activity-list .activity-stream-message {
  max-width: 80%;
}

/* line 41, app/assets/stylesheets/dashboard.scss */
.freelancer-new-requests .feed-activity-list .feed-element:last-child, .employee-activity-stream .feed-activity-list .feed-element:last-child, .comments-list .feed-activity-list .feed-element:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

/* line 47, app/assets/stylesheets/dashboard.scss */
.freelancer-new-requests .feed-activity-list .feed-element .media-body, .employee-activity-stream .feed-activity-list .feed-element .media-body, .comments-list .feed-activity-list .feed-element .media-body {
  font-size: 13px;
}

/* line 54, app/assets/stylesheets/dashboard.scss */
.referral-program-banner {
  position: relative;
}

/* line 57, app/assets/stylesheets/dashboard.scss */
.referral-program-banner .action-close {
  position: absolute;
  top: 7px;
  right: 12px;
}

/* line 62, app/assets/stylesheets/dashboard.scss */
.referral-program-banner .action-close i {
  color: #ffffff;
}

/* line 69, app/assets/stylesheets/dashboard.scss */
.income-outcome-widget .month-picker {
  border: 1px solid #ffffff;
  border-radius: 3px !important;
}

/* line 74, app/assets/stylesheets/dashboard.scss */
.income-outcome-widget .dropdown-menu {
  color: #6A6C6E;
}

/* line 81, app/assets/stylesheets/dashboard.scss */
.freelancer-dashboard .income-outcome-widget .income-options-selection {
  color: #221757;
  text-transform: none;
}

/* line 86, app/assets/stylesheets/dashboard.scss */
.freelancer-dashboard .income-outcome-widget .widget-title {
  margin: 3px 0 !important;
}

/* line 93, app/assets/stylesheets/dashboard.scss */
.freelancer-to-be-invoiced .amount-per-tasks {
  width: 45%;
  display: inline-block;
  background-color: rgba(221, 221, 221, 0.3);
}

/* line 100, app/assets/stylesheets/dashboard.scss */
.w-30 {
  width: 30%;
  word-break: break-all;
}

@media (min-width: 992px) and (max-width: 1900px) {
  /* line 105, app/assets/stylesheets/dashboard.scss */
  .d-n-lg-xl {
    display: none;
  }
}

@media (max-width: 991px), (min-width: 1901px) {
  /* line 111, app/assets/stylesheets/dashboard.scss */
  .d-lg-xl {
    display: none;
  }
}

/* line 118, app/assets/stylesheets/dashboard.scss */
.total-employees-widget .additional_information {
  margin-top: 9px;
  margin-left: 6px;
  font-size: 12px;
}

/* line 124, app/assets/stylesheets/dashboard.scss */
.total-employees-widget .positive_number {
  color: #9CCC66;
}

/* line 128, app/assets/stylesheets/dashboard.scss */
.total-employees-widget .negative_number {
  color: red;
}

/* line 133, app/assets/stylesheets/dashboard.scss */
.company-widget {
  height: 153px;
  background-color: #ffffff;
}

/* line 137, app/assets/stylesheets/dashboard.scss */
.company-widget .title {
  font-weight: 500;
  color: #6A6C6E;
}

/* line 142, app/assets/stylesheets/dashboard.scss */
.company-widget .flex-start {
  align-items: flex-start;
}

/* line 146, app/assets/stylesheets/dashboard.scss */
.company-widget .dashboard-month-picker {
  background-color: #ffffff;
}

/* line 150, app/assets/stylesheets/dashboard.scss */
.company-widget .waiting-approval-badge {
  background-color: #d0f3eb;
  color: #02bd94;
}

/* line 155, app/assets/stylesheets/dashboard.scss */
.company-widget .continue-badge {
  background-color: #F7B64347;
  color: #F7B643;
}

/* line 160, app/assets/stylesheets/dashboard.scss */
.company-widget .custom-font-size {
  font-size: 14px;
}

/* line 164, app/assets/stylesheets/dashboard.scss */
.company-widget .custom-margin-top {
  margin-top: -3px;
}

/* line 168, app/assets/stylesheets/dashboard.scss */
.company-widget .fit-content {
  min-width: fit-content;
}

@media (max-width: 365px) {
  /* line 172, app/assets/stylesheets/dashboard.scss */
  .company-widget .custom-width-info {
    max-width: 50px;
  }
}

/* line 178, app/assets/stylesheets/dashboard.scss */
.company-widget .custom-padding {
  padding: 10px 20px 0px 20px;
}

/* line 182, app/assets/stylesheets/dashboard.scss */
.company-widget .m-t-xxs {
  margin-top: 1px;
}

/* line 186, app/assets/stylesheets/dashboard.scss */
.company-widget .vertical-line {
  border-left: 1px solid #E7EAEC;
  height: 16px;
}

@media (max-width: 1267px) {
  /* line 192, app/assets/stylesheets/dashboard.scss */
  .company-widget .to-hide {
    display: none;
  }
  /* line 196, app/assets/stylesheets/dashboard.scss */
  .company-widget .to-lower {
    margin-top: 3px;
  }
}

/* line 201, app/assets/stylesheets/dashboard.scss */
.company-widget .text-content {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(3px);
}

/* line 206, app/assets/stylesheets/dashboard.scss */
.company-widget .text-width {
  width: 190px;
}

/* line 210, app/assets/stylesheets/dashboard.scss */
.company-widget .result-amount {
  margin-top: 10px !important;
}

/* line 214, app/assets/stylesheets/dashboard.scss */
.company-widget .dropdown-toggle {
  color: #221757;
  font-size: 13px;
}

/* line 219, app/assets/stylesheets/dashboard.scss */
.company-widget .la-info-circle {
  color: #282A3D;
  font-size: 12px;
}

/* line 224, app/assets/stylesheets/dashboard.scss */
.company-widget .per-usage-info {
  font-size: 12px;
}

/* line 228, app/assets/stylesheets/dashboard.scss */
.company-widget .blur-circle {
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  box-shadow: 20px 0 50px 10px #ffffff;
  -webkit-box-shadow: 20px 0 50px 10px #ffffff;
  -moz-box-shadow: 20px 0 50px 10px #ffffff;
}

/* line 238, app/assets/stylesheets/dashboard.scss */
.light-color {
  color: #A4A3A3 !important;
}

/* line 242, app/assets/stylesheets/dashboard.scss */
.activate-account {
  background: url(/assets/account_activate-2cc31b0cec6862b5413c24245951b305ed327d19e0fca47c4037721ccef6f2a3.svg);
}

/* line 246, app/assets/stylesheets/dashboard.scss */
.activate-payments {
  background: url(/assets/payments_activate-abd9fa3993722f26f2e6072a5be2f1ac8d205c228573099bfc3f1ec137cb58a9.svg);
}

/* line 250, app/assets/stylesheets/dashboard.scss */
.global-employment-banner {
  background: url(/assets/eor_banner_for_companies-a58cf45a636c7c5c9e7d43e96e0d7012cf96727ef75021045b22f409e43b80f7.svg);
  overflow: hidden;
}

/* line 254, app/assets/stylesheets/dashboard.scss */
.global-employment-banner .learn-more-button {
  width: 130px;
}

/* line 259, app/assets/stylesheets/dashboard.scss */
.book-demo-banner {
  min-height: 235px;
  height: auto;
  background: url(/assets/book_demo_company_banner-5b60b40dac4ac8586211605b71434981984b12eca7e7f885680348bfe841b280.svg) no-repeat 90% 70%;
  background-color: #ffffff !important;
}

/* line 265, app/assets/stylesheets/dashboard.scss */
.book-demo-banner .learn-more-button {
  width: 130px;
}

/* line 269, app/assets/stylesheets/dashboard.scss */
.book-demo-banner .oval-transparent {
  background: radial-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

/* line 273, app/assets/stylesheets/dashboard.scss */
.book-demo-banner .widget-description {
  height: 90px;
}

/* line 278, app/assets/stylesheets/dashboard.scss */
.activate-account, .activate-payments, .global-employment-banner {
  background-color: #ffffff !important;
  background-repeat: no-repeat;
  background-size: 260px;
  background-position: bottom right;
}

/* line 285, app/assets/stylesheets/dashboard.scss */
.activate-account-content {
  padding: 20px 15px 10px;
  background: none;
}

/* line 291, app/assets/stylesheets/dashboard.scss */
.dashboard-logo img {
  height: 20px;
  width: 20px;
}

/* line 297, app/assets/stylesheets/dashboard.scss */
.to-do-section.custom-height {
  height: 419px;
  overflow: hidden;
}

/* line 303, app/assets/stylesheets/dashboard.scss */
.to-do-section .white {
  color: #ffffff;
}

/* line 307, app/assets/stylesheets/dashboard.scss */
.to-do-section .custom-margin-top {
  margin-top: 7px;
}

/* line 311, app/assets/stylesheets/dashboard.scss */
.to-do-section .to-do-card {
  height: 103px;
}

/* line 315, app/assets/stylesheets/dashboard.scss */
.to-do-section .review-invoices-icon {
  background: #02BD94 url(/assets/custom_icons/invoices-c49b24f6b51bff9e8224bb15af0678186bd48707a51b07647408feaef3e87f53.svg) no-repeat center;
}

/* line 319, app/assets/stylesheets/dashboard.scss */
.to-do-section .pay-invoices-icon {
  background: #23C6C8 url(/assets/custom_icons/payments-05de1ba37906ea63f1dd45043606e1db7f08e94b41a383fa0ac0e5be7178d731.svg) no-repeat center;
}

/* line 323, app/assets/stylesheets/dashboard.scss */
.to-do-section .review-tasks-icon {
  background: #9CCC66 url(/assets/custom_icons/tasks-91f69802ce778ff04d735e2eef20eb9759ff2aa2ea8610ee215a8516bc402ecb.svg) no-repeat center;
}

/* line 327, app/assets/stylesheets/dashboard.scss */
.to-do-section .assign-tasks-icon {
  background: #2AB6F6 url(/assets/custom_icons/partner-7b99afb6cfb99de1f9e83b484a96bd2a8dec0885ce82f08106b9b15f6446ad80.svg) no-repeat center;
}

/* line 331, app/assets/stylesheets/dashboard.scss */
.to-do-section .to-do-logo {
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 15px !important;
  height: 35px;
  width: 35px;
}

/* line 340, app/assets/stylesheets/dashboard.scss */
.to-do-section .empty-state {
  background: url(/assets/to_do_empty_state-bc3547960ece7d2db7daed8cc7dac8aa8b6f2332e215379e6d19e8ec755e2322.svg) no-repeat top;
  background-size: contain;
  height: 211px;
  margin-top: 25px;
}

/* line 347, app/assets/stylesheets/dashboard.scss */
.to-do-section .sk-spinner.sk-spinner-three-bounce {
  margin-top: 100px;
}

/* line 351, app/assets/stylesheets/dashboard.scss */
.to-do-section .no-padding-top {
  padding-top: 0px;
}

/* line 355, app/assets/stylesheets/dashboard.scss */
.to-do-section .no-padding-bottom {
  padding-bottom: 0px;
}

/* line 359, app/assets/stylesheets/dashboard.scss */
.to-do-section .margin-top-lg {
  margin: 20px 0px 0px 0px;
}

/* line 364, app/assets/stylesheets/dashboard.scss */
.to-do-section #emptyState img {
  max-width: 200px;
  height: auto;
  margin-top: 50px;
}

@media (min-width: 1288px) {
  /* line 368, app/assets/stylesheets/dashboard.scss */
  .to-do-section #emptyState .side-margin-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
}

/* line 376, app/assets/stylesheets/dashboard.scss */
.to-do-section .time-stamp {
  font-size: 11px;
}

/* line 380, app/assets/stylesheets/dashboard.scss */
.to-do-section #review-invoices, .to-do-section #pay-invoices, .to-do-section #review-tasks, .to-do-section #assign-tasks {
  position: relative;
}

@media (max-width: 1265px) {
  /* line 386, app/assets/stylesheets/dashboard.scss */
  .result-amount {
    font-size: 20px !important;
  }
}

@media (min-width: 1266px) {
  /* line 392, app/assets/stylesheets/dashboard.scss */
  .result-amount {
    font-size: 22px !important;
  }
}

@media (min-width: 992px) and (max-width: 1104px) {
  /* line 398, app/assets/stylesheets/dashboard.scss */
  .light-color, .per-usage-info {
    font-size: 11px !important;
  }
  /* line 402, app/assets/stylesheets/dashboard.scss */
  .title, .dropdown-toggle {
    font-size: 12px !important;
  }
  /* line 406, app/assets/stylesheets/dashboard.scss */
  .result-amount {
    font-size: 18px !important;
  }
  /* line 410, app/assets/stylesheets/dashboard.scss */
  .border-size-md {
    margin-top: -5px;
  }
}

@media (min-width: 992px) and (max-width: 1136px) {
  /* line 416, app/assets/stylesheets/dashboard.scss */
  .dropdown-toggle {
    width: 80px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
  }
  /* line 424, app/assets/stylesheets/dashboard.scss */
  .header-toggle .dropdown-toggle {
    width: 50px !important;
    overflow: visible !important;
  }
}

/* line 431, app/assets/stylesheets/dashboard.scss */
.greeting {
  font-size: 24px;
  color: #6A6C6E;
  text-align: left;
}

/* line 437, app/assets/stylesheets/dashboard.scss */
.freelancer-wallet-banner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 29px 36px 25px 45px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  background-color: #29385D;
  color: #ffffff;
}

/* line 449, app/assets/stylesheets/dashboard.scss */
.freelancer-wallet-banner .activate-wallet-btn {
  border: none;
  padding: 11px 29px;
  background: #F7B643;
  border-radius: 3px;
  color: #29385D;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: auto 0;
}

/* line 463, app/assets/stylesheets/dashboard.scss */
.freelancer-wallet-banner .alert-margin {
  margin-right: 4px;
  margin-bottom: 6px;
}

@media (max-width: 450px) {
  /* line 470, app/assets/stylesheets/dashboard.scss */
  .freelancer-wallet-banner {
    flex-direction: column;
  }
  /* line 473, app/assets/stylesheets/dashboard.scss */
  .freelancer-wallet-banner .activate-wallet-btn {
    margin: 10px 0;
  }
}

/* line 480, app/assets/stylesheets/dashboard.scss */
#walletOnboardingModal .modal-body {
  background-color: #29385D;
  padding-bottom: 0;
}

/* line 484, app/assets/stylesheets/dashboard.scss */
#walletOnboardingModal .modal-body .onboarding-modal-title {
  margin: 0 !important;
}

/* line 488, app/assets/stylesheets/dashboard.scss */
#walletOnboardingModal .modal-body .white-label {
  color: white !important;
}

/* line 492, app/assets/stylesheets/dashboard.scss */
#walletOnboardingModal .modal-body .btn-wallet-invoice-creation {
  background-color: #F7B643;
  padding: 10px 25px;
}

/* line 497, app/assets/stylesheets/dashboard.scss */
#walletOnboardingModal .modal-body .help-center-icon {
  color: #4E70E6;
}

/* line 504, app/assets/stylesheets/dashboard.scss */
#payroll-stats #payroll-details {
  border-radius: 12px;
  background: url(/images/dashboard/payroll_widget_bg.svg) no-repeat, #E5F8F4;
  background-size: contain;
  background-position-x: right;
  background-position-y: bottom;
  overflow: hidden;
  height: 195px;
}

/* line 513, app/assets/stylesheets/dashboard.scss */
#payroll-stats .periods-list {
  max-height: 150px;
  overflow-y: auto;
  left: unset;
  right: 0;
}
/* line 3, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard {
  font-family: 'Poppins', sans-serif;
}

/* line 6, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .main-color {
  color: #221757;
}

/* line 10, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .partners-widget {
  height: 235px;
  width: 100%;
  background-color: #ffffff;
}

/* line 15, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .partners-widget .ibox-content {
  padding: 20px 15px 0px 20px;
}

/* line 19, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .partners-widget div .country-stats {
  width: 100%;
  height: 19px;
  margin-bottom: 20px;
  display: flex;
  margin-left: -3px;
}

/* line 26, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .partners-widget div .country-stats .country-flag {
  width: 16px;
}

/* line 30, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .partners-widget div .country-stats .country-name {
  width: 103px;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: #6A6C6E;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

/* line 43, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .partners-widget div .country-stats .country-progress {
  width: 100%;
}

/* line 47, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .partners-widget div .country-stats .country-progress-bar {
  color: #23C6C8;
  border-style: solid;
  opacity: 50%;
  border-radius: 7px;
  margin-top: 7px;
  margin-bottom: 6px;
}

/* line 56, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .partners-widget div .country-stats .country-progress-result {
  width: 13px;
  line-height: 20px;
  letter-spacing: normal;
  text-align: left;
  color: #6A6C6E;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1267px) {
  /* line 65, app/assets/stylesheets/employee_dashboard.scss */
  .employee-dashboard .partners-widget div .country-stats .country-progress.hide-progress-on-small {
    display: none;
  }
}

/* line 72, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .partners-widget .additional-country-stats {
  margin-left: -3px;
}

/* line 78, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .employee-activity-stream .feed-activity-list, .employee-dashboard .comments-list .feed-activity-list {
  padding-bottom: 0px;
}

/* line 81, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .employee-activity-stream .feed-activity-list .activity-stream-message, .employee-dashboard .comments-list .feed-activity-list .activity-stream-message {
  max-width: 80%;
}

/* line 85, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .employee-activity-stream .feed-activity-list .feed-element:last-child, .employee-dashboard .comments-list .feed-activity-list .feed-element:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

/* line 91, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .employee-activity-stream .feed-activity-list .feed-element .media-body, .employee-dashboard .comments-list .feed-activity-list .feed-element .media-body {
  font-size: 13px;
}

/* line 98, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .task-statuses {
  height: 10px;
}

/* line 101, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .task-statuses .unassigned {
  background-color: #FFB412;
}

/* line 105, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .task-statuses .freelancer-assigned {
  background-color: #00C9CA;
}

/* line 109, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .task-statuses .in-progress {
  background-color: #B49FFF;
}

/* line 113, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .task-statuses .awaiting-review {
  background-color: #00B8FC;
}

/* line 117, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .task-statuses .approved {
  background-color: #9CCC66;
}

/* line 125, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .tasks-widget .add-button-left {
  margin-right: 3px;
}

/* line 129, app/assets/stylesheets/employee_dashboard.scss */
.employee-dashboard .tasks-widget .add-button-right {
  margin-left: 3px;
}
/* line 3, app/assets/stylesheets/invoices.scss */
.invoices-index--empty-state {
  max-width: 100%;
}

/* line 7, app/assets/stylesheets/invoices.scss */
.invoices-accounting__table {
  display: block;
}

/* line 11, app/assets/stylesheets/invoices.scss */
.invoices-accounting__table thead .row {
  width: 750px;
}

/* line 17, app/assets/stylesheets/invoices.scss */
.add-invoice-btn {
  margin-right: 1px;
  border-radius: 3px 0 0 3px;
}

/* line 22, app/assets/stylesheets/invoices.scss */
.invoices-dropdown-btn {
  border-radius: 0 3px 3px 0;
}

/* line 26, app/assets/stylesheets/invoices.scss */
.invoice-preview {
  position: relative;
  overflow: hidden;
}

/* line 31, app/assets/stylesheets/invoices.scss */
.invoice-preview-paginator {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  width: auto;
  padding: 10px;
}

/* line 44, app/assets/stylesheets/invoices.scss */
.invoice-preview-remove-file {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 48, app/assets/stylesheets/invoices.scss */
.invoice-preview-remove-file span {
  cursor: pointer;
}

/* line 53, app/assets/stylesheets/invoices.scss */
.invoice-page {
  padding: 1cm;
  display: none;
  flex-direction: column;
  transform-origin: 0 0;
  width: 21cm;
  height: 29.7cm;
  overflow: hidden;
}

/* line 63, app/assets/stylesheets/invoices.scss */
.invoice-page.quick-invoice--page {
  height: auto;
  min-height: 29.7cm;
}

/* line 68, app/assets/stylesheets/invoices.scss */
#invoice_tax_type.disabled-without-client-id,
#invoice_tax_value.disabled-without-client-id,
#invoice_currency.disabled-without-client-id,
.disabled-without-client-id {
  background: lightgray !important;
  pointer-events: none;
}

/* line 75, app/assets/stylesheets/invoices.scss */
#invoice_tax_type.disabled-without-client-id .sticky-action-bar .cancel_btn,
#invoice_tax_value.disabled-without-client-id .sticky-action-bar .cancel_btn,
#invoice_currency.disabled-without-client-id .sticky-action-bar .cancel_btn,
.disabled-without-client-id .sticky-action-bar .cancel_btn {
  pointer-events: auto;
}

/* line 79, app/assets/stylesheets/invoices.scss */
.gray-bg.disabled-without-client-id {
  background: #c9c9c9 !important;
}

/* line 83, app/assets/stylesheets/invoices.scss */
.invoice_currency {
  width: 55px;
  max-width: 55px;
}

/* line 87, app/assets/stylesheets/invoices.scss */
.invoice_currency #invoice_currency-selectized {
  width: 10px !important;
}

/* line 93, app/assets/stylesheets/invoices.scss */
#company-invoice-form .invoice_currency {
  width: unset !important;
  max-width: unset !important;
}

/* line 100, app/assets/stylesheets/invoices.scss */
.mobile-invoices--body .invoice_currency {
  width: 155px;
  max-width: 155px;
}

/* line 104, app/assets/stylesheets/invoices.scss */
.mobile-invoices--body .invoice_currency .selectize-input {
  width: 75px;
}

/* line 110, app/assets/stylesheets/invoices.scss */
.selectize-dropdown {
  min-width: 150px !important;
  z-index: 9000 !important;
}

/* line 116, app/assets/stylesheets/invoices.scss */
.disabled-without-client-id nav.navbar {
  pointer-events: auto;
}

/* line 119, app/assets/stylesheets/invoices.scss */
.disabled-without-client-id .border-bottom.page-heading {
  border-bottom: 1px #c3c3c3 solid !important;
  background: lightgray !important;
}

/* line 123, app/assets/stylesheets/invoices.scss */
.disabled-without-client-id .border-bottom.page-heading ol {
  background: lightgray !important;
}

/* line 126, app/assets/stylesheets/invoices.scss */
.disabled-without-client-id .border-bottom.page-heading ol li:before {
  color: #888888;
}

/* line 133, app/assets/stylesheets/invoices.scss */
.disabled-without-client-id a div.btn {
  background-color: #A4A3A3 !important;
  border-color: #A4A3A3 !important;
}

/* line 138, app/assets/stylesheets/invoices.scss */
.disabled-without-client-id a span.text-brand {
  color: #A4A3A3 !important;
}

/* line 144, app/assets/stylesheets/invoices.scss */
.disabled-without-client-id .invoice-add-client a div.btn {
  background-color: #02BD94 !important;
  border-color: #02BD94 !important;
}

/* line 148, app/assets/stylesheets/invoices.scss */
.disabled-without-client-id .invoice-add-client a span.text-brand {
  color: #02BD94 !important;
}

/* line 154, app/assets/stylesheets/invoices.scss */
.disabled-without-client-id .quick-invoice--table-head .quick-invoice--table-head-cell {
  background-color: #A4A3A3 !important;
  color: #eee9ed !important;
}

/* line 165, app/assets/stylesheets/invoices.scss */
.disabled-without-client-id .quick-invoice--statusbar .panel .panel-heading .panel-options ul li.active, .disabled-without-client-id .quick-invoice--statusbar .panel .panel-heading .panel-options ul li.active:after {
  background: lightgray !important;
}

/* line 171, app/assets/stylesheets/invoices.scss */
.disabled-without-client-id .quick-invoice--statusbar .panel .panel-body {
  background: lightgray !important;
}

/* line 176, app/assets/stylesheets/invoices.scss */
.disabled-without-client-id .quick-invoice--statusbar .panel .panel-body .tab-content .tab-pane ul li:before {
  background: lightgray !important;
}

/* line 179, app/assets/stylesheets/invoices.scss */
.disabled-without-client-id .quick-invoice--statusbar .panel .panel-body .tab-content .tab-pane ul li.valid:before {
  color: #888888;
}

/* line 183, app/assets/stylesheets/invoices.scss */
.disabled-without-client-id .quick-invoice--statusbar .panel .panel-body .tab-content .tab-pane .reset-all-btn, .disabled-without-client-id .quick-invoice--statusbar .panel .panel-body .tab-content .tab-pane .bootstrap-select button {
  background: lightgray !important;
  border-color: #888888 !important;
  color: #888888;
}

/* line 189, app/assets/stylesheets/invoices.scss */
.disabled-without-client-id .quick-invoice--statusbar .panel .panel-body .tab-content .tab-pane .color-palete .color-item {
  opacity: 0.3;
}

/* line 199, app/assets/stylesheets/invoices.scss */
.invoice-page--add-client {
  border: solid 1px #DDDDDD;
  border-radius: 10px;
  margin: -10px 0px;
  padding: 10px 15px;
  max-width: 400px;
  background: #ffffff;
  pointer-events: initial;
}

/* line 208, app/assets/stylesheets/invoices.scss */
.invoice-page--add-client .add-client-first-text {
  margin: 30px 0 25px;
}

/* line 213, app/assets/stylesheets/invoices.scss */
.invoice-page.template-page {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transform: scale(0);
}

/* line 221, app/assets/stylesheets/invoices.scss */
.invoice-page.current-page {
  display: flex;
  flex-direction: column;
}

/* line 226, app/assets/stylesheets/invoices.scss */
.pdf-body {
  flex: 1;
}

/* line 230, app/assets/stylesheets/invoices.scss */
.pdf-wrapper.pdf-footer {
  transition: all 500ms ease-in-out;
  border-top: 1px solid #000000;
  font-size: 12px;
}

/* line 236, app/assets/stylesheets/invoices.scss */
.pdf-wrapper.pdf-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 8.5cm;
  padding-bottom: 20px;
}

/* line 244, app/assets/stylesheets/invoices.scss */
.pdf-wrapper.pdf-header .col-xs-4 span, .pdf-wrapper.pdf-header .col-xs-5 span {
  font-size: 12px;
}

/* line 250, app/assets/stylesheets/invoices.scss */
.pdf-wrapper {
  width: 100%;
  font-family: Poppins, serif;
}

/* line 254, app/assets/stylesheets/invoices.scss */
.pdf-wrapper h1.invoice-h1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
}

/* line 261, app/assets/stylesheets/invoices.scss */
.pdf-wrapper address {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

/* line 267, app/assets/stylesheets/invoices.scss */
.pdf-wrapper address span {
  font-size: 12px;
}

/* line 272, app/assets/stylesheets/invoices.scss */
.pdf-wrapper [data-target~="adaptive-invoice-page.additionalText"] {
  page-break-inside: avoid;
  text-align: justify;
}

/* line 277, app/assets/stylesheets/invoices.scss */
.pdf-wrapper .additional-text {
  min-height: 20px;
  font-size: 12px;
  line-height: 17px;
  word-break: break-word;
  padding-bottom: 10px;
}

/* line 285, app/assets/stylesheets/invoices.scss */
.pdf-wrapper table {
  page-break-inside: auto;
}

/* line 288, app/assets/stylesheets/invoices.scss */
.pdf-wrapper table thead {
  background-color: #A4A3A3;
  display: table-header-group;
}

/* line 292, app/assets/stylesheets/invoices.scss */
.pdf-wrapper table thead tr {
  background-color: #A4A3A3;
  color: #FFFFFF;
}

/* line 296, app/assets/stylesheets/invoices.scss */
.pdf-wrapper table thead tr th {
  transition: all 500ms ease-in-out;
  vertical-align: middle;
  border: none;
  border-color: #A4A3A3;
  color: #FFFFFF;
  font-size: 12px;
  padding: 2px 5px;
}

/* line 308, app/assets/stylesheets/invoices.scss */
.pdf-wrapper table tbody tr {
  page-break-inside: avoid;
  page-break-after: auto;
}

/* line 312, app/assets/stylesheets/invoices.scss */
.pdf-wrapper table tbody tr th {
  padding: 15px 5px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #e7eaec;
}

/* line 318, app/assets/stylesheets/invoices.scss */
.pdf-wrapper table tbody tr td {
  padding: 15px 5px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #e7eaec;
}

/* line 329, app/assets/stylesheets/invoices.scss */
.invoicing_task {
  padding: 1rem;
  padding-left: 0;
  border-top: 1px solid #EBEDF2;
  display: flex;
  align-items: center;
}

/* line 337, app/assets/stylesheets/invoices.scss */
h4.invoicing_task-title {
  margin: 0;
  font-size: 16px;
  color: #575962;
  font-weight: 300;
}

/* line 344, app/assets/stylesheets/invoices.scss */
h4.invoicing_task-duration {
  margin: 0;
  font-size: 16px;
  color: #575962;
  font-weight: 300;
}

/* line 351, app/assets/stylesheets/invoices.scss */
.invoicing_task-amount {
  margin-left: auto;
  color: #575962;
  font-size: 16px;
  font-weight: 300;
}

/* line 358, app/assets/stylesheets/invoices.scss */
.invoicing_task__amount-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  justify-items: end;
  color: #575962;
  font-size: 14px;
  font-weight: 500;
}

/* line 368, app/assets/stylesheets/invoices.scss */
.invoicing_task__amount-item-non-grid {
  display: block;
  color: #575962;
  font-size: 14px;
  font-weight: 500;
}

/* line 376, app/assets/stylesheets/invoices.scss */
#invoice-total.invoicing_task__amount-item {
  font-weight: bold;
}

/* line 380, app/assets/stylesheets/invoices.scss */
.pdf-preview-wrapper {
  position: relative;
  width: 100%;
}

/* line 388, app/assets/stylesheets/invoices.scss */
.pdf-preview.hide {
  display: none;
}

/* line 392, app/assets/stylesheets/invoices.scss */
.pdf-page-canvas {
  margin-top: 10px;
  width: 100%;
}

/* line 397, app/assets/stylesheets/invoices.scss */
.pdf-page-wrapper {
  position: relative;
}

/* line 401, app/assets/stylesheets/invoices.scss */
.pdf-page-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 1;
}

/* line 411, app/assets/stylesheets/invoices.scss */
.pdf-page-text > div {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0 0;
  line-height: 1rem;
}

/* line 420, app/assets/stylesheets/invoices.scss */
.invoice-review-container {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-gap: 5px;
}

/* line 426, app/assets/stylesheets/invoices.scss */
.action-out-of-cell {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(0, -50%);
}

/* line 433, app/assets/stylesheets/invoices.scss */
.detached-task-table {
  display: grid;
  grid-template-columns: 1fr 10fr 10fr 6fr 15fr 4fr 4fr 1fr;
  grid-gap: 10px;
}

/* line 438, app/assets/stylesheets/invoices.scss */
.detached-task-table .detached-task-field {
  align-self: center;
}

/* line 443, app/assets/stylesheets/invoices.scss */
.detached-task-table.detached-task-table-header {
  padding: 2px 5px;
  background-color: #A4A3A3;
  color: #ffffff;
}

/* line 449, app/assets/stylesheets/invoices.scss */
.detached-task-table.detached-task-table-row {
  padding: 15px 5px;
  border-bottom: 1px solid #E7EAEC;
}

/* line 454, app/assets/stylesheets/invoices.scss */
.detached-task-table.detached-task-table-footer {
  padding: 10px 5px;
  grid-template-columns: 38fr 8fr 4fr 1fr;
}

/* line 459, app/assets/stylesheets/invoices.scss */
.detached-task-table.detached-task-table-footer-mobile {
  grid-template-columns: 8fr 4fr;
}

/* line 463, app/assets/stylesheets/invoices.scss */
.detached-task-mobile-header {
  margin-left: -30px;
  margin-right: -30px;
  padding: 5px 10px 5px 30px;
  background-color: #A4A3A3;
  color: #ffffff;
}

/* line 470, app/assets/stylesheets/invoices.scss */
.detached-task-mobile-header .detached-task-mobile-position {
  font-size: 12px;
  font-weight: bold;
}

/* line 476, app/assets/stylesheets/invoices.scss */
.invoice-accounting-options [data-controller="ichecks"] {
  margin-bottom: 10px;
}

/* line 480, app/assets/stylesheets/invoices.scss */
.invoice--table--pos {
  width: 5%;
}

/* line 481, app/assets/stylesheets/invoices.scss */
.invoice--table--name {
  width: 21%;
}

/* line 482, app/assets/stylesheets/invoices.scss */
.invoice--table--duration {
  width: 24%;
}

/* line 483, app/assets/stylesheets/invoices.scss */
.invoice--table--fee-type {
  width: 19%;
}

/* line 484, app/assets/stylesheets/invoices.scss */
.invoice--table--fee {
  width: 17%;
}

/* line 485, app/assets/stylesheets/invoices.scss */
.invoice--table--price {
  width: 14%;
}

/* line 488, app/assets/stylesheets/invoices.scss */
.deposit-note-type .invoice--table--pos {
  width: 9%;
}

/* line 489, app/assets/stylesheets/invoices.scss */
.deposit-note-type .invoice--table--name {
  width: 26%;
}

/* line 490, app/assets/stylesheets/invoices.scss */
.deposit-note-type .invoice--table--fee-type {
  width: 24%;
}

/* line 491, app/assets/stylesheets/invoices.scss */
.deposit-note-type .invoice--table--fee {
  width: 22%;
}

/* line 492, app/assets/stylesheets/invoices.scss */
.deposit-note-type .invoice--table--price {
  width: 19%;
}

/* line 495, app/assets/stylesheets/invoices.scss */
.invoice--table--summary-title {
  width: 86%;
  padding: 10px 5px !important;
}

/* line 500, app/assets/stylesheets/invoices.scss */
.invoice--table--summary-value {
  width: 14%;
  padding: 10px 5px !important;
}

/* line 505, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout {
  overflow: auto;
  padding: 10px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 21cm minmax(350px, 1fr);
}

/* line 512, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--statusbar {
  width: 350px !important;
}

/* line 516, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--statusbar .tab-content .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  display: flex;
  align-items: center;
}

/* line 521, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--statusbar .tab-content .bootstrap-select .dropdown-menu li a {
  display: flex;
  align-items: center;
}

/* line 526, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--statusbar .tab-content ul:not(.dropdown-menu) {
  padding-inline-start: 20px;
}

/* line 529, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--statusbar .tab-content ul:not(.dropdown-menu) li {
  font-family: Line Awesome Free;
  font-weight: 900;
  padding: 10px 5px;
}

/* line 534, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--statusbar .tab-content ul:not(.dropdown-menu) li span {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  cursor: pointer;
}

/* line 542, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--statusbar .tab-content ul:not(.dropdown-menu) li.valid:before {
  background-color: #ffffff;
  content: "\f00c";
  color: #02BD94;
  margin-right: 6px;
  margin-left: -23px;
}

/* line 552, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--statusbar .tab-content ul:not(.dropdown-menu) li.invalid:before {
  background-color: #ffffff;
  font-family: Line Awesome Free;
  content: "\f071";
  color: #F97877;
  margin-right: 5px;
  margin-left: -23px;
}

/* line 564, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--statusbar .reset-all-btn {
  border-color: #ccc !important;
  margin-bottom: 10px;
}

/* line 570, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--body {
  width: 21cm;
  padding: 0 1cm;
  margin-left: -1cm;
  min-height: 15.7cm;
}

/* line 577, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--footer {
  min-height: 3.5cm;
  height: auto;
}

/* line 582, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--table-head-cell {
  transition: all 300ms ease-in-out;
  background-color: #A4A3A3;
  padding: 2px 5px;
  font-size: 12px;
  color: #ffffff;
}

/* line 590, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--table-body-cell {
  display: flex;
  align-items: center;
  padding: 15px 5px;
  font-size: 12px;
  border-bottom: 1px solid #E7EAEC;
  word-spacing: 1px;
}

/* line 599, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--table-body-cell.action-cell {
  padding: 15px 0;
  border: none;
}

/* line 604, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--table-body-cell.align-center {
  justify-content: center;
}

/* line 607, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--table-body-cell.align-left {
  justify-content: flex-start;
}

/* line 610, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--table-body-cell.align-right {
  justify-content: flex-end;
}

/* line 614, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--table-body-row {
  display: flex;
}

/* line 618, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--table-body-row:hover .quick-invoice--table-body-cell {
  border-bottom: none;
}

/* line 624, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--select-type-form {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

/* line 629, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--select-type-form .type-box-wrapper {
  text-align: center;
  border: 1px solid #E5E6E7;
  border-radius: 10px;
  margin: 0 15px;
  width: 28%;
  height: 140px;
}

/* line 637, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--select-type-form .type-box-wrapper .info-block {
  margin-top: 10px;
  margin-bottom: 20px;
  height: 40%;
  font-size: 12px;
}

/* line 643, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--select-type-form .type-box-wrapper .info-block h4 {
  margin-bottom: 20px;
}

/* line 648, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--select-type-form .type-box-wrapper .select-type-btn {
  width: 60%;
}

/* line 652, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--select-type-form .type-box-wrapper.many-text {
  height: 150px;
}

/* line 655, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--select-type-form .type-box-wrapper.many-text .info-block {
  margin-top: 10px;
  margin-bottom: 30px;
  height: 40%;
  font-size: 12px;
}

/* line 661, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoice--select-type-form .type-box-wrapper.many-text .info-block h4 {
  margin-bottom: 15px;
}

/* line 670, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .modal-header {
  padding: 25px 30px;
}

/* line 673, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .modal-header .modal-title {
  text-transform: uppercase;
  font-size: 25px;
  color: #A4A3A3;
}

/* line 680, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoice--currencies {
  padding: 20px 30px;
  background: #F4F4F4;
}

/* line 684, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoice--currencies.currency-panel {
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 689, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoice--currencies .currencies {
  display: inline-flex;
  margin-right: 25px;
}

/* line 694, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoice--currencies .info-message {
  width: 85%;
}

/* line 698, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoice--currencies .currency-btn {
  background-color: #ffffff;
  width: 75px;
  max-height: 36px;
  border-radius: unset;
  border: 1px solid #A4A3A3;
  color: #A4A3A3;
}

/* line 706, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoice--currencies .currency-btn.active {
  color: #ffffff;
  background-color: #02BD94;
}

/* line 714, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block {
  background: #F4F4F4;
  padding-bottom: 5px;
}

/* line 718, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .round {
  position: relative;
}

/* line 722, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

/* line 734, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 12px;
}

/* line 748, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .round input[type="checkbox"] {
  visibility: hidden;
}

/* line 752, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .round input[type="checkbox"]:checked + label {
  background-color: #02BD94;
  border-color: #02BD94;
}

/* line 757, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

/* line 761, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .project-row {
  display: flex;
  padding: 20px 30px;
  border-bottom: none;
  background: #ffffff;
}

/* line 767, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .project-row .project-title {
  font-weight: bold;
}

/* line 771, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .project-row .amount-with-angles {
  display: flex;
}

/* line 774, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .project-row .amount-with-angles .selected-amount {
  flex-shrink: 0;
  margin-left: 27px;
  margin-right: 5px;
}

/* line 780, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .project-row .amount-with-angles .angles {
  font-size: 1.2em;
  margin-top: -2px;
}

/* line 784, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .project-row .amount-with-angles .angles span {
  cursor: pointer;
}

/* line 791, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .position-row {
  display: flex;
  padding: 14px 30px;
  border-bottom: 1px solid #DDDDDD;
  background: #F4F4F4;
}

/* line 797, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .width-6-percent {
  width: 6%;
}

/* line 798, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .width-14-percent {
  width: 14%;
}

/* line 799, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .width-20-percent {
  width: 20%;
}

/* line 800, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .width-74-percent {
  width: 74%;
}

/* line 801, app/assets/stylesheets/invoices.scss */
.quick-invoice--form-layout .quick-invoices--available-tasks-modal .quick-invoices--project-tasks .project-with-tasks-block .width-80-percent {
  width: 80%;
}

/* line 809, app/assets/stylesheets/invoices.scss */
.pdf-invoice--heading-section {
  height: 5.8cm;
}

/* line 813, app/assets/stylesheets/invoices.scss */
.pdf--invoice--header--columns {
  display: -webkit-box;
  width: 100%;
}

/* line 817, app/assets/stylesheets/invoices.scss */
.pdf--invoice--header--columns span {
  font-size: 12px;
}

/* line 821, app/assets/stylesheets/invoices.scss */
.pdf--invoice--header--columns .left-column {
  -webkit-box-flex: 4.0;
  max-width: 492px;
}

/* line 826, app/assets/stylesheets/invoices.scss */
.pdf--invoice--header--columns .left-column.with-logo {
  max-width: 457px;
}

/* line 830, app/assets/stylesheets/invoices.scss */
.pdf--invoice--header--columns .right-column {
  -webkit-box-flex: 1.0;
  max-width: 226px;
}

/* line 835, app/assets/stylesheets/invoices.scss */
.pdf--invoice--header--columns .right-column.with-logo {
  -webkit-box-flex: 1.0;
  max-width: 191px;
}

/* line 840, app/assets/stylesheets/invoices.scss */
.pdf--invoice--header--columns .logo-column {
  width: 80px;
  position: relative;
}

/* line 844, app/assets/stylesheets/invoices.scss */
.pdf--invoice--header--columns .logo-column img.invoice-logo {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  height: 80px;
  width: 80px;
}

/* line 855, app/assets/stylesheets/invoices.scss */
.pdf--invoice--footer--columns {
  display: -webkit-box;
  width: 100%;
}

/* line 859, app/assets/stylesheets/invoices.scss */
.pdf--invoice--footer--columns span {
  font-size: 12px;
}

/* line 863, app/assets/stylesheets/invoices.scss */
.pdf--invoice--footer--columns .column {
  -webkit-box-flex: 6.0;
  max-width: 390px;
}

/* line 868, app/assets/stylesheets/invoices.scss */
.pdf--invoice--footer--columns .column {
  -webkit-box-flex: 5.0;
  max-width: 325px;
}

/* line 873, app/assets/stylesheets/invoices.scss */
.pdf--invoice--footer--columns .column.width-max-content {
  max-width: none !important;
}

/* line 877, app/assets/stylesheets/invoices.scss */
.pdf--invoice--footer--columns .m-t-15 {
  margin-top: 15px;
}

/* line 883, app/assets/stylesheets/invoices.scss */
.inline-edit.quick-invoice--description .inline-edit--show {
  margin: 0 -15px;
  padding: 0 15px;
}

/* line 886, app/assets/stylesheets/invoices.scss */
.inline-edit.quick-invoice--description .inline-edit--show:hover {
  padding: 15px 15px;
  padding-right: 30px;
  margin-right: -30px;
}

/* line 893, app/assets/stylesheets/invoices.scss */
.inline-edit.quick-invoice--description .inline-edit--edit {
  margin: 0 -15px;
  padding: 15px 15px;
}

/* line 900, app/assets/stylesheets/invoices.scss */
.inline-edit.quick-invoice--task-edit .inline-edit--show {
  margin: 0 -15px;
  padding: 0 15px;
}

/* line 904, app/assets/stylesheets/invoices.scss */
.inline-edit.quick-invoice--task-edit .inline-edit--show:hover {
  margin-top: 5px;
  padding-right: 30px;
  margin-right: -30px;
}

/* line 905, app/assets/stylesheets/invoices.scss */
.inline-edit.quick-invoice--task-edit .inline-edit--show:hover::before {
  top: -5px;
  height: 8px;
}

/* line 914, app/assets/stylesheets/invoices.scss */
.inline-edit.quick-invoice--task-edit .inline-edit--show:hover .inline-edit--actions-first {
  top: 5px;
}

/* line 918, app/assets/stylesheets/invoices.scss */
.inline-edit.quick-invoice--task-edit .inline-edit--show:hover .inline-edit--actions-last {
  top: 25px;
}

/* line 924, app/assets/stylesheets/invoices.scss */
.inline-edit.quick-invoice--task-edit .inline-edit--edit {
  border: dashed 1px #A4A3A3;
  border-radius: 10px;
  margin: 5px -15px;
  padding: 10px 15px;
}

/* line 932, app/assets/stylesheets/invoices.scss */
.inline-edit--company-form {
  max-width: 500px;
  width: 410px;
  background: #ffffff;
  pointer-events: initial;
}

/* line 939, app/assets/stylesheets/invoices.scss */
.inline-edit--payment-option {
  max-width: 100%;
  width: 350px;
  background: #ffffff;
  pointer-events: initial;
}

/* line 945, app/assets/stylesheets/invoices.scss */
.inline-edit--payment-option .payment-options {
  font-size: 12px;
}

/* line 948, app/assets/stylesheets/invoices.scss */
.inline-edit--payment-option .payment-options :first-child {
  color: #F4F4F4;
}

/* line 954, app/assets/stylesheets/invoices.scss */
.block-display {
  display: block;
}

/* line 959, app/assets/stylesheets/invoices.scss */
.js-dependent-fields .file-element {
  display: none !important;
}

/* line 963, app/assets/stylesheets/invoices.scss */
.js-dependent-fields .drop-area-input_placeholder {
  display: flex !important;
}

/* line 969, app/assets/stylesheets/invoices.scss */
.bootstrap-select-locale ul {
  padding: 0 !important;
}

/* line 973, app/assets/stylesheets/invoices.scss */
.bootstrap-select-locale li {
  padding: 0 !important;
}

/* line 977, app/assets/stylesheets/invoices.scss */
.bootstrap-select-locale .form-field__control {
  border-bottom: 0 !important;
}

/* line 981, app/assets/stylesheets/invoices.scss */
.bootstrap-select-locale .aka-material {
  overflow: inherit !important;
}

/* line 985, app/assets/stylesheets/invoices.scss */
.bootstrap-select-locale .filter-option-inner-inner {
  display: flex;
}

/* line 989, app/assets/stylesheets/invoices.scss */
.bootstrap-select-locale a[role="option"] {
  display: flex;
}

/* line 993, app/assets/stylesheets/invoices.scss */
.bootstrap-select-locale .bootstrap-select {
  width: 100% !important;
}

/* line 998, app/assets/stylesheets/invoices.scss */
.fa-en {
  padding-right: 5px;
}

/* line 1001, app/assets/stylesheets/invoices.scss */
.fa-en:before {
  vertical-align: text-bottom;
  background-image: url(/assets/flags/en_icon-81ec47f82b87b9398d17f1db841ea31695a24fa3e05c60fa4d59b21ae4d5bed2.svg);
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  width: 20px;
  content: '';
}

/* line 1012, app/assets/stylesheets/invoices.scss */
.fa-de {
  padding-right: 5px;
}

/* line 1015, app/assets/stylesheets/invoices.scss */
.fa-de:before {
  vertical-align: text-bottom;
  background-image: url(/assets/flags/de_icon-3479e75f866450220db28ef3ebb1ba0c345c059ed67de62c4176a09572da8f32.svg);
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  width: 20px;
  content: '';
}

/* line 1027, app/assets/stylesheets/invoices.scss */
.detached-invoice--statusbar .ibox-content {
  border-top: 4px solid #02BD94;
}

/* line 1029, app/assets/stylesheets/invoices.scss */
.detached-invoice--statusbar .ibox-content ul {
  padding-inline-start: 20px;
}

/* line 1032, app/assets/stylesheets/invoices.scss */
.detached-invoice--statusbar .ibox-content ul li {
  font-family: Line Awesome Free;
  font-weight: 900;
  padding: 10px 5px;
}

/* line 1037, app/assets/stylesheets/invoices.scss */
.detached-invoice--statusbar .ibox-content ul li span {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  cursor: pointer;
}

/* line 1045, app/assets/stylesheets/invoices.scss */
.detached-invoice--statusbar .ibox-content ul li.valid:before {
  background-color: #ffffff;
  content: "\f00c";
  color: #02BD94;
  margin-right: 6px;
  margin-left: -23px;
}

/* line 1055, app/assets/stylesheets/invoices.scss */
.detached-invoice--statusbar .ibox-content ul li.invalid:before {
  background-color: #ffffff;
  font-family: Line Awesome Free;
  content: "\f071";
  color: #F97877;
  margin-right: 5px;
  margin-left: -23px;
}

/* line 1068, app/assets/stylesheets/invoices.scss */
.invoice-logo--preview {
  display: inline-block;
  position: relative;
  padding: 30px 10px 10px;
  border: 1px solid #E7EAEC;
  border-radius: 7px;
}

/* line 1075, app/assets/stylesheets/invoices.scss */
.invoice-logo--preview .edit-action, .invoice-logo--preview .remove-action {
  position: absolute;
  top: 5px;
}

/* line 1080, app/assets/stylesheets/invoices.scss */
.invoice-logo--preview .edit-action {
  right: 20px;
}

/* line 1084, app/assets/stylesheets/invoices.scss */
.invoice-logo--preview .remove-action {
  right: 5px;
}

/* line 1088, app/assets/stylesheets/invoices.scss */
.invoice-logo--preview img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

/* line 1095, app/assets/stylesheets/invoices.scss */
.logo-half-opacity {
  opacity: 0.5;
}

/* line 1100, app/assets/stylesheets/invoices.scss */
.quick-invoice--logo .invoice-logo--preview {
  overflow: hidden;
  position: relative;
  border: none;
  padding: 0;
  transition: padding 250ms ease-in-out, margin 250ms ease-in-out;
}

/* line 1108, app/assets/stylesheets/invoices.scss */
.quick-invoice--logo .invoice-logo--preview .edit-action, .quick-invoice--logo .invoice-logo--preview .remove-action {
  position: absolute;
  top: -100px;
  transition: top 250ms ease-in-out;
}

/* line 1114, app/assets/stylesheets/invoices.scss */
.quick-invoice--logo .invoice-logo--preview .edit-action {
  right: 20px;
}

/* line 1118, app/assets/stylesheets/invoices.scss */
.quick-invoice--logo .invoice-logo--preview .remove-action {
  right: 5px;
}

/* line 1122, app/assets/stylesheets/invoices.scss */
.quick-invoice--logo .invoice-logo--preview img {
  position: initial;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

/* line 1129, app/assets/stylesheets/invoices.scss */
.quick-invoice--logo .invoice-logo--preview.no-hover:hover {
  border: none;
}

/* line 1133, app/assets/stylesheets/invoices.scss */
.quick-invoice--logo .invoice-logo--preview:hover {
  margin: -30px 0 0 -10px;
  padding: 30px 10px 10px;
  border: dashed 1px #A4A3A3;
  border-radius: 10px;
}

/* line 1139, app/assets/stylesheets/invoices.scss */
.quick-invoice--logo .invoice-logo--preview:hover .edit-action, .quick-invoice--logo .invoice-logo--preview:hover .remove-action {
  top: 5px;
}

/* line 1146, app/assets/stylesheets/invoices.scss */
.grid-container-invoice-panel {
  display: grid;
  grid-template-columns: auto 1fr;
}

/* line 1150, app/assets/stylesheets/invoices.scss */
.grid-container-invoice-panel .grid-item-label {
  padding: 6px 12px;
}

/* line 1154, app/assets/stylesheets/invoices.scss */
.grid-container-invoice-panel .grid-item-text {
  font-size: 14px;
  padding: 6px 12px;
}

@media (max-width: 1039px) {
  /* line 1161, app/assets/stylesheets/invoices.scss */
  .invoice-modal-backdrop {
    margin-top: -200px;
    height: 82%;
  }
}

@media (min-width: 1040px) {
  /* line 1168, app/assets/stylesheets/invoices.scss */
  .invoice-modal-backdrop {
    margin-top: -20px;
    height: 90%;
  }
}

/* line 1174, app/assets/stylesheets/invoices.scss */
.invoice-modal-backdrop {
  position: absolute;
  background-color: rgba(100, 100, 100, 0.2);
  margin: -20px 0px 0px -25px;
  width: 100%;
  z-index: 0;
}

/* line 1182, app/assets/stylesheets/invoices.scss */
.ibox.for-modal {
  position: absolute;
  top: 3%;
  left: 40%;
  transform: translate(-35%, 30%);
}

/* line 1189, app/assets/stylesheets/invoices.scss */
.custom-modal {
  max-width: 380px;
}

/* line 1193, app/assets/stylesheets/invoices.scss */
.invoice--stripe-button {
  display: -webkit-box;
  width: 100%;
}

/* line 1197, app/assets/stylesheets/invoices.scss */
.invoice--stripe-button .left-column {
  -webkit-box-flex: 4.0;
}

/* line 1201, app/assets/stylesheets/invoices.scss */
.invoice--stripe-button .right-column {
  -webkit-box-flex: 1.0;
  text-align: end;
}

/* line 1208, app/assets/stylesheets/invoices.scss */
#data-validation-modal .modal-body {
  min-height: 300px;
}

/* line 1211, app/assets/stylesheets/invoices.scss */
#data-validation-modal .modal-body .sk-spinner.sk-spinner-three-bounce {
  margin-top: 100px;
}

/* line 1217, app/assets/stylesheets/invoices.scss */
.iti-mobile .iti.iti--container {
  z-index: 3000;
}

/* line 1222, app/assets/stylesheets/invoices.scss */
.client_info .invoice-add-client {
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
  z-index: 10;
}

/* line 1229, app/assets/stylesheets/invoices.scss */
.client_info .invoice-add-client .position-relative .invoice-tooltip-arrow-up {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  position: absolute;
  top: 41px;
  left: -16px;
  z-index: 15;
}

/* line 1240, app/assets/stylesheets/invoices.scss */
.client_info .invoice-add-client .position-relative .invoice-tooltip {
  position: absolute;
  left: -16px;
  top: 52px;
  z-index: 10;
  width: 315px;
  height: 226px;
}

/* line 1248, app/assets/stylesheets/invoices.scss */
.client_info .invoice-add-client .position-relative .invoice-tooltip .tooltip-content {
  background-color: #ffffff;
  padding: 12px;
}

/* line 1255, app/assets/stylesheets/invoices.scss */
.client_info .invoice-add-client-mobile {
  z-index: 10;
}

/* line 1259, app/assets/stylesheets/invoices.scss */
.client_info .invoice-add-client-mobile .position-relative .add-client-button {
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
}

/* line 1264, app/assets/stylesheets/invoices.scss */
.client_info .invoice-add-client-mobile .position-relative .invoice-tooltip-arrow-up {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  position: absolute;
  top: 37px;
  z-index: 15;
}

/* line 1274, app/assets/stylesheets/invoices.scss */
.client_info .invoice-add-client-mobile .position-relative .invoice-tooltip {
  position: absolute;
  top: 48px;
  z-index: 10;
}

/* line 1284, app/assets/stylesheets/invoices.scss */
.selectize-dropdown .invoice-client-select-add-new {
  background: #ffffff;
  border-top: 1px #A3A4A4 solid;
  padding: 5px;
}

/* line 1291, app/assets/stylesheets/invoices.scss */
.selectize-add-client {
  display: block;
  width: 100%;
  left: 0;
  padding: 8px;
  color: #6a6c6e;
}

/* line 1300, app/assets/stylesheets/invoices.scss */
#add_company_modal section {
  margin-bottom: 15px;
}

/* line 1303, app/assets/stylesheets/invoices.scss */
#add_company_modal section:last-of-type {
  margin-bottom: 0;
}

/* line 1308, app/assets/stylesheets/invoices.scss */
.payment-option-dropdown {
  padding: 10px !important;
}

/* line 1312, app/assets/stylesheets/invoices.scss */
#btnSubmitGroup {
  margin-left: 2px;
}

/* line 1316, app/assets/stylesheets/invoices.scss */
.btn-group .caret {
  margin-bottom: 2px;
}

/* line 1320, app/assets/stylesheets/invoices.scss */
.disabled-button a {
  pointer-events: none;
}

/* line 1322, app/assets/stylesheets/invoices.scss */
.disabled-button a div {
  background-color: lightgray !important;
  border-color: lightgray !important;
}

/* line 1326, app/assets/stylesheets/invoices.scss */
.disabled-button a span {
  color: lightgray !important;
}

/* line 1331, app/assets/stylesheets/invoices.scss */
.invoice-wallet-banner {
  background-image: url(/assets/invoice_wallet_banner-5f97049eaffac09cc08c28bb00e9e8ed74d4b9fe742522fa90745810f4f715f1.svg);
  background-size: cover;
  width: 348px;
  height: 244px;
}

/* line 1337, app/assets/stylesheets/invoices.scss */
.invoice-wallet-banner .banner-content {
  padding: 20px 33px;
}

/* line 1341, app/assets/stylesheets/invoices.scss */
.invoice-wallet-banner .banner-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 14px;
}

/* line 1349, app/assets/stylesheets/invoices.scss */
.invoice-timeline-container {
  flex: 1;
  position: relative;
  width: 100%;
}

@media (min-width: 1300px) and (max-width: 1419px) {
  /* line 1358, app/assets/stylesheets/invoices.scss */
  .invoice-timeline-container .lano-timeline ol li .step-details {
    font-size: 11px;
  }
}

@media (min-width: 1420px) and (max-width: 1480px) {
  /* line 1366, app/assets/stylesheets/invoices.scss */
  .invoice-timeline-container .lano-timeline ol li .step-details {
    font-size: 12px;
  }
}

@media (min-width: 1300px) {
  /* line 1374, app/assets/stylesheets/invoices.scss */
  .invoice-timeline-container .lano-timeline ol li:nth-last-child(2) .step-name {
    max-width: 50%;
    white-space: normal;
  }
  /* line 1380, app/assets/stylesheets/invoices.scss */
  .invoice-timeline-container .lano-timeline ol li:last-child {
    position: absolute;
    right: 0;
    text-align: right;
  }
  /* line 1385, app/assets/stylesheets/invoices.scss */
  .invoice-timeline-container .lano-timeline ol li:last-child .step-point-container {
    display: flex;
    justify-content: flex-end;
  }
  /* line 1390, app/assets/stylesheets/invoices.scss */
  .invoice-timeline-container .lano-timeline ol li:last-child .step-details {
    padding-right: 0;
  }
}

/* line 1399, app/assets/stylesheets/invoices.scss */
.invoice-status-wallet-banner {
  background-image: url(/assets/invoice_status_wallet_banner-2ab418cd6434f83f532bc68815a94bbe9a7cdb1563f080387f2b44a1dcb90be0.svg);
  background-size: cover;
  margin-left: 14px;
  height: 141px;
  width: 356px;
}

@media (max-width: 1299px) {
  /* line 1399, app/assets/stylesheets/invoices.scss */
  .invoice-status-wallet-banner {
    display: none;
  }
}

/* line 1410, app/assets/stylesheets/invoices.scss */
.invoice-status-wallet-banner .banner-content {
  padding: 24px 27px 24px 46px;
}

/* line 1414, app/assets/stylesheets/invoices.scss */
.invoice-status-wallet-banner .banner-title {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 14px;
}

/* line 1421, app/assets/stylesheets/invoices.scss */
.invoice-status-wallet-banner .banner-btn {
  background-color: #4E70E6;
  border-color: #4E70E6;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}

/* line 1428, app/assets/stylesheets/invoices.scss */
.invoice-status-wallet-banner .banner-btn:hover {
  background-color: #4165e4;
  border-color: #4165e4;
}

/* line 1435, app/assets/stylesheets/invoices.scss */
.rapyd-checkout-failure {
  background-image: url(/images/rapyd_checkout_failed.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 210px;
}

/* line 1442, app/assets/stylesheets/invoices.scss */
.disabled-wallet-option {
  pointer-events: none;
}

/* line 1446, app/assets/stylesheets/invoices.scss */
.disabled-input-field {
  pointer-events: none;
  color: #A4A3A3 !important;
}

/* line 1451, app/assets/stylesheets/invoices.scss */
.collection-currency-subtitle {
  font-size: 10px;
  display: block;
  opacity: 0.5;
}

/* line 1457, app/assets/stylesheets/invoices.scss */
.invoicing_email_emails.form-group {
  margin-bottom: 0;
}
/* line 3, app/assets/stylesheets/template_variables.scss */
.template-variable {
  width: auto;
  border: #02BD94 solid 2px;
}
/* line 3, app/assets/stylesheets/filters.scss */
.filters--wrapper {
  display: flex;
  flex-wrap: wrap;
}

/* line 7, app/assets/stylesheets/filters.scss */
.filters--wrapper > * {
  margin-top: 30px;
  margin-right: 30px;
}

/* line 13, app/assets/stylesheets/filters.scss */
.remove-filter {
  font-size: 1.2rem;
  margin-left: .5em;
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/filters.scss */
.filter-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}

/* line 26, app/assets/stylesheets/filters.scss */
.selected-filters-container {
  display: flex;
  flex-wrap: wrap;
}

/* line 30, app/assets/stylesheets/filters.scss */
.selected-filters-container .filter-group {
  display: flex;
  min-width: auto;
}

/* line 34, app/assets/stylesheets/filters.scss */
.selected-filters-container .filter-group .filter-name {
  white-space: nowrap;
  margin-right: 10px;
  font-style: italic;
}

/* line 40, app/assets/stylesheets/filters.scss */
.selected-filters-container .filter-group .label-filter {
  margin-right: 10px;
}

/* line 46, app/assets/stylesheets/filters.scss */
.dropdown-filter__wrapper {
  display: flex;
  position: relative;
}

/* line 51, app/assets/stylesheets/filters.scss */
.dropdown-filter {
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

/* line 57, app/assets/stylesheets/filters.scss */
.dropdown-filter .dropdown-filter__trigger {
  color: #A4A3A3;
  position: relative;
}

/* line 60, app/assets/stylesheets/filters.scss */
.dropdown-filter .dropdown-filter__trigger span.dropdown-filter__title {
  font-style: italic;
}

/* line 65, app/assets/stylesheets/filters.scss */
.dropdown-filter .dropdown-filter__dropdown {
  z-index: 2;
  background-color: #FFFFFF;
  box-shadow: 0 1px 15px 0 #DDDDDD;
  transition: all 300ms;
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* line 80, app/assets/stylesheets/filters.scss */
.dropdown-filter .dropdown-filter__search {
  pointer-events: all;
  position: relative;
  padding: 10px;
  background-color: #F4F4F4;
}

/* line 85, app/assets/stylesheets/filters.scss */
.dropdown-filter .dropdown-filter__search input {
  position: relative;
  box-sizing: border-box;
}

/* line 91, app/assets/stylesheets/filters.scss */
.dropdown-filter .dropdown-filter__options {
  position: relative;
  max-height: 200px;
  overflow-y: auto;
  pointer-events: auto;
}

/* line 97, app/assets/stylesheets/filters.scss */
.dropdown-filter .dropdown-filter__options .dropdown-filter__option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  padding: 10px;
  border-bottom: 1px solid #E7EAEC;
  color: #656A6C;
  position: relative;
}

/* line 107, app/assets/stylesheets/filters.scss */
.dropdown-filter .dropdown-filter__options .dropdown-filter__option i.la-check {
  display: none;
}

/* line 112, app/assets/stylesheets/filters.scss */
.dropdown-filter .dropdown-filter__options .dropdown-filter__option:last-child {
  border: none;
}

/* line 116, app/assets/stylesheets/filters.scss */
.dropdown-filter .dropdown-filter__options .dropdown-filter__option:hover,
.dropdown-filter .dropdown-filter__options .dropdown-filter__option.selected {
  background-color: #F4F4F4;
}

/* line 122, app/assets/stylesheets/filters.scss */
.dropdown-filter .dropdown-filter__options .dropdown-filter__option.selected i.la-check {
  display: flex;
}

/* line 127, app/assets/stylesheets/filters.scss */
.dropdown-filter .dropdown-filter__options .dropdown-filter__option.filtered-out {
  display: none;
}

/* line 132, app/assets/stylesheets/filters.scss */
.dropdown-filter .dropdown-filter__message {
  color: #888888;
  padding: 10px;
  display: none;
  justify-content: center;
  pointer-events: none;
}

/* line 142, app/assets/stylesheets/filters.scss */
.dropdown-filter.open .dropdown-filter__dropdown {
  opacity: 1;
  visibility: visible;
}

/* line 148, app/assets/stylesheets/filters.scss */
.filters--results-wrapper {
  position: relative;
}

/* line 152, app/assets/stylesheets/filters.scss */
.filters--results-wrapper > .sk-spinner {
  display: none;
}

/* line 155, app/assets/stylesheets/filters.scss */
.filters--results-wrapper.sk-loading .filters--results-container {
  filter: blur(2px);
}

/* line 160, app/assets/stylesheets/filters.scss */
.filters--results-wrapper.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

/* line 169, app/assets/stylesheets/filters.scss */
.date-filter__wrapper {
  position: relative;
}

/* line 171, app/assets/stylesheets/filters.scss */
.date-filter__wrapper input {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

/* line 183, app/assets/stylesheets/filters.scss */
.date-filter__wrapper .date-filter__trigger {
  color: #A4A3A3;
  position: relative;
  font-style: italic;
  cursor: pointer;
}

/* line 194, app/assets/stylesheets/filters.scss */
.dropdown-filter__wrapper.sorting-dropdown .dropdown-filter .dropdown-filter__trigger span.dropdown-filter__title {
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  color: #6A6C6E;
}

/* line 204, app/assets/stylesheets/filters.scss */
.sorting-label {
  font-size: 11px;
  color: #6A6C6E;
}

/* line 209, app/assets/stylesheets/filters.scss */
.slider-filter__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1700px) {
  /* line 209, app/assets/stylesheets/filters.scss */
  .slider-filter__wrapper {
    margin-top: 20px;
  }
}

/* line 218, app/assets/stylesheets/filters.scss */
.slider-filter__wrapper span.slider-filter__label {
  color: #A4A3A3;
  margin-right: 20px;
  font-style: italic;
}

/* line 224, app/assets/stylesheets/filters.scss */
.slider-filter__wrapper .slider-filter__slider {
  flex: 1;
  width: 250px;
}

/* line 230, app/assets/stylesheets/filters.scss */
.rating-filter__wrapper, .rate-filter__wrapper {
  width: 100%;
}

/* line 233, app/assets/stylesheets/filters.scss */
.rating-filter__wrapper .rating-filter__selector, .rating-filter__wrapper .rate-filter__selector, .rate-filter__wrapper .rating-filter__selector, .rate-filter__wrapper .rate-filter__selector {
  display: none;
  height: 0;
}

/* line 237, app/assets/stylesheets/filters.scss */
.rating-filter__wrapper .rating-filter__selector span, .rating-filter__wrapper .rate-filter__selector span, .rate-filter__wrapper .rating-filter__selector span, .rate-filter__wrapper .rate-filter__selector span {
  font-style: italic;
  font-size: 11px;
  line-height: 11px;
  color: #A4A3A3;
}

/* line 245, app/assets/stylesheets/filters.scss */
.rating-filter__wrapper .rating-filter__selector.in-use, .rating-filter__wrapper .rate-filter__selector.in-use, .rate-filter__wrapper .rating-filter__selector.in-use, .rate-filter__wrapper .rate-filter__selector.in-use {
  display: block;
  height: auto;
}

/* line 250, app/assets/stylesheets/filters.scss */
.rating-filter__wrapper .slider-filter__wrapper, .rate-filter__wrapper .slider-filter__wrapper {
  margin-top: 20px;
}

/* line 255, app/assets/stylesheets/filters.scss */
.rating-selector {
  display: flex;
  align-items: center;
  font-size: 11px;
}

/* line 261, app/assets/stylesheets/filters.scss */
.checkbox-slider-filter__wrapper {
  text-align: right;
}

/* line 265, app/assets/stylesheets/filters.scss */
.checkbox-slider-filter__wrapper .checkbox-slider-filter__label span {
  color: #A4A3A3;
}
/* line 3, app/assets/stylesheets/feedback.scss */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}

/* line 10, app/assets/stylesheets/feedback.scss */
.rating-stars ul > li.star {
  display: inline-block;
}

/* line 14, app/assets/stylesheets/feedback.scss */
.rating-stars ul > li.star > i.lar {
  font-size: 2rem;
  color: #CCC;
}

/* line 19, app/assets/stylesheets/feedback.scss */
.rating-stars ul > li.star.hover > i.lar {
  color: #f8bf5b;
}

/* line 23, app/assets/stylesheets/feedback.scss */
.rating-stars ul > li.star.selected > i.lar {
  color: #F7B643;
}

/* line 27, app/assets/stylesheets/feedback.scss */
.stars {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 33, app/assets/stylesheets/feedback.scss */
.feedbacks-wrapper #show-on-hover {
  display: none;
}

/* line 38, app/assets/stylesheets/feedback.scss */
.feedbacks-wrapper .feedback-element:hover #show-on-hover {
  display: block;
}

/* line 43, app/assets/stylesheets/feedback.scss */
.feedbacks-wrapper .feedback-element {
  padding: 25px;
  border-bottom: 1px solid #E7EAEC;
}

/* line 49, app/assets/stylesheets/feedback.scss */
.feedback-element:last-child {
  padding: 25px;
  border-bottom: none;
}
/* line 3, app/assets/stylesheets/modal_user_picker.scss */
.inactive-freelancer {
  background-color: #f5f5f5;
}

/* line 7, app/assets/stylesheets/modal_user_picker.scss */
.modal-user-picker--user-item {
  padding: 5px 0;
  border-top: 0.07rem dashed #ebedf2;
  display: grid;
  grid-gap: 7px;
  grid-template-columns: 70px 1fr 35px 30px;
  justify-content: center;
}

/* line 16, app/assets/stylesheets/modal_user_picker.scss */
.modal-user-picker--user-item .user-image img {
  width: 70px;
  height: 70px;
}

/* line 22, app/assets/stylesheets/modal_user_picker.scss */
.modal-user-picker--user-item .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 425px) {
  /* line 22, app/assets/stylesheets/modal_user_picker.scss */
  .modal-user-picker--user-item .details {
    max-width: 137px;
    overflow-wrap: break-word;
  }
}

/* line 31, app/assets/stylesheets/modal_user_picker.scss */
.modal-user-picker--user-item .details .tags {
  display: flex;
  flex-wrap: wrap;
}

/* line 34, app/assets/stylesheets/modal_user_picker.scss */
.modal-user-picker--user-item .details .tags div {
  margin-right: 5px;
}

/* line 40, app/assets/stylesheets/modal_user_picker.scss */
.modal-user-picker--user-item .actions {
  align-self: center;
  justify-self: center;
}

@media (max-width: 991px) {
  /* line 46, app/assets/stylesheets/modal_user_picker.scss */
  .categories-select, .tags-select {
    width: 100% !important;
  }
}

/* line 51, app/assets/stylesheets/modal_user_picker.scss */
.categories-select .btn, .tags-select .btn {
  font-size: 12px;
}
@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/navigation.scss */
  body:not(.mini-navbar) .navbar-default.main-nav .nav .nav-header {
    margin-bottom: 10px;
  }
  /* line 12, app/assets/stylesheets/navigation.scss */
  body:not(.mini-navbar) .navbar-default.main-nav .nav li.active:not(.client-referral-bar) {
    background: #2F4050;
    border: none;
  }
  /* line 17, app/assets/stylesheets/navigation.scss */
  body:not(.mini-navbar) .navbar-default.main-nav .nav li:not(.client-referral-bar) a {
    padding: 8px 20px 0;
  }
  /* line 20, app/assets/stylesheets/navigation.scss */
  body:not(.mini-navbar) .navbar-default.main-nav .nav li:not(.client-referral-bar) a i {
    height: 20px;
    width: 18px;
    margin-right: 4px;
  }
  /* line 26, app/assets/stylesheets/navigation.scss */
  body:not(.mini-navbar) .navbar-default.main-nav .nav li:not(.client-referral-bar) a span.nav-label {
    font-size: 13px;
    line-height: 19px;
  }
  /* line 31, app/assets/stylesheets/navigation.scss */
  body:not(.mini-navbar) .navbar-default.main-nav .nav li:not(.client-referral-bar) a:active, body:not(.mini-navbar) .navbar-default.main-nav .nav li:not(.client-referral-bar) a:focus, body:not(.mini-navbar) .navbar-default.main-nav .nav li:not(.client-referral-bar) a:hover {
    background: #2F4050;
  }
  /* line 37, app/assets/stylesheets/navigation.scss */
  body:not(.mini-navbar) .navbar-default.main-nav .nav .nav-second-level {
    background: #2F4050;
    position: relative;
  }
  /* line 41, app/assets/stylesheets/navigation.scss */
  body:not(.mini-navbar) .navbar-default.main-nav .nav .nav-second-level li > a {
    font-size: 13px;
    line-height: 19px;
    padding: 8px 20px 0 45px;
  }
  /* line 47, app/assets/stylesheets/navigation.scss */
  body:not(.mini-navbar) .navbar-default.main-nav .nav .nav-second-level li:last-child {
    margin-bottom: 0;
  }
  /* line 51, app/assets/stylesheets/navigation.scss */
  body:not(.mini-navbar) .navbar-default.main-nav .nav .nav-second-level:after {
    content: "";
    display: inline-block;
    width: 1px;
    background: #ffffff;
    position: absolute;
    left: 28px;
    top: 3px;
    height: calc(100% - 5px);
  }
}

/* line 67, app/assets/stylesheets/navigation.scss */
body.mini-navbar .navbar-default.main-nav .nav-second-level li a span {
  display: inline-block;
}

/* line 71, app/assets/stylesheets/navigation.scss */
.navbar-default .nav > li.client-referral-bar {
  background-color: #F7B643;
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: center;
  z-index: 100;
  height: 50px;
}

/* line 81, app/assets/stylesheets/navigation.scss */
.navbar-default .nav > li.client-referral-bar a {
  background-color: #F7B643;
  color: #2F4050;
  padding: unset;
}

/* line 88, app/assets/stylesheets/navigation.scss */
body.mini-navbar .nav > li.client-referral-bar > a {
  width: 70px;
}

@media (min-width: 768px) {
  /* line 93, app/assets/stylesheets/navigation.scss */
  .client-referral-bar > a {
    width: 220px;
  }
}

@media (max-width: 768px) {
  /* line 99, app/assets/stylesheets/navigation.scss */
  .client-referral-bar > a {
    width: 70px;
  }
}

/* line 104, app/assets/stylesheets/navigation.scss */
body.mini-navbar .collapsed-badge {
  display: none;
  padding: 5px;
  margin: 0;
  position: absolute;
  top: 17%;
  right: 30%;
}

/* line 113, app/assets/stylesheets/navigation.scss */
.nav-not-linked-level {
  color: #A7B1C2;
  margin-left: 20px;
}

/* line 118, app/assets/stylesheets/navigation.scss */
.nav-not-bold-font {
  font-weight: normal !important;
}
/* line 3, app/assets/stylesheets/communications.scss */
.warning-comment {
  background-color: #FDEBEB !important;
}

/* line 6, app/assets/stylesheets/communications.scss */
.communication-form .ibox-content {
  background-color: #F4F4F4;
  border-style: none;
}

/* line 12, app/assets/stylesheets/communications.scss */
.communication-form .self-created .ibox-content {
  background-color: #E5F8F4;
  border-style: none;
}

/* line 18, app/assets/stylesheets/communications.scss */
.communication-form #show-on-hover {
  display: none;
}

/* line 22, app/assets/stylesheets/communications.scss */
.communication-form #show-on-click {
  display: none;
}

/* line 27, app/assets/stylesheets/communications.scss */
.communication-form #persisted-communications-comments .user-avatar {
  padding: 0 16px 0 0;
}

/* line 32, app/assets/stylesheets/communications.scss */
.communication-form #persisted-communications-comments .ibox-content.no-shadows:hover #show-on-hover {
  display: block;
}

/* line 39, app/assets/stylesheets/communications.scss */
.communication-form #persisted-communications-notes .panel.panel-default:hover #show-on-hover {
  display: block;
}
/* line 3, app/assets/stylesheets/company_employees_list.scss */
.company-employee-details {
  margin-top: 10px;
  margin-left: 10px;
}

/* line 7, app/assets/stylesheets/company_employees_list.scss */
.company-employee-details dl {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/company_employees_list.scss */
.company-employee-details dt {
  width: auto;
  margin-right: 5px;
}

/* line 16, app/assets/stylesheets/company_employees_list.scss */
.company-employee-details dd {
  margin-bottom: 2px;
  margin-left: auto;
}

/* line 24, app/assets/stylesheets/company_employees_list.scss */
td.company-employee-dropdown .disabled .max-width-300.m-l-xs {
  line-height: 15px;
}

/* line 30, app/assets/stylesheets/company_employees_list.scss */
.highlighted-table-row {
  background-color: #E5F8F4;
}

/* line 34, app/assets/stylesheets/company_employees_list.scss */
.tr-disabled.highlighted-table-row {
  background-color: #DBEDE9;
}

/* line 38, app/assets/stylesheets/company_employees_list.scss */
.current-details-view {
  display: block !important;
}

/* line 42, app/assets/stylesheets/company_employees_list.scss */
.hidden-details-view {
  display: none;
}

/* line 46, app/assets/stylesheets/company_employees_list.scss */
.disabled a {
  pointer-events: none;
}
/* line 1, app/assets/stylesheets/image_input_cropper.scss */
.avatar-cropper-label {
  cursor: pointer;
  width: 100%;
}

/* line 6, app/assets/stylesheets/image_input_cropper.scss */
.cropper--container img {
  max-width: 100%;
}

/* line 10, app/assets/stylesheets/image_input_cropper.scss */
img.width_200 {
  width: 200px;
}
/* line 1, app/assets/stylesheets/task_cost_centers.scss */
.task-cost-center-item {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(auto, 200px));
  align-items: start;
}

/* line 7, app/assets/stylesheets/task_cost_centers.scss */
.task-cost-center-item .form-group {
  margin: 0;
}

/* line 11, app/assets/stylesheets/task_cost_centers.scss */
.task-cost-center-item .help-block {
  margin: 0;
}

/* line 15, app/assets/stylesheets/task_cost_centers.scss */
.task-cost-center-item .task-cost-center-item_centered {
  align-self: center;
}
/* line 3, app/assets/stylesheets/wizard.scss */
.step {
  display: none;
}

/* line 7, app/assets/stylesheets/wizard.scss */
.step.show {
  display: block;
}

/* line 11, app/assets/stylesheets/wizard.scss */
.step-mapper-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
}

/* line 16, app/assets/stylesheets/wizard.scss */
.step-mapper-container .step-mapper {
  border-radius: 5px;
  padding: 5px 10px;
  color: #ffffff;
  user-select: none;
  transition: background-color .15s linear;
}

/* line 24, app/assets/stylesheets/wizard.scss */
.step-mapper-container .step-mapper.blocked {
  background-color: #F4F4F4;
  color: #A4A3A3;
}

/* line 29, app/assets/stylesheets/wizard.scss */
.step-mapper-container .step-mapper.current {
  cursor: pointer;
  background-color: #02BD94;
}

/* line 34, app/assets/stylesheets/wizard.scss */
.step-mapper-container .step-mapper.passed {
  cursor: pointer;
  background-color: #02d6a8;
}

/* line 39, app/assets/stylesheets/wizard.scss */
.step-mapper-container a.step-mapper.passed:hover,
.step-mapper-container a.step-mapper.current:hover {
  color: #ffffff;
}

/* line 45, app/assets/stylesheets/wizard.scss */
.step-mapper-container.step-mapper-container-mobile {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}

/* line 51, app/assets/stylesheets/wizard.scss */
.step-mapper-container.step-mapper-container-mobile .step-mapper-mobile {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
}

/* line 57, app/assets/stylesheets/wizard.scss */
.step-mapper-container.step-mapper-container-mobile .step-mapper-mobile a.step-mapper {
  font-size: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border-width: 1px;
}

/* line 69, app/assets/stylesheets/wizard.scss */
.step-mapper-container.step-mapper-container-mobile .step-mapper-mobile a.step-mapper.blocked {
  border-color: #A4A3A3;
  border-style: solid;
}

/* line 76, app/assets/stylesheets/wizard.scss */
.step-mapper-container.step-mapper-container-mobile .step-mapper-mobile:not(:last-child) a:after {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%) translateX(-50%);
  content: ' ';
  width: calc(100% - 35px);
  border-top: 1px solid;
}

/* line 86, app/assets/stylesheets/wizard.scss */
.step-mapper-container.step-mapper-container-mobile .step-mapper-mobile:not(:last-child) a.passed:after,
.step-mapper-container.step-mapper-container-mobile .step-mapper-mobile:not(:last-child) a.current:after {
  border-top-color: #02BD94;
}

/* line 91, app/assets/stylesheets/wizard.scss */
.step-mapper-container.step-mapper-container-mobile .step-mapper-mobile:not(:last-child) a.blocked:after {
  border-top-color: #A4A3A3;
}
/* line 4, app/assets/stylesheets/drop_area_input.scss */
.drop-area-input input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 13, app/assets/stylesheets/drop_area_input.scss */
.drop-area-input label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 140px;
  cursor: pointer;
  background-color: #F4F4F4;
  outline: #02BD94 dashed 2px;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

/* line 26, app/assets/stylesheets/drop_area_input.scss */
.drop-area-input .drop-area-input_placeholder {
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: center;
}

/* line 33, app/assets/stylesheets/drop_area_input.scss */
.drop-area-input .preview {
  margin: auto;
  padding: 10px;
  width: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

/* line 41, app/assets/stylesheets/drop_area_input.scss */
.drop-area-input .preview .file-element {
  border-radius: 10px;
  width: 120px;
  height: 120px;
  position: relative;
  padding: 10px;
  background-color: #FFFFFF;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  margin: 0 10px 10px 0;
}

/* line 53, app/assets/stylesheets/drop_area_input.scss */
.drop-area-input .preview .file-element .remove-link-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-self: flex-start;
  margin-bottom: 10px;
}

/* line 60, app/assets/stylesheets/drop_area_input.scss */
.drop-area-input .preview .file-element .remove-link-wrapper a {
  color: #A4A3A3;
}

/* line 65, app/assets/stylesheets/drop_area_input.scss */
.drop-area-input .preview .file-element span.file-size {
  color: #A4A3A3;
  font-size: 16px;
  font-weight: lighter;
}

/* line 71, app/assets/stylesheets/drop_area_input.scss */
.drop-area-input .preview .file-element span {
  text-align: center;
  word-break: break-all;
}

/* line 78, app/assets/stylesheets/drop_area_input.scss */
.drop-area-input .dragover {
  outline-offset: -10px;
  background-color: #ffffff;
}

/* line 84, app/assets/stylesheets/drop_area_input.scss */
.has-error .drop-area-input label {
  outline: #F97877 dashed 2px;
}
/* line 3, app/assets/stylesheets/stripe.scss */
.StripeElement--focus {
  border-color: #02BD94;
}

/* line 7, app/assets/stylesheets/stripe.scss */
.StripeElement--invalid {
  border-color: #F97877;
}

/* line 11, app/assets/stylesheets/stripe.scss */
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* line 15, app/assets/stylesheets/stripe.scss */
.grey-background {
  background-color: #F4F4F4;
}

/* line 19, app/assets/stylesheets/stripe.scss */
.grey-center-box {
  background-color: #F4F4F4;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}

/* line 26, app/assets/stylesheets/stripe.scss */
.grey-center-box.subscription-price-details {
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 33, app/assets/stylesheets/stripe.scss */
.grey-center-box.pricing-plan-details {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-top: 20px;
}

/* line 39, app/assets/stylesheets/stripe.scss */
.grey-center-box .subscription-info {
  margin-top: 18px;
  margin-bottom: 20px;
}

/* line 43, app/assets/stylesheets/stripe.scss */
.grey-center-box .subscription-price {
  font-weight: 600;
  font-size: 26px;
  margin-right: 4px;
  white-space: nowrap;
}

/* line 49, app/assets/stylesheets/stripe.scss */
.grey-center-box .per-usage {
  font-weight: 600;
  font-size: 10px;
}

/* line 56, app/assets/stylesheets/stripe.scss */
#overview .table > tbody > tr > td {
  color: #888888;
}

/* line 59, app/assets/stylesheets/stripe.scss */
#overview .table > tbody > tr > td.font-bold {
  color: #6A6C6E;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  /* line 66, app/assets/stylesheets/stripe.scss */
  .next-payment {
    display: grid;
  }
}

@media (max-width: 440px) {
  /* line 72, app/assets/stylesheets/stripe.scss */
  .credit-card {
    width: 293px !important;
    height: 159px !important;
  }
}

@media (max-width: 998px) {
  /* line 79, app/assets/stylesheets/stripe.scss */
  .overview {
    display: block !important;
  }
  /* line 82, app/assets/stylesheets/stripe.scss */
  .overview .credit-card-section {
    height: 200px;
  }
  /* line 86, app/assets/stylesheets/stripe.scss */
  .overview .next-bill-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 90, app/assets/stylesheets/stripe.scss */
  .overview .next-bill-section .d-flex.col-direction {
    flex-direction: column-reverse;
  }
  /* line 93, app/assets/stylesheets/stripe.scss */
  .overview .next-bill-section .d-flex.col-direction .flex-end {
    display: flex;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

/* line 103, app/assets/stylesheets/stripe.scss */
.white-space-nowrap {
  white-space: nowrap;
}

/* line 107, app/assets/stylesheets/stripe.scss */
.credit-card-section {
  padding-left: 20px;
  padding-right: 20px;
  height: 230px;
}

/* line 113, app/assets/stylesheets/stripe.scss */
.next-bill-section {
  align-self: self-start;
  width: 100%;
  padding-right: 20px;
}

/* line 119, app/assets/stylesheets/stripe.scss */
.credit-card {
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 16px;
  width: 345px;
  height: 187px;
}

/* line 130, app/assets/stylesheets/stripe.scss */
.credit-card.active {
  background-color: #E3FAF5;
}

/* line 134, app/assets/stylesheets/stripe.scss */
.credit-card.expires {
  background-color: #FBECEC;
}

/* line 138, app/assets/stylesheets/stripe.scss */
.credit-card .credit-card-box {
  margin-bottom: 20px;
  margin-top: 23px;
}

/* line 142, app/assets/stylesheets/stripe.scss */
.credit-card .credit-card-box .credit-card-details {
  font-size: 13px;
  color: #6A6C6E;
  font-weight: 600;
}

/* line 147, app/assets/stylesheets/stripe.scss */
.credit-card .credit-card-box .credit-card-details.name {
  margin-bottom: 30px;
}

/* line 150, app/assets/stylesheets/stripe.scss */
.credit-card .credit-card-box .credit-card-details.number {
  margin-bottom: 10px;
  margin-right: 19px;
}

/* line 156, app/assets/stylesheets/stripe.scss */
.credit-card .credit-card-box .text-gray {
  font-size: 11px;
  margin-right: 5px;
}

/* line 160, app/assets/stylesheets/stripe.scss */
.credit-card .credit-card-box .text-darkest-gray {
  font-size: 11px;
}

/* line 166, app/assets/stylesheets/stripe.scss */
.expires-text {
  color: #682326;
  font-size: 11px;
  margin-top: 5px;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}

/* line 176, app/assets/stylesheets/stripe.scss */
.table-header {
  font-size: 16px;
  text-transform: uppercase;
}

/* line 181, app/assets/stylesheets/stripe.scss */
.table-header-cleared {
  font-size: 13px;
  text-transform: none;
}

/* line 186, app/assets/stylesheets/stripe.scss */
.edit-card-btn {
  float: right;
}

/* line 189, app/assets/stylesheets/stripe.scss */
.full-width .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: inherit !important;
}

/* line 193, app/assets/stylesheets/stripe.scss */
.block-screen.stripe-payment {
  justify-content: normal !important;
}

/* line 197, app/assets/stylesheets/stripe.scss */
.regular-work {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 25px;
}

/* line 204, app/assets/stylesheets/stripe.scss */
#cardholder-email {
  color: #6A6C6E !important;
}
/* line 4, app/assets/stylesheets/company_settings.scss */
.tokenfield {
  height: auto !important;
}

/* line 10, app/assets/stylesheets/company_settings.scss */
.tokenfield .token .token-label {
  max-width: 400px;
}

/* line 16, app/assets/stylesheets/company_settings.scss */
.company-settings-subpage .company-settings-general {
  background-color: #ffffff;
  color: inherit;
  border-color: #E7EAEC;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}

/* line 24, app/assets/stylesheets/company_settings.scss */
.company-settings-subpage .company-settings-general .checked-option {
  color: #02BD94;
}

/* line 28, app/assets/stylesheets/company_settings.scss */
.company-settings-subpage .company-settings-general .unchecked-option {
  color: #F97877;
}

/* line 33, app/assets/stylesheets/company_settings.scss */
.company-settings-subpage .header-content {
  background-color: #ffffff;
  border-color: #E7EAEC;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  min-height: 48px;
}

@media (min-width: 1400px) {
  /* line 45, app/assets/stylesheets/company_settings.scss */
  .company-settings-subpage .custom-width {
    width: 60%;
  }
}

/* line 50, app/assets/stylesheets/company_settings.scss */
.company-settings-subpage .custom-radio {
  display: block !important;
}

/* line 52, app/assets/stylesheets/company_settings.scss */
.company-settings-subpage .custom-radio .i-checks {
  background-color: white;
  margin-bottom: 20px;
}

/* line 58, app/assets/stylesheets/company_settings.scss */
.company-settings-subpage .modal-body-content {
  margin: 0px 15px;
}

/* line 62, app/assets/stylesheets/company_settings.scss */
.company-settings-subpage .radio-help-text {
  padding-top: 0px;
}

/* line 67, app/assets/stylesheets/company_settings.scss */
.no-margin-bottom {
  margin-bottom: 0px;
}

/* line 71, app/assets/stylesheets/company_settings.scss */
.padding-left {
  padding-left: 15px;
}

/* line 75, app/assets/stylesheets/company_settings.scss */
.checked-option {
  color: #02BD94;
}

/* line 79, app/assets/stylesheets/company_settings.scss */
.unchecked-option {
  color: #F97877;
}

/* line 84, app/assets/stylesheets/company_settings.scss */
.integration-box .docusign-warning-box {
  padding: 8px 15px 8px 15px !important;
  border-radius: 0 !important;
  color: #ffffff;
  background-color: #357eeb;
}

/* line 90, app/assets/stylesheets/company_settings.scss */
.integration-box .docusign-warning-box p {
  margin-bottom: 0 !important;
  font-size: inherit;
  font-weight: inherit;
}

/* line 98, app/assets/stylesheets/company_settings.scss */
.charge-type-label {
  color: #A4A3A3 !important;
  font-weight: 400 !important;
}

@media (min-width: 450px) {
  /* line 105, app/assets/stylesheets/company_settings.scss */
  .grid-contact-person {
    display: grid;
    column-gap: 20px;
    grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr);
  }
  /* line 111, app/assets/stylesheets/company_settings.scss */
  .grid-contact-person .align-self-end {
    align-self: end;
  }
  /* line 115, app/assets/stylesheets/company_settings.scss */
  .grid-contact-person .justify-self-start {
    justify-self: start;
  }
}

@media (max-width: 449px) {
  /* line 121, app/assets/stylesheets/company_settings.scss */
  .grid-contact-person .is-default-input {
    margin-bottom: 15px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

/* line 129, app/assets/stylesheets/company_settings.scss */
.transparent {
  background-color: transparent !important;
  border: none !important;
}

/* line 134, app/assets/stylesheets/company_settings.scss */
.min-width-18 {
  min-width: 18px;
}

/* line 138, app/assets/stylesheets/company_settings.scss */
.title-with-custom-padding {
  padding: 20px 15px 15px 15px;
}

/* line 142, app/assets/stylesheets/company_settings.scss */
.line-separator {
  margin-right: 30%;
}

@media (min-width: 500px) {
  /* line 147, app/assets/stylesheets/company_settings.scss */
  .custom-alignment {
    display: flex;
  }
  /* line 150, app/assets/stylesheets/company_settings.scss */
  .custom-margin-left {
    margin-left: 10px;
  }
}
/* line 2, app/assets/stylesheets/company_integrations.scss */
.company-integrations .h-440 {
  min-height: 400px;
}

/* line 6, app/assets/stylesheets/company_integrations.scss */
.company-integrations .h-445 {
  height: 445px;
}

/* line 10, app/assets/stylesheets/company_integrations.scss */
.company-integrations .align-times {
  display: flex;
  height: 34px;
  align-items: center;
}

/* line 16, app/assets/stylesheets/company_integrations.scss */
.company-integrations .m-b-none-important {
  margin-bottom: 0 !important;
}

/* line 20, app/assets/stylesheets/company_integrations.scss */
.company-integrations .logo-container {
  position: relative;
  height: 80px;
}

/* line 25, app/assets/stylesheets/company_integrations.scss */
.company-integrations .logo-container .vertical-align-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 35, app/assets/stylesheets/company_integrations.scss */
.company-integrations .disabled-card-overlay {
  justify-content: center;
  z-index: 1000;
  opacity: 0.6;
  background: rgba(39, 42, 43, 0.9);
  transition: opacity 200ms ease-in-out;
  pointer-events: none;
}

/* line 44, app/assets/stylesheets/company_integrations.scss */
.company-integrations .notice-box {
  background-color: #357eeb;
  color: white;
  z-index: 100000;
}

/* line 50, app/assets/stylesheets/company_integrations.scss */
.company-integrations .lano-timeline ol {
  grid-auto-columns: minmax(46%, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
  overflow: hidden;
}

/* line 56, app/assets/stylesheets/company_integrations.scss */
.company-integrations .selected-dial-code {
  text-align: left;
}

/* line 61, app/assets/stylesheets/company_integrations.scss */
.company-integrations .currency-cloud ul {
  list-style-type: none;
  padding: 0;
}

/* line 66, app/assets/stylesheets/company_integrations.scss */
.company-integrations .currency-cloud .modal-title {
  text-align: left;
  margin-left: 15px;
}

/* line 72, app/assets/stylesheets/company_integrations.scss */
.company-integrations .word-break-all {
  word-break: break-all;
}

/* line 77, app/assets/stylesheets/company_integrations.scss */
.company-integrations .modal-body .sk-spinner.sk-spinner-circle {
  width: 120px;
  height: 120px;
}

/* line 85, app/assets/stylesheets/company_integrations.scss */
.datev-integration .form-group {
  margin-bottom: 2px;
}

/* line 91, app/assets/stylesheets/company_integrations.scss */
.okta-integration .form-group {
  margin-bottom: 5px;
}

/* line 97, app/assets/stylesheets/company_integrations.scss */
.adaptive-integration input {
  height: 28px;
}

/* line 101, app/assets/stylesheets/company_integrations.scss */
.adaptive-integration input[type=submit] {
  height: 32px;
}

/* line 105, app/assets/stylesheets/company_integrations.scss */
.adaptive-integration .form-group {
  margin-bottom: 0;
}

/* line 111, app/assets/stylesheets/company_integrations.scss */
.coupa-integration input {
  height: 28px;
}

/* line 115, app/assets/stylesheets/company_integrations.scss */
.coupa-integration input[type=submit] {
  height: 32px;
}

/* line 119, app/assets/stylesheets/company_integrations.scss */
.coupa-integration .form-group {
  margin-bottom: 0;
}
/* line 2, app/assets/stylesheets/company_payments.scss */
.company-payments .notice-box {
  background-color: #357eeb;
  color: white;
  z-index: 100000;
}

/* line 8, app/assets/stylesheets/company_payments.scss */
.company-payments .start-button {
  padding-left: 25px;
  padding-right: 25px;
}

/* line 15, app/assets/stylesheets/company_payments.scss */
#iban-creation-modal .arrow-container {
  display: flex;
  justify-content: center;
}

/* line 21, app/assets/stylesheets/company_payments.scss */
.transaction-details-filter {
  width: 80%;
}

/* line 25, app/assets/stylesheets/company_payments.scss */
.transaction-details-freelancer-filter {
  width: 60%;
}

@media (max-width: 768px) {
  /* line 25, app/assets/stylesheets/company_payments.scss */
  .transaction-details-freelancer-filter {
    width: 100%;
    margin-top: 10px;
  }
  /* line 32, app/assets/stylesheets/company_payments.scss */
  .transaction-details-freelancer-filter .btn {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  /* line 38, app/assets/stylesheets/company_payments.scss */
  .freelancer-account-statement-button, .freelancer-account-statement-button-area {
    width: 100%;
  }
}
/* line 3, app/assets/stylesheets/requests.scss */
.requests-table {
  margin-bottom: 0px !important;
}

/* line 6, app/assets/stylesheets/requests.scss */
.requests-table .badged-title {
  display: inline-block;
}

/* line 8, app/assets/stylesheets/requests.scss */
.requests-table .badged-title h5 {
  margin: 2px 0 0 0;
}

/* line 11, app/assets/stylesheets/requests.scss */
.requests-table .ibox-title {
  border: none;
  border-top: 1px solid #E7EAEC;
  border-bottom: 1px solid #E7EAEC;
  background-color: #F4F4F4;
}

/* line 17, app/assets/stylesheets/requests.scss */
.requests-table .ibox-title h5 {
  font-size: 14px;
  padding-left: 10px;
}

/* line 23, app/assets/stylesheets/requests.scss */
.requests-table .ibox-content {
  border: none;
}

/* line 26, app/assets/stylesheets/requests.scss */
.requests-table .ibox-content .files-table, .requests-table .ibox-content .empty-state {
  max-height: 250px;
}
/* line 3, app/assets/stylesheets/questionnaire_master.scss */
.questionnaire-master-doughnut-container {
  height: 90px;
  width: 90px;
}

/* line 8, app/assets/stylesheets/questionnaire_master.scss */
.questionnaire-master-horizontal-bar-container {
  max-width: 550px;
  min-height: 50px;
}

/* line 14, app/assets/stylesheets/questionnaire_master.scss */
.questionnaire-repeats .repeats-spacer {
  border-bottom: 1px solid #E7EAEC;
}

/* line 18, app/assets/stylesheets/questionnaire_master.scss */
.questionnaire-repeats .selected {
  background-color: #E7F7F4;
}

/* line 22, app/assets/stylesheets/questionnaire_master.scss */
.questionnaire-repeats a {
  color: #6A6C6E;
}

/* line 26, app/assets/stylesheets/questionnaire_master.scss */
.questionnaire-repeats .repeat-date-container {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 30, app/assets/stylesheets/questionnaire_master.scss */
.questionnaire-repeats .repeat-date-container .row {
  padding: 10px 0px;
}

/* line 37, app/assets/stylesheets/questionnaire_master.scss */
.body-small .questionnaire-help {
  visibility: hidden;
  display: none;
}
/* line 4, app/assets/stylesheets/timelines.scss */
.vertical-timeline ul.timeline {
  padding-left: 0;
  list-style: none;
}

/* line 8, app/assets/stylesheets/timelines.scss */
.vertical-timeline ul.timeline li {
  position: relative;
  height: 40px;
}

/* line 12, app/assets/stylesheets/timelines.scss */
.vertical-timeline ul.timeline li .tail {
  position: absolute;
  height: 100%;
  width: 0;
  bottom: 0;
  left: 14px;
}

/* line 20, app/assets/stylesheets/timelines.scss */
.vertical-timeline ul.timeline li .head {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 15px;
  top: 0px;
  transform: translate(-50%, 0);
  border-radius: 50%;
  z-index: 1;
}

/* line 31, app/assets/stylesheets/timelines.scss */
.vertical-timeline ul.timeline li .content {
  margin-left: 30px;
}

/* line 36, app/assets/stylesheets/timelines.scss */
.vertical-timeline ul.timeline li:last-child {
  max-height: 40px;
  height: auto;
}

/* line 40, app/assets/stylesheets/timelines.scss */
.vertical-timeline ul.timeline li:last-child .tail {
  height: 0;
}

/* line 46, app/assets/stylesheets/timelines.scss */
.vertical-timeline ul.timeline li.passed.last .tail {
  border-left: 2px dashed #ddd;
}

/* line 52, app/assets/stylesheets/timelines.scss */
.vertical-timeline ul.timeline li.passed .tail {
  border-left: 2px solid #02BD94;
}

/* line 56, app/assets/stylesheets/timelines.scss */
.vertical-timeline ul.timeline li.passed .head {
  border: 2px solid #02BD94;
  background: #02BD94;
}

/* line 63, app/assets/stylesheets/timelines.scss */
.vertical-timeline ul.timeline li.missing .tail {
  border-left: 2px dashed #ddd;
}

/* line 67, app/assets/stylesheets/timelines.scss */
.vertical-timeline ul.timeline li.missing .head {
  border: 2px solid #ddd;
  background: white;
}
/* line 4, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 9, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .lano-logo {
  width: 120px;
  margin: 50px 0px 5px 0px;
}

/* line 14, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .logo-text {
  padding-bottom: 15px;
  color: darkgrey;
  font-size: 16px;
}

/* line 20, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .ibox {
  display: table;
  width: 50%;
  background: white;
}

/* line 25, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .ibox .ibox-title {
  height: fit-content;
  min-height: 22%;
  background-color: #F4F4F4;
}

/* line 31, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .ibox .ibox-content {
  height: fit-content;
  width: fit-content;
  margin: auto;
  display: table;
}

/* line 37, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .ibox .ibox-content h3 {
  margin: 10% 0;
}

/* line 42, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .ibox .second-step, .steps-screen .ibox .third-step {
  display: none;
  margin: auto;
}

/* line 46, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .ibox .second-step .form-group, .steps-screen .ibox .third-step .form-group {
  margin-bottom: 5px;
}

/* line 50, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .ibox .second-step .help-block, .steps-screen .ibox .third-step .help-block {
  margin-bottom: 0;
}

/* line 55, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .ibox .second-step {
  width: 60%;
}

@media (min-width: 767px) {
  /* line 60, app/assets/stylesheets/complete_freelancer_registration.scss */
  .steps-screen .ibox .third-step {
    width: 60%;
  }
  /* line 63, app/assets/stylesheets/complete_freelancer_registration.scss */
  .steps-screen .ibox .third-step .submit {
    max-width: 350px;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/assets/stylesheets/complete_freelancer_registration.scss */
  .steps-screen .ibox .third-step {
    width: 50%;
  }
  /* line 73, app/assets/stylesheets/complete_freelancer_registration.scss */
  .steps-screen .ibox .third-step .submit {
    width: 350px;
  }
}

/* line 79, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .ibox .third-step p {
  font-size: 14px;
}

/* line 83, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .ibox .third-step {
  width: 100%;
}

/* line 89, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .third-step .available-country-rates {
  display: flex;
  flex-direction: column;
}

/* line 93, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .third-step .m-t-md {
  display: flex;
  justify-content: center;
}

/* line 99, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .btn-margin {
  margin: 30px 0;
}

/* line 104, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .horizontal_radio_with_box_highlighting .inline-checkboxes-grid.with-help .highlighted-box {
  box-shadow: 0 0 6px -1px #5fbe95;
  border-color: #5fbe95;
}

/* line 109, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .horizontal_radio_with_box_highlighting .inline-checkboxes-grid {
  grid-template-columns: repeat(2, minmax(100px, 215px));
  grid-auto-rows: minmax(130px, 220px);
  grid-gap: 25px;
}

/* line 115, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .horizontal_radio_with_box_highlighting .radio-help-header {
  font-size: 115%;
  text-align: center;
}

/* line 120, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .horizontal_radio_with_box_highlighting .i-checks-text {
  font-size: 80%;
  text-align: center;
}

/* line 126, app/assets/stylesheets/complete_freelancer_registration.scss */
.steps-screen .additional-info-area {
  width: 100%;
}

@media (max-width: 991px) {
  /* line 133, app/assets/stylesheets/complete_freelancer_registration.scss */
  .steps-screen .ibox {
    width: 70%;
  }
  /* line 137, app/assets/stylesheets/complete_freelancer_registration.scss */
  .steps-screen .second-step {
    min-width: fit-content;
  }
  /* line 142, app/assets/stylesheets/complete_freelancer_registration.scss */
  .steps-screen .horizontal_radio_with_box_highlighting .inline-checkboxes-grid {
    grid-template-columns: minmax(100px, 220px);
    grid-auto-rows: minmax(130px, 205px);
    grid-gap: 25px;
  }
  /* line 148, app/assets/stylesheets/complete_freelancer_registration.scss */
  .steps-screen .horizontal_radio_with_box_highlighting .i-checks label span.i-checks-text {
    color: #6A6C6E;
    line-height: 20px;
    font-size: 13px;
  }
}

/* line 157, app/assets/stylesheets/complete_freelancer_registration.scss */
.w-55-px {
  width: 55px !important;
}

/* line 161, app/assets/stylesheets/complete_freelancer_registration.scss */
.min-w-75 {
  min-width: 75%;
}

/* line 165, app/assets/stylesheets/complete_freelancer_registration.scss */
.w-75 {
  width: 75%;
}

/* line 169, app/assets/stylesheets/complete_freelancer_registration.scss */
.w-85 {
  width: 85%;
}

/* line 173, app/assets/stylesheets/complete_freelancer_registration.scss */
.margin-next-btn {
  margin: 8% auto;
}

/* line 178, app/assets/stylesheets/complete_freelancer_registration.scss */
.block-screen .ibox.min-w-75 {
  min-width: 75%;
}

/* line 183, app/assets/stylesheets/complete_freelancer_registration.scss */
.second-step.w-100 {
  width: 100% !important;
}

@media (min-width: 480px) {
  /* line 187, app/assets/stylesheets/complete_freelancer_registration.scss */
  .second-step-container {
    margin: auto !important;
    width: 60% !important;
  }
}
/* line 3, app/assets/stylesheets/tasks.scss */
.mandatory-template-notice {
  white-space: normal;
  color: #A4A3A3;
  line-height: 15px;
}

/* line 9, app/assets/stylesheets/tasks.scss */
.freelancer-add-task-btn {
  word-break: break-word;
  width: 320px;
  padding-right: 20px;
}

/* line 16, app/assets/stylesheets/tasks.scss */
.templates-for-self-complete li a {
  margin: 0;
}

/* line 20, app/assets/stylesheets/tasks.scss */
.templates-for-self-complete li.disabled {
  background-color: #F4F4F4;
}

@media (min-width: 768px) {
  /* line 23, app/assets/stylesheets/tasks.scss */
  .templates-for-self-complete li.disabled a:before {
    content: var(--templates-for-self-complete-label);
    position: absolute;
    right: 20px;
    top: 5px;
    color: #A4A3A3;
  }
}
/* line 3, app/assets/stylesheets/timesheets.scss */
.timesheet-details {
  margin-top: 15px;
  margin-bottom: 30px;
}

/* line 7, app/assets/stylesheets/timesheets.scss */
.timesheet-details dl {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/timesheets.scss */
.timesheet-details dt {
  color: #888888;
  font-weight: 300;
  width: auto;
  margin-right: 5px;
}

/* line 18, app/assets/stylesheets/timesheets.scss */
.timesheet-details dt::after {
  content: ':';
}

/* line 22, app/assets/stylesheets/timesheets.scss */
.timesheet-details dd {
  margin-bottom: 10px;
  margin-left: auto;
  font-weight: 600;
}

/* line 29, app/assets/stylesheets/timesheets.scss */
.text-with-padding p {
  padding: 0px 20px 0px 20px;
}
/* line 3, app/assets/stylesheets/timesheet_agreements.scss */
.verification_timesheet_agreement {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 8, app/assets/stylesheets/timesheet_agreements.scss */
.verification_timesheet_agreement .inputs-container {
  margin: 50px 0;
}

/* line 11, app/assets/stylesheets/timesheet_agreements.scss */
.verification_timesheet_agreement .inputs-container input {
  width: 55px;
  height: 85px;
  margin: 8px;
  text-align: center;
  border-color: #e5e5e5;
  border-style: solid;
  font-size: 50px;
  color: #6a6c6e;
}

/* line 21, app/assets/stylesheets/timesheet_agreements.scss */
.verification_timesheet_agreement .inputs-container input:focus {
  outline: none;
}

/* line 27, app/assets/stylesheets/timesheet_agreements.scss */
.verification_timesheet_agreement .lano-logo {
  width: 120px;
  margin: 50px 0;
}

/* line 32, app/assets/stylesheets/timesheet_agreements.scss */
.verification_timesheet_agreement .inputs-container.has-error input {
  border-color: #F97877 !important;
}

/* line 36, app/assets/stylesheets/timesheet_agreements.scss */
.verification_timesheet_agreement .ibox {
  display: table;
  width: 40%;
  min-width: fit-content;
  background: white;
}

/* line 42, app/assets/stylesheets/timesheet_agreements.scss */
.verification_timesheet_agreement .ibox .ibox-title {
  max-width: fit-content;
  min-width: 100%;
  height: fit-content;
  min-height: 22%;
  background-color: #F4F4F4;
  font-weight: 600;
}

/* line 51, app/assets/stylesheets/timesheet_agreements.scss */
.verification_timesheet_agreement .ibox .ibox-content {
  height: fit-content;
  width: fit-content;
  margin: auto;
  display: table;
}

/* line 57, app/assets/stylesheets/timesheet_agreements.scss */
.verification_timesheet_agreement .ibox .ibox-content h3 {
  margin: 10%;
}

/* line 62, app/assets/stylesheets/timesheet_agreements.scss */
.verification_timesheet_agreement .ibox .ibox-footer {
  background-color: #F4F4F4;
  padding-bottom: 15px;
}

/* line 66, app/assets/stylesheets/timesheet_agreements.scss */
.verification_timesheet_agreement .ibox .ibox-footer button {
  width: 250px;
}

/* line 72, app/assets/stylesheets/timesheet_agreements.scss */
.verification_timesheet_agreement .btn-margin {
  margin: 30px 0;
}

/* line 77, app/assets/stylesheets/timesheet_agreements.scss */
.approve_timesheet_agreement {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 82, app/assets/stylesheets/timesheet_agreements.scss */
.approve_timesheet_agreement .lano-logo {
  width: 120px;
  margin: 50px 0;
}

/* line 87, app/assets/stylesheets/timesheet_agreements.scss */
.approve_timesheet_agreement .ibox {
  display: table;
  width: 50%;
  min-width: fit-content;
  background: white;
}

/* line 93, app/assets/stylesheets/timesheet_agreements.scss */
.approve_timesheet_agreement .ibox .ibox-title {
  max-width: fit-content;
  min-width: 100%;
  height: fit-content;
  min-height: 22%;
  background-color: #F4F4F4;
  font-weight: 600;
}

/* line 103, app/assets/stylesheets/timesheet_agreements.scss */
.approve_timesheet_agreement .ibox .ibox-content h3 {
  margin: 10%;
}

/* line 108, app/assets/stylesheets/timesheet_agreements.scss */
.approve_timesheet_agreement .ibox .ibox-footer {
  background-color: #F4F4F4;
  padding-bottom: 15px;
}

/* line 112, app/assets/stylesheets/timesheet_agreements.scss */
.approve_timesheet_agreement .ibox .ibox-footer .btn-approve {
  max-width: 250px;
  min-width: 200px;
  margin-right: 15px;
}

/* line 118, app/assets/stylesheets/timesheet_agreements.scss */
.approve_timesheet_agreement .ibox .ibox-footer .btn-decline {
  width: 100px;
  border-color: #cdcdce;
  background-color: #ffffff;
}

/* line 127, app/assets/stylesheets/timesheet_agreements.scss */
.modal-body.background-color-gray {
  background-color: #F4F4F4;
}

/* line 131, app/assets/stylesheets/timesheet_agreements.scss */
.modal-title.color-gray {
  color: #a8a7a7;
}
/* line 3, app/assets/stylesheets/global_companies_list.scss */
.company-index-grid-list {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

/* line 9, app/assets/stylesheets/global_companies_list.scss */
.company-index-grid-list.company-card-list {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

/* line 13, app/assets/stylesheets/global_companies_list.scss */
.company-card.cards-view:hover {
  transform: scale(1.01);
}

/* line 17, app/assets/stylesheets/global_companies_list.scss */
.company-card {
  background-color: #ffffff;
}

/* line 20, app/assets/stylesheets/global_companies_list.scss */
.company-card .company-card__heading {
  position: relative;
  text-align: center;
  height: 22px;
  margin-bottom: 7px;
}

/* line 27, app/assets/stylesheets/global_companies_list.scss */
.company-card .company-card__name {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

/* line 34, app/assets/stylesheets/global_companies_list.scss */
.company-card .company-card__address {
  margin-top: 5px;
  height: 13px;
  color: #6A6C6E;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

/* line 43, app/assets/stylesheets/global_companies_list.scss */
.company-card .company-card__container {
  display: flex;
  justify-content: space-around;
  background-color: rgba(221, 221, 221, 0.3);
  padding: 17px 8px;
}

/* line 49, app/assets/stylesheets/global_companies_list.scss */
.company-card .company-card__container .company-card__counter {
  display: flex;
  flex-direction: column;
}

/* line 53, app/assets/stylesheets/global_companies_list.scss */
.company-card .company-card__container .company-card__counter .company-card__counter-value {
  color: #6A6C6E;
  font-size: 16px;
  font-weight: 600;
  line-height: 11px;
  margin-bottom: 5px;
}

/* line 61, app/assets/stylesheets/global_companies_list.scss */
.company-card .company-card__container .company-card__counter .company-card__counter-label {
  margin-top: 4px;
  color: #A4A3A3;
  font-size: 10px;
  line-height: 11px;
  text-transform: uppercase;
}
/* line 4, app/assets/stylesheets/google_drive_files_list.scss */
.google-drive-files .index-grid-list {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
  grid-template-rows: repeat(auto-fill, 185px);
}

/* line 12, app/assets/stylesheets/google_drive_files_list.scss */
.google-drive-files .file-preview {
  text-align: center;
}

/* line 14, app/assets/stylesheets/google_drive_files_list.scss */
.google-drive-files .file-preview img {
  width: 100%;
  height: 145px;
  object-fit: cover;
}

/* line 21, app/assets/stylesheets/google_drive_files_list.scss */
.google-drive-files .empty-preview {
  display: flex;
  width: 100%;
  height: 145px;
  background: #DDDDDD;
  justify-content: center;
  align-items: center;
}

/* line 31, app/assets/stylesheets/google_drive_files_list.scss */
.google-drive-errors {
  width: 400px;
  margin: 30px auto;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 38, app/assets/stylesheets/google_drive_files_list.scss */
  .google-drive-errors {
    width: 100%;
  }
}
/* line 1, app/assets/stylesheets/quick_invoices.scss */
.real-company {
  display: none;
}

/* line 4, app/assets/stylesheets/quick_invoices.scss */
.real-company img {
  padding-top: 20px;
}

/* line 8, app/assets/stylesheets/quick_invoices.scss */
.real-company .text-with-padding p {
  padding: 20px 10px 0px 10px;
}
/* line 3, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoice--form-layout {
  padding: 15px 20px;
}

/* line 6, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoice--form-layout #add-client-modal {
  pointer-events: auto !important;
}

/* line 11, app/assets/stylesheets/mobile_invoices.scss */
.dark-without-client-id {
  background: lightgray !important;
}

/* line 15, app/assets/stylesheets/mobile_invoices.scss */
#mobile-invoice-form {
  background: white;
}

/* line 18, app/assets/stylesheets/mobile_invoices.scss */
#mobile-invoice-form .mobile-invoice-add-client {
  padding: 10px 0px;
  pointer-events: initial;
}

/* line 23, app/assets/stylesheets/mobile_invoices.scss */
#mobile-invoice-form .mobile-subheader {
  font-size: 1.2em;
}

/* line 27, app/assets/stylesheets/mobile_invoices.scss */
#mobile-invoice-form .modal-title {
  text-transform: uppercase;
  font-size: 24px;
  color: #A4A3A3;
}

/* line 34, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--sticky-action-bar {
  width: 100%;
  height: 130px;
  padding: 10px 20px;
  background-color: #02BD94;
  z-index: 100;
}

@media (max-width: 474px) {
  /* line 34, app/assets/stylesheets/mobile_invoices.scss */
  .mobile-invoices--sticky-action-bar {
    height: 170px;
  }
}

/* line 45, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--sticky-action-bar .completed-steps {
  color: white;
}

/* line 48, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--sticky-action-bar .completed-steps span {
  font-size: 1.4em;
}

@media (min-width: 475px) {
  /* line 53, app/assets/stylesheets/mobile_invoices.scss */
  .mobile-invoices--sticky-action-bar .action-buttons {
    display: flex;
    justify-content: space-around;
  }
}

/* line 60, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--sticky-action-bar .main-action {
  cursor: pointer;
  color: #02BD94;
  background: white;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  user-select: none;
  text-transform: uppercase;
}

/* line 79, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--sticky-action-bar .main-action:hover, .mobile-invoices--sticky-action-bar .main-action:focus, .mobile-invoices--sticky-action-bar .main-action:active, .mobile-invoices--sticky-action-bar .main-action.active, .mobile-invoices--sticky-action-bar .open .dropdown-toggle.main-action, .mobile-invoices--sticky-action-bar .main-action:active:focus, .mobile-invoices--sticky-action-bar .main-action:active:hover, .mobile-invoices--sticky-action-bar .main-action.active:hover, .mobile-invoices--sticky-action-bar .main-action.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}

@media (max-width: 474px) {
  /* line 84, app/assets/stylesheets/mobile_invoices.scss */
  .mobile-invoices--sticky-action-bar .btn-group.for-self-manage {
    display: flex;
  }
}

@media (max-width: 474px) {
  /* line 90, app/assets/stylesheets/mobile_invoices.scss */
  .mobile-invoices--sticky-action-bar .btn-group.for-real {
    width: 100%;
  }
}

@media (max-width: 474px) {
  /* line 96, app/assets/stylesheets/mobile_invoices.scss */
  .mobile-invoices--sticky-action-bar .invoice-action {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* line 104, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--open-statusbar {
  font-size: 2.5em;
  color: #02BD94;
}

/* line 110, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--statusbar ul:not(.dropdown-menu) {
  padding-inline-start: 20px;
}

/* line 113, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--statusbar ul:not(.dropdown-menu) li {
  font-family: Line Awesome Free;
  font-weight: 900;
  padding: 10px 5px;
}

/* line 118, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--statusbar ul:not(.dropdown-menu) li span {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  cursor: pointer;
}

/* line 126, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--statusbar ul:not(.dropdown-menu) li.valid:before {
  background-color: #ffffff;
  content: "\f00c";
  color: #02BD94;
  margin-right: 6px;
  margin-left: -23px;
}

/* line 136, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--statusbar ul:not(.dropdown-menu) li.invalid:before {
  background-color: #ffffff;
  font-family: Line Awesome Free;
  content: "\f071";
  color: #F97877;
  margin-right: 5px;
  margin-left: -23px;
}

/* line 148, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--positions-header {
  background-color: #A4A3A3;
  color: white;
  font-size: 1.3em;
  margin: 15px -10px;
  padding: 10px;
  font-weight: bold;
}

/* line 158, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .quick-invoice--select-type-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 163, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .quick-invoice--select-type-form .type-box-wrapper {
  text-align: center;
  border: 1px solid #E5E6E7;
  border-radius: 10px;
  margin: 10px 0px;
  width: 75%;
  padding: 10px 0px 20px;
}

/* line 171, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .quick-invoice--select-type-form .type-box-wrapper .info-block {
  margin-bottom: 20px;
  height: 40%;
  padding: 0 10%;
  font-size: 12px;
}

/* line 178, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .quick-invoice--select-type-form .type-box-wrapper .select-type-btn {
  width: 50%;
}

/* line 185, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .modal-header {
  padding: 25px 30px;
}

/* line 188, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .modal-header .modal-title {
  text-transform: uppercase;
  font-size: 25px;
  color: #A4A3A3;
}

/* line 195, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .quick-invoice--currencies {
  padding: 20px 30px;
  background: #F4F4F4;
}

/* line 199, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .quick-invoice--currencies .currencies {
  margin-right: 25px;
}

/* line 203, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .quick-invoice--currencies .info-message {
  margin-top: 10px;
  width: 85%;
}

/* line 208, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .quick-invoice--currencies .currency-btn {
  background-color: #ffffff;
  width: 75px;
  border-radius: unset;
  border: 1px solid #A4A3A3;
  color: #A4A3A3;
}

/* line 215, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .quick-invoice--currencies .currency-btn.active {
  color: #ffffff;
  background-color: #02BD94;
}

/* line 223, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block {
  background: #F4F4F4;
  padding-bottom: 5px;
}

/* line 227, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .round {
  position: relative;
}

/* line 231, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

/* line 243, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 12px;
}

/* line 257, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .round input[type="checkbox"] {
  visibility: hidden;
}

/* line 261, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .round input[type="checkbox"]:checked + label {
  background-color: #02BD94;
  border-color: #02BD94;
}

/* line 266, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

/* line 270, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .project-row {
  display: flex;
  padding: 20px 10px;
  border-bottom: none;
  background: #ffffff;
}

/* line 276, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .project-row .project-title {
  font-weight: bold;
}

/* line 280, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .project-row .amount-with-angles {
  display: flex;
}

/* line 283, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .project-row .amount-with-angles .selected-amount {
  flex-shrink: 0;
  margin-left: 27px;
  margin-right: 5px;
}

/* line 289, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .project-row .amount-with-angles .angles {
  font-size: 1.2em;
  margin-top: -2px;
}

/* line 293, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .project-row .amount-with-angles .angles span {
  cursor: pointer;
}

/* line 300, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .position-row {
  display: flex;
  padding: 14px 10px;
  border-bottom: 1px solid #DDDDDD;
  background: #F4F4F4;
}

/* line 306, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .width-6-percent {
  width: 6%;
}

/* line 307, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .width-14-percent {
  width: 14%;
}

/* line 308, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .width-20-percent {
  width: 20%;
}

/* line 309, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .width-25-percent {
  width: 25%;
}

/* line 310, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .width-75-percent {
  width: 75%;
}

/* line 311, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .mobile-invoices--available-tasks-modal .mobile-invoices--project-tasks .project-with-tasks-block .width-56-percent {
  width: 56%;
}

/* line 316, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--body .not-form-group {
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}

/* line 322, app/assets/stylesheets/mobile_invoices.scss */
.vat-margin-right {
  margin-right: 27px;
}

/* line 326, app/assets/stylesheets/mobile_invoices.scss */
.selectize-add-client {
  display: block;
  width: 100%;
  left: 0;
  color: #6a6c6e;
}

/* line 333, app/assets/stylesheets/mobile_invoices.scss */
.mobile-invoices--open-statusbar.disabled {
  pointer-events: none;
  color: #A4A3A3;
}
/* line 3, app/assets/stylesheets/compliances.scss */
.compliance-wrapper {
  width: fit-content;
  margin: 0 auto;
  display: grid;
}

/* line 8, app/assets/stylesheets/compliances.scss */
.compliance-wrapper.with-form-type {
  grid-template-areas: ". upgrade-widtet upgrade-widtet upgrade-widtet ." ". type-selection type-selection type-selection .";
}

/* line 14, app/assets/stylesheets/compliances.scss */
.compliance-wrapper.without-form-type {
  grid-template-areas: ". . upgrade-widtet . ." ". . type-selection . .";
}

/* line 21, app/assets/stylesheets/compliances.scss */
.compliance-upgrade-widget {
  grid-area: upgrade-widtet;
}

/* line 25, app/assets/stylesheets/compliances.scss */
.compliance-types-container {
  grid-area: type-selection;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* line 32, app/assets/stylesheets/compliances.scss */
.container-pag {
  display: flex;
  align-items: center;
}

/* line 37, app/assets/stylesheets/compliances.scss */
.container-pag a.border-pag:last-of-type {
  border-radius: 0 2px 2px 0;
  border-left: none;
}

/* line 42, app/assets/stylesheets/compliances.scss */
.container-pag a.border-pag:first-child {
  border-radius: 2px 0 0 2px;
  border-right: none;
  border-left: 1px solid #DDDDDD;
}

/* line 50, app/assets/stylesheets/compliances.scss */
.compliance-request-summary td {
  width: 50px;
  word-break: break-all;
}

/* line 55, app/assets/stylesheets/compliances.scss */
.border-pag {
  border: 1px solid #DDDDDD;
  padding: 3px 5px;
  line-height: inherit;
}

/* line 61, app/assets/stylesheets/compliances.scss */
div.border-pag {
  padding: 3px 9px;
}

/* line 65, app/assets/stylesheets/compliances.scss */
.total_pages {
  margin-left: 10px;
}

/* line 69, app/assets/stylesheets/compliances.scss */
.questionnaire_master_scope.vertical_radio {
  margin-bottom: 0;
}

/* line 73, app/assets/stylesheets/compliances.scss */
.word-break-all {
  word-break: break-all;
}

/* line 77, app/assets/stylesheets/compliances.scss */
ul.compliance-answerers-list {
  list-style-type: decimal;
  margin: 2em 0;
  padding-left: 1.2em;
  line-height: 2em;
}

@media (max-width: 320px) {
  /* line 84, app/assets/stylesheets/compliances.scss */
  .compliance-decline-button {
    margin-left: 0 !important;
    margin-bottom: 15px !important;
  }
}
/* line 3, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

/* line 12, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container .step {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 200ms ease;
}

/* line 18, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container .step .step-counter {
  display: none;
}

/* line 22, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container .step .step-line {
  margin-left: .8em;
  height: .2em;
  width: 2.3em;
  background-color: #DDDDDD;
  transition: background-color 250ms ease;
}

/* line 29, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container .step .step-line.width-1em {
  width: 1em;
}

/* line 34, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container .step .step-icon {
  position: relative;
  width: 2.3em;
  height: 2.3em;
  padding: 3px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #DDDDDD;
  transition: background-color 250ms ease;
}

/* line 44, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container .step .step-icon::before {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  display: inline-block;
  width: .6em;
  height: 1em;
  border-right: 0.3em solid #ffffff;
  border-bottom: 0.3em solid #ffffff;
}

/* line 58, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container .step span {
  margin-left: .8em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  /* line 63, app/assets/stylesheets/wizard_v2.scss */
  .wizard-v2--steps-container .step span.width-min-content {
    white-space: normal;
    width: min-content;
  }
}

/* line 72, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container .step:nth-child(1) .step-line {
  width: 0;
}

/* line 78, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container .step.step-passed .step-icon, .wizard-v2--steps-container .step.step-passed .step-line {
  background-color: #02BD94;
}

/* line 84, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container .step.hidden-step {
  transform: scaleX(0);
  position: absolute;
  left: -1000px;
}

@media (max-width: 1199px) {
  /* line 92, app/assets/stylesheets/wizard_v2.scss */
  .wizard-v2--steps-container {
    margin-bottom: 20px;
  }
  /* line 95, app/assets/stylesheets/wizard_v2.scss */
  .wizard-v2--steps-container .step {
    font-size: 1.5em;
    display: none;
  }
  /* line 99, app/assets/stylesheets/wizard_v2.scss */
  .wizard-v2--steps-container .step.current-step {
    display: flex;
  }
  /* line 103, app/assets/stylesheets/wizard_v2.scss */
  .wizard-v2--steps-container .step .step-counter {
    display: flex;
  }
  /* line 107, app/assets/stylesheets/wizard_v2.scss */
  .wizard-v2--steps-container .step .step-line {
    display: none;
  }
  /* line 111, app/assets/stylesheets/wizard_v2.scss */
  .wizard-v2--steps-container .step .step-icon {
    display: none;
  }
}

/* line 118, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--step-content {
  display: none;
}

/* line 121, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--step-content.show {
  display: block;
}

/* line 126, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container.payroll_employees_import_modal {
  margin-bottom: 20px;
}

/* line 129, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container.payroll_employees_import_modal .step {
  font-size: 1.5em;
  display: none;
}

/* line 133, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container.payroll_employees_import_modal .step.current-step {
  display: flex;
}

/* line 137, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container.payroll_employees_import_modal .step .step-counter {
  display: flex;
}

/* line 141, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container.payroll_employees_import_modal .step .step-line {
  display: none;
}

/* line 145, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container.payroll_employees_import_modal .step .step-icon {
  display: none;
}

/* line 150, app/assets/stylesheets/wizard_v2.scss */
.wizard-v2--steps-container.payroll_employees_import_modal .step span.width-min-content {
  width: auto;
}
/* line 6, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-basis: auto;
  align-items: center;
}

@media (max-width: 540px) {
  /* line 6, app/assets/stylesheets/timeline_v2.scss */
  .timeline-v2 {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  /* line 18, app/assets/stylesheets/timeline_v2.scss */
  .timeline-v2::-webkit-scrollbar {
    display: none;
    width: 0;
    background: transparent;
  }
}

/* line 25, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period {
  position: relative;
  flex: 0;
  transition: all 300ms ease-out;
  align-items: center;
}

/* line 33, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period .period-content {
  min-height: 120px;
  min-width: 120px;
  margin-right: 20px;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 300ms ease-out;
}

/* line 43, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period .period-content .top-content {
  transform: scaleX(0);
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

/* line 49, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period .period-content .top-content h5 {
  margin: 0 0 5px 0;
}

/* line 51, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period .period-content .top-content h5, .timeline-v2 .period .period-content .top-content span, .timeline-v2 .period .period-content .top-content small {
  display: none;
}

/* line 56, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period .period-content .bottom-content {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  transform: scaleX(1);
}

/* line 63, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period .period-content .bottom-content small {
  display: none;
}

/* line 71, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period .period-checkpoint {
  position: absolute;
  bottom: 33px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
}

/* line 84, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period .connector-left {
  position: absolute;
  width: 20px;
  bottom: 42px;
  left: 0;
}

/* line 91, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period .connector-right {
  position: absolute;
  width: calc(100% - 35px);
  bottom: 42px;
  right: 0;
}

/* line 100, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period:first-child .connector-left {
  display: none;
}

/* line 106, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period:last-child .period-content {
  margin-right: 0;
}

/* line 110, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period:last-child .connector-right {
  display: none;
}

/* line 116, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.passed .period-content {
  background-color: #E4F7F4;
}

/* line 120, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.passed .period-checkpoint {
  border: 8px solid #02BD94;
}

/* line 124, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.passed .connector-left, .timeline-v2 .period.passed .connector-right {
  border: 1px solid #02BD94;
}

/* line 130, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.passed.last .period-checkpoint {
  border: 1px solid #02BD94;
}

/* line 133, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.passed.last .period-checkpoint .point {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #02BD94;
}

/* line 143, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.future .period-checkpoint, .timeline-v2 .period.current .period-checkpoint {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* line 149, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.current .period-content {
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
}

/* line 154, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.current .connector-left {
  border: 1px solid #02BD94;
}

/* line 158, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.current .connector-right {
  border: 1px dashed #DDDDDD;
}

/* line 163, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.selected {
  flex: 1;
}

/* line 167, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.selected .period-content .top-content {
  transform: scaleX(1);
}

/* line 170, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.selected .period-content .top-content h5, .timeline-v2 .period.selected .period-content .top-content span, .timeline-v2 .period.selected .period-content .top-content small {
  display: unset;
}

/* line 176, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.selected .period-content .bottom-content small {
  display: unset;
}

/* line 182, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.future .period-content {
  background-color: #F4F4F4;
}

/* line 186, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.future .connector-left, .timeline-v2 .period.future .connector-right {
  border: 1px dashed #DDDDDD;
}

/* line 192, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.stacked .period-content {
  padding: 0;
  min-width: 30px;
  width: 30px;
}

/* line 197, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.stacked .period-content .bottom-content {
  display: none;
}

/* line 202, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.stacked .period-checkpoint {
  bottom: 35px;
  left: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: none;
}

/* line 209, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.stacked .period-checkpoint i {
  display: none;
}

/* line 214, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.stacked .period-checkpoint:after {
  content: '  ';
  width: 7px;
  height: 7px;
  border-right: 1px solid #A4A3A3;
  border-bottom: 1px solid #A4A3A3;
}

/* line 224, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.stacked.stacked-left .period-checkpoint:after {
  transform: rotate(135deg);
}

/* line 228, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.stacked.stacked-left .connector-left {
  display: none;
}

/* line 232, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.stacked.stacked-left .connector-right {
  width: calc(100% - 5px);
  left: 5px;
}

/* line 239, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.stacked.stacked-right .period-content {
  margin-right: 0;
}

/* line 243, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.stacked.stacked-right .period-checkpoint:after {
  transform: rotate(-45deg);
}

/* line 247, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.stacked.stacked-right .connector-right {
  display: none;
}

/* line 251, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.stacked.stacked-right .connector-left {
  width: 5px;
  left: 0;
}

/* line 257, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.hidden-period {
  width: 0;
}

/* line 260, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.hidden-period .period-content {
  transform: scaleX(0);
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 266, app/assets/stylesheets/timeline_v2.scss */
.timeline-v2 .period.hidden-period .period-checkpoint, .timeline-v2 .period.hidden-period .connector-left, .timeline-v2 .period.hidden-period .connector-right {
  transform: scaleX(0);
}
/* line 3, app/assets/stylesheets/changes_history.scss */
.changes-history--event {
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #F9F9F9;
}

/* line 10, app/assets/stylesheets/changes_history.scss */
.changes-history--event:not(:first-child) {
  margin-top: 15px;
}
/* line 3, app/assets/stylesheets/company_show.scss */
.company-show--avatar {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0 50% 50% 50%;
}

/* line 10, app/assets/stylesheets/company_show.scss */
.company-show--avatar img {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

/* line 21, app/assets/stylesheets/company_show.scss */
.company-show--avatar.self-created-company {
  background-color: #02BD94;
}
/* line 3, app/assets/stylesheets/hire.scss */
.hire-blocks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 450px);
  grid-gap: 30px;
  text-align: center;
  justify-content: center;
}

/* line 10, app/assets/stylesheets/hire.scss */
.hire-blocks-grid.en {
  grid-template-rows: 514px;
}

/* line 14, app/assets/stylesheets/hire.scss */
.hire-blocks-grid.de {
  grid-template-rows: 534px;
}

/* line 18, app/assets/stylesheets/hire.scss */
.hire-blocks-grid.wo-permissions {
  grid-template-rows: 555px !important;
}

@media (max-width: 540px) {
  /* line 3, app/assets/stylesheets/hire.scss */
  .hire-blocks-grid {
    grid-template-columns: 1fr;
  }
}

/* line 27, app/assets/stylesheets/hire.scss */
.hire-block {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* line 32, app/assets/stylesheets/hire.scss */
.hire-block.hire-employee .hire-employee-img {
  margin: 70px auto 0;
  width: 310px;
  height: 247px;
}

/* line 40, app/assets/stylesheets/hire.scss */
.hire-block.hire-contractor .hire-contractor-img {
  margin: 44px auto 0;
  width: 182px;
  height: 259px;
}

/* line 47, app/assets/stylesheets/hire.scss */
.hire-block .hire-title {
  font-size: 24px;
  line-height: 26px;
}

/* line 51, app/assets/stylesheets/hire.scss */
.hire-block .hire-title.employee-title {
  margin-top: 32px;
}

/* line 55, app/assets/stylesheets/hire.scss */
.hire-block .hire-title.contractor-title {
  margin-top: 46px;
}

/* line 60, app/assets/stylesheets/hire.scss */
.hire-block .hire-description {
  margin: 11px 104px 0;
  font-size: 13px;
  line-height: 19px;
}

@media (max-width: 450px) {
  /* line 60, app/assets/stylesheets/hire.scss */
  .hire-block .hire-description {
    margin: 11px 50px 0;
  }
}

/* line 70, app/assets/stylesheets/hire.scss */
.hire-block .hire-btn {
  text-align: -webkit-center;
  text-align: -moz-center;
  margin: 19px 0 33px;
}

/* line 75, app/assets/stylesheets/hire.scss */
.hire-block .hire-btn.wo-permissions {
  margin-bottom: 5px;
}

/* line 79, app/assets/stylesheets/hire.scss */
.hire-block .hire-btn .hire-btn-width {
  max-width: fit-content;
  min-width: 150px;
}

/* line 85, app/assets/stylesheets/hire.scss */
.hire-block .hire-help-block {
  color: #6A6C6E;
  font-size: 10px;
  margin: 5px 110px 28px;
}

@media (max-width: 450px) {
  /* line 85, app/assets/stylesheets/hire.scss */
  .hire-block .hire-help-block {
    margin: 5px 65px 28px;
  }
}

/* line 96, app/assets/stylesheets/hire.scss */
.hire-help-text {
  margin-top: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

/* line 102, app/assets/stylesheets/hire.scss */
.hire-help-text .contact-us {
  margin-left: 5px;
  color: #4E70E6 !important;
  text-decoration: underline;
}
/* line 3, app/assets/stylesheets/salary_changes.scss */
.salary-changes-modal {
  text-align: left;
}

/* line 6, app/assets/stylesheets/salary_changes.scss */
.salary-changes-modal .modal-content {
  width: 440px;
  min-height: 686px;
}

/* line 10, app/assets/stylesheets/salary_changes.scss */
.salary-changes-modal .modal-content .modal-header {
  height: 70px;
}

/* line 11, app/assets/stylesheets/salary_changes.scss */
.salary-changes-modal .modal-content .modal-body {
  min-height: 551px;
}

/* line 14, app/assets/stylesheets/salary_changes.scss */
.salary-changes-modal .modal-content .modal-body .row.has-error {
  margin-bottom: 0;
}

/* line 16, app/assets/stylesheets/salary_changes.scss */
.salary-changes-modal .modal-content .modal-body .control-label {
  color: #888888;
  font-weight: 500;
}

/* line 20, app/assets/stylesheets/salary_changes.scss */
.salary-changes-modal .modal-content .modal-body .salary_change_comment {
  margin-bottom: 0;
}

/* line 22, app/assets/stylesheets/salary_changes.scss */
.salary-changes-modal .modal-content .modal-footer {
  height: 65px;
}
/* line 4, app/assets/stylesheets/payroll_cycles.scss */
#employees_section .audit-chart-legend {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #101428;
}

/* line 11, app/assets/stylesheets/payroll_cycles.scss */
#employees_section .text-content {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
}

/* line 18, app/assets/stylesheets/payroll_cycles.scss */
#employees_section .text-dark-red {
  color: #682326;
}

/* line 22, app/assets/stylesheets/payroll_cycles.scss */
#employees_section .audits-info-max-height {
  min-height: 90px !important;
}

/* line 27, app/assets/stylesheets/payroll_cycles.scss */
.graph-max-height {
  height: 115px !important;
}

/* line 31, app/assets/stylesheets/payroll_cycles.scss */
.white-space-pre {
  white-space: pre;
}

/* line 36, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab .chart-header {
  border-bottom: 1px dashed #A4A3A3;
  color: #A4A3A3;
  font-size: 11px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

/* line 43, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab .chart-header .section-header {
  font-weight: 900;
}

/* line 45, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab .chart-header .growth-arrow {
  font-size: 16px;
}

/* line 47, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab .chart-header .growth-arrow.inc {
  color: #02BD94;
}

/* line 48, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab .chart-header .growth-arrow.dec {
  color: #F97877;
}

/* line 52, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #chart-legend {
  color: #101428;
  font-size: 14px;
  font-weight: 500;
}

/* line 58, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab .no-chart-data {
  display: flex;
  height: 94px;
  align-items: center;
  justify-content: center;
  background-color: #F4F4F4;
  font-size: 13px;
  line-height: 19px;
  color: #888888;
}

/* line 69, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit {
  min-height: 251px;
  font-size: 14px;
  line-height: 21px;
}

/* line 74, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .actionbar {
  height: 78px;
  align-items: center;
  justify-content: flex-end;
}

/* line 79, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .actionbar a.need-help {
  text-decoration: underline;
}

/* line 82, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .actionbar a.need-help:hover, #cycle-audit-tab #g2n-audit .actionbar a.need-help:visited {
  color: #888888;
}

/* line 86, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .actionbar .help-icon {
  margin-right: 25px;
}

/* line 88, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .actionbar .btn-outline {
  text-transform: uppercase;
}

/* line 91, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .ellipse {
  height: 27px;
  width: 27px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #4F64FB;
}

/* line 98, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .ellipse:before {
  position: relative;
  top: 25%;
  left: 25%;
}

/* line 105, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .alert-text {
  color: #F97877;
}

/* line 106, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .warning-text {
  color: #F79943;
}

/* line 108, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible {
  border: 1px solid #DDD;
}

/* line 111, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible__header {
  height: 87px;
  padding: 0 24px;
}

/* line 115, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible__header:hover {
  background-color: #F4F4F4;
}

/* line 118, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible .ratio-badge {
  height: 36px;
  width: 88px;
  border-radius: 22px;
  align-items: center;
  justify-content: center;
  margin-right: 17px;
}

/* line 126, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible .ratio-badge.all-good-badge {
  background-color: #E3FAF5;
}

/* line 128, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible .ratio-badge.all-good-badge span {
  color: #02BD94;
}

/* line 131, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible .ratio-badge.alert-badge {
  background-color: #FBECEC;
}

/* line 133, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible .ratio-badge.alert-badge span {
  color: #F97877;
}

/* line 136, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible .ratio-badge.warning-badge {
  background-color: #FFEDD1;
}

/* line 138, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible .ratio-badge.warning-badge span {
  color: #F79943;
}

/* line 142, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible__header .left {
  width: 50%;
  align-items: center;
}

/* line 147, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible__header .right {
  width: 50%;
  align-items: center;
  justify-content: flex-end;
}

/* line 153, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible__content {
  display: none;
  overflow: hidden;
  padding: 0 15px 12px 54px;
}

/* line 159, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible__content table {
  color: #6A6C6E;
  width: 97%;
}

/* line 163, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible__content table .col-w-20 {
  width: 20px;
}

/* line 164, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible__content table .col-w-60 {
  width: 60px;
}

/* line 165, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible__content table .col-w-200 {
  width: 200px;
}

/* line 166, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible__content table .text-right {
  text-align: right;
}

/* line 170, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible__content table tbody tr:first-child td {
  border-top: none;
}

/* line 172, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible__content table tbody td:first-child {
  padding-right: 0;
}

/* line 173, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible__content table tbody tr:last-child td {
  border-bottom: 1px solid #E7EAEC;
}

/* line 176, app/assets/stylesheets/payroll_cycles.scss */
#cycle-audit-tab #g2n-audit .collapsible.collapsible__open .collapsible__content {
  display: block;
}

/* line 183, app/assets/stylesheets/payroll_cycles.scss */
#uploaded-report-files .ibox-tools .btn-outline {
  color: #02BD94;
}

/* line 184, app/assets/stylesheets/payroll_cycles.scss */
#uploaded-report-files .ibox-tools .btn-outline:hover {
  color: white;
}
/* line 4, app/assets/stylesheets/customizations.scss */
.d-flex {
  display: flex;
}

/* line 7, app/assets/stylesheets/customizations.scss */
.d-flex .flex-right {
  margin-left: auto;
}

/* line 11, app/assets/stylesheets/customizations.scss */
.d-flex.baseline {
  align-items: baseline;
}

/* line 16, app/assets/stylesheets/customizations.scss */
.d-flex.inline-flex {
  display: inline-flex;
}

/* line 20, app/assets/stylesheets/customizations.scss */
.d-flex.d-flex-important {
  display: flex !important;
}

/* line 24, app/assets/stylesheets/customizations.scss */
.d-flex.col-direction {
  flex-direction: column;
}

@media (max-width: 320px) {
  /* line 28, app/assets/stylesheets/customizations.scss */
  .d-flex.col-reverse-direction {
    flex-direction: column-reverse;
  }
}

/* line 34, app/assets/stylesheets/customizations.scss */
.inline-grid {
  display: inline-grid;
}

/* line 38, app/assets/stylesheets/customizations.scss */
.self-right {
  justify-content: right;
}

/* line 42, app/assets/stylesheets/customizations.scss */
.d-flex.h-align {
  justify-content: center;
}

/* line 46, app/assets/stylesheets/customizations.scss */
.d-flex.col-direction.h-align {
  align-items: center;
}

/* line 50, app/assets/stylesheets/customizations.scss */
.d-flex.justify-flex-end {
  justify-content: flex-end;
}

/* line 54, app/assets/stylesheets/customizations.scss */
.d-flex.justify-flex-start {
  justify-content: flex-start;
}

/* line 58, app/assets/stylesheets/customizations.scss */
.d-flex.justify-content-between {
  justify-content: space-between;
}

/* line 62, app/assets/stylesheets/customizations.scss */
.d-flex.justify-content-center {
  justify-content: center;
}

/* line 66, app/assets/stylesheets/customizations.scss */
.d-flex.align-flex-start {
  align-items: flex-start;
}

/* line 70, app/assets/stylesheets/customizations.scss */
.d-flex.gap-col-xs > * {
  margin-right: 5px;
}

/* line 74, app/assets/stylesheets/customizations.scss */
.d-flex.gap-col-sm > * {
  margin-right: 10px;
}

/* line 78, app/assets/stylesheets/customizations.scss */
.d-flex.gap-col-md > * {
  margin-right: 20px;
}

/* line 82, app/assets/stylesheets/customizations.scss */
.d-flex.gap-sm:last-child,
.d-flex.gap-md:last-child {
  margin-right: 0 !important;
}

/* line 87, app/assets/stylesheets/customizations.scss */
.d-flex.gap-xs > * {
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 92, app/assets/stylesheets/customizations.scss */
.d-flex.gap-sm {
  margin-left: -10px;
  margin-top: -10px;
}

/* line 97, app/assets/stylesheets/customizations.scss */
.d-flex.gap-sm > * {
  margin-left: 10px;
  margin-top: 10px;
}

/* line 102, app/assets/stylesheets/customizations.scss */
.d-flex.gap-md {
  margin-top: -20px;
  margin-left: -20px;
}

/* line 107, app/assets/stylesheets/customizations.scss */
.d-flex.gap-md > * {
  margin-left: 20px;
  margin-top: 20px;
}

/* line 112, app/assets/stylesheets/customizations.scss */
.d-flex.gap-lg {
  margin-left: -30px;
  margin-top: -30px;
}

/* line 117, app/assets/stylesheets/customizations.scss */
.d-flex.gap-lg > * {
  margin-left: 30px;
  margin-top: 30px;
}

/* line 122, app/assets/stylesheets/customizations.scss */
.align-self-end {
  justify-self: end;
}

/* line 126, app/assets/stylesheets/customizations.scss */
.align-self-start {
  justify-self: start;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-1 {
  flex: 1;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-2 {
  flex: 2;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-3 {
  flex: 3;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-4 {
  flex: 4;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-5 {
  flex: 5;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-6 {
  flex: 6;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-7 {
  flex: 7;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-8 {
  flex: 8;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-9 {
  flex: 9;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-10 {
  flex: 10;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-11 {
  flex: 11;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-12 {
  flex: 12;
}

/* line 136, app/assets/stylesheets/customizations.scss */
.d-flex.justify-content-around {
  justify-content: space-around;
}

/* line 140, app/assets/stylesheets/customizations.scss */
.row.no-b-a:before, .row.no-b-a:after {
  display: block;
  content: none;
}

/* line 145, app/assets/stylesheets/customizations.scss */
.d-flex.h-center {
  justify-content: center;
}

/* line 149, app/assets/stylesheets/customizations.scss */
.d-flex.v-align {
  align-items: center;
}

/* line 153, app/assets/stylesheets/customizations.scss */
.d-flex.top-align {
  align-items: flex-start;
}

/* line 157, app/assets/stylesheets/customizations.scss */
.d-flex.wrap {
  flex-wrap: wrap;
}

/* line 161, app/assets/stylesheets/customizations.scss */
.d-flex.wrap-reverse {
  flex-wrap: wrap-reverse;
}

/* line 165, app/assets/stylesheets/customizations.scss */
.d-flex.content-flex-end {
  justify-content: flex-end;
}

/* line 169, app/assets/stylesheets/customizations.scss */
.break-word {
  word-wrap: break-word;
}

/* line 173, app/assets/stylesheets/customizations.scss */
.no-shrink {
  flex-shrink: 0;
}

/* line 178, app/assets/stylesheets/customizations.scss */
.grid-container {
  display: grid;
}

/* line 181, app/assets/stylesheets/customizations.scss */
.grid-container .align-self-end {
  align-self: end;
}

/* line 185, app/assets/stylesheets/customizations.scss */
.grid-container .align-self-center {
  align-self: center;
}

/* line 189, app/assets/stylesheets/customizations.scss */
.grid-container .justify-self-start {
  justify-self: start;
}

/* line 194, app/assets/stylesheets/customizations.scss */
.grid-container.gap-md {
  gap: 20px;
}

/* line 198, app/assets/stylesheets/customizations.scss */
.grid-container.gap-col-sm {
  column-gap: 10px;
}

/* line 202, app/assets/stylesheets/customizations.scss */
.grid-container.gap-col-md {
  column-gap: 20px;
}

/* line 206, app/assets/stylesheets/customizations.scss */
.grid-container.gap-row-sm {
  row-gap: 10px;
}

/* line 210, app/assets/stylesheets/customizations.scss */
.grid-container.gap-row-md {
  row-gap: 20px;
}

/* line 214, app/assets/stylesheets/customizations.scss */
.grid-container.grid-1 {
  grid-template-columns: 1fr;
}

/* line 218, app/assets/stylesheets/customizations.scss */
.grid-container.grid-auto-fit {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* line 222, app/assets/stylesheets/customizations.scss */
.grid-container.grid-1-1 {
  grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr);
}

/* line 227, app/assets/stylesheets/customizations.scss */
.ibox {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

/* line 231, app/assets/stylesheets/customizations.scss */
.ibox .ibox-header-link .ibox-tools {
  position: static;
}

/* line 236, app/assets/stylesheets/customizations.scss */
.ibox-tools {
  pointer-events: none;
}

/* line 238, app/assets/stylesheets/customizations.scss */
.ibox-tools * {
  pointer-events: auto;
}

/* line 243, app/assets/stylesheets/customizations.scss */
.ibox.no-shadows {
  box-shadow: none;
}

/* line 247, app/assets/stylesheets/customizations.scss */
.shadowed {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* line 251, app/assets/stylesheets/customizations.scss */
.turbolinks-progress-bar {
  background-color: #02BD94;
}

/* line 255, app/assets/stylesheets/customizations.scss */
.cycle-reports-bar, .bg-lightest-navy {
  background-color: #E3FAF5;
}

/* line 259, app/assets/stylesheets/customizations.scss */
.custom-header-logo {
  display: block;
  margin: auto;
  max-width: 90px;
  max-height: 70px;
}

/* line 266, app/assets/stylesheets/customizations.scss */
.custom-header-logo.onboarding {
  display: block;
  margin: auto;
  max-width: 180px;
  max-height: 150px;
}

/* line 274, app/assets/stylesheets/customizations.scss */
.ibox-title.tab-height {
  min-height: 42px;
}

/* line 278, app/assets/stylesheets/customizations.scss */
.ibox.ibox-section {
  margin-bottom: 0;
}

/* line 281, app/assets/stylesheets/customizations.scss */
.ibox.ibox-section .ibox-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #F4F4F4;
  border: unset;
  padding: 15px 40px;
}

/* line 290, app/assets/stylesheets/customizations.scss */
.ibox.ibox-section .ibox-title h5 {
  margin: unset;
  line-height: 1;
}

/* line 296, app/assets/stylesheets/customizations.scss */
.ibox.ibox-section .ibox-content {
  border: unset;
  padding: 15px 40px;
}

/* line 302, app/assets/stylesheets/customizations.scss */
.ibox-content .full-width-grey {
  background-color: rgba(221, 221, 221, 0.3);
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 310, app/assets/stylesheets/customizations.scss */
.ibox-content .stuck-to-top {
  margin-top: -15px;
  padding-top: 15px;
}

/* line 315, app/assets/stylesheets/customizations.scss */
.ibox-content .stuck-to-bottom {
  margin-bottom: -20px;
  padding-bottom: 20px;
}

/* line 320, app/assets/stylesheets/customizations.scss */
.ibox-title h5.info {
  font-size: 1.4rem;
  color: #A4A3A3;
  font-weight: normal;
}

/* line 328, app/assets/stylesheets/customizations.scss */
.ibox.lightest-gray .ibox-title, .ibox.lightest-gray .ibox-content {
  border: unset;
  background-color: #F4F4F4;
}

/* line 335, app/assets/stylesheets/customizations.scss */
.ibox .ibox-title.lightest-gray, .ibox .ibox-content.lightest-gray {
  border: unset;
  background-color: #F4F4F4;
}

/* line 342, app/assets/stylesheets/customizations.scss */
a {
  color: #221757;
  text-decoration: none;
}

/* line 347, app/assets/stylesheets/customizations.scss */
a:hover,
a:focus {
  color: #020206;
}

/* line 352, app/assets/stylesheets/customizations.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 359, app/assets/stylesheets/customizations.scss */
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
  content: "\e021";
}

/* line 363, app/assets/stylesheets/customizations.scss */
.footable-toggle-all span:before {
  content: '>';
  cursor: pointer;
  font-size: '15px';
}

/* line 369, app/assets/stylesheets/customizations.scss */
.footable.table > tbody > tr > td.footable-visible.footable-to-toggle {
  padding-right: 0;
  width: 25px;
}

/* line 374, app/assets/stylesheets/customizations.scss */
.table > tbody > tr > td.footable-visible {
  vertical-align: middle;
}

/* line 378, app/assets/stylesheets/customizations.scss */
.footable.table > tbody > tr > td.footable-visible:not(.footable-to-toggle) {
  cursor: default !important;
}

/* line 382, app/assets/stylesheets/customizations.scss */
.footable-row-detail-row {
  line-height: 2.0em;
}

/* line 386, app/assets/stylesheets/customizations.scss */
.footable-row-detail-name {
  color: #A4A3A3;
  font-weight: normal;
}

/* line 391, app/assets/stylesheets/customizations.scss */
.footable-row-detail-value {
  color: #6A6C6E;
  font-weight: 550;
}

/* line 396, app/assets/stylesheets/customizations.scss */
.footable.footable-custom.table > tr > td > .footable-row-detail-row {
  padding: 0 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-right: solid 1px #e7eaec;
}

/* line 402, app/assets/stylesheets/customizations.scss */
.footable.footable-custom.table > tr > td > .footable-row-detail-row .footable-row-detail-value {
  text-align: right;
}

/* line 407, app/assets/stylesheets/customizations.scss */
.footable.footable-custom.table > tr > td > .footable-row-detail-inner {
  margin-left: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  border-left: solid 1px #e7eaec;
}

/* line 414, app/assets/stylesheets/customizations.scss */
.dropdown-selection .dropdown-menu.open {
  width: 100%;
}

/* line 418, app/assets/stylesheets/customizations.scss */
.footable-wide-inner .footable-row-detail-inner {
  width: 100%;
}

/* line 421, app/assets/stylesheets/customizations.scss */
.footable-wide-inner .footable-row-detail-inner .footable-row-detail-name {
  width: 15%;
}

/* line 425, app/assets/stylesheets/customizations.scss */
.footable-wide-inner .footable-row-detail-inner .footable-row-detail-value {
  text-align: left;
  width: 85%;
}

/* line 431, app/assets/stylesheets/customizations.scss */
.footable > thead > tr > th > a {
  color: #A4A3A3;
  white-space: nowrap;
}

/* line 436, app/assets/stylesheets/customizations.scss */
.footable > thead > tr > th.footable-sorted > a,
.footable > thead > tr > th.footable-sorted-desc > a {
  color: #6A6C6E;
}

/* line 441, app/assets/stylesheets/customizations.scss */
.footable > thead > tr > th > a > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px;
}

/* line 453, app/assets/stylesheets/customizations.scss */
.footable > thead > tr > th > a > span.footable-sort-indicator:before {
  content: "\e022";
}

/* line 457, app/assets/stylesheets/customizations.scss */
.footable > thead > tr > th.footable-sorted > a > span.footable-sort-indicator:before {
  content: "\e013";
}

/* line 461, app/assets/stylesheets/customizations.scss */
.footable > thead > tr > th.footable-sorted-desc > a > span.footable-sort-indicator:before {
  content: "\e012";
}

/* line 465, app/assets/stylesheets/customizations.scss */
.footable-odd {
  background-color: #FFF;
}

/* line 469, app/assets/stylesheets/customizations.scss */
.footable .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 476, app/assets/stylesheets/customizations.scss */
.table > tfoot.totals > tr > td {
  border: none;
  padding: 0 8px;
  font-size: 14px;
}

/* line 483, app/assets/stylesheets/customizations.scss */
.table > tfoot.totals > tr td.with-border {
  border-top: 1px solid #e7eaec;
}

/* line 487, app/assets/stylesheets/customizations.scss */
.table > tfoot.totals > tr td.with-bottom-border {
  border-bottom: 1px solid #e7eaec;
}

/* line 493, app/assets/stylesheets/customizations.scss */
.table > tfoot.totals > tr:first-child td {
  padding-top: 20px;
}

/* line 499, app/assets/stylesheets/customizations.scss */
.table > tbody > tr.without_border td {
  vertical-align: middle;
  border-top: none;
}

/* line 505, app/assets/stylesheets/customizations.scss */
.table > thead > tr > th,
.table > tbody > tr > td {
  vertical-align: middle;
}

/* line 510, app/assets/stylesheets/customizations.scss */
.table > thead > tr > th {
  border-top: none;
}

/* line 514, app/assets/stylesheets/customizations.scss */
.table .multiple-select-actions {
  background-color: #02BD94;
  color: #FFF;
}

/* line 518, app/assets/stylesheets/customizations.scss */
.table .multiple-select-actions .selecter-count {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}

/* line 523, app/assets/stylesheets/customizations.scss */
.table .multiple-select-actions .selecter-count a {
  margin-left: 10px;
}

/* line 525, app/assets/stylesheets/customizations.scss */
.table .multiple-select-actions .selecter-count a:hover {
  text-decoration: underline;
}

/* line 532, app/assets/stylesheets/customizations.scss */
.table > thead > tr.arrow-row td {
  border: none;
  padding: 0;
}

/* line 536, app/assets/stylesheets/customizations.scss */
.table > thead > tr.arrow-row td span {
  background-color: transparent;
}

/* line 541, app/assets/stylesheets/customizations.scss */
.arrow-down {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #02BD94;
}

@media (min-width: 571px) {
  /* line 555, app/assets/stylesheets/customizations.scss */
  .identical-size-7 th:not(:first-child), .identical-size-7 td:not(:first-child) {
    width: calc(100% / 7);
    min-width: calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media (min-width: 571px) {
  /* line 555, app/assets/stylesheets/customizations.scss */
  .identical-size-6 th:not(:first-child), .identical-size-6 td:not(:first-child) {
    width: calc(100% / 6);
    min-width: calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media (min-width: 571px) {
  /* line 555, app/assets/stylesheets/customizations.scss */
  .identical-size-4 th:not(:first-child), .identical-size-4 td:not(:first-child) {
    width: calc(100% / 4);
    min-width: calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

/* line 569, app/assets/stylesheets/customizations.scss */
.table-hover tr:hover .no-hover {
  background-color: #ffffff;
}

/* line 573, app/assets/stylesheets/customizations.scss */
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #F2FCFA;
}

/* line 577, app/assets/stylesheets/customizations.scss */
.table-hover tbody tr.highlighted-table-row:hover td, .table-hover tbody tr.highlighted-table-row:hover th {
  background-color: #E5F8F4;
}

/* line 581, app/assets/stylesheets/customizations.scss */
.table-hover tbody tr.tr-disabled:hover td, .table-hover tbody tr.tr-disabled:hover th {
  background-color: #DFF2EE;
}

/* line 585, app/assets/stylesheets/customizations.scss */
.table-hover tbody tr.tr-disabled.highlighted-table-row:hover td,
.table-hover tbody tr.tr-disabled.highlighted-table-row:hover th {
  background-color: #DBEDE9;
}

/* line 590, app/assets/stylesheets/customizations.scss */
tr.tr-disabled {
  background-color: #F4F4F4;
}

/* line 594, app/assets/stylesheets/customizations.scss */
.with-angle-brand {
  background-image: linear-gradient(135deg, #02BD94 14px, #ffffff 14px);
}

/* line 598, app/assets/stylesheets/customizations.scss */
.with-angle-brand.disabled {
  background-image: linear-gradient(135deg, #02BD94 14px, #F4F4F4 14px);
}

/* line 602, app/assets/stylesheets/customizations.scss */
.table-hover tr:hover .with-angle-brand {
  background-image: linear-gradient(135deg, #02BD94 14px, #F2FCFA 14px);
}

/* line 606, app/assets/stylesheets/customizations.scss */
.with-angle-sky_blue {
  background-image: linear-gradient(135deg, #2AB6F6 14px, #ffffff 14px);
}

/* line 610, app/assets/stylesheets/customizations.scss */
.with-angle-sky_blue.disabled {
  background-image: linear-gradient(135deg, #2AB6F6 14px, #F4F4F4 14px);
}

/* line 614, app/assets/stylesheets/customizations.scss */
.table-hover tr:hover .with-angle-sky_blue {
  background-image: linear-gradient(135deg, #2AB6F6 14px, #F2FCFA 14px);
}

/* line 618, app/assets/stylesheets/customizations.scss */
td.td-with-image {
  display: flex;
  align-items: center;
}

/* line 623, app/assets/stylesheets/customizations.scss */
td.td-with-image .td-image img {
  width: 32px;
  height: 32px;
}

/* line 630, app/assets/stylesheets/customizations.scss */
.table > thead > tr.without-border > th {
  border: none !important;
}

/* line 634, app/assets/stylesheets/customizations.scss */
td.without-border {
  border: none !important;
  padding-bottom: 0 !important;
}

/* line 639, app/assets/stylesheets/customizations.scss */
.table tr.selected {
  background-color: #F2FCFA;
}

/* line 642, app/assets/stylesheets/customizations.scss */
.table tr.selected td.no-selection {
  background-color: #ffffff;
}

/* line 649, app/assets/stylesheets/customizations.scss */
.table > tbody > tr > td.connector.footable-visible,
.table > tbody > tr > td.connected-last.footable-visible,
.table > tbody > tr > td.connected.footable-visible {
  position: relative;
}

/* line 655, app/assets/stylesheets/customizations.scss */
.notification-preference-table {
  margin-bottom: 0px !important;
}

/* line 658, app/assets/stylesheets/customizations.scss */
.notification-preference-table thead {
  border: none;
  background-color: #F4F4F4;
}

/* line 662, app/assets/stylesheets/customizations.scss */
.notification-preference-table thead tr > th {
  border: none;
}

/* line 664, app/assets/stylesheets/customizations.scss */
.notification-preference-table thead tr > th h5 {
  color: #6A6C6E;
  font-weight: normal;
  font-size: 14px;
  padding-left: 30px;
}

@media (max-width: 450px) {
  /* line 664, app/assets/stylesheets/customizations.scss */
  .notification-preference-table thead tr > th h5 {
    width: 150px;
  }
}

/* line 675, app/assets/stylesheets/customizations.scss */
.notification-preference-table tbody {
  border: none;
}

/* line 677, app/assets/stylesheets/customizations.scss */
.notification-preference-table tbody tr {
  padding-left: 50px;
}

/* line 679, app/assets/stylesheets/customizations.scss */
.notification-preference-table tbody tr td {
  border: none;
}

/* line 681, app/assets/stylesheets/customizations.scss */
.notification-preference-table tbody tr td .attribute {
  padding-left: 30px;
}

@media (max-width: 1200px) {
  /* line 685, app/assets/stylesheets/customizations.scss */
  .notification-preference-table tbody tr .col-lg-1 {
    width: 60px;
  }
}

@media (max-width: 400px) {
  /* line 685, app/assets/stylesheets/customizations.scss */
  .notification-preference-table tbody tr .col-lg-1 {
    width: 50px;
  }
}

/* line 698, app/assets/stylesheets/customizations.scss */
.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:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .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.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #02BD94;
  border-color: #02BD94;
}

/* line 705, app/assets/stylesheets/customizations.scss */
.availability-picker td.day {
  border-radius: 0;
}

/* line 709, app/assets/stylesheets/customizations.scss */
.availability-picker td.day:not(.old):not(.new):not(.active) {
  color: #ffffff;
  background-color: #02BD94;
  border-color: #02BD94;
}

/* line 715, app/assets/stylesheets/customizations.scss */
.availability-picker table tr td.active:hover, .availability-picker .datepicker table tr td.active:hover:hover, .availability-picker .datepicker table tr td.active.disabled:hover, .availability-picker .datepicker table tr td.active.disabled:hover:hover, .availability-picker .datepicker table tr td.active:focus, .availability-picker .datepicker table tr td.active:hover:focus, .availability-picker .datepicker table tr td.active.disabled:focus, .availability-picker .datepicker table tr td.active.disabled:hover:focus, .availability-picker .datepicker table tr td.active:active, .availability-picker .datepicker table tr td.active:hover:active, .availability-picker .datepicker table tr td.active.disabled:active, .availability-picker .datepicker table tr td.active.disabled:hover:active, .availability-picker .datepicker table tr td.active.active, .availability-picker .datepicker table tr td.active.active:hover, .availability-picker .datepicker table tr td.active.disabled.active, .availability-picker .datepicker table tr td.active.disabled.active:hover, .availability-picker .open .dropdown-toggle.datepicker table tr td.active, .availability-picker .open .dropdown-toggle.datepicker table tr td.active:hover, .availability-picker .open .dropdown-toggle.datepicker table tr td.active.disabled, .availability-picker .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  border-color: #F97877;
  background-color: #F97877;
}

/* line 721, app/assets/stylesheets/customizations.scss */
.availability-picker table tr td.day.disabled:not(.active):not(.old), .availability-picker .datepicker table tr td.day.disabled:hover:not(.active):not(.old) {
  color: #ffffff;
  background-color: #02d6a8;
  border-color: #02BD94;
}

/* line 727, app/assets/stylesheets/customizations.scss */
.availability-picker table tr td.day.active.disabled:not(.old), .availability-picker .datepicker table tr td.day.active.disabled:hove:rnot(.old) {
  color: #ffffff;
  border-color: #F97877;
  background-color: #fa908f;
}

/* line 733, app/assets/stylesheets/customizations.scss */
.availability-picker table thead tr:first-child th.datepicker-switch:hover {
  background: #FFF;
}

/* line 737, app/assets/stylesheets/customizations.scss */
.availability-picker table thead tr:first-child th.datepicker-switch {
  cursor: default;
}

/* line 741, app/assets/stylesheets/customizations.scss */
.availability-picker tfoot tr th:hover {
  cursor: default;
  background: #FFF;
}

/* line 749, app/assets/stylesheets/customizations.scss */
.ln {
  display: inline-block;
  width: 1em;
  height: 1em;
}

/* line 755, app/assets/stylesheets/customizations.scss */
.ln.ln-caret-down {
  font-family: 'footable';
}

/* line 759, app/assets/stylesheets/customizations.scss */
.ln.ln-caret-down::before {
  content: "\e013";
}

/* line 763, app/assets/stylesheets/customizations.scss */
.la-xl {
  font-size: 2em;
}

/* line 767, app/assets/stylesheets/customizations.scss */
.la-grid-view-icon {
  font-size: 1.7em;
}

/* line 773, app/assets/stylesheets/customizations.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #018b6c;
  border-color: #018b6c;
}

/* line 779, app/assets/stylesheets/customizations.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #018b6c;
  background-image: none;
  border-color: #018b6c;
}

/* line 787, app/assets/stylesheets/customizations.scss */
.dropdown-menu li.not-allowed-item {
  cursor: not-allowed !important;
  background-color: #F4F4F4;
}

/* line 791, app/assets/stylesheets/customizations.scss */
.dropdown-menu li.not-allowed-item * {
  pointer-events: none;
}

/* line 797, app/assets/stylesheets/customizations.scss */
.subtext-below span {
  width: 100%;
  line-height: initial;
}

/* line 801, app/assets/stylesheets/customizations.scss */
.subtext-below span .text-muted {
  padding-left: 0 !important;
  display: flex !important;
  color: #A4A3A3 !important;
}

/* line 808, app/assets/stylesheets/customizations.scss */
.subtext-right-end span {
  width: 100%;
  display: flex !important;
  justify-content: space-between !important;
}

/* line 813, app/assets/stylesheets/customizations.scss */
.subtext-right-end span .text-muted {
  color: #A4A3A3 !important;
}

/* line 818, app/assets/stylesheets/customizations.scss */
.text-decoration-underline {
  text-decoration: underline;
  display: inline-block;
}

/* line 824, app/assets/stylesheets/customizations.scss */
.dropup .dropdown-menu {
  width: 100%;
}

/* line 829, app/assets/stylesheets/customizations.scss */
.dropdown-menu-left {
  right: 0;
  left: auto;
}

/* line 834, app/assets/stylesheets/customizations.scss */
.dropdown-menu-center {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* line 842, app/assets/stylesheets/customizations.scss */
.dropdown-menu-middle-left {
  right: 25px;
  left: auto;
  top: auto;
  bottom: -18px;
}

/* line 849, app/assets/stylesheets/customizations.scss */
.dropdown-menu .pull-right {
  max-width: 300px !important;
}

/* line 853, app/assets/stylesheets/customizations.scss */
.navbar-right .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 861, app/assets/stylesheets/customizations.scss */
.dropdown-item span {
  margin-left: 5px;
}

/* line 866, app/assets/stylesheets/customizations.scss */
.ibox-tools .dropdown-menu > li.disabled {
  background-color: #F4F4F4;
}

/* line 872, app/assets/stylesheets/customizations.scss */
.btn-circle.btn-sm {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 25px;
  font-size: 14px;
  line-height: 20px;
}

/* line 881, app/assets/stylesheets/customizations.scss */
.btn-three-dots {
  border: 1px solid #02BD94;
  text-transform: inherit !important;
  padding: 4px 3px;
  color: #02BD94;
}

/* line 887, app/assets/stylesheets/customizations.scss */
.btn-three-dots .dropdown-toggle {
  color: #02BD94;
  font-size: inherit;
}

/* line 896, app/assets/stylesheets/customizations.scss */
.multiple-select-actions .btn-primary {
  color: #EEE;
  margin: 0;
  padding: 0;
}

/* line 902, app/assets/stylesheets/customizations.scss */
.multiple-select-actions .btn-primary:active, .multiple-select-actions .btn-primary:hover, .multiple-select-actions .btn-primary:focus {
  background-color: transparent;
  border-color: transparent;
  color: #FFF;
}

/* line 909, app/assets/stylesheets/customizations.scss */
.multiple-select-actions.multiple-select-actions-detached {
  padding: 10px 20px;
  background-color: #02BD94;
}

/* line 914, app/assets/stylesheets/customizations.scss */
.multiple-select-actions.multiple-select-actions-detached .selecter-count span {
  color: #ffffff;
  font-style: italic;
}

/* line 919, app/assets/stylesheets/customizations.scss */
.multiple-select-actions.multiple-select-actions-detached .selecter-count a {
  margin-left: 10px;
}

/* line 922, app/assets/stylesheets/customizations.scss */
.multiple-select-actions.multiple-select-actions-detached .selecter-count a span {
  color: #EEE;
  font-style: italic;
}

/* line 928, app/assets/stylesheets/customizations.scss */
.multiple-select-actions.multiple-select-actions-detached .selecter-count b {
  color: #ffffff;
}

/* line 934, app/assets/stylesheets/customizations.scss */
.multiple-select-actions, .arrow-row {
  visibility: hidden;
  display: none;
}

/* line 939, app/assets/stylesheets/customizations.scss */
.multiple-select-actions.fadeIn, tr.arrow-row.fadeIn {
  display: flex;
}

/* line 943, app/assets/stylesheets/customizations.scss */
tr.multiple-select-actions.fadeIn, tr.arrow-row.fadeIn {
  display: table-row;
}

/* line 948, app/assets/stylesheets/customizations.scss */
.min-width-300 {
  min-width: 300px;
}

/* line 952, app/assets/stylesheets/customizations.scss */
.min-width-250 {
  min-width: 250px;
}

/* line 956, app/assets/stylesheets/customizations.scss */
.width-65 {
  width: 65px;
}

/* line 960, app/assets/stylesheets/customizations.scss */
.width-100 {
  width: 100px;
}

/* line 964, app/assets/stylesheets/customizations.scss */
.width-200 {
  width: 200px;
}

/* line 968, app/assets/stylesheets/customizations.scss */
.width-230 {
  width: 230px;
}

/* line 972, app/assets/stylesheets/customizations.scss */
.width-auto {
  width: auto !important;
}

/* line 976, app/assets/stylesheets/customizations.scss */
.min-width-150 {
  width: 150px;
}

/* line 980, app/assets/stylesheets/customizations.scss */
.min-width-75 {
  width: 75px;
}

/* line 984, app/assets/stylesheets/customizations.scss */
.width-1-percent {
  width: 1% !important;
}

/* line 988, app/assets/stylesheets/customizations.scss */
.width-8-percent {
  width: 8%;
}

/* line 992, app/assets/stylesheets/customizations.scss */
.width-10-percent {
  width: 10%;
}

/* line 996, app/assets/stylesheets/customizations.scss */
.width-50-percent {
  width: 50%;
}

/* line 1000, app/assets/stylesheets/customizations.scss */
.width-60-percent {
  width: 60%;
}

/* line 1004, app/assets/stylesheets/customizations.scss */
.width-75-percent {
  width: 75%;
}

/* line 1008, app/assets/stylesheets/customizations.scss */
.width-80-percent {
  width: 80%;
}

/* line 1012, app/assets/stylesheets/customizations.scss */
.width-90-percent {
  width: 90%;
}

/* line 1016, app/assets/stylesheets/customizations.scss */
.width-100-percent {
  width: 100%;
}

/* line 1020, app/assets/stylesheets/customizations.scss */
.height-45 {
  height: 45px;
}

/* line 1024, app/assets/stylesheets/customizations.scss */
.min-height-200 {
  height: auto;
  min-height: 200px;
}

@media (min-width: 768px) {
  /* line 1029, app/assets/stylesheets/customizations.scss */
  .min-width-md-150 {
    width: 150px;
  }
}

/* line 1035, app/assets/stylesheets/customizations.scss */
.min-width-18 {
  min-width: 18px;
}

/* line 1039, app/assets/stylesheets/customizations.scss */
.invisible {
  visibility: hidden;
}

/* line 1045, app/assets/stylesheets/customizations.scss */
.avatar-topnav {
  width: 38px;
  height: 38px;
}

/* line 1052, app/assets/stylesheets/customizations.scss */
.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:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .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.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #02BD94;
  border-color: #015845;
}

/* line 1060, app/assets/stylesheets/customizations.scss */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #02BD94;
  color: #fff;
}

/* line 1069, app/assets/stylesheets/customizations.scss */
.has-error .amount-with-currency-input,
.has-error .amount-with-currency-input:focus-within,
.has-error .custom-amount-with-currency-input {
  border-color: #F97877;
}

/* line 1076, app/assets/stylesheets/customizations.scss */
.amount-with-currency-input:focus-within {
  border-color: #02BD94;
}

/* line 1080, app/assets/stylesheets/customizations.scss */
.amount-with-currency-input {
  margin-top: 5px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #E7EAEC;
  border-radius: 1px;
  color: inherit;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

/* line 1092, app/assets/stylesheets/customizations.scss */
.amount-with-currency-input input {
  font-size: 14px;
  flex: 1;
  margin-left: 12px;
}

/* line 1098, app/assets/stylesheets/customizations.scss */
.amount-with-currency-input input, .amount-with-currency-input select {
  border: none;
}

/* line 1100, app/assets/stylesheets/customizations.scss */
.amount-with-currency-input input:focus, .amount-with-currency-input select:focus {
  outline: none;
}

/* line 1106, app/assets/stylesheets/customizations.scss */
.custom-amount-with-currency-input.input-group, .custom-amount-with-currency-input.input-group-prepend {
  margin-right: -1px;
  display: flex;
}

/* line 1111, app/assets/stylesheets/customizations.scss */
.custom-amount-with-currency-input .form-group {
  width: 100%;
  margin-bottom: 0;
}

/* line 1116, app/assets/stylesheets/customizations.scss */
.custom-amount-with-currency-input.input-group-prepend {
  width: 10%;
}

/* line 1120, app/assets/stylesheets/customizations.scss */
.custom-amount-with-currency-input.input-group-prepend.long {
  width: 25%;
}

/* line 1124, app/assets/stylesheets/customizations.scss */
fieldset[disabled] .form-control:not(.disabled) {
  background-color: #fff;
  opacity: 1;
}

/* line 1129, app/assets/stylesheets/customizations.scss */
.form-control[disabled]:not(.disabled),
.form-control[readonly]:not([data-controller~="date-picker"]):not([data-target~="daterangepicker.pickerInput"]):not(.disabled):not(.readonly),
fieldset[disabled] .form-control:not(.disabled) {
  color: #DDDDDD;
}

/* line 1135, app/assets/stylesheets/customizations.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder[disabled] {
  color: #DDDDDD;
  background-color: #F4F4F4;
  opacity: 1;
}

/* line 1141, app/assets/stylesheets/customizations.scss */
.form-control[readonly][data-target~="daterangepicker.pickerInput"]:not(.disabled),
.form-control[readonly][data-controller~="date-picker"]:not(.disabled) {
  background-color: #ffffff;
  opacity: 1;
}

/* line 1147, app/assets/stylesheets/customizations.scss */
.form-control.raw-text-control {
  border: none;
  padding-left: 0px;
}

/* line 1153, app/assets/stylesheets/customizations.scss */
.bootstrap-select.disabled .btn.disabled {
  color: #6A6C6E;
  cursor: not-allowed;
  background-color: #F4F4F4;
  opacity: 1;
}

/* For Firefox */
/* line 1162, app/assets/stylesheets/customizations.scss */
input.without-spinners[type='number'] {
  -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
/* line 1166, app/assets/stylesheets/customizations.scss */
input.without-spinners[type=number]::-webkit-inner-spin-button,
input.without-spinners[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 1174, app/assets/stylesheets/customizations.scss */
.intl-tel-input {
  width: 100%;
}

/* line 1180, app/assets/stylesheets/customizations.scss */
.radio-label {
  padding-top: 5px;
}

/* line 1184, app/assets/stylesheets/customizations.scss */
.radio-label.bordered-radio-label {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: 10px 7px;
  margin-bottom: 15px;
}

/* line 1192, app/assets/stylesheets/customizations.scss */
.inline-checkboxes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 15px;
}

/* line 1199, app/assets/stylesheets/customizations.scss */
.inline-checkboxes-grid.single-column {
  display: flex !important;
  flex-direction: column;
  margin-top: -15px;
}

/* line 1205, app/assets/stylesheets/customizations.scss */
.inline-checkboxes-grid.single-column > div {
  margin-top: 15px;
}

/* line 1209, app/assets/stylesheets/customizations.scss */
.inline-checkboxes-grid.single-column.no-gap {
  grid-gap: 0;
}

/* line 1214, app/assets/stylesheets/customizations.scss */
.inline-checkboxes-grid.with-help .radio-label {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  border: 1px solid #E7EAEC;
  border-radius: 10px;
}

/* line 1223, app/assets/stylesheets/customizations.scss */
.inline-checkboxes-grid.with-help .radio-label .radio-help-header {
  border-bottom: 1px solid #E7EAEC;
  padding: 10px;
}

/* line 1227, app/assets/stylesheets/customizations.scss */
.inline-checkboxes-grid.with-help .radio-label .radio-help-header span {
  font-weight: bold;
  word-break: break-word;
}

/* line 1233, app/assets/stylesheets/customizations.scss */
.inline-checkboxes-grid.with-help .radio-label .radio-label-help-block {
  margin-left: 0;
  padding: 15px 20px;
  font-weight: 550;
}

/* line 1241, app/assets/stylesheets/customizations.scss */
.radio-input-wrapper {
  float: left;
}

/* line 1245, app/assets/stylesheets/customizations.scss */
.radio-label-help-block {
  padding-top: 2px;
  margin-left: 35px;
  font-weight: 550;
}

/* line 1251, app/assets/stylesheets/customizations.scss */
.radio-help-text {
  display: block;
  padding-top: 5px;
  font-weight: normal;
  font-size: 1.1rem;
}

/* line 1259, app/assets/stylesheets/customizations.scss */
.horizontal_radio_with_box_highlighting .inline-checkboxes-grid.with-help .highlighted-box {
  box-shadow: 0 0 6px -1px #5fbe95;
  border-color: #5fbe95;
}

/* line 1264, app/assets/stylesheets/customizations.scss */
.horizontal_radio_with_box_highlighting .radio-help-text {
  font-size: 16px;
  color: darkgrey;
}

/* line 1271, app/assets/stylesheets/customizations.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
li.has-error a,
li.has-error.active a,
li.has-error,
li.has-error.active,
.nav-tabs > li.has-error.active > a,
.nav-tabs > li.has-error.active > a:hover,
.nav-tabs > li.has-error.active > a:focus {
  color: #F97877;
}

/* line 1291, app/assets/stylesheets/customizations.scss */
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #F97877;
}

/* line 1298, app/assets/stylesheets/customizations.scss */
label.error {
  color: #F97877;
}

/* line 1302, app/assets/stylesheets/customizations.scss */
span.error {
  color: #F97877;
}

/* line 1306, app/assets/stylesheets/customizations.scss */
.has-error .input-group-addon {
  color: #F97877;
  background-color: #f2dede;
  border-color: #F97877;
}

/* line 1315, app/assets/stylesheets/customizations.scss */
.i-checks label span.i-checks-text {
  color: #6A6C6E;
  line-height: 20px;
  font-size: 13px;
}

/* line 1321, app/assets/stylesheets/customizations.scss */
.i-checks label span.help-block {
  color: #A4A3A3;
  font-size: 9px;
  line-height: 13px;
  font-weight: lighter;
}

/* line 1329, app/assets/stylesheets/customizations.scss */
.json-field span.help-block {
  white-space: break-spaces;
}

/* line 1333, app/assets/stylesheets/customizations.scss */
span.i-checks-text {
  color: #6A6C6E;
  line-height: 20px;
  font-size: 13px;
  font-weight: 500;
}

/* line 1340, app/assets/stylesheets/customizations.scss */
.control-label {
  word-break: break-word;
}

/* line 1344, app/assets/stylesheets/customizations.scss */
span.help-block {
  font-size: 1.1rem;
}

/* line 1348, app/assets/stylesheets/customizations.scss */
span.help-block.wo-errors {
  font-size: 13px;
  margin: 12px 0 5px;
}

/* line 1355, app/assets/stylesheets/customizations.scss */
.image-stub-wrapper {
  background-color: #6A6C6E;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1361, app/assets/stylesheets/customizations.scss */
.image-stub-wrapper .image-stub {
  color: #FFFFFF;
  font-weight: bold;
}

/* line 1368, app/assets/stylesheets/customizations.scss */
.image-stub-wrapper.lg .image-stub {
  font-size: 7rem;
}

/* line 1374, app/assets/stylesheets/customizations.scss */
.image-stub-wrapper.md .image-stub {
  font-size: 3rem;
}

/* line 1380, app/assets/stylesheets/customizations.scss */
.image-stub-wrapper.sm .image-stub {
  font-size: 1rem;
}

/* line 1385, app/assets/stylesheets/customizations.scss */
.image-200-200 {
  display: flex;
  justify-content: center;
  justify-items: center;
}

/* line 1389, app/assets/stylesheets/customizations.scss */
.image-200-200 img,
.image-200-200 .image-stub-wrapper {
  width: 200px;
  height: 200px;
}

/* line 1396, app/assets/stylesheets/customizations.scss */
.image-80-80 {
  display: flex;
  justify-content: center;
  justify-items: center;
}

/* line 1400, app/assets/stylesheets/customizations.scss */
.image-80-80 img,
.image-80-80 .image-stub-wrapper {
  width: 80px;
  height: 80px;
}

/* line 1407, app/assets/stylesheets/customizations.scss */
.image-70-70 {
  display: flex;
  justify-content: center;
  justify-items: center;
}

/* line 1411, app/assets/stylesheets/customizations.scss */
.image-70-70 img,
.image-70-70 .image-stub-wrapper {
  width: 70px;
  height: 70px;
}

/* line 1418, app/assets/stylesheets/customizations.scss */
.image-32-32 {
  display: flex;
  justify-items: center;
}

/* line 1421, app/assets/stylesheets/customizations.scss */
.image-32-32 img,
.image-32-32 .image-stub-wrapper {
  width: 32px;
  height: 32px;
}

/* line 1428, app/assets/stylesheets/customizations.scss */
.image-30-30 {
  display: flex;
  justify-items: center;
}

/* line 1431, app/assets/stylesheets/customizations.scss */
.image-30-30 img,
.image-30-30 .image-stub-wrapper {
  width: 30px;
  height: 30px;
}

/* line 1438, app/assets/stylesheets/customizations.scss */
.image-23-23 {
  display: flex;
  justify-items: center;
}

/* line 1441, app/assets/stylesheets/customizations.scss */
.image-23-23 img,
.image-23-23 .image-stub-wrapper {
  width: 23px;
  height: 23px;
}

/* line 1448, app/assets/stylesheets/customizations.scss */
.image-55-55 {
  display: flex;
  justify-content: center;
  justify-items: center;
}

/* line 1452, app/assets/stylesheets/customizations.scss */
.image-55-55 img,
.image-55-55 .image-stub-wrapper {
  width: 55px;
  height: 55px;
}

/* line 1459, app/assets/stylesheets/customizations.scss */
.image-60-60 {
  display: flex;
  justify-content: center;
  justify-items: center;
}

/* line 1463, app/assets/stylesheets/customizations.scss */
.image-60-60 img,
.image-60-60 .image-stub-wrapper {
  width: 60px;
  height: 60px;
}

/* line 1471, app/assets/stylesheets/customizations.scss */
.image-circle img,
.image-circle .image-stub-wrapper {
  border-radius: 50%;
}

/* line 1477, app/assets/stylesheets/customizations.scss */
.img-responsive {
  width: 100%;
  height: auto;
}

/* line 1482, app/assets/stylesheets/customizations.scss */
.max-width-image {
  max-height: 350px !important;
}

/* line 1486, app/assets/stylesheets/customizations.scss */
.image-stub-wrapper.img-responsive {
  height: 200px;
}

/* line 1490, app/assets/stylesheets/customizations.scss */
.img-muted {
  color: #A4A3A3;
}

/* line 1496, app/assets/stylesheets/customizations.scss */
.file {
  border: none;
  margin-right: 0;
}

/* line 1503, app/assets/stylesheets/customizations.scss */
.nav.navbar-top-links.navbar-left a {
  font-size: 14px;
}

/* line 1509, app/assets/stylesheets/customizations.scss */
.team-members .img-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
}

/* line 1517, app/assets/stylesheets/customizations.scss */
.team-members .img-circle span {
  font-size: 18px;
  font-weight: 600;
}

/* line 1526, app/assets/stylesheets/customizations.scss */
.form-group .form-group.note-form-group {
  padding: 0 30px;
}

/* line 1530, app/assets/stylesheets/customizations.scss */
.note-editor .btn-primary:hover, .note-editor .btn-primary:focus, .note-editor .btn-primary:active, .note-editor .btn-primary.active, .open .dropdown-toggle.note-editor .btn-primary,
.note-editor .btn-primary {
  color: #ffffff;
  background-color: #02BD94;
  border-color: #02BD94;
}

/* line 1537, app/assets/stylesheets/customizations.scss */
.note-editor .dropdown-menu > .active > a, .note-editor .dropdown-menu > .active > a:hover, .note-editor .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #02BD94;
}

/* line 1544, app/assets/stylesheets/customizations.scss */
.note-editor.note-frame {
  border: 1px solid #A4A3A3;
}

/* line 1550, app/assets/stylesheets/customizations.scss */
ul.navbar-top-links {
  display: inline-block;
}

/* line 1554, app/assets/stylesheets/customizations.scss */
.navbar-top-links .dropdown-alerts {
  margin-left: auto;
}

/* line 1558, app/assets/stylesheets/customizations.scss */
.navbar-top-links li a.image-link {
  padding: 11px 5px;
}

/* line 1563, app/assets/stylesheets/customizations.scss */
.body-small .navbar-top-links .dropdown-alerts {
  margin-left: -90px;
}

/* line 1570, app/assets/stylesheets/customizations.scss */
.skin-settings {
  margin-bottom: 200px;
}

/* line 1576, app/assets/stylesheets/customizations.scss */
h2.same-line-height {
  line-height: 24px;
}

/* line 1581, app/assets/stylesheets/customizations.scss */
h1.dashboard-widget .value {
  margin: 0;
  color: #282A3C;
  font-size: 36px;
  font-weight: 500;
}

/* line 1591, app/assets/stylesheets/customizations.scss */
.row.flexed {
  display: flex;
  flex-wrap: wrap;
}

/* line 1595, app/assets/stylesheets/customizations.scss */
.row.flexed > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* line 1601, app/assets/stylesheets/customizations.scss */
.nav > hr {
  border-top: 1px solid #A7B1C2;
}

/* line 1607, app/assets/stylesheets/customizations.scss */
.ibox.sortable-item {
  position: relative;
}

/* line 1613, app/assets/stylesheets/customizations.scss */
.fileinput-filename {
  margin: 0 1rem;
}

/* line 1620, app/assets/stylesheets/customizations.scss */
.custom-checkbox-inline .radio-inline + .radio-inline,
.custom-checkbox-inline .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 0;
}

/* line 1629, app/assets/stylesheets/customizations.scss */
.with-spinner {
  position: relative;
}

/* line 1633, app/assets/stylesheets/customizations.scss */
.with-spinner > .sk-spinner {
  display: none;
}

/* line 1635, app/assets/stylesheets/customizations.scss */
.with-spinner.sk-loading {
  filter: blur(2px);
}

/* line 1639, app/assets/stylesheets/customizations.scss */
.with-spinner.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

/* line 1648, app/assets/stylesheets/customizations.scss */
.dropdown-menu > .sk-spinner {
  display: none;
}

/* line 1649, app/assets/stylesheets/customizations.scss */
.dropdown-menu.sk-loading {
  position: absolute;
}

/* line 1650, app/assets/stylesheets/customizations.scss */
.dropdown-menu.sk-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1660, app/assets/stylesheets/customizations.scss */
.dropdown-menu.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

/* line 1671, app/assets/stylesheets/customizations.scss */
.max-width-300 {
  max-width: 300px;
}

/* line 1675, app/assets/stylesheets/customizations.scss */
.max-width-230 {
  max-width: 230px;
}

/* line 1679, app/assets/stylesheets/customizations.scss */
.max-width-200 {
  max-width: 200px;
}

/* line 1683, app/assets/stylesheets/customizations.scss */
.max-width-100 {
  max-width: 100px;
}

/* line 1689, app/assets/stylesheets/customizations.scss */
.max-height-150 {
  max-height: 150px;
}

/* line 1696, app/assets/stylesheets/customizations.scss */
.md-editor textarea.markdown {
  padding: 20px;
}

@media (max-width: 991px) and (min-width: 768px) {
  /* line 1701, app/assets/stylesheets/customizations.scss */
  .md-editor .btn-group .btn-default {
    color: inherit;
  }
}

@media (max-width: 767px) {
  /* line 1707, app/assets/stylesheets/customizations.scss */
  .md-editor .btn-group .btn-default {
    color: inherit;
  }
}

@media (max-width: 480px) {
  /* line 1713, app/assets/stylesheets/customizations.scss */
  .md-editor .btn-group .btn-default {
    color: inherit;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 1719, app/assets/stylesheets/customizations.scss */
  .md-editor .btn-group .btn-default {
    color: inherit;
  }
}

/* line 1726, app/assets/stylesheets/customizations.scss */
.md-editor.md-fullscreen-mode .md-controls {
  display: none;
}

/* line 1735, app/assets/stylesheets/customizations.scss */
.panel.white-blocks .panel-heading {
  border-bottom: none;
}

/* line 1739, app/assets/stylesheets/customizations.scss */
.panel.white-blocks .panel-heading .panel-options .nav-tabs {
  border-bottom: none;
}

/* line 1742, app/assets/stylesheets/customizations.scss */
.panel.white-blocks .panel-heading .panel-options .nav-tabs li {
  margin-bottom: 0px;
}

/* line 1746, app/assets/stylesheets/customizations.scss */
.panel.white-blocks .panel-heading .panel-options .nav-tabs li.active {
  background-color: #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* line 1752, app/assets/stylesheets/customizations.scss */
.panel.white-blocks .panel-heading .panel-options .nav-tabs li.active a {
  border: none;
}

/* line 1757, app/assets/stylesheets/customizations.scss */
.panel.white-blocks .panel-heading .panel-options .nav-tabs li.active:after {
  background-color: #fff;
  height: 11px;
  content: "";
  position: absolute;
  bottom: -11px;
  left: -0px;
  right: -0px;
}

/* line 1770, app/assets/stylesheets/customizations.scss */
.panel.white-blocks .panel-body {
  background-color: #FFF;
}

/* line 1777, app/assets/stylesheets/customizations.scss */
.panel-options .nav-tabs li.active {
  padding-bottom: 2px;
}

/* line 1783, app/assets/stylesheets/customizations.scss */
.btn-stub {
  padding: 6px 12px;
}

/* line 1787, app/assets/stylesheets/customizations.scss */
.btn-stub.default-cursor {
  cursor: default;
}

/* line 1793, app/assets/stylesheets/customizations.scss */
hr.dashed {
  border-top: 2px dashed #e7eaec;
}

/* line 1797, app/assets/stylesheets/customizations.scss */
hr.solid {
  border-top: 2px solid #e7eaec;
}

/* line 1803, app/assets/stylesheets/customizations.scss */
.empty-state {
  text-align: center;
  margin: 4% auto;
}

/* line 1807, app/assets/stylesheets/customizations.scss */
.empty-state small {
  font-size: 1rem;
}

/* line 1814, app/assets/stylesheets/customizations.scss */
.alert-success {
  color: #02BD94;
  background-color: #CCF2EA;
  border-color: #02BD94;
}

/* line 1820, app/assets/stylesheets/customizations.scss */
.alert-disclaimer {
  color: #856B28;
  background-color: #FDF3D1;
  border-color: #FDEEC1;
}

/* line 1826, app/assets/stylesheets/customizations.scss */
.has-error .form-help {
  color: #F97877 !important;
}

@media (min-width: 768px) {
  /* line 1833, app/assets/stylesheets/customizations.scss */
  .form-horizontal .control-label.text-left {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
  }
}

/* line 1843, app/assets/stylesheets/customizations.scss */
dl.lano-dl dt {
  display: inline;
  color: #A4A3A3;
  font-weight: normal;
}

/* line 1848, app/assets/stylesheets/customizations.scss */
dl.lano-dl dt.d-flex {
  display: flex;
}

/* line 1853, app/assets/stylesheets/customizations.scss */
dl.lano-dl dd {
  display: inline-block;
  font-weight: 500;
  color: #6A6C6E;
}

/* line 1858, app/assets/stylesheets/customizations.scss */
dl.lano-dl dd.font-bold {
  font-weight: 600;
}

/* line 1863, app/assets/stylesheets/customizations.scss */
dl.lano-dl dt:before {
  content: "\A";
  white-space: pre;
}

/* line 1869, app/assets/stylesheets/customizations.scss */
dl.lano-dl > dt:first-child:before {
  content: "";
  white-space: pre;
}

/* line 1875, app/assets/stylesheets/customizations.scss */
dl.dl-lano-horizontal dt {
  color: #A4A3A3;
  font-weight: normal;
  line-height: 2em;
  width: auto;
}

/* line 1881, app/assets/stylesheets/customizations.scss */
dl.dl-lano-horizontal dd {
  font-weight: 500;
  line-height: 2em;
  color: #6A6C6E;
}

/* line 1889, app/assets/stylesheets/customizations.scss */
dl.lano-dl.lano-dl-wide dt, dl.lano-dl.lano-dl-wide dd {
  margin-bottom: 1rem;
}

/* line 1896, app/assets/stylesheets/customizations.scss */
.dashed-top {
  border-top: 2px dashed #e7eaec !important;
}

/* line 1900, app/assets/stylesheets/customizations.scss */
.dashed-top.dashed-sm {
  border-top: 1px dashed #A4A3A3 !important;
}

/* line 1904, app/assets/stylesheets/customizations.scss */
.dashed-top.p-t-md {
  padding-top: 20px;
}

/* line 1908, app/assets/stylesheets/customizations.scss */
.dashed-top.p-t-sm {
  padding-top: 10px;
}

/* line 1912, app/assets/stylesheets/customizations.scss */
.dashed-bottom {
  border-bottom: 2px dashed #E7EAEC !important;
}

/* line 1916, app/assets/stylesheets/customizations.scss */
.dashed-bottom-sm {
  border-bottom: 1px dashed #A4A3A3 !important;
}

/* line 1922, app/assets/stylesheets/customizations.scss */
.separator {
  border-top: 1px solid #E7EAEC;
}

/* line 1926, app/assets/stylesheets/customizations.scss */
.separator.vertical-text-separator {
  border: none;
}

/* line 1928, app/assets/stylesheets/customizations.scss */
.separator.vertical-text-separator:before {
  content: "|";
  font-size: 2rem;
  color: #E7EAEC;
}

/* line 1935, app/assets/stylesheets/customizations.scss */
.separator.separator-dashed {
  border-top: 2px dashed #E7EAEC;
}

/* line 1939, app/assets/stylesheets/customizations.scss */
.separator.separator-1px {
  border-width: 1px;
}

/* line 1943, app/assets/stylesheets/customizations.scss */
.separator.separator-border-color {
  border-color: #A4A3A3;
}

/* line 1949, app/assets/stylesheets/customizations.scss */
.row.row-flex {
  display: flex;
}

/* line 1953, app/assets/stylesheets/customizations.scss */
.row.row-flex [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* line 1958, app/assets/stylesheets/customizations.scss */
.row.row-flex .v-align[class*='col-'] {
  justify-content: center;
}

/* line 1964, app/assets/stylesheets/customizations.scss */
h5.section-header {
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 11px;
  color: #A4A3A3;
  border-bottom: 1px dashed #A4A3A3;
}

/* line 1971, app/assets/stylesheets/customizations.scss */
h5.section-header a.text-initial {
  text-transform: initial;
}

/* line 1974, app/assets/stylesheets/customizations.scss */
h5.section-header .notification {
  text-transform: none;
  color: #F7B643;
}

/* line 1979, app/assets/stylesheets/customizations.scss */
h4.grey-box-header {
  text-transform: uppercase;
  color: #A4A3A3;
}

/* line 1986, app/assets/stylesheets/customizations.scss */
.intl-tel-input.separate-dial-code .selected-dial-code {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

/* line 1991, app/assets/stylesheets/customizations.scss */
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  background-color: #FFFFFF !important;
}

/* line 1995, app/assets/stylesheets/customizations.scss */
.selected-flag {
  background-color: #FFFFFF !important;
  border-right: 1px solid #e5e6e7;
}

/* line 1998, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag {
  width: auto;
  height: auto;
  margin: auto;
  display: flex;
  vertical-align: middle !important;
  border: none !important;
  background: none !important;
  box-shadow: none;
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ac:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ad:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AD";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ae:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.af:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ag:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ai:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.al:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.am:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ao:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.aq:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AQ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ar:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.as:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.at:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.au:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.aw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ax:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AX";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.az:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ba:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bb:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BB";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bd:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BD";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.be:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bf:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bh:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bi:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bj:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BJ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bl:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bo:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bq:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BQ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.br:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bs:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bt:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bv:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BV";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.by:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ca:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cc:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cd:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CD";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cf:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ch:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ci:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ck:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cl:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.co:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cp:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CP";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cu:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cv:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CV";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cx:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CX";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cy:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.de:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "DE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.dg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "DG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.dj:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "DJ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.dk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "DK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.dm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "DM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.do:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "DO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.dz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "DZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ea:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "EA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ec:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "EC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ee:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "EE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.eg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "EG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.eh:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "EH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.er:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ER";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.es:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ES";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.et:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ET";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.eu:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "EU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.fi:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "FI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.fj:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "FJ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.fk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "FK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.fm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "FM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.fo:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "FO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.fr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "FR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ga:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gb:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GB";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gd:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GD";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ge:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gf:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gh:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gi:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gl:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gp:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GP";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gq:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GQ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gs:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gt:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gu:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gy:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.hk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "HK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.hm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "HM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.hn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "HN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.hr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "HR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ht:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "HT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.hu:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "HU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ic:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.id:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ID";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ie:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.il:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.im:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.in:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.io:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.iq:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IQ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ir:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.is:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.it:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.je:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "JE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.jm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "JM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.jo:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "JO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.jp:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "JP";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ke:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.kg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.kh:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ki:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.km:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.kn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.kp:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KP";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.kr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.kw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ky:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.kz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.la:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.lb:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LB";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.lc:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.li:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.lk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.lr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ls:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.lt:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.lu:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.lv:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LV";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ly:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ma:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mc:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.md:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MD";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.me:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ME";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mf:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mh:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ml:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ML";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mo:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mp:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MP";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mq:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MQ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ms:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mt:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mu:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mv:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MV";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mx:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MX";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.my:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.na:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.nc:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ne:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.nf:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ng:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ni:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.nl:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.no:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.np:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NP";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.nr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.nu:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.nz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.om:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "OM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pa:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pe:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pf:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ph:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pl:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ps:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pt:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.py:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.qa:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "QA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.re:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "RE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ro:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "RO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.rs:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "RS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ru:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "RU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.rw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "RW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sa:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sb:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SB";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sc:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sd:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SD";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.se:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sh:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.si:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sj:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SJ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sl:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.so:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ss:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.st:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ST";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sv:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SV";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sx:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SX";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sy:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ta:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tc:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.td:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TD";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tf:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.th:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tj:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TJ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tl:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.to:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tt:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tv:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TV";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ua:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "UA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ug:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "UG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.um:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "UM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.us:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "US";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.uy:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "UY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.uz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "UZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.va:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "VA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.vc:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "VC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ve:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "VE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.vg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "VG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.vi:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "VI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.vn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "VN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.vu:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "VU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.wf:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "WF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ws:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "WS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.xk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "XK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ye:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "YE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.yt:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "YT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.za:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ZA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.zm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ZM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.zw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ZW";
}

/* line 2047, app/assets/stylesheets/customizations.scss */
.flag-box {
  width: 0 !important;
}

/* line 2049, app/assets/stylesheets/customizations.scss */
.flag-box .iti-flag {
  display: none;
}

/* line 2055, app/assets/stylesheets/customizations.scss */
.control-label {
  color: #A4A3A3;
  font-weight: 500;
  font-size: 13px;
}

/* line 2060, app/assets/stylesheets/customizations.scss */
.control-label.font-bold {
  font-weight: bold;
  color: #6A6C6E;
}

/* line 2068, app/assets/stylesheets/customizations.scss */
.font-500 {
  font-weight: 500;
}

/* line 2069, app/assets/stylesheets/customizations.scss */
.font-600 {
  font-weight: 600;
}

/* line 2070, app/assets/stylesheets/customizations.scss */
.font-700 {
  font-weight: 700;
}

/* line 2073, app/assets/stylesheets/customizations.scss */
.font-size-9 {
  font-size: 9px;
}

/* line 2074, app/assets/stylesheets/customizations.scss */
.font-size-10 {
  font-size: 10px;
}

/* line 2075, app/assets/stylesheets/customizations.scss */
.font-size-11 {
  font-size: 11px;
}

/* line 2076, app/assets/stylesheets/customizations.scss */
.font-size-12 {
  font-size: 12px;
}

/* line 2077, app/assets/stylesheets/customizations.scss */
.font-size-13 {
  font-size: 13px;
}

/* line 2078, app/assets/stylesheets/customizations.scss */
.font-size-14 {
  font-size: 14px;
}

/* line 2079, app/assets/stylesheets/customizations.scss */
.font-size-16 {
  font-size: 16px;
}

/* line 2080, app/assets/stylesheets/customizations.scss */
.font-size-18 {
  font-size: 18px;
}

/* line 2081, app/assets/stylesheets/customizations.scss */
.font-size-24 {
  font-size: 24px;
}

/* line 2082, app/assets/stylesheets/customizations.scss */
.font-size-30 {
  font-size: 30px;
}

/* line 2086, app/assets/stylesheets/customizations.scss */
.lh-1 {
  line-height: 1;
}

/* line 2092, app/assets/stylesheets/customizations.scss */
.breadcrumbs-with-form-action {
  margin-top: -25px;
  margin-right: -25px;
  margin-left: -25px;
}

/* line 2098, app/assets/stylesheets/customizations.scss */
.breadcrumbs_action_notification {
  font-size: 1rem;
}

/* line 2104, app/assets/stylesheets/customizations.scss */
.help-block-sm {
  color: #6A6C6E;
  font-size: 9px;
  font-family: Poppins;
}

/* line 2110, app/assets/stylesheets/customizations.scss */
.input-group-wrapper-table {
  position: relative;
}

/* line 2113, app/assets/stylesheets/customizations.scss */
.input-group-wrapper-table .help-block.help-block-table {
  background-color: #ffffff;
  margin: 0;
  padding: 0 5px;
  z-index: 2;
  white-space: nowrap;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 1px solid #F97877;
  border-radius: 5px;
}

/* line 2128, app/assets/stylesheets/customizations.scss */
.white-space-nowrap {
  white-space: nowrap;
}

/* line 2134, app/assets/stylesheets/customizations.scss */
.input-group .form-control {
  z-index: auto;
}

/* line 2140, app/assets/stylesheets/customizations.scss */
.tooltip-inner {
  word-break: break-word;
}

/* line 2146, app/assets/stylesheets/customizations.scss */
.pac-container {
  z-index: 10000 !important;
}

/* line 2152, app/assets/stylesheets/customizations.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 2158, app/assets/stylesheets/customizations.scss */
.position-relative {
  position: relative !important;
}

/* line 2162, app/assets/stylesheets/customizations.scss */
.position-absolute {
  position: absolute !important;
}

/* line 2166, app/assets/stylesheets/customizations.scss */
.position-initial {
  position: initial !important;
}

/* line 2170, app/assets/stylesheets/customizations.scss */
.position-absolute.top-0 {
  top: 0;
}

/* line 2174, app/assets/stylesheets/customizations.scss */
.position-absolute.top-50-pct {
  top: 50%;
  transform: translateY(-50%);
}

/* line 2179, app/assets/stylesheets/customizations.scss */
.position-absolute.bottom-0 {
  bottom: 0;
}

/* line 2183, app/assets/stylesheets/customizations.scss */
.position-absolute.left-0 {
  left: 0;
}

/* line 2187, app/assets/stylesheets/customizations.scss */
.position-absolute.right-0 {
  right: 0;
}

/* line 2191, app/assets/stylesheets/customizations.scss */
.no-float {
  float: none;
}

/* line 2197, app/assets/stylesheets/customizations.scss */
.hidden-arrows {
  /* Chrome */
  /* Firefox */
}

/* line 2199, app/assets/stylesheets/customizations.scss */
.hidden-arrows input[type=number]::-webkit-inner-spin-button,
.hidden-arrows input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* line 2207, app/assets/stylesheets/customizations.scss */
.hidden-arrows input[type=number] {
  -moz-appearance: textfield;
}

/* line 2214, app/assets/stylesheets/customizations.scss */
.m-b-10mm {
  margin-bottom: 10mm;
}

/* line 2221, app/assets/stylesheets/customizations.scss */
.no-h-scroll div::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  /* line 2229, app/assets/stylesheets/customizations.scss */
  .modal-body-height-550 {
    height: 550px;
    overflow: scroll;
  }
  /* line 2234, app/assets/stylesheets/customizations.scss */
  .modal-footer-height-550 {
    height: 550px;
    overflow-y: scroll;
  }
  /* line 2239, app/assets/stylesheets/customizations.scss */
  .dialog-lg {
    width: 800px;
  }
  /* line 2243, app/assets/stylesheets/customizations.scss */
  .dialog-sm {
    width: 400px;
  }
  /* line 2247, app/assets/stylesheets/customizations.scss */
  .dialog-sm-plus {
    width: 460px;
  }
}

/* line 2250, app/assets/stylesheets/customizations.scss */
.inmodal .modal-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

/* line 2259, app/assets/stylesheets/customizations.scss */
.p-t-xs {
  padding-top: 5px;
}

/* line 2263, app/assets/stylesheets/customizations.scss */
.p-t-sm {
  padding-top: 10px;
}

/* line 2267, app/assets/stylesheets/customizations.scss */
.p-l-sm {
  padding-left: 10px;
}

/* line 2271, app/assets/stylesheets/customizations.scss */
.p-t-md {
  padding-top: 20px;
}

/* line 2275, app/assets/stylesheets/customizations.scss */
.p-t-xl {
  padding-top: 40px;
}

/* line 2279, app/assets/stylesheets/customizations.scss */
.p-b-md {
  padding-bottom: 20px;
}

/* line 2283, app/assets/stylesheets/customizations.scss */
.p-b-sm {
  padding-bottom: 10px;
}

/* line 2287, app/assets/stylesheets/customizations.scss */
.p-b-xs {
  padding-bottom: 5px;
}

/* line 2291, app/assets/stylesheets/customizations.scss */
.p-b-100 {
  padding-bottom: 100px;
}

/* line 2295, app/assets/stylesheets/customizations.scss */
.no-padding-left {
  padding-left: 0 !important;
}

/* line 2299, app/assets/stylesheets/customizations.scss */
.no-padding-right {
  padding-right: 0 !important;
}

/* line 2303, app/assets/stylesheets/customizations.scss */
.p-r-md {
  padding-right: 20px;
}

/* line 2307, app/assets/stylesheets/customizations.scss */
.p-r-2 {
  padding-right: 2px !important;
}

/* line 2311, app/assets/stylesheets/customizations.scss */
.p-l-md {
  padding-left: 20px;
}

/* line 2315, app/assets/stylesheets/customizations.scss */
.p-l-l {
  padding-left: 30px;
}

/* line 2319, app/assets/stylesheets/customizations.scss */
.p-r-xl {
  padding-right: 40px;
}

/* line 2323, app/assets/stylesheets/customizations.scss */
.p-l-xl {
  padding-left: 40px;
}

/* line 2327, app/assets/stylesheets/customizations.scss */
.p-r-100 {
  padding-right: 100px;
}

@media (min-width: 530px) {
  /* line 2331, app/assets/stylesheets/customizations.scss */
  .p-b-sm-530 {
    padding-bottom: 10px;
  }
}

/* line 2339, app/assets/stylesheets/customizations.scss */
.no-bottom-margin {
  margin-bottom: 0 !important;
}

/* line 2343, app/assets/stylesheets/customizations.scss */
.no-top-margin {
  margin-top: 0 !important;
}

/* line 2347, app/assets/stylesheets/customizations.scss */
.m-pull-right {
  margin: auto 0 auto auto;
}

/* line 2351, app/assets/stylesheets/customizations.scss */
.m-r-90 {
  margin-right: 90px;
}

/* line 2355, app/assets/stylesheets/customizations.scss */
.m-r-2 {
  margin-right: 2px;
}

/* line 2359, app/assets/stylesheets/customizations.scss */
.margin-auto {
  margin: auto;
}

/* line 2363, app/assets/stylesheets/customizations.scss */
.margin-unset {
  margin: unset;
}

/* line 2369, app/assets/stylesheets/customizations.scss */
.vertical-align-top {
  vertical-align: top !important;
}

/* line 2373, app/assets/stylesheets/customizations.scss */
.vertical-align-middle {
  vertical-align: middle !important;
}

/* line 2377, app/assets/stylesheets/customizations.scss */
.vertical-align-bottom {
  vertical-align: bottom;
}

/* line 2381, app/assets/stylesheets/customizations.scss */
.align-items-center {
  align-items: center;
}

/* line 2385, app/assets/stylesheets/customizations.scss */
.align-items-baseline {
  align-items: baseline;
}

/* line 2391, app/assets/stylesheets/customizations.scss */
.triangle {
  width: 0;
  border-top: 14px solid #02BD94;
  border-left: 0px solid #ffffff;
  border-right: 14px solid #ffffff;
}

/* line 2400, app/assets/stylesheets/customizations.scss */
.text-dark-grey {
  color: #A4A3A3;
}

/* line 2404, app/assets/stylesheets/customizations.scss */
.text-assigned {
  color: #23C6C8;
}

/* line 2408, app/assets/stylesheets/customizations.scss */
.text-purple {
  color: #221757;
}

/* line 2412, app/assets/stylesheets/customizations.scss */
.text-default {
  color: #6A6C6E;
}

/* line 2416, app/assets/stylesheets/customizations.scss */
.text-primary {
  color: #02BD94;
}

/* line 2422, app/assets/stylesheets/customizations.scss */
.d-none {
  display: none;
}

/* line 2426, app/assets/stylesheets/customizations.scss */
.d-inline-block {
  display: inline-block;
}

@media (max-width: 1199px) {
  /* line 2430, app/assets/stylesheets/customizations.scss */
  .d-none-less-xl {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 2436, app/assets/stylesheets/customizations.scss */
  .d-none-less-md {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 2442, app/assets/stylesheets/customizations.scss */
  .d-none-over-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 2448, app/assets/stylesheets/customizations.scss */
  .d-none-over-lg {
    display: none;
  }
}

/* line 2454, app/assets/stylesheets/customizations.scss */
.page-heading__btn--disabled.btn[disabled] {
  pointer-events: none;
}

/* line 2458, app/assets/stylesheets/customizations.scss */
.width-max-content {
  width: max-content !important;
}

/* line 2462, app/assets/stylesheets/customizations.scss */
.max-width-70 {
  display: inline-block;
  max-width: 70%;
}

/* line 2467, app/assets/stylesheets/customizations.scss */
.max-width-50-percent {
  display: inline-block;
  max-width: 50%;
}

/* line 2472, app/assets/stylesheets/customizations.scss */
.width-240 {
  width: 240px !important;
}

/* line 2478, app/assets/stylesheets/customizations.scss */
.noUi-target {
  background-color: #DDDDDD;
  border-radius: 15px;
  border: none;
  box-shadow: none;
}

/* line 2485, app/assets/stylesheets/customizations.scss */
.noUi-connect {
  background-color: #02BD94;
}

/* line 2489, app/assets/stylesheets/customizations.scss */
.noUi-horizontal {
  height: 6px;
}

/* line 2493, app/assets/stylesheets/customizations.scss */
.noUi-handle {
  height: 16px !important;
  width: 16px !important;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  right: -8px !important;
}

/* line 2500, app/assets/stylesheets/customizations.scss */
.noUi-handle:before, .noUi-handle:after {
  content: unset;
}

/* line 2504, app/assets/stylesheets/customizations.scss */
.noUi-handle:focus {
  outline: none !important;
}

/* line 2509, app/assets/stylesheets/customizations.scss */
.noUi-tooltip {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 11px;
  color: #A4A3A3;
  font-family: Poppins;
}

/* line 2521, app/assets/stylesheets/customizations.scss */
.text-center {
  text-align: center !important;
}

/* line 2527, app/assets/stylesheets/customizations.scss */
small.xsmall {
  font-size: 75%;
}

/* line 2531, app/assets/stylesheets/customizations.scss */
.table-td__freelancer-base-info small {
  font-size: 1.1rem;
}

/* line 2537, app/assets/stylesheets/customizations.scss */
.no-whitespace-break {
  white-space: nowrap;
}

/* line 2541, app/assets/stylesheets/customizations.scss */
.yes-whitespace-brake {
  white-space: normal;
}

/* line 2547, app/assets/stylesheets/customizations.scss */
.no-border-radius {
  border-radius: 0;
}

/* line 2551, app/assets/stylesheets/customizations.scss */
.solid-border {
  border: 1px solid #000000;
}

/* line 2555, app/assets/stylesheets/customizations.scss */
.link-solid-border-bottom {
  border-bottom: 1px solid #221757;
}

/* line 2559, app/assets/stylesheets/customizations.scss */
.btn-border-radius {
  border-radius: 3px !important;
}

/* line 2565, app/assets/stylesheets/customizations.scss */
.coma-joined::after {
  content: ',';
}

/* line 2571, app/assets/stylesheets/customizations.scss */
.dot-after::after {
  content: '.';
}

/* line 2577, app/assets/stylesheets/customizations.scss */
.colon-after::after {
  content: ':';
}

/* line 2583, app/assets/stylesheets/customizations.scss */
.asterisk-after::after {
  content: ' *';
}

/* line 2589, app/assets/stylesheets/customizations.scss */
.dash-after::after {
  content: ' -';
}

/* line 2594, app/assets/stylesheets/customizations.scss */
.dot.dot-lg {
  height: 1.6rem;
  width: 1.6rem;
}

/* line 2600, app/assets/stylesheets/customizations.scss */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 2607, app/assets/stylesheets/customizations.scss */
.duration-in-hours-part {
  max-width: calc(50% - 5px);
}

/* line 2612, app/assets/stylesheets/customizations.scss */
.bg-light-danger {
  background-color: #fbecec;
}

/* line 2616, app/assets/stylesheets/customizations.scss */
.bg-darkest-gray {
  background-color: #6A6C6E;
}

/* line 2620, app/assets/stylesheets/customizations.scss */
.bg-dark-gray {
  background-color: #888888;
}

/* line 2624, app/assets/stylesheets/customizations.scss */
.bg-gray {
  background-color: #A4A3A3;
}

/* line 2628, app/assets/stylesheets/customizations.scss */
.bg-white {
  background-color: white;
}

/* line 2632, app/assets/stylesheets/customizations.scss */
.bg-light-gray {
  background-color: #DDDDDD;
}

/* line 2636, app/assets/stylesheets/customizations.scss */
.bg-lightest-gray {
  background-color: #F4F4F4;
}

/* line 2640, app/assets/stylesheets/customizations.scss */
.bg-disabled {
  background-color: #eeeeee !important;
}

/* line 2644, app/assets/stylesheets/customizations.scss */
.bg-brand {
  background-color: #02BD94;
}

/* line 2648, app/assets/stylesheets/customizations.scss */
.bg-yellow {
  background-color: #F7B643;
}

/* line 2652, app/assets/stylesheets/customizations.scss */
.bg-lazur {
  background-color: #B0A2FF;
}

/* line 2656, app/assets/stylesheets/customizations.scss */
.bg-green {
  background-color: #9CCC66;
}

/* line 2660, app/assets/stylesheets/customizations.scss */
.bg-red {
  background-color: #F97877;
}

/* line 2664, app/assets/stylesheets/customizations.scss */
.bg-cyan {
  background-color: #23C6C8;
}

/* line 2668, app/assets/stylesheets/customizations.scss */
.bg-navy {
  background-color: #02BD94;
}

/* line 2672, app/assets/stylesheets/customizations.scss */
.bg-riptide {
  background-color: #91E3E3;
}

/* line 2676, app/assets/stylesheets/customizations.scss */
.bg-purple {
  background-color: #221757;
}

/* line 2680, app/assets/stylesheets/customizations.scss */
.bg-light-yellow {
  background-color: #FFE0A8;
}

/* line 2684, app/assets/stylesheets/customizations.scss */
.bg-ultramarine {
  background-color: #4F64FB;
}

/* line 2688, app/assets/stylesheets/customizations.scss */
.bg-aquamarine {
  background-color: #81EBD2;
}

/* line 2693, app/assets/stylesheets/customizations.scss */
.text-darkest-gray {
  color: #6A6C6E;
}

/* line 2697, app/assets/stylesheets/customizations.scss */
.text-dark-gray {
  color: #888888;
}

/* line 2701, app/assets/stylesheets/customizations.scss */
.text-gray {
  color: #A4A3A3;
}

/* line 2705, app/assets/stylesheets/customizations.scss */
.text-light-gray {
  color: #DDDDDD;
}

/* line 2709, app/assets/stylesheets/customizations.scss */
.text-lightest-gray {
  color: #F4F4F4;
}

/* line 2713, app/assets/stylesheets/customizations.scss */
.text-link {
  color: #675f8b;
}

/* line 2719, app/assets/stylesheets/customizations.scss */
.icheckbox_square-green, .iradio_square-green {
  min-width: 22px;
}

/* line 2724, app/assets/stylesheets/customizations.scss */
.i-checks:last-child .margin-bottom-0 {
  margin-bottom: 0;
}

/* line 2731, app/assets/stylesheets/customizations.scss */
.bg-blocked-payment {
  background: #ADD8E6;
  color: #000000;
}

/* line 2736, app/assets/stylesheets/customizations.scss */
.scrollable-table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

/* line 2743, app/assets/stylesheets/customizations.scss */
.companies_horizontal_radio_with_box_highlighting .inline-checkboxes-grid.with-help .highlighted-box {
  box-shadow: 0 0 6px -1px #5fbe95;
  border-color: #5fbe95;
}

/* line 2748, app/assets/stylesheets/customizations.scss */
.companies_horizontal_radio_with_box_highlighting .inline-checkboxes-grid.with-help .radio-label {
  display: flex;
  flex-direction: column;
  width: 200px;
  height: 100%;
  margin-bottom: 0;
  border: 1px solid #E7EAEC;
  border-radius: 10px;
}

/* line 2758, app/assets/stylesheets/customizations.scss */
.companies_horizontal_radio_with_box_highlighting .inline-checkboxes-grid {
  grid-template-columns: repeat(3, minmax(100px, 210px));
  grid-gap: 25px;
}

@media (max-width: 425px) {
  /* line 2758, app/assets/stylesheets/customizations.scss */
  .companies_horizontal_radio_with_box_highlighting .inline-checkboxes-grid {
    grid-template-columns: repeat(1, minmax(100px, 200px)) !important;
  }
}

@media (max-width: 600px) {
  /* line 2758, app/assets/stylesheets/customizations.scss */
  .companies_horizontal_radio_with_box_highlighting .inline-checkboxes-grid {
    grid-template-columns: repeat(2, minmax(100px, 205px));
  }
}

/* line 2769, app/assets/stylesheets/customizations.scss */
.companies_horizontal_radio_with_box_highlighting .radio-help-text {
  padding: 0px;
  font-size: 100%;
  text-align: center;
}

/* line 2775, app/assets/stylesheets/customizations.scss */
.companies_horizontal_radio_with_box_highlighting .image-stub-wrapper, .companies_horizontal_radio_with_box_highlighting img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

/* line 2781, app/assets/stylesheets/customizations.scss */
.companies_horizontal_radio_with_box_highlighting .d-flex.justify-content-center {
  justify-content: left;
}

/* line 2786, app/assets/stylesheets/customizations.scss */
.company-radio-index-grid-list {
  display: grid;
  grid-column-gap: 10px;
}

/* line 2792, app/assets/stylesheets/customizations.scss */
.steps-screen .ibox.custom {
  width: fit-content;
  height: auto;
}

/* line 2797, app/assets/stylesheets/customizations.scss */
.steps-screen .max-width-fix-content .help-block {
  max-width: fit-content;
}

/* line 2802, app/assets/stylesheets/customizations.scss */
.text-container {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 2802, app/assets/stylesheets/customizations.scss */
  .text-container {
    max-width: 350px;
    margin: auto;
  }
}

/* line 2811, app/assets/stylesheets/customizations.scss */
.global-employment-img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 430px) {
  /* line 2819, app/assets/stylesheets/customizations.scss */
  .p-w-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 2825, app/assets/stylesheets/customizations.scss */
.custom-height {
  display: block;
  overflow: auto;
}

/* line 2829, app/assets/stylesheets/customizations.scss */
.help-block.custom {
  width: 140px;
}

/* line 2833, app/assets/stylesheets/customizations.scss */
.custom-text-area {
  max-width: 500px;
}

@media (max-width: 512px) {
  /* line 2838, app/assets/stylesheets/customizations.scss */
  .custom-font-size {
    font-size: 11px;
  }
  /* line 2840, app/assets/stylesheets/customizations.scss */
  .custom-font-size h3 {
    font-size: 13px;
  }
  /* line 2845, app/assets/stylesheets/customizations.scss */
  .custom-text-area {
    max-width: 180px;
  }
}

@media (min-width: 513px) {
  /* line 2851, app/assets/stylesheets/customizations.scss */
  .custom-font-size {
    font-size: 12px;
  }
  /* line 2853, app/assets/stylesheets/customizations.scss */
  .custom-font-size h3 {
    font-size: 14px;
  }
  /* line 2857, app/assets/stylesheets/customizations.scss */
  .custom-font-size .custom-text-area {
    max-width: 250px;
  }
}

/* line 2863, app/assets/stylesheets/customizations.scss */
th.custom-padding-left, td.custom-padding-left {
  padding-left: 5% !important;
}

/* line 2867, app/assets/stylesheets/customizations.scss */
.custom-padding-bottom {
  padding-bottom: 20px;
}

/* line 2871, app/assets/stylesheets/customizations.scss */
.multiple-invite {
  font-size: 11px;
}

/* line 2873, app/assets/stylesheets/customizations.scss */
.multiple-invite h3 {
  font-size: 12px;
}

/* line 2877, app/assets/stylesheets/customizations.scss */
.multiple-invite .custom-text-area {
  max-width: 120px;
  padding-bottom: 25px;
}

/* line 2883, app/assets/stylesheets/customizations.scss */
.without-side-paddings {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1px;
}

/* line 2889, app/assets/stylesheets/customizations.scss */
.with-padding-right {
  padding-right: 30px;
}

/* line 2895, app/assets/stylesheets/customizations.scss */
.rounded-block {
  height: 100%;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #E7EAEC;
  border-radius: 10px;
}

@media (min-width: 475px) {
  /* line 2907, app/assets/stylesheets/customizations.scss */
  .hide-disabled-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 475px) {
  /* line 2915, app/assets/stylesheets/customizations.scss */
  .m-hide-disabled {
    margin-top: 15px;
    margin-left: -15px;
  }
}

@media (min-width: 475px) {
  /* line 2922, app/assets/stylesheets/customizations.scss */
  .d-flex-n-xs {
    display: flex;
  }
}

@media (max-width: 474px) {
  /* line 2928, app/assets/stylesheets/customizations.scss */
  .d-flex-n-xs .mobile-footer-buttons {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* line 2935, app/assets/stylesheets/customizations.scss */
.break-word {
  word-break: break-word;
}

/* line 2941, app/assets/stylesheets/customizations.scss */
.card-350 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  /* line 2941, app/assets/stylesheets/customizations.scss */
  .card-350 {
    max-width: 350px;
  }
}

/* line 2950, app/assets/stylesheets/customizations.scss */
.card-350 .logo-container {
  height: 120px;
}

/* line 2955, app/assets/stylesheets/customizations.scss */
.h-333 {
  height: 333px;
}

@media (min-width: 992px) {
  /* line 2959, app/assets/stylesheets/customizations.scss */
  .d-flex-992 {
    display: flex;
  }
}

/* line 2964, app/assets/stylesheets/customizations.scss */
.d-flex-992.justify-content-center {
  justify-content: center;
}

/* line 2969, app/assets/stylesheets/customizations.scss */
.payments-steps {
  text-align: left;
  margin-left: 15px;
  position: absolute;
  bottom: 85px;
}

@media (max-width: 450px) {
  /* line 2969, app/assets/stylesheets/customizations.scss */
  .payments-steps {
    bottom: 70px;
  }
}

/* line 2979, app/assets/stylesheets/customizations.scss */
.payments-steps .primary-color {
  color: #02BD94;
  font-weight: bold;
}

/* line 2985, app/assets/stylesheets/customizations.scss */
a.with-underscore {
  text-decoration: underline !important;
}

/* line 2989, app/assets/stylesheets/customizations.scss */
.custom-width-btn {
  min-width: 80px;
}

/* line 2993, app/assets/stylesheets/customizations.scss */
.md-padding-left {
  padding-left: 15px;
}

/* line 2997, app/assets/stylesheets/customizations.scss */
.md-padding-right {
  padding-right: 15px;
}

/* line 3001, app/assets/stylesheets/customizations.scss */
.lg-padding-left {
  padding-left: 20px;
}

/* line 3005, app/assets/stylesheets/customizations.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 3009, app/assets/stylesheets/customizations.scss */
.overflow-x-scroll {
  overflow-x: auto;
}

/* MARGINS & PADDINGS */
@media (max-width: 991px) {
  /* line 3015, app/assets/stylesheets/customizations.scss */
  .m-t-sm-tablet {
    margin-top: 10px;
  }
}

/* line 3021, app/assets/stylesheets/customizations.scss */
.stopwatch-icon {
  font-size: 20px;
  color: white;
  background-color: #F97877;
  border-radius: 50%;
  padding: 3px;
}

/* line 3029, app/assets/stylesheets/customizations.scss */
.right-side {
  position: absolute;
  right: 0;
}

/* line 3034, app/assets/stylesheets/customizations.scss */
.right-aligned {
  right: 50px;
  margin-top: 21px;
}

/* line 3039, app/assets/stylesheets/customizations.scss */
.circle-icon {
  background: #23c6c8;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}

/* line 3047, app/assets/stylesheets/customizations.scss */
.no-margin-bottom {
  margin-bottom: 0px !important;
}

/* line 3051, app/assets/stylesheets/customizations.scss */
.custom-footer-height {
  height: 70px;
}

/* line 3055, app/assets/stylesheets/customizations.scss */
.m-t-3 {
  margin-top: 3px;
}

/* line 3060, app/assets/stylesheets/customizations.scss */
.view-more {
  height: auto;
}

/* line 3063, app/assets/stylesheets/customizations.scss */
.view-more.hide-content {
  display: block;
  max-height: 60px;
  overflow: hidden;
}

/* line 3069, app/assets/stylesheets/customizations.scss */
.view-more.hide-box-content {
  display: block;
  max-height: 0;
  overflow: hidden;
}

/* line 3076, app/assets/stylesheets/customizations.scss */
.scrollable-modal {
  overflow-y: auto !important;
}

/* line 3080, app/assets/stylesheets/customizations.scss */
a.disabled {
  pointer-events: none;
}

/* line 3084, app/assets/stylesheets/customizations.scss */
.dropdown-menu.open {
  max-width: 100%;
}

/* line 3087, app/assets/stylesheets/customizations.scss */
.dropdown-menu.open .dropdown-menu.inner {
  overflow: hidden;
}

/* line 3092, app/assets/stylesheets/customizations.scss */
.without_border {
  border: none !important;
}

@media (max-width: 500px) {
  /* line 3097, app/assets/stylesheets/customizations.scss */
  .documents-list .footable-row-detail-name {
    max-width: 100px !important;
  }
}

/* line 3104, app/assets/stylesheets/customizations.scss */
.d-webkit-flex {
  display: -webkit-flex;
}

/* line 3109, app/assets/stylesheets/customizations.scss */
.fte-profile-state.onboarding {
  background-color: #B0A2FF;
}

/* line 3113, app/assets/stylesheets/customizations.scss */
.fte-profile-state.onboarded {
  background-color: #221757;
}

/* line 3117, app/assets/stylesheets/customizations.scss */
.fte-profile-state.active {
  background-color: green;
}

/* line 3121, app/assets/stylesheets/customizations.scss */
.fte-profile-state.active_leaving_soon {
  background-color: #23C6C8;
}

/* line 3125, app/assets/stylesheets/customizations.scss */
.fte-profile-state.offboarding {
  background-color: #2AB6F6;
}

/* line 3129, app/assets/stylesheets/customizations.scss */
.fte-profile-state.termination_requested, .fte-profile-state.termination_date_modified, .fte-profile-state.draft {
  background-color: #F7B643;
}

/* line 3133, app/assets/stylesheets/customizations.scss */
.fte-profile-state.to_be_terminated {
  background-color: red;
}

/* line 3137, app/assets/stylesheets/customizations.scss */
.fte-profile-state.terminated {
  background-color: gray;
}

/* line 3142, app/assets/stylesheets/customizations.scss */
.fte-btns-group {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 592px) {
  /* line 3142, app/assets/stylesheets/customizations.scss */
  .fte-btns-group {
    display: block;
  }
  /* line 3149, app/assets/stylesheets/customizations.scss */
  .fte-btns-group .margin-fte-response {
    margin-bottom: 10px;
  }
}

/* line 3155, app/assets/stylesheets/customizations.scss */
.line-height-xs {
  line-height: 1.5;
}

/* line 3159, app/assets/stylesheets/customizations.scss */
#pay_period {
  color: #6A6C6E !important;
}
/* line 3, app/assets/stylesheets/lano_widgets.scss */
.widget-scrollable {
  position: relative;
}

/* line 7, app/assets/stylesheets/lano_widgets.scss */
.scroll-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #F4F4F4, #F4F4F4), linear-gradient(to right, #F4F4F4, #F4F4F4), linear-gradient(to right, rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0));
  /* Shadows */
  /* Shadow covers */
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
}

/* line 22, app/assets/stylesheets/lano_widgets.scss */
.h-scrollable-container {
  box-sizing: border-box;
  display: grid;
  grid-auto-columns: minmax(auto, 1fr);
  grid-template-columns: minmax(auto, 1fr);
  grid-gap: 30px;
  grid-auto-flow: column;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

/* line 32, app/assets/stylesheets/lano_widgets.scss */
.h-scrollable-container::-webkit-scrollbar {
  display: none;
}

/* line 44, app/assets/stylesheets/lano_widgets.scss */
.h-scrollable-container.free-width {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

/* line 51, app/assets/stylesheets/lano_widgets.scss */
.h-scrollable-container.free-width::-webkit-scrollbar {
  display: none;
}

/* line 63, app/assets/stylesheets/lano_widgets.scss */
.h-scrollable-item {
  margin-bottom: 15px;
}

/* line 67, app/assets/stylesheets/lano_widgets.scss */
.h-scrollable-container.free-width > .h-scrollable-item {
  margin-right: 30px;
}

/* line 71, app/assets/stylesheets/lano_widgets.scss */
.widget_value-key {
  height: 70px;
  min-width: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  padding: 10px 20px;
}

/* line 82, app/assets/stylesheets/lano_widgets.scss */
.widget_value-key .value {
  margin: 0;
  margin-right: 20px;
  color: #282A3C;
  font-size: 36px;
  font-weight: 500;
}

/* line 90, app/assets/stylesheets/lano_widgets.scss */
.widget_value-key .key {
  text-align: right;
  font-size: 20px;
  color: #A4A3A3;
}

/* line 97, app/assets/stylesheets/lano_widgets.scss */
.widget_value-key::before {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 7px;
  height: 100%;
  content: " ";
}

/* line 107, app/assets/stylesheets/lano_widgets.scss */
.widget_value-key.as-draft::before,
.widget_value-key.as-project::before,
.widget_value-key.as-declined::before,
.widget_value-key.as-quote-requested::before,
.widget_value-key.as-invitation-pending::before {
  background-color: #A4A3A3;
}

/* line 115, app/assets/stylesheets/lano_widgets.scss */
.widget_value-key.as-freelancer_requested::before,
.widget_value-key.as-pending::before,
.widget_value-key.as-quote-processing::before,
.widget_value-key.as-quote-msa_sent::before,
.widget_value-key.as-quote-hiring_details_accepted::before,
.widget_value-key.as-invitation-disabled::before,
.widget_value-key.warning::before {
  background-color: #F7B643;
}

/* line 125, app/assets/stylesheets/lano_widgets.scss */
.widget_value-key.as-in_progress::before,
.widget_value-key.as-staffing::before,
.widget_value-key.info::before {
  background-color: #B0A2FF;
}

/* line 131, app/assets/stylesheets/lano_widgets.scss */
.widget_value-key.as-completed::before,
.widget_value-key.as-invitation-accepted::before,
.widget_value-key.as-quote-onboarded::before,
.widget_value-key.brand::before {
  background-color: #02BD94;
}

/* line 138, app/assets/stylesheets/lano_widgets.scss */
.widget_value-key.as-blocked::before {
  background-color: #221757;
}

/* line 142, app/assets/stylesheets/lano_widgets.scss */
.widget_value-key.as-canceled::before,
.widget_value-key.as-invitation-declined::before {
  background-color: #F97877;
}

/* line 147, app/assets/stylesheets/lano_widgets.scss */
.widget_value-key.as-freelancer_assigned::before,
.widget_value-key.as-quote-msa_signed::before {
  background-color: #23C6C8;
}

/* line 152, app/assets/stylesheets/lano_widgets.scss */
.widget_value-key.as-awaiting_review::before,
.widget_value-key.as-invitation::before,
.widget_value-key.as-submitted::before,
.widget_value-key.sky_blue::before {
  background-color: #2AB6F6;
}

/* line 159, app/assets/stylesheets/lano_widgets.scss */
.widget_value-key.as-approved::before,
.widget_value-key.as-task::before,
.widget_value-key.as-accepted::before,
.widget_value-key.as-quote-quoted::before,
.widget_value-key.as-invitation-completed::before {
  background-color: #9CCC66;
}

/* line 168, app/assets/stylesheets/lano_widgets.scss */
.ibox-content .widget_value-key {
  height: 30px;
  min-width: 100px;
  display: flex;
  justify-content: unset;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  padding: 5px 10px;
}

/* line 178, app/assets/stylesheets/lano_widgets.scss */
.ibox-content .widget_value-key .value {
  margin: 0;
  margin-right: 5px;
  color: #282A3C;
  font-size: 15px;
  font-weight: 500;
}

/* line 186, app/assets/stylesheets/lano_widgets.scss */
.ibox-content .widget_value-key .key {
  text-align: unset;
  font-size: 12px;
  color: #A4A3A3;
}

/* line 193, app/assets/stylesheets/lano_widgets.scss */
.ibox-content .widget_value-key::before {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  content: " ";
}
/* line 1, app/assets/stylesheets/lano_icons.scss */
.ln {
  display: inline-block;
  width: 1em;
  height: 1em;
}

/* line 7, app/assets/stylesheets/lano_icons.scss */
.ln.ln-md {
  width: 1.2em;
  height: 1.2em;
}

/* line 12, app/assets/stylesheets/lano_icons.scss */
.ln-3x {
  width: 3em;
  height: 3em;
}

/* line 17, app/assets/stylesheets/lano_icons.scss */
.ln.ln-wallet {
  background: url(/assets/custom_icons/wallet-6c1cd05698eb40d48b9c24ccefed4cfeae881ee423471fd549e03c0130ab5c61.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.8em 0.8em;
}

/* line 24, app/assets/stylesheets/lano_icons.scss */
.ln.ln-wallet-dark {
  background: url(/assets/custom_icons/wallet_dark-f36b6b7a8bb784ee8f9c29b2f7052f2e201edc68133de7eda438d5973f9cb2c9.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.2em 1.2em;
}

/* line 31, app/assets/stylesheets/lano_icons.scss */
.ln.ln-star-empty {
  background: url(/assets/custom_icons/star_empty-0c08e8ef45a66c50458488b440e5c89f0d907390d30a6da89f1ba1b868f7161c.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.8em 0.8em;
}

/* line 38, app/assets/stylesheets/lano_icons.scss */
.ln.ln-star-filled {
  background: url(/assets/custom_icons/star_filled-d4827d370ff2385a1738a141bb656a11334181d4a5498fce9fa8e720b49dee77.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.8em 0.8em;
}

/* line 45, app/assets/stylesheets/lano_icons.scss */
.ln.ln-star-filled.light {
  background: url(/assets/custom_icons/star_filled_light-5183e8c2d6f31370ba2d3cdc96b9bbf85c1370309bb5a91729aaffa71696d1b6.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.8em 0.8em;
}

/* line 52, app/assets/stylesheets/lano_icons.scss */
.ln.ln-star-half {
  background: url(/assets/custom_icons/star_half-08e7c5e3aa514581b1558820558bf45df8e0f8ce778f4901605b96010814a617.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.8em 0.8em;
}

/* line 59, app/assets/stylesheets/lano_icons.scss */
.ln.ln-star-half.light {
  background: url(/assets/custom_icons/star_half_light-38e5f8cd4aa47a8576058c9747c65ce5c6e549bb3ef59037cc788d275eda2641.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.8em 0.8em;
}

/* line 66, app/assets/stylesheets/lano_icons.scss */
.ln.ln-feedback {
  background: url(/assets/custom_icons/feedback-d2e524d4bc4d0eddf07de3f0aa16e99b7a805a4e0765d0c562544c19fce66fca.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.8em 0.8em;
}

/* line 73, app/assets/stylesheets/lano_icons.scss */
.ln.ln-document {
  background: url(/assets/custom_icons/document-01d5453f89f3fde307dc9ffdcb36a4f206b45d9bd3772cbc28a5e154c2dcf26d.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.8em 0.8em;
}

/* line 80, app/assets/stylesheets/lano_icons.scss */
.ln.ln-star-black {
  background: url(/assets/custom_icons/star_black-64b38447c98bcadfee644d746cf572a81929fd76046f735dcd1f62532b8407c4.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.8em 0.8em;
}

/* line 87, app/assets/stylesheets/lano_icons.scss */
.ln.ln-address-card {
  background: url(/assets/custom_icons/address_card-f952878001c10ec14b0223afe7189015ee6c8752e27b72c9cce8f70e72752b6b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.8em 0.8em;
}

/* line 94, app/assets/stylesheets/lano_icons.scss */
.ln.ln-empty-network {
  background: url(/assets/custom_icons/empty_network-0f7ee8a4b2c44ff69291e18a94217c91767f792bbf4ca2a5787fde4aa1acca99.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 2em;
  height: 1.5em;
  font-size: 70px;
}

/* line 103, app/assets/stylesheets/lano_icons.scss */
.ln.ln-empty-tasks {
  background: url(/assets/custom_icons/empty_tasks-4e27fb8da5bfbcc504206ec96d680165aa281407dfefcc3cc6c9e88f8d810b41.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 2em;
  height: 1.5em;
  font-size: 70px;
}

/* line 112, app/assets/stylesheets/lano_icons.scss */
.ln.ln-empty-templates {
  background: url(/assets/custom_icons/empty_templates-0d522044e5a611f85f4a378cd1c17818eaa556d88e57c891fce720b2a980c720.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 2em;
  height: 1.5em;
  font-size: 70px;
}

/* line 121, app/assets/stylesheets/lano_icons.scss */
.ln.ln-empty-approve-invoices {
  background: url(/assets/custom_icons/empty_approve_invoices-1f7752fc8b0a684b1d3c25647671e59d0ca550f6f834bfa36b706eb5b31a5214.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 2em;
  height: 1.5em;
  font-size: 70px;
}

/* line 130, app/assets/stylesheets/lano_icons.scss */
.ln.ln-empty-to-be-invoiced {
  background: url(/assets/custom_icons/empty_to_be_invoiced-d46d5814f5a8bf9f22596d59c535811922e1f5e50c56b0687c2c98eb1819d7cc.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 2em;
  height: 1.5em;
  font-size: 70px;
}

/* line 139, app/assets/stylesheets/lano_icons.scss */
.ln.ln-empty-approve-freelancer-invoices {
  background: url(/assets/custom_icons/empty_approve_freelancer_invoices-b50e5000d0dee78cfdbe2b064fa7452362ac37082e469d74e897fcd1003db331.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 2em;
  height: 1.5em;
  font-size: 70px;
}

/* line 148, app/assets/stylesheets/lano_icons.scss */
.ln.ln-empty-network-freelancer {
  background: url(/assets/custom_icons/empty_network_freelancer-ea43df556bfa06378fc684f4a8171fb9c13b9c1a79c8b5421c1aa2127c243431.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 2em;
  height: 1.5em;
  font-size: 70px;
}

/* line 157, app/assets/stylesheets/lano_icons.scss */
.ln.ln-empty-requests-freelancer {
  background: url(/assets/custom_icons/empty_requests_freelancer-a602354b8b7507ae1abe9a025ee566e4a5f61e46a41ba1ddd0780785172932bf.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 2em;
  height: 1.5em;
  font-size: 70px;
}

/* line 166, app/assets/stylesheets/lano_icons.scss */
.ln.ln-empty-comments-freelancer {
  background: url(/assets/custom_icons/empty_comments_freelancer-dcfbb17b6c9f13501f78d81e7d4f0cee41abd3b1d0197861ef9c53f9cc68fcde.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 2em;
  height: 1.5em;
  font-size: 70px;
}

/* line 175, app/assets/stylesheets/lano_icons.scss */
.ln.ln-empty-upcoming-payments {
  background: url(/assets/custom_icons/empty_upcoming_payments-98b2b72b14f34e81a42fdc2c8c0e18c0038a9b8612ab73282a908a3dfe4fbc5c.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 2em;
  height: 1.5em;
  font-size: 70px;
}

@media (max-width: 480px) {
  /* line 175, app/assets/stylesheets/lano_icons.scss */
  .ln.ln-empty-upcoming-payments {
    width: 3.5em;
  }
}

/* line 188, app/assets/stylesheets/lano_icons.scss */
.ln.ln-availability {
  background: url(/assets/custom_icons/availability-3f7bbb7a821299183239ad264e7a9e336b4be5bc4b7167d9ed351dfdc0740902.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 2em;
  height: 1.5em;
  font-size: 70px;
}

/* line 197, app/assets/stylesheets/lano_icons.scss */
.ln.ln-empty-experiences {
  background: url(/assets/custom_icons/empty_experiences-f115c4de89c6b982ce4366dfb3ef2f204d05308167d4ce0c9003059de1f26bba.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 2em;
  height: 1.5em;
  font-size: 70px;
}

/* line 207, app/assets/stylesheets/lano_icons.scss */
.ln.ln-sepa-ready {
  background: url(/assets/custom_icons/sepa_paid-4c301c5f4aca04ec67245b32d3de7a6f46b2130dc364f18ac8bdd41939ced6c9.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 213, app/assets/stylesheets/lano_icons.scss */
.ln.ln-unchecked {
  background: url(/images/paid_solutions_icons/new_solution/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 2em;
  height: 1em;
}

/* line 221, app/assets/stylesheets/lano_icons.scss */
.ln.ln-swift {
  background: url(/assets/custom_icons/swift-c663cbc5542c0825e67ce048a4a5763724a1a768f86d28183b8a5735635d2284.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 2em;
  height: 1.5em;
}

/* line 229, app/assets/stylesheets/lano_icons.scss */
.ln.ln-freelancer-transactions-empty {
  background: url(/assets/custom_icons/freelancer-transactions-empty-41a368e7edbafe5f5565826cadb738f9255710f910b56c161bca64b5e1108443.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 2.5em;
  height: 2.5em;
}

/* line 237, app/assets/stylesheets/lano_icons.scss */
.bordered {
  font-size: 3em;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 100%;
  padding: 15px;
}
/* line 3, app/assets/stylesheets/company_email_templates.scss */
.email-templates {
  /* Force Hotmail to display emails at full width */
  /* Force Hotmail to display normal line spacing */
  /* Prevent WebKit and Windows mobile changing default text sizes */
  /* Remove spacing between tables in Outlook 2007 and up */
  /* Allow smoother rendering of resized image in Internet Explorer */
  /* /\/\/\/\/\/\/\/\/ RESET STYLES /\/\/\/\/\/\/\/\/ */
  /* /\/\/\/\/\/\/\/\/ TEMPLATE STYLES /\/\/\/\/\/\/\/\/ */
  /**
  * @tab Page
  * @section background style
  * @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
  * @theme page
  */
  /**
  * @tab Page
  * @section background style
  * @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
  * @theme page
  */
  /**
  * @tab Page
  * @section email border
  * @tip Set the border for your email.
  */
  /**
  * @tab Page
  * @section heading 1
  * @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
  * @style heading 1
  */
  /**
  * @tab Logo
  * @section header style
  * @tip Set the background color and borders for your email's header area.
  * @theme header
  */
  /**
  * @tab Logo
  * @section header text
  * @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
  */
  /**
  * @tab Header
  * @section header style
  * @tip Set the background color and borders for your email's header area.
  * @theme header
  */
  /**
  * @tab Header
  * @section header text
  * @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
  */
  /**
  * @tab Header
  * @section header link
  * @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
  */
  /* Yahoo! Mail Override */
  /**
  * @tab Body
  * @section body style
  * @tip Set the background color and borders for your email's body area.
  */
  /**
  * @tab Actions
  * @section actions style
  * @tip Set the background color and borders for your email's action area.
  */
  /**
  * @tab Body
  * @section body text
  * @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.
  * @theme main
  */
  /**
  * @tab Body
  * @section body link
  * @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.
  */
  /* Yahoo! Mail Override */
  /**
  * @tab Footer
  * @section footer style
  * @tip Set the background color and borders for your email's footer area.
  * @theme footer
  */
  /**
  * @tab Footer
  * @section footer text
  * @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
  * @theme footer
  */
  /**
  * @tab Footer
  * @section footer link
  * @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
  */
  /* Yahoo! Mail Override */
  /* /\/\/\/\/\/\/\/\/ MOBILE STYLES /\/\/\/\/\/\/\/\/ */
}

/* line 4, app/assets/stylesheets/company_email_templates.scss */
.email-templates #outlook a {
  padding: 0;
}

/* line 8, app/assets/stylesheets/company_email_templates.scss */
.email-templates .ReadMsgBody {
  width: 100%;
}

/* line 13, app/assets/stylesheets/company_email_templates.scss */
.email-templates .ExternalClass {
  width: 100%;
}

/* line 18, app/assets/stylesheets/company_email_templates.scss */
.email-templates .ExternalClass,
.email-templates .ExternalClass p,
.email-templates .ExternalClass span,
.email-templates .ExternalClass font,
.email-templates .ExternalClass td,
.email-templates .ExternalClass div {
  line-height: 100%;
}

/* line 28, app/assets/stylesheets/company_email_templates.scss */
.email-templates body, .email-templates table, .email-templates td, .email-templates p, .email-templates a, .email-templates li, .email-templates blockquote {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 34, app/assets/stylesheets/company_email_templates.scss */
.email-templates table,
.email-templates td {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
}

/* line 41, app/assets/stylesheets/company_email_templates.scss */
.email-templates img {
  -ms-interpolation-mode: bicubic;
}

/* line 46, app/assets/stylesheets/company_email_templates.scss */
.email-templates body {
  margin: 0;
  padding: 0;
}

/* line 51, app/assets/stylesheets/company_email_templates.scss */
.email-templates img {
  border: 0;
  height: auto;
  line-height: 100%;
  outline: none;
  text-decoration: none;
}

/* line 59, app/assets/stylesheets/company_email_templates.scss */
.email-templates table {
  border-collapse: collapse !important;
}

/* line 63, app/assets/stylesheets/company_email_templates.scss */
.email-templates body,
.email-templates #bodyTable,
.email-templates #footerCell,
.email-templates #headerCell,
.email-templates #bodyCell {
  height: 100% !important;
  margin: 0;
  padding: 0;
  width: 100% !important;
}

/* line 78, app/assets/stylesheets/company_email_templates.scss */
.email-templates #headerCell,
.email-templates #logoCell {
  padding-top: 20px;
}

/* line 89, app/assets/stylesheets/company_email_templates.scss */
.email-templates .templateContainer {
  min-width: 300px !important;
  max-width: 600px !important;
  width: 90% !important;
  border-radius: 4px;
}

/* line 102, app/assets/stylesheets/company_email_templates.scss */
.email-templates body, .email-templates #bodyTable {
  background-color: #EEF4FC;
}

/* line 129, app/assets/stylesheets/company_email_templates.scss */
.email-templates h1, .email-templates h2, .email-templates h3, .email-templates h4 {
  color: #234957;
  display: block;
  font-family: Arial,sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: normal;
  margin-top: 32px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}

/* line 152, app/assets/stylesheets/company_email_templates.scss */
.email-templates #logoHeader {
  background-color: #02BD94;
}

/* line 161, app/assets/stylesheets/company_email_templates.scss */
.email-templates .logoContent {
  color: #7b95a2;
  font-family: Arial,sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  padding-right: 15%;
  padding-left: 15%;
  padding-top: 15px;
  text-align: center;
  vertical-align: middle;
}

/* line 174, app/assets/stylesheets/company_email_templates.scss */
.email-templates .logoContent__logo {
  height: 22px;
  width: 64px;
  left: 330px;
  top: 32px;
  border-radius: 0;
}

/* line 182, app/assets/stylesheets/company_email_templates.scss */
.email-templates .lightBulbContent {
  color: white;
  text-align: center;
  padding-top: 30px;
}

/* line 188, app/assets/stylesheets/company_email_templates.scss */
.email-templates .lightBulbContent__logo {
  size: 24px;
}

/* line 192, app/assets/stylesheets/company_email_templates.scss */
.email-templates .logoFooterContent__logo {
  height: 15px;
  width: 43px;
  left: 340px;
  top: 798px;
  border-radius: 0;
}

/* line 200, app/assets/stylesheets/company_email_templates.scss */
.email-templates .logoText {
  color: #FFFFFF;
  line-height: 38px;
  font-size: 38px;
  font-weight: 600;
}

/* line 213, app/assets/stylesheets/company_email_templates.scss */
.email-templates #templateHeader {
  background-color: #FFFFFF;
  border-top: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 227, app/assets/stylesheets/company_email_templates.scss */
.email-templates .headerContent {
  color: #5B6785;
  font-family: Arial,sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  padding-right: 10%;
  padding-bottom: 0;
  padding-left: 10%;
  vertical-align: middle;
}

/* line 239, app/assets/stylesheets/company_email_templates.scss */
.email-templates .headerContent__top {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* line 244, app/assets/stylesheets/company_email_templates.scss */
.email-templates .line {
  height: 0px;
  width: 70px;
  left: 326px;
  top: 162px;
  border: 1px solid #9BEDDC;
  background-color: #9BEDDC;
  border-radius: 4px;
}

/* line 254, app/assets/stylesheets/company_email_templates.scss */
.email-templates .las.la-lightbulb {
  color: #4E70E6;
}

/* line 258, app/assets/stylesheets/company_email_templates.scss */
.email-templates .headerContent__illustration {
  height: 100px !important;
  max-height: 100px !important;
  min-height: 100px !important;
}

/* line 264, app/assets/stylesheets/company_email_templates.scss */
.email-templates .headerContent__photo {
  height: 80px !important;
  max-height: 80px !important;
  min-height: 80px !important;
}

/* line 276, app/assets/stylesheets/company_email_templates.scss */
.email-templates .headerContent a:link,
.email-templates .headerContent a:visited,
.email-templates .headerContent a .yshortcuts {
  color: #02BD94;
  font-weight: normal;
  text-decoration: underline;
}

/* line 292, app/assets/stylesheets/company_email_templates.scss */
.email-templates .templateBody {
  background-color: #FFFFFF !important;
  border-left: 1px solid #EBEBEB !important;
  border-right: 1px solid #EBEBEB !important;
}

/* line 303, app/assets/stylesheets/company_email_templates.scss */
.email-templates #actionsBody {
  background-color: #FFFFFF;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
}

/* line 315, app/assets/stylesheets/company_email_templates.scss */
.email-templates .bodyContent {
  background-color: white;
  color: #8EA4AE;
  font-family: Arial,sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  padding-right: 15%;
  padding-bottom: 48px;
  padding-left: 15%;
  text-align: center;
}

/* line 328, app/assets/stylesheets/company_email_templates.scss */
.email-templates .bodyContent .welcome {
  padding-top: 25px !important;
  padding-bottom: 15px !important;
}

/* line 333, app/assets/stylesheets/company_email_templates.scss */
.email-templates .bodyContentBye {
  background-color: white;
  color: #8EA4AE;
  font-family: Arial,sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  padding-right: 15%;
  padding-bottom: 15px;
  padding-left: 15%;
  text-align: center;
}

/* line 346, app/assets/stylesheets/company_email_templates.scss */
.email-templates .complimentary_close {
  padding-top: 15px;
}

/* line 350, app/assets/stylesheets/company_email_templates.scss */
.email-templates .actionsContent {
  padding-top: 0;
  padding-bottom: 60px;
  padding-left: 8%;
  padding-right: 8%;
  text-align: center;
  font-family: Arial,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 200%;
}

/* line 362, app/assets/stylesheets/company_email_templates.scss */
.email-templates .actionsContent a.button,
.email-templates .actionsContent .button {
  display: inline-block !important;
  width: 46% !important;
  margin: 16px 5px auto 5px !important;
}

/* line 369, app/assets/stylesheets/company_email_templates.scss */
.email-templates .actionsContent a,
.email-templates .actionsContent a.button,
.email-templates .actionsContent .button {
  display: block;
  width: 80%;
  margin: 16px auto 0 auto;
  background-color: #4E70E6;
  border-radius: 8px;
  outline: none;
  padding: 4px 0;
  color: #ffffff;
  text-decoration: none;
}

/* line 383, app/assets/stylesheets/company_email_templates.scss */
.email-templates .actionsContent a span.buttonText,
.email-templates .actionsContent div span.buttonText {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}

/* line 398, app/assets/stylesheets/company_email_templates.scss */
.email-templates .bodyContent a:link,
.email-templates .bodyContent a:visited {
  color: #8EA4AE;
  font-weight: 400;
}

/* line 408, app/assets/stylesheets/company_email_templates.scss */
.email-templates .bodyContent img {
  display: inline;
  height: auto;
  max-width: 560px;
}

/* line 414, app/assets/stylesheets/company_email_templates.scss */
.email-templates .bodyContent p {
  margin-top: 0;
  margin-bottom: 40px;
}

/* line 419, app/assets/stylesheets/company_email_templates.scss */
.email-templates .bodyContent p:last-child {
  margin-bottom: 0px;
}

/* line 423, app/assets/stylesheets/company_email_templates.scss */
.email-templates .bodyContent ul {
  text-align: left;
}

/* line 427, app/assets/stylesheets/company_email_templates.scss */
.email-templates .actionsContent a:link,
.email-templates .actionsContent a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* line 433, app/assets/stylesheets/company_email_templates.scss */
.email-templates .actionsContent a.button:active,
.email-templates .actionsContent a.button:focus {
  background-color: #0078a6;
}

/* line 438, app/assets/stylesheets/company_email_templates.scss */
.email-templates .actionsContent a.button span.buttonText,
.email-templates .actionsContent .button span.buttonText {
  display: block;
  padding: 8px 0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  border-radius: 8px;
}

/* line 464, app/assets/stylesheets/company_email_templates.scss */
.email-templates .footerContent {
  font-family: Arial,sans-serif;
  color: #8EA4AE;
  font-weight: 400;
  font-size: 10px;
  text-align: center;
}

/* line 472, app/assets/stylesheets/company_email_templates.scss */
.email-templates .footerContent__links {
  color: #8EA4AE;
  font-weight: 400;
  padding-right: 10%;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 10%;
  font-size: 10px !important;
}

/* line 482, app/assets/stylesheets/company_email_templates.scss */
.email-templates .footerContent__copyright {
  color: #8EA4AE;
  font-weight: 400;
  padding-right: 10%;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 10%;
  font-size: 10px !important;
}

/* line 499, app/assets/stylesheets/company_email_templates.scss */
.email-templates .footerContent a:link,
.email-templates .footerContent a:visited,
.email-templates .footerContent a .yshortcuts,
.email-templates .footerContent a span {
  color: #8EA4AE;
  font-weight: 400;
  font-size: 10px;
  text-decoration: none;
}

@media only screen and (max-width: 900px) {
  /* line 512, app/assets/stylesheets/company_email_templates.scss */
  .email-templates body {
    width: 100% !important;
    min-width: 100% !important;
  }
  /* line 517, app/assets/stylesheets/company_email_templates.scss */
  .email-templates .templateContainer {
    min-width: 300px !important;
    max-width: 525px !important;
    width: 90% !important;
  }
  /* line 523, app/assets/stylesheets/company_email_templates.scss */
  .email-templates .templateBody {
    width: 100% !important;
  }
  /* line 527, app/assets/stylesheets/company_email_templates.scss */
  .email-templates #templateHeader {
    width: 100% !important;
  }
}

@media only screen and (max-width: 480px) {
  /* line 3, app/assets/stylesheets/company_email_templates.scss */
  .email-templates {
    /* /\/\/\/\/\/\/ CLIENT-SPECIFIC MOBILE STYLES /\/\/\/\/\/\/ */
    /* Prevent Webkit platforms from changing default text sizes */
    /* Prevent iOS Mail from adding padding to the body */
    /* /\/\/\/\/\/\/ MOBILE RESET STYLES /\/\/\/\/\/\/ */
    /* /\/\/\/\/\/\/ MOBILE TEMPLATE STYLES /\/\/\/\/\/\/ */
    /**
    * @tab Mobile Styles
    * @section template width
    * @tip Make the template fluid for portrait or landscape view adaptability.
    * If a fluid layout doesn't work for you, set the width to 300px instead.
    */
    /**
    * @tab Mobile Styles
    * @section heading 1
    * @tip Make the first-level headings larger in size for better readability on small screens.
    */
    /**
    * @tab Mobile Styles
    * @section header text
    * @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
    */
    /**
    * @tab Mobile Styles
    * @section body text
    * @tip Make the body content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
    */
    /**
    * @tab Mobile Styles
    * @section footer text
    * @tip Make the body contsent text larger in size for better readability on small screens.
    */
  }
  /* line 538, app/assets/stylesheets/company_email_templates.scss */
  .email-templates body, .email-templates table, .email-templates td, .email-templates p, .email-templates a, .email-templates li, .email-templates blockquote {
    -webkit-text-size-adjust: none !important;
  }
  /* line 543, app/assets/stylesheets/company_email_templates.scss */
  .email-templates body {
    width: 100% !important;
    min-width: 100% !important;
  }
  /* line 548, app/assets/stylesheets/company_email_templates.scss */
  .email-templates .bodyContent p {
    margin-bottom: 20px;
  }
  /* line 555, app/assets/stylesheets/company_email_templates.scss */
  .email-templates .logoContent {
    padding-bottom: 0;
  }
  /* line 559, app/assets/stylesheets/company_email_templates.scss */
  .email-templates .headerContent__top {
    padding-top: 30px;
  }
  /* line 563, app/assets/stylesheets/company_email_templates.scss */
  .email-templates h1, .email-templates h2, .email-templates h3, .email-templates h4 {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  /* line 568, app/assets/stylesheets/company_email_templates.scss */
  .email-templates #headerCell {
    padding-top: 30px;
  }
  /* line 583, app/assets/stylesheets/company_email_templates.scss */
  .email-templates .templateContainer {
    max-width: 525px !important;
    width: 85% !important;
  }
  /* line 593, app/assets/stylesheets/company_email_templates.scss */
  .email-templates h1, .email-templates h2, .email-templates h3, .email-templates h4 {
    font-size: 24px !important;
    line-height: 150% !important;
  }
  /* line 603, app/assets/stylesheets/company_email_templates.scss */
  .email-templates .headerContent {
    font-size: 24px !important;
    line-height: 125% !important;
  }
  /* line 613, app/assets/stylesheets/company_email_templates.scss */
  .email-templates .bodyContent {
    font-size: 14px !important;
    line-height: 125% !important;
    padding-bottom: 30px !important;
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
  /* line 621, app/assets/stylesheets/company_email_templates.scss */
  .email-templates .bodyContent ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* line 626, app/assets/stylesheets/company_email_templates.scss */
  .email-templates .actionsContent {
    padding-top: 0;
    padding-bottom: 56px !important;
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
  /* line 633, app/assets/stylesheets/company_email_templates.scss */
  .email-templates .actionsContent a.button {
    width: 100% !important;
    display: block;
  }
}
/* line 3, app/assets/stylesheets/palete.scss */
.color-item {
  outline: none;
  box-sizing: border-box;
  border: 1px #F4F4F4 solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 24px;
  width: 24px;
  margin: 4px;
  overflow: hidden;
  transition: all .05s ease-in-out;
  color: black;
}

/* line 20, app/assets/stylesheets/palete.scss */
.color-palete {
  margin-top: -4px;
  margin-left: -4px;
}

/* line 24, app/assets/stylesheets/palete.scss */
.color-palete .color-item {
  cursor: pointer;
}

/* line 28, app/assets/stylesheets/palete.scss */
.color-palete .color-item:hover {
  transform: scale(1.2);
}

/* line 32, app/assets/stylesheets/palete.scss */
.color-palete .color-item.selected {
  transform: scale(1.2);
}

/* line 37, app/assets/stylesheets/palete.scss */
.color-palete .color-picker button.pickr-button {
  outline: none;
  box-sizing: border-box;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 24px;
  width: 24px;
  margin: 4px;
  overflow: hidden;
  transition: all .05s ease-in-out;
  background-color: #d4d4d4;
  color: black;
}

/* line 56, app/assets/stylesheets/palete.scss */
.color-palete .color-picker button.pickr-button:hover,
.color-palete .color-picker button.pickr-button:focus {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

/* line 62, app/assets/stylesheets/palete.scss */
.color-palete .pcr-app button:focus, .color-palete .pcr-app input:focus, .color-palete .pickr button:focus, .color-palete .pickr input:focus {
  box-shadow: none;
}
/* line 4, app/assets/stylesheets/lano_timeline.scss */
.lano-timeline ol {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  display: grid;
  grid-auto-columns: minmax(165px, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  grid-auto-flow: column;
  padding: 0;
  margin: 0;
}

/* line 16, app/assets/stylesheets/lano_timeline.scss */
.lano-timeline ol li {
  list-style-type: none;
  position: relative;
}

/* line 20, app/assets/stylesheets/lano_timeline.scss */
.lano-timeline ol li .step-details {
  padding-right: 10px;
  color: #575962;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

/* line 28, app/assets/stylesheets/lano_timeline.scss */
.lano-timeline ol li .step {
  display: block;
  padding: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transition: all 2s;
  border: 1px #A4A3A3 solid;
  background-color: #ffffff;
}

/* line 38, app/assets/stylesheets/lano_timeline.scss */
.lano-timeline ol li .step .point {
  transition: all ease-in-out .5s;
  border-radius: 50%;
  width: 0;
  height: 0;
  background-color: #02BD94;
}

/* line 47, app/assets/stylesheets/lano_timeline.scss */
.lano-timeline ol li .lano-timeline-step {
  display: inline-block;
}

/* line 53, app/assets/stylesheets/lano_timeline.scss */
.lano-timeline ol li.current .step {
  border-color: #02BD94;
}

/* line 56, app/assets/stylesheets/lano_timeline.scss */
.lano-timeline ol li.current .step .point {
  width: 6px;
  height: 6px;
  background-color: #02BD94;
}

/* line 65, app/assets/stylesheets/lano_timeline.scss */
.lano-timeline ol li.passed .step {
  background-color: #02BD94;
  border-color: #02BD94;
}

/* line 72, app/assets/stylesheets/lano_timeline.scss */
.lano-timeline ol li.skipped .step {
  border-color: #02BD94;
}

/* line 77, app/assets/stylesheets/lano_timeline.scss */
.lano-timeline ol li:not(:last-child):after {
  content: ' ';
  top: 6.5px;
  left: 14px;
  position: absolute;
  width: calc(100% - 14px);
  border-top: 1px dashed #A4A3A3;
}

/* line 86, app/assets/stylesheets/lano_timeline.scss */
.lano-timeline ol li.passed:not(:last-child):after, .lano-timeline ol li.skipped:not(:last-child):after {
  content: ' ';
  top: 6.5px;
  left: 14px;
  position: absolute;
  width: calc(100% - 14px);
  border-top: 1px solid #02BD94;
}
/* line 1, app/assets/stylesheets/collapsible_row.scss */
.collapsible-row-toggler {
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/collapsible_row.scss */
.collaspable-row-collapsed {
  display: none !important;
}

/* line 9, app/assets/stylesheets/collapsible_row.scss */
.collaspable-row-expanded {
  display: flex;
}
/* line 1, app/assets/stylesheets/view_toggler.scss */
.view-toggler-active {
  display: block;
}

/* line 5, app/assets/stylesheets/view_toggler.scss */
.view-toggler-hidden {
  display: none;
}
/* line 4, app/assets/stylesheets/sticky_action_bar.scss */
.sticky-action-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  background-color: #02BD94;
  z-index: 100;
}

/* line 18, app/assets/stylesheets/sticky_action_bar.scss */
.sticky-action-bar .left-actions, .sticky-action-bar .right-actions {
  display: flex;
  align-items: center;
}

/* line 23, app/assets/stylesheets/sticky_action_bar.scss */
.sticky-action-bar .left-actions > * {
  margin-right: 15px;
}

/* line 27, app/assets/stylesheets/sticky_action_bar.scss */
.sticky-action-bar .right-actions > * {
  margin-left: 15px;
}

/* line 31, app/assets/stylesheets/sticky_action_bar.scss */
.sticky-action-bar .main-action {
  cursor: pointer;
  color: #02BD94;
  background: white;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  user-select: none;
  text-transform: uppercase;
}

/* line 50, app/assets/stylesheets/sticky_action_bar.scss */
.sticky-action-bar .main-action:hover, .sticky-action-bar .main-action:focus, .sticky-action-bar .main-action:active, .sticky-action-bar .main-action.active, .sticky-action-bar .open .dropdown-toggle.main-action, .sticky-action-bar .main-action:active:focus, .sticky-action-bar .main-action:active:hover, .sticky-action-bar .main-action.active:hover, .sticky-action-bar .main-action.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}

/* line 55, app/assets/stylesheets/sticky_action_bar.scss */
.sticky-action-bar .secondary-action {
  color: white;
}

/* line 59, app/assets/stylesheets/sticky_action_bar.scss */
.sticky-action-bar .to_proceed_msg {
  color: white;
  width: 210px;
  font-size: 10px;
}

@media (min-width: 992px) {
  /* line 66, app/assets/stylesheets/sticky_action_bar.scss */
  .sticky-action-bar .secondary-action {
    cursor: pointer;
    color: white;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #e7eaec;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    user-select: none;
    text-transform: uppercase;
    transition: all .5s;
  }
  /* line 87, app/assets/stylesheets/sticky_action_bar.scss */
  .sticky-action-bar .secondary-action.previous {
    border: none;
  }
  /* line 91, app/assets/stylesheets/sticky_action_bar.scss */
  .sticky-action-bar .secondary-action:hover, .sticky-action-bar .secondary-action:focus, .sticky-action-bar .secondary-action:active, .sticky-action-bar .secondary-action.active, .sticky-action-bar .open .dropdown-toggle.secondary-action, .sticky-action-bar .secondary-action:active:focus, .sticky-action-bar .secondary-action:active:hover, .sticky-action-bar .secondary-action.active:hover, .sticky-action-bar .secondary-action.active:focus {
    color: #02BD94;
    background: white;
    border: 1px solid #d2d2d2;
  }
  /* line 97, app/assets/stylesheets/sticky_action_bar.scss */
  .sticky-action-bar .secondary-action.previous:hover, .sticky-action-bar .secondary-action.previous:focus, .sticky-action-bar .secondary-action.previous:active, .sticky-action-bar .secondary-action.previous.active, .sticky-action-bar .open .dropdown-toggle.secondary-action.previous, .sticky-action-bar .secondary-action.previous:active:focus, .sticky-action-bar .secondary-action.previous:active:hover, .sticky-action-bar .secondary-action.previous.active:hover, .sticky-action-bar .secondary-action.previous.active:focus {
    background: #02BD94;
    color: white;
    border: none;
  }
}
/* line 3, app/assets/stylesheets/referral.scss */
.referral-label {
  font-size: 16px;
}

/* line 7, app/assets/stylesheets/referral.scss */
.padding-referral-content {
  padding: 15px 0 20px 0 !important;
}

/* line 11, app/assets/stylesheets/referral.scss */
.grey-box {
  background-color: #F4F4F4;
  margin: 40px 20px 20px 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 19, app/assets/stylesheets/referral.scss */
.grey-box .m-t-lg h3 {
  font-weight: 400;
}

/* line 24, app/assets/stylesheets/referral.scss */
.description-box {
  padding: unset;
  margin: unset;
}

/* line 29, app/assets/stylesheets/referral.scss */
.white-box {
  background-color: #ffffff;
  margin: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: unset;
  margin-right: unset;
  display: flex;
  align-items: center;
}

/* line 41, app/assets/stylesheets/referral.scss */
.white-box .contact {
  flex: 1;
  justify-content: space-between;
}

/* line 46, app/assets/stylesheets/referral.scss */
.white-box .contact-email {
  font-weight: 600;
}

/* line 51, app/assets/stylesheets/referral.scss */
.steps {
  padding-top: 10px;
}

/* line 54, app/assets/stylesheets/referral.scss */
.steps span {
  display: flex;
  align-items: center;
}

/* line 59, app/assets/stylesheets/referral.scss */
.steps .step-number {
  font-size: 30px;
  font-weight: 600;
  margin-left: 20px;
  margin-right: 30px;
  display: inline-block;
  width: 20px;
}

/* line 67, app/assets/stylesheets/referral.scss */
.steps .step-description {
  display: inline-block;
  font-size: medium;
  padding-right: 50px;
}

/* line 74, app/assets/stylesheets/referral.scss */
.text-center h1 {
  font-weight: 550;
  margin: 50px;
  margin-left: 70px;
  margin-right: 70px;
}

/* line 81, app/assets/stylesheets/referral.scss */
.max-height-image {
  max-height: 350px !important;
}
/* line 3, app/assets/stylesheets/tags_input.scss */
label.tags-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #ffffff;
  cursor: text;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e6e7;
  border-image: initial;
  border-radius: 1px;
  padding: 1px 12px 6px;
}

/* line 19, app/assets/stylesheets/tags_input.scss */
label.tags-input input.tags-input--fake {
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  width: 30px;
  margin-top: 5px;
}

/* line 29, app/assets/stylesheets/tags_input.scss */
label.tags-input input.tags-input--fake.typing {
  padding: 3px 8px;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  border-radius: 10px;
  border: 1px solid #A4A3A3;
  color: #A4A3A3;
  background-color: #ffffff;
}
/* line 3, app/assets/stylesheets/progress.scss */
.lano-progress {
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #02BD94 var(--percents, 0%), #F5F5F5 var(--percents, 0%));
  border-radius: 4px;
}
/* line 3, app/assets/stylesheets/availability_component.scss */
.availability-component {
  position: relative;
}

/* line 6, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__tools {
  font-size: 12px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 13, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__tools .btn-xs {
  font-size: 10px;
  font-weight: normal;
  border-radius: 2px;
}

/* line 19, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__tools .left-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 24, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__tools .right-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 29, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__tools .availability-component__tools__selected-period {
  color: #ffffff;
  background-color: #02BD94;
  text-transform: capitalize;
}

/* line 35, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__tools .availability-component__tools__available-period {
  color: #6A6C6E;
  border: #6A6C6E 1px solid;
  text-transform: capitalize;
}

/* line 41, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__tools .availability-component__tools__available-period.right-button {
  border-left: none;
}

/* line 45, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__tools .availability-component__tools__available-period.left-button {
  border-right: none;
}

/* line 50, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__calendar-explorer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

/* line 55, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__calendar-explorer .availability-component__calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

/* line 59, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__calendar-explorer .availability-component__calendar .availability-component__calendar-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 65, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__calendar-explorer .availability-component__calendar .availability-component__calendar-header {
  color: #A4A3A3;
  font-size: 10px;
}

/* line 70, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__calendar-explorer .availability-component__calendar .availability-component__calendar-day {
  padding: 10px;
  cursor: default;
  background-color: #ffffff;
}

/* line 83, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__calendar-explorer .availability-component__calendar .availability-component__calendar-day.available-day.disabled-day {
  background-color: #02d6a8;
}

/* line 87, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__calendar-explorer .availability-component__calendar .availability-component__calendar-day.unavailable-day.disabled-day {
  background-color: #fa908f;
}

/* line 91, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__calendar-explorer .availability-component__calendar .availability-component__calendar-day.available-day {
  background-color: #02BD94;
  color: #ffffff;
}

/* line 96, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__calendar-explorer .availability-component__calendar .availability-component__calendar-day.available-day.selected-day {
  background: linear-gradient(135deg, #02BD94 85%, #ffffff 85%);
  color: #ffffff;
}

/* line 101, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__calendar-explorer .availability-component__calendar .availability-component__calendar-day.unavailable-day {
  background-color: #F97877;
  color: #ffffff;
}

/* line 106, app/assets/stylesheets/availability_component.scss */
.availability-component .availability-component__calendar-explorer .availability-component__calendar .availability-component__calendar-day.unavailable-day.selected-day {
  background: linear-gradient(135deg, #F97877 85%, #ffffff 85%);
  color: #ffffff;
}

/* line 114, app/assets/stylesheets/availability_component.scss */
.availability-component > .sk-spinner {
  display: none;
}

/* line 115, app/assets/stylesheets/availability_component.scss */
.availability-component.sk-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 125, app/assets/stylesheets/availability_component.scss */
.availability-component.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2000;
}
/* line 3, app/assets/stylesheets/experiences.scss */
.selectize-control.multi .selectize-input > div {
  background-color: #ffffff;
}

/* line 7, app/assets/stylesheets/experiences.scss */
.selectize-input {
  border-radius: 0;
  border-color: #E7EAEC;
  display: flex;
  align-items: center;
}

/* line 14, app/assets/stylesheets/experiences.scss */
.selectize-input.focus {
  border-color: #02BD94;
  box-shadow: none;
}

/* line 19, app/assets/stylesheets/experiences.scss */
.has-error .selectize-input {
  border-color: #F97877;
}

/* line 23, app/assets/stylesheets/experiences.scss */
.selectize-control.multi .selectize-input > div {
  margin: 0;
}

/* line 27, app/assets/stylesheets/experiences.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 0 9px;
  flex-wrap: wrap;
}

/* line 33, app/assets/stylesheets/experiences.scss */
.external-company-logo-xs .default-image,
.external-company-logo-xs img {
  height: 20px;
  width: 20px;
}

/* line 41, app/assets/stylesheets/experiences.scss */
.external-company-logo-sm .default-image,
.external-company-logo-sm img {
  height: 40px;
  width: 40px;
}

/* line 48, app/assets/stylesheets/experiences.scss */
.external-company-img-sm {
  width: 40px;
  height: 40px;
}
/* line 3, app/assets/stylesheets/block_screen.scss */
.block-screen {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F4F4F4;
  z-index: 9999;
}

/* line 18, app/assets/stylesheets/block_screen.scss */
.block-screen .ibox {
  max-width: 50%;
  min-width: fit-content;
  min-height: fit-content;
  background: white;
}

/* line 24, app/assets/stylesheets/block_screen.scss */
.block-screen .ibox .ibox-title {
  height: fit-content;
  min-height: 20%;
  background-color: #F4F4F4;
}

/* line 30, app/assets/stylesheets/block_screen.scss */
.block-screen .ibox .ibox-content {
  height: fit-content;
  width: fit-content;
  margin: auto;
}

/* line 35, app/assets/stylesheets/block_screen.scss */
.block-screen .ibox .ibox-content h3 {
  margin: 8%;
}

/* line 41, app/assets/stylesheets/block_screen.scss */
.block-screen .btn-margin {
  margin: 10% 15px;
}

/* line 45, app/assets/stylesheets/block_screen.scss */
.block-screen .btn-cancel {
  width: 30%;
}

/* line 49, app/assets/stylesheets/block_screen.scss */
.block-screen .btn-submit {
  width: 60%;
}

/* line 53, app/assets/stylesheets/block_screen.scss */
.block-screen .m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 58, app/assets/stylesheets/block_screen.scss */
.block-screen .center-block {
  max-width: fit-content;
  margin: auto;
}

@media (max-width: 992px) {
  /* line 66, app/assets/stylesheets/block_screen.scss */
  .block-screen .btn-cancel, .block-screen .btn-submit {
    width: 45%;
  }
}
/* line 4, app/assets/stylesheets/company_registration.scss */
.company-registration .zero-padding {
  padding: 0;
}

/* line 9, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline ol {
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/company_registration.scss */
.company-registration .centered-login {
  margin-top: 25%;
}

/* line 18, app/assets/stylesheets/company_registration.scss */
.company-registration .form-group {
  margin-bottom: 5px;
}

/* line 22, app/assets/stylesheets/company_registration.scss */
.company-registration .subdomain-helper {
  font-size: 13px;
  font-weight: 600;
  color: #2C2E3F;
}

/* line 28, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline ol {
  grid-auto-columns: minmax(46%, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
}

/* line 35, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline.lano-timeline-registration ol li {
  display: flex;
}

/* line 38, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline.lano-timeline-registration ol li .step {
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
}

/* line 44, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline.lano-timeline-registration ol li .step .point {
  width: 20px;
  height: 20px;
  background-color: #CFD8EC;
  padding: 3px;
}

/* line 50, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline.lano-timeline-registration ol li .step .point i {
  color: #FFFF !important;
}

/* line 56, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline.lano-timeline-registration ol li .step-lable {
  margin-left: 10px;
  font-weight: 600;
}

/* line 64, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline.lano-timeline-registration ol li.current .step .point {
  background-color: #4E70E6;
}

/* line 72, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline.lano-timeline-registration ol li.passed .step .point {
  background-color: #4E70E6;
}

/* line 79, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline.lano-timeline-registration ol.en-locale li.first-new-step:not(:last-child):after, .company-registration .lano-timeline.lano-timeline-registration ol.en-locale li.first-new-step.passed:not(:last-child):after {
  left: 100px;
  width: calc(100% - 95px);
}

/* line 86, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline.lano-timeline-registration ol.de-locale li.first-new-step:not(:last-child):after, .company-registration .lano-timeline.lano-timeline-registration ol.de-locale li.first-new-step.passed:not(:last-child):after {
  left: 80px;
  width: calc(100% - 71px);
}

/* line 92, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline.lano-timeline-registration ol li.second-new-step:not(:last-child):after, .company-registration .lano-timeline.lano-timeline-registration ol li.second-new-step.passed:not(:last-child):after {
  left: 115px;
  width: calc(100% - 95px);
}

/* line 97, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline.lano-timeline-registration ol li:not(:last-child):after {
  top: 9.5px;
  border-top: 2px solid #CFD8EC;
}

/* line 102, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline.lano-timeline-registration ol li.passed:not(:last-child):after {
  top: 9.5px;
  border-top: 2px solid #4E70E6;
}

/* line 109, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline.lano-timeline-registration ol.success-view.de-locale li.first-new-step:not(:last-child):after, .company-registration .lano-timeline.lano-timeline-registration ol.success-view.de-locale li.first-new-step.passed:not(:last-child):after {
  left: 85px;
  width: calc(100% - 75px);
}

/* line 116, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline.lano-timeline-registration ol.success-view.en-locale li.first-new-step:not(:last-child):after, .company-registration .lano-timeline.lano-timeline-registration ol.success-view.en-locale li.first-new-step.passed:not(:last-child):after {
  left: 100px;
  width: calc(100% - 90px);
}

/* line 122, app/assets/stylesheets/company_registration.scss */
.company-registration .lano-timeline.lano-timeline-registration ol.success-view li.second-new-step:not(:last-child):after, .company-registration .lano-timeline.lano-timeline-registration ol.success-view li.second-new-step.passed:not(:last-child):after {
  left: 115px;
  width: calc(100% - 95px);
}

/* line 130, app/assets/stylesheets/company_registration.scss */
.company-registration .back-button {
  padding-right: 6px;
  padding-left: 6px;
  background-color: #D1D8E8;
}

/* line 136, app/assets/stylesheets/company_registration.scss */
.company-registration .back-button:active, .company-registration .back-button:hover {
  background-color: #BFC8DD;
}

/* line 140, app/assets/stylesheets/company_registration.scss */
.company-registration .back-button i {
  color: #7B87AE;
}

/* line 144, app/assets/stylesheets/company_registration.scss */
.company-registration .confirm-btn {
  margin: 0px 0px 10px 10px !important;
}

/* line 148, app/assets/stylesheets/company_registration.scss */
.company-registration .fit-content {
  width: fit-content;
}

/* line 152, app/assets/stylesheets/company_registration.scss */
.company-registration .dropdown-menu > li > a:hover {
  background-color: #4E70E6;
  color: #FFFF;
}

/* line 157, app/assets/stylesheets/company_registration.scss */
.company-registration .dropdown-menu > .active > a, .company-registration .dropdown-menu > .active > a:focus {
  background-color: #4665CF;
}

/* line 161, app/assets/stylesheets/company_registration.scss */
.company-registration .fields-inline {
  display: inline-block;
  width: 49.5%;
}

/* line 166, app/assets/stylesheets/company_registration.scss */
.company-registration .radio-wrapper {
  padding: 30px;
  min-height: 80px;
  max-height: fit-content;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  border: solid 3px transparent;
}

/* line 175, app/assets/stylesheets/company_registration.scss */
.company-registration .radio-wrapper.checked, .company-registration .radio-wrapper:hover {
  background: #F6F9FD;
  border: 3px solid #4E70E6;
}

@media (max-width: 767px) {
  /* line 182, app/assets/stylesheets/company_registration.scss */
  .company-registration .lano-timeline ol {
    grid-template-columns: repeat(auto-fit, minmax(35%, 1fr));
  }
  /* line 186, app/assets/stylesheets/company_registration.scss */
  .company-registration .small-view-padding {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  /* line 193, app/assets/stylesheets/company_registration.scss */
  .small-view-padding {
    padding-left: 15px;
  }
}

/* line 198, app/assets/stylesheets/company_registration.scss */
.custom-position {
  top: 150px;
}

@media (min-width: 1380px) {
  /* line 204, app/assets/stylesheets/company_registration.scss */
  .custom-position {
    left: -75px;
  }
}
/* line 3, app/assets/stylesheets/cv.scss */
.cv-paginator {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 8, app/assets/stylesheets/cv.scss */
.cv-paginator .pager {
  margin: 0 5px;
}

/* line 13, app/assets/stylesheets/cv.scss */
.cv-viewer {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border: 2px solid #E7EAEC;
}

/* line 19, app/assets/stylesheets/cv.scss */
.cv-viewer .page-a4 {
  width: 210mm !important;
  height: 297mm !important;
  padding: 10mm 15mm !important;
  background-color: #ffffff;
  transform-origin: 0 0;
}

/* line 28, app/assets/stylesheets/cv.scss */
.cv--header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

/* line 33, app/assets/stylesheets/cv.scss */
.cv--header .align-text-right {
  text-align: right;
}

/* line 37, app/assets/stylesheets/cv.scss */
.cv--header .cv--freelancer-avatar {
  display: block;
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

/* line 44, app/assets/stylesheets/cv.scss */
.cv--header .cv--freelancer-avatar img {
  position: absolute;
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

/* line 55, app/assets/stylesheets/cv.scss */
.cv--header .cv--freelancer-full-name {
  display: inline-block;
  font-size: 36px;
  color: #282A3D;
}

/* line 61, app/assets/stylesheets/cv.scss */
.cv--header .cv--freelancer-uuid {
  text-align: right;
  font-size: 14px;
  color: #A4A3A3;
}

/* line 67, app/assets/stylesheets/cv.scss */
.cv--header .cv--freelancer-company-name {
  text-align: right;
  font-size: 16px;
  color: #6A6C6E;
}

/* line 73, app/assets/stylesheets/cv.scss */
.cv--header .cv--freelancer-location {
  display: inline;
  text-align: right;
  font-size: 18px;
  color: #6A6C6E;
  border-bottom: 2px solid #02BD94;
}

/* line 81, app/assets/stylesheets/cv.scss */
.cv--header .cv--contacts-section {
  margin-top: 40px;
}

/* line 85, app/assets/stylesheets/cv.scss */
.cv--header .cv--freelancer-contact {
  display: inline;
  font-size: 13px;
  color: #6A6C6E;
}

/* line 92, app/assets/stylesheets/cv.scss */
.cv--rates-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -10px;
  margin-bottom: 20px;
}

/* line 99, app/assets/stylesheets/cv.scss */
.cv--rates-list .cv--rate {
  display: flex;
  margin-left: 20px;
  margin-top: 10px;
  align-items: center;
}

/* line 105, app/assets/stylesheets/cv.scss */
.cv--rates-list .cv--rate .cv--rate-value {
  margin-right: 10px;
  color: #282A3D;
  font-size: 30px;
  font-weight: 600;
}

/* line 112, app/assets/stylesheets/cv.scss */
.cv--rates-list .cv--rate .cv--rate-type {
  color: #6A6C6E;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 121, app/assets/stylesheets/cv.scss */
.cv--skill-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px;
  margin-bottom: 10px;
}

/* line 128, app/assets/stylesheets/cv.scss */
.cv--skill-list .cv--skill {
  margin-left: 10px;
  margin-top: 10px;
  padding: 1px 5px;
  box-sizing: border-box;
  border: 1px solid #282A3D;
  border-radius: 12px;
  color: #282A3D;
  font-size: 13px;
  font-weight: 600;
}

/* line 142, app/assets/stylesheets/cv.scss */
.cv--section-header {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #A4A3A3;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px dashed #6A6C6E;
  line-height: 20px;
}

/* line 152, app/assets/stylesheets/cv.scss */
.cv--section-header.cv--experience--header {
  margin-bottom: 0;
}

/* line 156, app/assets/stylesheets/cv.scss */
.cv--experience {
  display: flex;
}

/* line 159, app/assets/stylesheets/cv.scss */
.cv--experience .cv--experience--timeline {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 15px;
  padding-right: 40px;
}

/* line 168, app/assets/stylesheets/cv.scss */
.cv--experience .cv--experience--timeline .cv--experience--dates {
  margin-bottom: 3px;
  color: #282A3D;
  font-size: 11px;
}

/* line 174, app/assets/stylesheets/cv.scss */
.cv--experience .cv--experience--timeline .cv--experience--duration {
  color: #6A6C6E;
  font-size: 11px;
}

/* line 179, app/assets/stylesheets/cv.scss */
.cv--experience .cv--experience--timeline .cv--experience--dot {
  position: absolute;
  top: 15px;
  right: -6px;
  width: 12px;
  height: 12px;
  background-color: #02BD94;
  border-radius: 50%;
}

/* line 189, app/assets/stylesheets/cv.scss */
.cv--experience .cv--experience--timeline .cv--experience--border {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  background-color: #02BD94;
}

/* line 200, app/assets/stylesheets/cv.scss */
.cv--experience .cv--experience--details {
  flex: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  padding-left: 40px;
}

/* line 208, app/assets/stylesheets/cv.scss */
.cv--experience .cv--experience--details .cv--experience--role {
  margin-bottom: 3px;
  color: #282A3D;
  font-size: 11px;
  font-weight: 600;
}

/* line 215, app/assets/stylesheets/cv.scss */
.cv--experience .cv--experience--details .cv--experience--company {
  margin-bottom: 3px;
  font-size: 11px;
  font-style: italic;
}

/* line 220, app/assets/stylesheets/cv.scss */
.cv--experience .cv--experience--details .cv--experience--company span.cv--experience--company-name {
  color: #282A3D;
}

/* line 224, app/assets/stylesheets/cv.scss */
.cv--experience .cv--experience--details .cv--experience--company span.cv--experience--location {
  color: #6A6C6E;
}

/* line 229, app/assets/stylesheets/cv.scss */
.cv--experience .cv--experience--details .cv--experience--description {
  color: #6A6C6E;
  font-size: 11px;
}

/* line 238, app/assets/stylesheets/cv.scss */
.cv--experience.first-experience:not(.last-experience) .cv--experience--timeline .cv--experience--border {
  background: linear-gradient(180deg, #ffffff 15px, #02BD94 15px);
}

/* line 246, app/assets/stylesheets/cv.scss */
.cv--experience.last-experience:not(.first-experience) .cv--experience--timeline .cv--experience--border {
  background: linear-gradient(180deg, #02BD94 15px, #ffffff 15px);
}

/* line 254, app/assets/stylesheets/cv.scss */
.cv--experience:not(.last-experience) .cv--experience--details .cv--experience--description {
  margin-bottom: 25px;
}

/* line 260, app/assets/stylesheets/cv.scss */
.cv--social-media-pair {
  display: flex;
  margin-bottom: 10px;
}

/* line 264, app/assets/stylesheets/cv.scss */
.cv--social-media-pair .cv--media {
  flex: 1;
  display: flex;
  align-items: center;
}

/* line 269, app/assets/stylesheets/cv.scss */
.cv--social-media-pair .cv--media i {
  margin-right: 10px;
  color: #6A6C6E;
}

/* line 274, app/assets/stylesheets/cv.scss */
.cv--social-media-pair .cv--media a {
  color: #282A3D;
  font-size: 11px;
}
/* line 3, app/assets/stylesheets/sticky_element.scss */
.sticky-element {
  transition: 300ms padding-top ease-in-out;
}

/* line 7, app/assets/stylesheets/sticky_element.scss */
.sticky-element.stick-fixed {
  width: inherit !important;
  padding-top: 20px;
  position: fixed;
  top: 0;
}

/* line 14, app/assets/stylesheets/sticky_element.scss */
.sticky-element.stick-absolute {
  width: inherit;
  padding-top: 20px;
  position: absolute;
  top: 0;
}

/* line 21, app/assets/stylesheets/sticky_element.scss */
.affix.affix-right-col-lg-4 {
  width: calc(30vw - 50px);
}
/* line 3, app/assets/stylesheets/aka_material_styles.scss */
.form-field {
  display: block;
}

/* line 7, app/assets/stylesheets/aka_material_styles.scss */
.input-group-wrapper.aka-material {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 1px 0 2px;
}

/* line 13, app/assets/stylesheets/aka_material_styles.scss */
.input-group-wrapper.aka-material .selectize-input {
  padding: 0;
  border: none;
  min-height: unset;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 20, app/assets/stylesheets/aka_material_styles.scss */
.input-group-wrapper.aka-material .selectize-input .item {
  color: #6A6C6E;
}

/* line 24, app/assets/stylesheets/aka_material_styles.scss */
.input-group-wrapper.aka-material .selectize-input input {
  color: #6A6C6E;
  display: inline-flex;
  width: 100% !important;
}

/* line 29, app/assets/stylesheets/aka_material_styles.scss */
.input-group-wrapper.aka-material .selectize-input input::placeholder {
  color: #DDDDDD;
}

/* line 34, app/assets/stylesheets/aka_material_styles.scss */
.input-group-wrapper.aka-material .selectize-input:after {
  right: 3px;
  border-color: #6A6C6E transparent transparent transparent;
}

/* line 41, app/assets/stylesheets/aka_material_styles.scss */
.form-field__bar {
  border-bottom: 2px solid #02BD94;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transition: all 0.4s;
  width: 100%;
}

/* line 55, app/assets/stylesheets/aka_material_styles.scss */
select.form-field__control {
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  margin-right: 20px;
  background-color: #ffffff !important;
  color: #6A6C6E !important;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #6A6C6E;
}

/* line 71, app/assets/stylesheets/aka_material_styles.scss */
select.form-field__control:invalid {
  color: #DDDDDD;
}

/* line 76, app/assets/stylesheets/aka_material_styles.scss */
.form-field__control {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #A4A3A3;
  color: #6A6C6E;
  display: block;
  font-size: 12px;
  outline: 0;
  line-height: 19px;
  padding: 2px 0;
  width: 100%;
}

/* line 89, app/assets/stylesheets/aka_material_styles.scss */
.form-field__control::placeholder {
  color: #DDDDDD;
}

/* line 94, app/assets/stylesheets/aka_material_styles.scss */
.form-field__control:focus ~ .form-field__bar {
  border-bottom: 2px solid #02BD94;
  transform: scaleX(1);
}

/* line 102, app/assets/stylesheets/aka_material_styles.scss */
.form-field.has-error .form-field__bar {
  border-bottom: 2px solid #F97877;
  transform: scaleX(1);
}

/* line 109, app/assets/stylesheets/aka_material_styles.scss */
.form-field.has-error .form-field__control:focus ~ .form-field__bar {
  border-bottom: 2px solid #F97877;
  transform: scaleX(1);
}

/* line 117, app/assets/stylesheets/aka_material_styles.scss */
.selectize-dropdown.form-field__control {
  padding: 0;
  border: none;
}

/* line 121, app/assets/stylesheets/aka_material_styles.scss */
.selectize-dropdown.form-field__control .selectize-dropdown-content {
  padding: 0;
  background: #ffffff;
}

/* line 125, app/assets/stylesheets/aka_material_styles.scss */
.selectize-dropdown.form-field__control .selectize-dropdown-content div {
  padding: 10px;
  cursor: pointer;
}
/* line 3, app/assets/stylesheets/inline_edit.scss */
.inline-edit {
  display: inline-flex;
  flex-direction: column;
  width: auto;
  transition: padding 250ms ease-in-out, margin 250ms ease-in-out;
}

/* line 11, app/assets/stylesheets/inline_edit.scss */
.inline-edit--show {
  display: inline-block;
  box-sizing: content-box;
  overflow-y: hidden;
  position: relative;
  margin: -10px -15px;
  padding: 10px 15px;
  transition: padding 250ms ease-in-out, margin 250ms ease-in-out, height 250ms ease-in-out;
}

/* line 22, app/assets/stylesheets/inline_edit.scss */
.inline-edit--show.no-hover:hover {
  border: none;
}

/* line 26, app/assets/stylesheets/inline_edit.scss */
.inline-edit--show:hover {
  border: dashed 1px #A4A3A3;
  border-radius: 10px;
  padding-right: 40px;
  margin-right: -40px;
}

/* line 33, app/assets/stylesheets/inline_edit.scss */
.inline-edit--show:hover .inline-edit--actions-first,
.inline-edit--show:hover .inline-edit--actions-last {
  top: 5px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 45, app/assets/stylesheets/inline_edit.scss */
.inline-edit--show .inline-edit--actions-first {
  position: absolute;
  top: -100px;
  right: 5px;
}

/* line 51, app/assets/stylesheets/inline_edit.scss */
.inline-edit--show .inline-edit--actions-last {
  position: absolute;
  top: -100px;
  right: 20px;
}

/* line 59, app/assets/stylesheets/inline_edit.scss */
.inline-edit--show.vertical-actions:hover {
  padding-right: 20px;
}

/* line 62, app/assets/stylesheets/inline_edit.scss */
.inline-edit--show.vertical-actions:hover .inline-edit--actions-first {
  top: 5px;
}

/* line 66, app/assets/stylesheets/inline_edit.scss */
.inline-edit--show.vertical-actions:hover .inline-edit--actions-last {
  top: 25px;
}

/* line 71, app/assets/stylesheets/inline_edit.scss */
.inline-edit--show.vertical-actions .inline-edit--actions-first {
  position: absolute;
  top: -100px;
  right: 10px;
}

/* line 77, app/assets/stylesheets/inline_edit.scss */
.inline-edit--show.vertical-actions .inline-edit--actions-last {
  position: absolute;
  top: -100px;
  right: 10px;
}

/* line 84, app/assets/stylesheets/inline_edit.scss */
.inline-edit--edit {
  border: dashed 1px #A4A3A3;
  border-radius: 10px;
  margin: -10px -15px;
  padding: 10px 15px;
  transition: all 250ms ease-in-out;
}
@media (max-width: 768px) {
  /* line 4, app/assets/stylesheets/freelancer_mobile.scss */
  .profile-menu {
    min-width: 140px;
  }
  /* line 8, app/assets/stylesheets/freelancer_mobile.scss */
  .h-scrollable-container.quick-filters {
    grid-gap: 10px;
    overflow: scroll;
  }
  /* line 14, app/assets/stylesheets/freelancer_mobile.scss */
  .tasks-period .btn-white {
    color: inherit;
  }
  /* line 21, app/assets/stylesheets/freelancer_mobile.scss */
  .freelancer-invoice-form .form-group label {
    padding-top: 7px;
  }
  /* line 30, app/assets/stylesheets/freelancer_mobile.scss */
  .daterangepicker .drp-buttons .drp-selected {
    display: none;
  }
  /* line 36, app/assets/stylesheets/freelancer_mobile.scss */
  .department-section .button-mobile-view {
    display: block;
  }
}
/* line 3, app/assets/stylesheets/freelancer_show.scss */
.freelancer-show--avatar {
  position: relative;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 0 50% 50% 50%;
}

/* line 10, app/assets/stylesheets/freelancer_show.scss */
.freelancer-show--avatar img {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

/* line 21, app/assets/stylesheets/freelancer_show.scss */
.freelancer-show--avatar-32-32 {
  position: relative;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 0 50% 50% 50%;
}

/* line 28, app/assets/stylesheets/freelancer_show.scss */
.freelancer-show--avatar-32-32 img {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

/* line 39, app/assets/stylesheets/freelancer_show.scss */
.freelancer-show--avatar-70-70 {
  position: relative;
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 0 50% 50% 50%;
}

/* line 46, app/assets/stylesheets/freelancer_show.scss */
.freelancer-show--avatar-70-70 img {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

/* line 57, app/assets/stylesheets/freelancer_show.scss */
.freelancer-show--avatar.self-created-freelancer, .freelancer-show--avatar-32-32.self-created-freelancer,
.freelancer-show--avatar-70-70.self-created-freelancer {
  background-color: #02BD94;
}

/* line 62, app/assets/stylesheets/freelancer_show.scss */
.freelancer-show--avatar.freelancer-sub-account, .freelancer-show--avatar-32-32.freelancer-sub-account,
.freelancer-show--avatar-70-70.freelancer-sub-account {
  background-color: #2AB6F6;
}

/* line 67, app/assets/stylesheets/freelancer_show.scss */
h2.freelancer-show--fullname-header {
  margin: 0;
  font-size: 28px;
  color: #6A6C6E;
  line-height: 28px;
}

/* line 74, app/assets/stylesheets/freelancer_show.scss */
.freelancer-show--vendor-label {
  display: inline;
  background-color: #A4A3A3;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 10px;
}

/* line 82, app/assets/stylesheets/freelancer_show.scss */
.freelancer-show--stats--value {
  display: inline;
  color: #6A6C6E;
  font-size: 18px;
  line-height: 13px;
  font-weight: 600;
}

/* line 89, app/assets/stylesheets/freelancer_show.scss */
.freelancer-show--stats--label {
  display: inline;
  color: #A4A3A3;
  font-size: 11px;
  text-transform: uppercase;
}

/* line 98, app/assets/stylesheets/freelancer_show.scss */
td.sub-account-actions-dropdown .disabled .max-width-300.m-l-xs {
  line-height: 15px;
}

/* line 103, app/assets/stylesheets/freelancer_show.scss */
#onboarding-process-info .content:not(:last-child) {
  margin-bottom: 40px;
}
/* line 3, app/assets/stylesheets/icalendar.scss */
.icalendar-week-days {
  cursor: pointer;
  margin-left: 19px;
  margin-right: 19px;
}

/* line 9, app/assets/stylesheets/icalendar.scss */
.icalendar-week-days:first-child {
  margin-left: auto;
}

/* line 13, app/assets/stylesheets/icalendar.scss */
.icalendar-week-days:last-child {
  margin-right: auto;
}

/* line 17, app/assets/stylesheets/icalendar.scss */
.icalendar-week-days input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  height: 0;
  width: 0;
}

/* line 25, app/assets/stylesheets/icalendar.scss */
.icalendar-week-days .checkbox-week-day {
  position: absolute;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #DDDDDD;
  display: inline-block;
  font-size: 11px;
  font-weight: 100;
  text-align: center;
}

/* line 37, app/assets/stylesheets/icalendar.scss */
.icalendar-week-days input:checked ~ .checkbox-week-day {
  background-color: #02BD94;
  color: #ffffff;
}
/* line 5, app/assets/stylesheets/public_portal/layout.scss */
body#public-portal,
#public-portal-preview {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 200px 1fr auto;
  background-color: white;
}

/* line 13, app/assets/stylesheets/public_portal/layout.scss */
#public-portal-preview {
  width: 100%;
  min-height: 100%;
}

/* line 19, app/assets/stylesheets/public_portal/layout.scss */
#public-portal header, #public-portal main, #public-portal footer,
#public-portal .public-portal-preview--header,
#public-portal .public-portal-preview--main,
#public-portal .public-portal-preview--footer, #public-portal-preview header, #public-portal-preview main, #public-portal-preview footer,
#public-portal-preview .public-portal-preview--header,
#public-portal-preview .public-portal-preview--main,
#public-portal-preview .public-portal-preview--footer {
  padding: 1.5em;
}

/* line 26, app/assets/stylesheets/public_portal/layout.scss */
#public-portal header, #public-portal footer,
#public-portal .public-portal-preview--header,
#public-portal .public-portal-preview--footer, #public-portal-preview header, #public-portal-preview footer,
#public-portal-preview .public-portal-preview--header,
#public-portal-preview .public-portal-preview--footer {
  color: #ffffff;
  background-color: #00BD94;
}

/* line 33, app/assets/stylesheets/public_portal/layout.scss */
#public-portal header,
#public-portal .public-portal-preview--header, #public-portal-preview header,
#public-portal-preview .public-portal-preview--header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 42, app/assets/stylesheets/public_portal/layout.scss */
#public-portal header img.public-portal--logo,
#public-portal .public-portal-preview--header img.public-portal--logo, #public-portal-preview header img.public-portal--logo,
#public-portal-preview .public-portal-preview--header img.public-portal--logo {
  width: auto;
  height: auto;
  max-height: 100px;
}

/* line 48, app/assets/stylesheets/public_portal/layout.scss */
#public-portal header .company-name,
#public-portal .public-portal-preview--header .company-name, #public-portal-preview header .company-name,
#public-portal-preview .public-portal-preview--header .company-name {
  transition: all 300ms ease-in-out;
}

/* line 52, app/assets/stylesheets/public_portal/layout.scss */
#public-portal header .header-title,
#public-portal .public-portal-preview--header .header-title, #public-portal-preview header .header-title,
#public-portal-preview .public-portal-preview--header .header-title {
  text-align: center;
  margin-top: 1.5em;
  word-break: break-word;
  transition: all 300ms ease-in-out;
}

/* line 60, app/assets/stylesheets/public_portal/layout.scss */
#public-portal main,
#public-portal .public-portal-preview--main, #public-portal-preview main,
#public-portal-preview .public-portal-preview--main {
  background-color: #ffffff;
}

/* line 63, app/assets/stylesheets/public_portal/layout.scss */
#public-portal main .description,
#public-portal .public-portal-preview--main .description, #public-portal-preview main .description,
#public-portal-preview .public-portal-preview--main .description {
  margin-bottom: 1.5em;
  line-height: 1.7em;
  font-weight: 400;
  color: #2F4050;
  word-break: break-word;
}

/* line 74, app/assets/stylesheets/public_portal/layout.scss */
#public-portal footer .footer-links,
#public-portal .public-portal-preview--footer .footer-links, #public-portal-preview footer .footer-links,
#public-portal-preview .public-portal-preview--footer .footer-links {
  margin-bottom: 1.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: -1.5em;
  margin-left: -1.5em;
}

/* line 83, app/assets/stylesheets/public_portal/layout.scss */
#public-portal footer .footer-links a,
#public-portal .public-portal-preview--footer .footer-links a, #public-portal-preview footer .footer-links a,
#public-portal-preview .public-portal-preview--footer .footer-links a {
  margin-left: 1.5em;
  margin-top: 1.5em;
  font-weight: 600;
  transition: all 300ms ease-in-out;
}

/* line 91, app/assets/stylesheets/public_portal/layout.scss */
#public-portal footer .copyright,
#public-portal .public-portal-preview--footer .copyright, #public-portal-preview footer .copyright,
#public-portal-preview .public-portal-preview--footer .copyright {
  font-size: 11px;
}

/* line 96, app/assets/stylesheets/public_portal/layout.scss */
#public-portal .portal-container, #public-portal-preview .portal-container {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (width: 768px) and (max-width: 1199px) {
  /* line 96, app/assets/stylesheets/public_portal/layout.scss */
  #public-portal .portal-container, #public-portal-preview .portal-container {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  /* line 96, app/assets/stylesheets/public_portal/layout.scss */
  #public-portal .portal-container, #public-portal-preview .portal-container {
    width: 860px;
  }
}

/* line 115, app/assets/stylesheets/public_portal/layout.scss */
#public-portal-preview .public-portal-preview--header,
#public-portal-preview .public-portal-preview--main,
#public-portal-preview .public-portal-preview--footer {
  transition: all 300ms ease-in-out;
}

/* line 121, app/assets/stylesheets/public_portal/layout.scss */
#public-portal-preview .portal-container {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (width: 768px) and (max-width: 1199px) {
  /* line 121, app/assets/stylesheets/public_portal/layout.scss */
  #public-portal-preview .portal-container {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  /* line 121, app/assets/stylesheets/public_portal/layout.scss */
  #public-portal-preview .portal-container {
    width: 90%;
  }
}

/* line 4, app/assets/stylesheets/customizations.scss */
.d-flex {
  display: flex;
}

/* line 7, app/assets/stylesheets/customizations.scss */
.d-flex .flex-right {
  margin-left: auto;
}

/* line 11, app/assets/stylesheets/customizations.scss */
.d-flex.baseline {
  align-items: baseline;
}

/* line 16, app/assets/stylesheets/customizations.scss */
.d-flex.inline-flex {
  display: inline-flex;
}

/* line 20, app/assets/stylesheets/customizations.scss */
.d-flex.d-flex-important {
  display: flex !important;
}

/* line 24, app/assets/stylesheets/customizations.scss */
.d-flex.col-direction {
  flex-direction: column;
}

@media (max-width: 320px) {
  /* line 28, app/assets/stylesheets/customizations.scss */
  .d-flex.col-reverse-direction {
    flex-direction: column-reverse;
  }
}

/* line 34, app/assets/stylesheets/customizations.scss */
.inline-grid {
  display: inline-grid;
}

/* line 38, app/assets/stylesheets/customizations.scss */
.self-right {
  justify-content: right;
}

/* line 42, app/assets/stylesheets/customizations.scss */
.d-flex.h-align {
  justify-content: center;
}

/* line 46, app/assets/stylesheets/customizations.scss */
.d-flex.col-direction.h-align {
  align-items: center;
}

/* line 50, app/assets/stylesheets/customizations.scss */
.d-flex.justify-flex-end {
  justify-content: flex-end;
}

/* line 54, app/assets/stylesheets/customizations.scss */
.d-flex.justify-flex-start {
  justify-content: flex-start;
}

/* line 58, app/assets/stylesheets/customizations.scss */
.d-flex.justify-content-between {
  justify-content: space-between;
}

/* line 62, app/assets/stylesheets/customizations.scss */
.d-flex.justify-content-center {
  justify-content: center;
}

/* line 66, app/assets/stylesheets/customizations.scss */
.d-flex.align-flex-start {
  align-items: flex-start;
}

/* line 70, app/assets/stylesheets/customizations.scss */
.d-flex.gap-col-xs > * {
  margin-right: 5px;
}

/* line 74, app/assets/stylesheets/customizations.scss */
.d-flex.gap-col-sm > * {
  margin-right: 10px;
}

/* line 78, app/assets/stylesheets/customizations.scss */
.d-flex.gap-col-md > * {
  margin-right: 20px;
}

/* line 82, app/assets/stylesheets/customizations.scss */
.d-flex.gap-sm:last-child,
.d-flex.gap-md:last-child {
  margin-right: 0 !important;
}

/* line 87, app/assets/stylesheets/customizations.scss */
.d-flex.gap-xs > * {
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 92, app/assets/stylesheets/customizations.scss */
.d-flex.gap-sm {
  margin-left: -10px;
  margin-top: -10px;
}

/* line 97, app/assets/stylesheets/customizations.scss */
.d-flex.gap-sm > * {
  margin-left: 10px;
  margin-top: 10px;
}

/* line 102, app/assets/stylesheets/customizations.scss */
.d-flex.gap-md {
  margin-top: -20px;
  margin-left: -20px;
}

/* line 107, app/assets/stylesheets/customizations.scss */
.d-flex.gap-md > * {
  margin-left: 20px;
  margin-top: 20px;
}

/* line 112, app/assets/stylesheets/customizations.scss */
.d-flex.gap-lg {
  margin-left: -30px;
  margin-top: -30px;
}

/* line 117, app/assets/stylesheets/customizations.scss */
.d-flex.gap-lg > * {
  margin-left: 30px;
  margin-top: 30px;
}

/* line 122, app/assets/stylesheets/customizations.scss */
.align-self-end {
  justify-self: end;
}

/* line 126, app/assets/stylesheets/customizations.scss */
.align-self-start {
  justify-self: start;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-1 {
  flex: 1;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-2 {
  flex: 2;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-3 {
  flex: 3;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-4 {
  flex: 4;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-5 {
  flex: 5;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-6 {
  flex: 6;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-7 {
  flex: 7;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-8 {
  flex: 8;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-9 {
  flex: 9;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-10 {
  flex: 10;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-11 {
  flex: 11;
}

/* line 131, app/assets/stylesheets/customizations.scss */
.flex-12 {
  flex: 12;
}

/* line 136, app/assets/stylesheets/customizations.scss */
.d-flex.justify-content-around {
  justify-content: space-around;
}

/* line 140, app/assets/stylesheets/customizations.scss */
.row.no-b-a:before, .row.no-b-a:after {
  display: block;
  content: none;
}

/* line 145, app/assets/stylesheets/customizations.scss */
.d-flex.h-center {
  justify-content: center;
}

/* line 149, app/assets/stylesheets/customizations.scss */
.d-flex.v-align {
  align-items: center;
}

/* line 153, app/assets/stylesheets/customizations.scss */
.d-flex.top-align {
  align-items: flex-start;
}

/* line 157, app/assets/stylesheets/customizations.scss */
.d-flex.wrap {
  flex-wrap: wrap;
}

/* line 161, app/assets/stylesheets/customizations.scss */
.d-flex.wrap-reverse {
  flex-wrap: wrap-reverse;
}

/* line 165, app/assets/stylesheets/customizations.scss */
.d-flex.content-flex-end {
  justify-content: flex-end;
}

/* line 169, app/assets/stylesheets/customizations.scss */
.break-word {
  word-wrap: break-word;
}

/* line 173, app/assets/stylesheets/customizations.scss */
.no-shrink {
  flex-shrink: 0;
}

/* line 178, app/assets/stylesheets/customizations.scss */
.grid-container {
  display: grid;
}

/* line 181, app/assets/stylesheets/customizations.scss */
.grid-container .align-self-end {
  align-self: end;
}

/* line 185, app/assets/stylesheets/customizations.scss */
.grid-container .align-self-center {
  align-self: center;
}

/* line 189, app/assets/stylesheets/customizations.scss */
.grid-container .justify-self-start {
  justify-self: start;
}

/* line 194, app/assets/stylesheets/customizations.scss */
.grid-container.gap-md {
  gap: 20px;
}

/* line 198, app/assets/stylesheets/customizations.scss */
.grid-container.gap-col-sm {
  column-gap: 10px;
}

/* line 202, app/assets/stylesheets/customizations.scss */
.grid-container.gap-col-md {
  column-gap: 20px;
}

/* line 206, app/assets/stylesheets/customizations.scss */
.grid-container.gap-row-sm {
  row-gap: 10px;
}

/* line 210, app/assets/stylesheets/customizations.scss */
.grid-container.gap-row-md {
  row-gap: 20px;
}

/* line 214, app/assets/stylesheets/customizations.scss */
.grid-container.grid-1 {
  grid-template-columns: 1fr;
}

/* line 218, app/assets/stylesheets/customizations.scss */
.grid-container.grid-auto-fit {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* line 222, app/assets/stylesheets/customizations.scss */
.grid-container.grid-1-1 {
  grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr);
}

/* line 227, app/assets/stylesheets/customizations.scss */
.ibox {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

/* line 231, app/assets/stylesheets/customizations.scss */
.ibox .ibox-header-link .ibox-tools {
  position: static;
}

/* line 236, app/assets/stylesheets/customizations.scss */
.ibox-tools {
  pointer-events: none;
}

/* line 238, app/assets/stylesheets/customizations.scss */
.ibox-tools * {
  pointer-events: auto;
}

/* line 243, app/assets/stylesheets/customizations.scss */
.ibox.no-shadows {
  box-shadow: none;
}

/* line 247, app/assets/stylesheets/customizations.scss */
.shadowed {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* line 251, app/assets/stylesheets/customizations.scss */
.turbolinks-progress-bar {
  background-color: #02BD94;
}

/* line 255, app/assets/stylesheets/customizations.scss */
.cycle-reports-bar, .bg-lightest-navy {
  background-color: #E3FAF5;
}

/* line 259, app/assets/stylesheets/customizations.scss */
.custom-header-logo {
  display: block;
  margin: auto;
  max-width: 90px;
  max-height: 70px;
}

/* line 266, app/assets/stylesheets/customizations.scss */
.custom-header-logo.onboarding {
  display: block;
  margin: auto;
  max-width: 180px;
  max-height: 150px;
}

/* line 274, app/assets/stylesheets/customizations.scss */
.ibox-title.tab-height {
  min-height: 42px;
}

/* line 278, app/assets/stylesheets/customizations.scss */
.ibox.ibox-section {
  margin-bottom: 0;
}

/* line 281, app/assets/stylesheets/customizations.scss */
.ibox.ibox-section .ibox-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #F4F4F4;
  border: unset;
  padding: 15px 40px;
}

/* line 290, app/assets/stylesheets/customizations.scss */
.ibox.ibox-section .ibox-title h5 {
  margin: unset;
  line-height: 1;
}

/* line 296, app/assets/stylesheets/customizations.scss */
.ibox.ibox-section .ibox-content {
  border: unset;
  padding: 15px 40px;
}

/* line 302, app/assets/stylesheets/customizations.scss */
.ibox-content .full-width-grey {
  background-color: rgba(221, 221, 221, 0.3);
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 310, app/assets/stylesheets/customizations.scss */
.ibox-content .stuck-to-top {
  margin-top: -15px;
  padding-top: 15px;
}

/* line 315, app/assets/stylesheets/customizations.scss */
.ibox-content .stuck-to-bottom {
  margin-bottom: -20px;
  padding-bottom: 20px;
}

/* line 320, app/assets/stylesheets/customizations.scss */
.ibox-title h5.info {
  font-size: 1.4rem;
  color: #A4A3A3;
  font-weight: normal;
}

/* line 328, app/assets/stylesheets/customizations.scss */
.ibox.lightest-gray .ibox-title, .ibox.lightest-gray .ibox-content {
  border: unset;
  background-color: #F4F4F4;
}

/* line 335, app/assets/stylesheets/customizations.scss */
.ibox .ibox-title.lightest-gray, .ibox .ibox-content.lightest-gray {
  border: unset;
  background-color: #F4F4F4;
}

/* line 342, app/assets/stylesheets/customizations.scss */
a {
  color: #221757;
  text-decoration: none;
}

/* line 347, app/assets/stylesheets/customizations.scss */
a:hover,
a:focus {
  color: #020206;
}

/* line 352, app/assets/stylesheets/customizations.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 359, app/assets/stylesheets/customizations.scss */
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
  content: "\e021";
}

/* line 363, app/assets/stylesheets/customizations.scss */
.footable-toggle-all span:before {
  content: '>';
  cursor: pointer;
  font-size: '15px';
}

/* line 369, app/assets/stylesheets/customizations.scss */
.footable.table > tbody > tr > td.footable-visible.footable-to-toggle {
  padding-right: 0;
  width: 25px;
}

/* line 374, app/assets/stylesheets/customizations.scss */
.table > tbody > tr > td.footable-visible {
  vertical-align: middle;
}

/* line 378, app/assets/stylesheets/customizations.scss */
.footable.table > tbody > tr > td.footable-visible:not(.footable-to-toggle) {
  cursor: default !important;
}

/* line 382, app/assets/stylesheets/customizations.scss */
.footable-row-detail-row {
  line-height: 2.0em;
}

/* line 386, app/assets/stylesheets/customizations.scss */
.footable-row-detail-name {
  color: #A4A3A3;
  font-weight: normal;
}

/* line 391, app/assets/stylesheets/customizations.scss */
.footable-row-detail-value {
  color: #6A6C6E;
  font-weight: 550;
}

/* line 396, app/assets/stylesheets/customizations.scss */
.footable.footable-custom.table > tr > td > .footable-row-detail-row {
  padding: 0 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-right: solid 1px #e7eaec;
}

/* line 402, app/assets/stylesheets/customizations.scss */
.footable.footable-custom.table > tr > td > .footable-row-detail-row .footable-row-detail-value {
  text-align: right;
}

/* line 407, app/assets/stylesheets/customizations.scss */
.footable.footable-custom.table > tr > td > .footable-row-detail-inner {
  margin-left: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  border-left: solid 1px #e7eaec;
}

/* line 414, app/assets/stylesheets/customizations.scss */
.dropdown-selection .dropdown-menu.open {
  width: 100%;
}

/* line 418, app/assets/stylesheets/customizations.scss */
.footable-wide-inner .footable-row-detail-inner {
  width: 100%;
}

/* line 421, app/assets/stylesheets/customizations.scss */
.footable-wide-inner .footable-row-detail-inner .footable-row-detail-name {
  width: 15%;
}

/* line 425, app/assets/stylesheets/customizations.scss */
.footable-wide-inner .footable-row-detail-inner .footable-row-detail-value {
  text-align: left;
  width: 85%;
}

/* line 431, app/assets/stylesheets/customizations.scss */
.footable > thead > tr > th > a {
  color: #A4A3A3;
  white-space: nowrap;
}

/* line 436, app/assets/stylesheets/customizations.scss */
.footable > thead > tr > th.footable-sorted > a,
.footable > thead > tr > th.footable-sorted-desc > a {
  color: #6A6C6E;
}

/* line 441, app/assets/stylesheets/customizations.scss */
.footable > thead > tr > th > a > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px;
}

/* line 453, app/assets/stylesheets/customizations.scss */
.footable > thead > tr > th > a > span.footable-sort-indicator:before {
  content: "\e022";
}

/* line 457, app/assets/stylesheets/customizations.scss */
.footable > thead > tr > th.footable-sorted > a > span.footable-sort-indicator:before {
  content: "\e013";
}

/* line 461, app/assets/stylesheets/customizations.scss */
.footable > thead > tr > th.footable-sorted-desc > a > span.footable-sort-indicator:before {
  content: "\e012";
}

/* line 465, app/assets/stylesheets/customizations.scss */
.footable-odd {
  background-color: #FFF;
}

/* line 469, app/assets/stylesheets/customizations.scss */
.footable .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 476, app/assets/stylesheets/customizations.scss */
.table > tfoot.totals > tr > td {
  border: none;
  padding: 0 8px;
  font-size: 14px;
}

/* line 483, app/assets/stylesheets/customizations.scss */
.table > tfoot.totals > tr td.with-border {
  border-top: 1px solid #e7eaec;
}

/* line 487, app/assets/stylesheets/customizations.scss */
.table > tfoot.totals > tr td.with-bottom-border {
  border-bottom: 1px solid #e7eaec;
}

/* line 493, app/assets/stylesheets/customizations.scss */
.table > tfoot.totals > tr:first-child td {
  padding-top: 20px;
}

/* line 499, app/assets/stylesheets/customizations.scss */
.table > tbody > tr.without_border td {
  vertical-align: middle;
  border-top: none;
}

/* line 505, app/assets/stylesheets/customizations.scss */
.table > thead > tr > th,
.table > tbody > tr > td {
  vertical-align: middle;
}

/* line 510, app/assets/stylesheets/customizations.scss */
.table > thead > tr > th {
  border-top: none;
}

/* line 514, app/assets/stylesheets/customizations.scss */
.table .multiple-select-actions {
  background-color: #02BD94;
  color: #FFF;
}

/* line 518, app/assets/stylesheets/customizations.scss */
.table .multiple-select-actions .selecter-count {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}

/* line 523, app/assets/stylesheets/customizations.scss */
.table .multiple-select-actions .selecter-count a {
  margin-left: 10px;
}

/* line 525, app/assets/stylesheets/customizations.scss */
.table .multiple-select-actions .selecter-count a:hover {
  text-decoration: underline;
}

/* line 532, app/assets/stylesheets/customizations.scss */
.table > thead > tr.arrow-row td {
  border: none;
  padding: 0;
}

/* line 536, app/assets/stylesheets/customizations.scss */
.table > thead > tr.arrow-row td span {
  background-color: transparent;
}

/* line 541, app/assets/stylesheets/customizations.scss */
.arrow-down {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #02BD94;
}

@media (min-width: 571px) {
  /* line 555, app/assets/stylesheets/customizations.scss */
  .identical-size-7 th:not(:first-child), .identical-size-7 td:not(:first-child) {
    width: calc(100% / 7);
    min-width: calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media (min-width: 571px) {
  /* line 555, app/assets/stylesheets/customizations.scss */
  .identical-size-6 th:not(:first-child), .identical-size-6 td:not(:first-child) {
    width: calc(100% / 6);
    min-width: calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media (min-width: 571px) {
  /* line 555, app/assets/stylesheets/customizations.scss */
  .identical-size-4 th:not(:first-child), .identical-size-4 td:not(:first-child) {
    width: calc(100% / 4);
    min-width: calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

/* line 569, app/assets/stylesheets/customizations.scss */
.table-hover tr:hover .no-hover {
  background-color: #ffffff;
}

/* line 573, app/assets/stylesheets/customizations.scss */
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #F2FCFA;
}

/* line 577, app/assets/stylesheets/customizations.scss */
.table-hover tbody tr.highlighted-table-row:hover td, .table-hover tbody tr.highlighted-table-row:hover th {
  background-color: #E5F8F4;
}

/* line 581, app/assets/stylesheets/customizations.scss */
.table-hover tbody tr.tr-disabled:hover td, .table-hover tbody tr.tr-disabled:hover th {
  background-color: #DFF2EE;
}

/* line 585, app/assets/stylesheets/customizations.scss */
.table-hover tbody tr.tr-disabled.highlighted-table-row:hover td,
.table-hover tbody tr.tr-disabled.highlighted-table-row:hover th {
  background-color: #DBEDE9;
}

/* line 590, app/assets/stylesheets/customizations.scss */
tr.tr-disabled {
  background-color: #F4F4F4;
}

/* line 594, app/assets/stylesheets/customizations.scss */
.with-angle-brand {
  background-image: linear-gradient(135deg, #02BD94 14px, #ffffff 14px);
}

/* line 598, app/assets/stylesheets/customizations.scss */
.with-angle-brand.disabled {
  background-image: linear-gradient(135deg, #02BD94 14px, #F4F4F4 14px);
}

/* line 602, app/assets/stylesheets/customizations.scss */
.table-hover tr:hover .with-angle-brand {
  background-image: linear-gradient(135deg, #02BD94 14px, #F2FCFA 14px);
}

/* line 606, app/assets/stylesheets/customizations.scss */
.with-angle-sky_blue {
  background-image: linear-gradient(135deg, #2AB6F6 14px, #ffffff 14px);
}

/* line 610, app/assets/stylesheets/customizations.scss */
.with-angle-sky_blue.disabled {
  background-image: linear-gradient(135deg, #2AB6F6 14px, #F4F4F4 14px);
}

/* line 614, app/assets/stylesheets/customizations.scss */
.table-hover tr:hover .with-angle-sky_blue {
  background-image: linear-gradient(135deg, #2AB6F6 14px, #F2FCFA 14px);
}

/* line 618, app/assets/stylesheets/customizations.scss */
td.td-with-image {
  display: flex;
  align-items: center;
}

/* line 623, app/assets/stylesheets/customizations.scss */
td.td-with-image .td-image img {
  width: 32px;
  height: 32px;
}

/* line 630, app/assets/stylesheets/customizations.scss */
.table > thead > tr.without-border > th {
  border: none !important;
}

/* line 634, app/assets/stylesheets/customizations.scss */
td.without-border {
  border: none !important;
  padding-bottom: 0 !important;
}

/* line 639, app/assets/stylesheets/customizations.scss */
.table tr.selected {
  background-color: #F2FCFA;
}

/* line 642, app/assets/stylesheets/customizations.scss */
.table tr.selected td.no-selection {
  background-color: #ffffff;
}

/* line 649, app/assets/stylesheets/customizations.scss */
.table > tbody > tr > td.connector.footable-visible,
.table > tbody > tr > td.connected-last.footable-visible,
.table > tbody > tr > td.connected.footable-visible {
  position: relative;
}

/* line 655, app/assets/stylesheets/customizations.scss */
.notification-preference-table {
  margin-bottom: 0px !important;
}

/* line 658, app/assets/stylesheets/customizations.scss */
.notification-preference-table thead {
  border: none;
  background-color: #F4F4F4;
}

/* line 662, app/assets/stylesheets/customizations.scss */
.notification-preference-table thead tr > th {
  border: none;
}

/* line 664, app/assets/stylesheets/customizations.scss */
.notification-preference-table thead tr > th h5 {
  color: #6A6C6E;
  font-weight: normal;
  font-size: 14px;
  padding-left: 30px;
}

@media (max-width: 450px) {
  /* line 664, app/assets/stylesheets/customizations.scss */
  .notification-preference-table thead tr > th h5 {
    width: 150px;
  }
}

/* line 675, app/assets/stylesheets/customizations.scss */
.notification-preference-table tbody {
  border: none;
}

/* line 677, app/assets/stylesheets/customizations.scss */
.notification-preference-table tbody tr {
  padding-left: 50px;
}

/* line 679, app/assets/stylesheets/customizations.scss */
.notification-preference-table tbody tr td {
  border: none;
}

/* line 681, app/assets/stylesheets/customizations.scss */
.notification-preference-table tbody tr td .attribute {
  padding-left: 30px;
}

@media (max-width: 1200px) {
  /* line 685, app/assets/stylesheets/customizations.scss */
  .notification-preference-table tbody tr .col-lg-1 {
    width: 60px;
  }
}

@media (max-width: 400px) {
  /* line 685, app/assets/stylesheets/customizations.scss */
  .notification-preference-table tbody tr .col-lg-1 {
    width: 50px;
  }
}

/* line 698, app/assets/stylesheets/customizations.scss */
.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:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .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.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #02BD94;
  border-color: #02BD94;
}

/* line 705, app/assets/stylesheets/customizations.scss */
.availability-picker td.day {
  border-radius: 0;
}

/* line 709, app/assets/stylesheets/customizations.scss */
.availability-picker td.day:not(.old):not(.new):not(.active) {
  color: #ffffff;
  background-color: #02BD94;
  border-color: #02BD94;
}

/* line 715, app/assets/stylesheets/customizations.scss */
.availability-picker table tr td.active:hover, .availability-picker .datepicker table tr td.active:hover:hover, .availability-picker .datepicker table tr td.active.disabled:hover, .availability-picker .datepicker table tr td.active.disabled:hover:hover, .availability-picker .datepicker table tr td.active:focus, .availability-picker .datepicker table tr td.active:hover:focus, .availability-picker .datepicker table tr td.active.disabled:focus, .availability-picker .datepicker table tr td.active.disabled:hover:focus, .availability-picker .datepicker table tr td.active:active, .availability-picker .datepicker table tr td.active:hover:active, .availability-picker .datepicker table tr td.active.disabled:active, .availability-picker .datepicker table tr td.active.disabled:hover:active, .availability-picker .datepicker table tr td.active.active, .availability-picker .datepicker table tr td.active.active:hover, .availability-picker .datepicker table tr td.active.disabled.active, .availability-picker .datepicker table tr td.active.disabled.active:hover, .availability-picker .open .dropdown-toggle.datepicker table tr td.active, .availability-picker .open .dropdown-toggle.datepicker table tr td.active:hover, .availability-picker .open .dropdown-toggle.datepicker table tr td.active.disabled, .availability-picker .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  border-color: #F97877;
  background-color: #F97877;
}

/* line 721, app/assets/stylesheets/customizations.scss */
.availability-picker table tr td.day.disabled:not(.active):not(.old), .availability-picker .datepicker table tr td.day.disabled:hover:not(.active):not(.old) {
  color: #ffffff;
  background-color: #02d6a8;
  border-color: #02BD94;
}

/* line 727, app/assets/stylesheets/customizations.scss */
.availability-picker table tr td.day.active.disabled:not(.old), .availability-picker .datepicker table tr td.day.active.disabled:hove:rnot(.old) {
  color: #ffffff;
  border-color: #F97877;
  background-color: #fa908f;
}

/* line 733, app/assets/stylesheets/customizations.scss */
.availability-picker table thead tr:first-child th.datepicker-switch:hover {
  background: #FFF;
}

/* line 737, app/assets/stylesheets/customizations.scss */
.availability-picker table thead tr:first-child th.datepicker-switch {
  cursor: default;
}

/* line 741, app/assets/stylesheets/customizations.scss */
.availability-picker tfoot tr th:hover {
  cursor: default;
  background: #FFF;
}

/* line 749, app/assets/stylesheets/customizations.scss */
.ln {
  display: inline-block;
  width: 1em;
  height: 1em;
}

/* line 755, app/assets/stylesheets/customizations.scss */
.ln.ln-caret-down {
  font-family: 'footable';
}

/* line 759, app/assets/stylesheets/customizations.scss */
.ln.ln-caret-down::before {
  content: "\e013";
}

/* line 763, app/assets/stylesheets/customizations.scss */
.la-xl {
  font-size: 2em;
}

/* line 767, app/assets/stylesheets/customizations.scss */
.la-grid-view-icon {
  font-size: 1.7em;
}

/* line 773, app/assets/stylesheets/customizations.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #018b6c;
  border-color: #018b6c;
}

/* line 779, app/assets/stylesheets/customizations.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #018b6c;
  background-image: none;
  border-color: #018b6c;
}

/* line 787, app/assets/stylesheets/customizations.scss */
.dropdown-menu li.not-allowed-item {
  cursor: not-allowed !important;
  background-color: #F4F4F4;
}

/* line 791, app/assets/stylesheets/customizations.scss */
.dropdown-menu li.not-allowed-item * {
  pointer-events: none;
}

/* line 797, app/assets/stylesheets/customizations.scss */
.subtext-below span {
  width: 100%;
  line-height: initial;
}

/* line 801, app/assets/stylesheets/customizations.scss */
.subtext-below span .text-muted {
  padding-left: 0 !important;
  display: flex !important;
  color: #A4A3A3 !important;
}

/* line 808, app/assets/stylesheets/customizations.scss */
.subtext-right-end span {
  width: 100%;
  display: flex !important;
  justify-content: space-between !important;
}

/* line 813, app/assets/stylesheets/customizations.scss */
.subtext-right-end span .text-muted {
  color: #A4A3A3 !important;
}

/* line 818, app/assets/stylesheets/customizations.scss */
.text-decoration-underline {
  text-decoration: underline;
  display: inline-block;
}

/* line 824, app/assets/stylesheets/customizations.scss */
.dropup .dropdown-menu {
  width: 100%;
}

/* line 829, app/assets/stylesheets/customizations.scss */
.dropdown-menu-left {
  right: 0;
  left: auto;
}

/* line 834, app/assets/stylesheets/customizations.scss */
.dropdown-menu-center {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* line 842, app/assets/stylesheets/customizations.scss */
.dropdown-menu-middle-left {
  right: 25px;
  left: auto;
  top: auto;
  bottom: -18px;
}

/* line 849, app/assets/stylesheets/customizations.scss */
.dropdown-menu .pull-right {
  max-width: 300px !important;
}

/* line 853, app/assets/stylesheets/customizations.scss */
.navbar-right .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 861, app/assets/stylesheets/customizations.scss */
.dropdown-item span {
  margin-left: 5px;
}

/* line 866, app/assets/stylesheets/customizations.scss */
.ibox-tools .dropdown-menu > li.disabled {
  background-color: #F4F4F4;
}

/* line 872, app/assets/stylesheets/customizations.scss */
.btn-circle.btn-sm {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 25px;
  font-size: 14px;
  line-height: 20px;
}

/* line 881, app/assets/stylesheets/customizations.scss */
.btn-three-dots {
  border: 1px solid #02BD94;
  text-transform: inherit !important;
  padding: 4px 3px;
  color: #02BD94;
}

/* line 887, app/assets/stylesheets/customizations.scss */
.btn-three-dots .dropdown-toggle {
  color: #02BD94;
  font-size: inherit;
}

/* line 896, app/assets/stylesheets/customizations.scss */
.multiple-select-actions .btn-primary {
  color: #EEE;
  margin: 0;
  padding: 0;
}

/* line 902, app/assets/stylesheets/customizations.scss */
.multiple-select-actions .btn-primary:active, .multiple-select-actions .btn-primary:hover, .multiple-select-actions .btn-primary:focus {
  background-color: transparent;
  border-color: transparent;
  color: #FFF;
}

/* line 909, app/assets/stylesheets/customizations.scss */
.multiple-select-actions.multiple-select-actions-detached {
  padding: 10px 20px;
  background-color: #02BD94;
}

/* line 914, app/assets/stylesheets/customizations.scss */
.multiple-select-actions.multiple-select-actions-detached .selecter-count span {
  color: #ffffff;
  font-style: italic;
}

/* line 919, app/assets/stylesheets/customizations.scss */
.multiple-select-actions.multiple-select-actions-detached .selecter-count a {
  margin-left: 10px;
}

/* line 922, app/assets/stylesheets/customizations.scss */
.multiple-select-actions.multiple-select-actions-detached .selecter-count a span {
  color: #EEE;
  font-style: italic;
}

/* line 928, app/assets/stylesheets/customizations.scss */
.multiple-select-actions.multiple-select-actions-detached .selecter-count b {
  color: #ffffff;
}

/* line 934, app/assets/stylesheets/customizations.scss */
.multiple-select-actions, .arrow-row {
  visibility: hidden;
  display: none;
}

/* line 939, app/assets/stylesheets/customizations.scss */
.multiple-select-actions.fadeIn, tr.arrow-row.fadeIn {
  display: flex;
}

/* line 943, app/assets/stylesheets/customizations.scss */
tr.multiple-select-actions.fadeIn, tr.arrow-row.fadeIn {
  display: table-row;
}

/* line 948, app/assets/stylesheets/customizations.scss */
.min-width-300 {
  min-width: 300px;
}

/* line 952, app/assets/stylesheets/customizations.scss */
.min-width-250 {
  min-width: 250px;
}

/* line 956, app/assets/stylesheets/customizations.scss */
.width-65 {
  width: 65px;
}

/* line 960, app/assets/stylesheets/customizations.scss */
.width-100 {
  width: 100px;
}

/* line 964, app/assets/stylesheets/customizations.scss */
.width-200 {
  width: 200px;
}

/* line 968, app/assets/stylesheets/customizations.scss */
.width-230 {
  width: 230px;
}

/* line 972, app/assets/stylesheets/customizations.scss */
.width-auto {
  width: auto !important;
}

/* line 976, app/assets/stylesheets/customizations.scss */
.min-width-150 {
  width: 150px;
}

/* line 980, app/assets/stylesheets/customizations.scss */
.min-width-75 {
  width: 75px;
}

/* line 984, app/assets/stylesheets/customizations.scss */
.width-1-percent {
  width: 1% !important;
}

/* line 988, app/assets/stylesheets/customizations.scss */
.width-8-percent {
  width: 8%;
}

/* line 992, app/assets/stylesheets/customizations.scss */
.width-10-percent {
  width: 10%;
}

/* line 996, app/assets/stylesheets/customizations.scss */
.width-50-percent {
  width: 50%;
}

/* line 1000, app/assets/stylesheets/customizations.scss */
.width-60-percent {
  width: 60%;
}

/* line 1004, app/assets/stylesheets/customizations.scss */
.width-75-percent {
  width: 75%;
}

/* line 1008, app/assets/stylesheets/customizations.scss */
.width-80-percent {
  width: 80%;
}

/* line 1012, app/assets/stylesheets/customizations.scss */
.width-90-percent {
  width: 90%;
}

/* line 1016, app/assets/stylesheets/customizations.scss */
.width-100-percent {
  width: 100%;
}

/* line 1020, app/assets/stylesheets/customizations.scss */
.height-45 {
  height: 45px;
}

/* line 1024, app/assets/stylesheets/customizations.scss */
.min-height-200 {
  height: auto;
  min-height: 200px;
}

@media (min-width: 768px) {
  /* line 1029, app/assets/stylesheets/customizations.scss */
  .min-width-md-150 {
    width: 150px;
  }
}

/* line 1035, app/assets/stylesheets/customizations.scss */
.min-width-18 {
  min-width: 18px;
}

/* line 1039, app/assets/stylesheets/customizations.scss */
.invisible {
  visibility: hidden;
}

/* line 1045, app/assets/stylesheets/customizations.scss */
.avatar-topnav {
  width: 38px;
  height: 38px;
}

/* line 1052, app/assets/stylesheets/customizations.scss */
.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:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .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.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #02BD94;
  border-color: #015845;
}

/* line 1060, app/assets/stylesheets/customizations.scss */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #02BD94;
  color: #fff;
}

/* line 1069, app/assets/stylesheets/customizations.scss */
.has-error .amount-with-currency-input,
.has-error .amount-with-currency-input:focus-within,
.has-error .custom-amount-with-currency-input {
  border-color: #F97877;
}

/* line 1076, app/assets/stylesheets/customizations.scss */
.amount-with-currency-input:focus-within {
  border-color: #02BD94;
}

/* line 1080, app/assets/stylesheets/customizations.scss */
.amount-with-currency-input {
  margin-top: 5px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #E7EAEC;
  border-radius: 1px;
  color: inherit;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

/* line 1092, app/assets/stylesheets/customizations.scss */
.amount-with-currency-input input {
  font-size: 14px;
  flex: 1;
  margin-left: 12px;
}

/* line 1098, app/assets/stylesheets/customizations.scss */
.amount-with-currency-input input, .amount-with-currency-input select {
  border: none;
}

/* line 1100, app/assets/stylesheets/customizations.scss */
.amount-with-currency-input input:focus, .amount-with-currency-input select:focus {
  outline: none;
}

/* line 1106, app/assets/stylesheets/customizations.scss */
.custom-amount-with-currency-input.input-group, .custom-amount-with-currency-input.input-group-prepend {
  margin-right: -1px;
  display: flex;
}

/* line 1111, app/assets/stylesheets/customizations.scss */
.custom-amount-with-currency-input .form-group {
  width: 100%;
  margin-bottom: 0;
}

/* line 1116, app/assets/stylesheets/customizations.scss */
.custom-amount-with-currency-input.input-group-prepend {
  width: 10%;
}

/* line 1120, app/assets/stylesheets/customizations.scss */
.custom-amount-with-currency-input.input-group-prepend.long {
  width: 25%;
}

/* line 1124, app/assets/stylesheets/customizations.scss */
fieldset[disabled] .form-control:not(.disabled) {
  background-color: #fff;
  opacity: 1;
}

/* line 1129, app/assets/stylesheets/customizations.scss */
.form-control[disabled]:not(.disabled),
.form-control[readonly]:not([data-controller~="date-picker"]):not([data-target~="daterangepicker.pickerInput"]):not(.disabled):not(.readonly),
fieldset[disabled] .form-control:not(.disabled) {
  color: #DDDDDD;
}

/* line 1135, app/assets/stylesheets/customizations.scss */
.bootstrap-select > .dropdown-toggle.bs-placeholder[disabled] {
  color: #DDDDDD;
  background-color: #F4F4F4;
  opacity: 1;
}

/* line 1141, app/assets/stylesheets/customizations.scss */
.form-control[readonly][data-target~="daterangepicker.pickerInput"]:not(.disabled),
.form-control[readonly][data-controller~="date-picker"]:not(.disabled) {
  background-color: #ffffff;
  opacity: 1;
}

/* line 1147, app/assets/stylesheets/customizations.scss */
.form-control.raw-text-control {
  border: none;
  padding-left: 0px;
}

/* line 1153, app/assets/stylesheets/customizations.scss */
.bootstrap-select.disabled .btn.disabled {
  color: #6A6C6E;
  cursor: not-allowed;
  background-color: #F4F4F4;
  opacity: 1;
}

/* For Firefox */
/* line 1162, app/assets/stylesheets/customizations.scss */
input.without-spinners[type='number'] {
  -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
/* line 1166, app/assets/stylesheets/customizations.scss */
input.without-spinners[type=number]::-webkit-inner-spin-button,
input.without-spinners[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 1174, app/assets/stylesheets/customizations.scss */
.intl-tel-input {
  width: 100%;
}

/* line 1180, app/assets/stylesheets/customizations.scss */
.radio-label {
  padding-top: 5px;
}

/* line 1184, app/assets/stylesheets/customizations.scss */
.radio-label.bordered-radio-label {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  padding: 10px 7px;
  margin-bottom: 15px;
}

/* line 1192, app/assets/stylesheets/customizations.scss */
.inline-checkboxes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 15px;
}

/* line 1199, app/assets/stylesheets/customizations.scss */
.inline-checkboxes-grid.single-column {
  display: flex !important;
  flex-direction: column;
  margin-top: -15px;
}

/* line 1205, app/assets/stylesheets/customizations.scss */
.inline-checkboxes-grid.single-column > div {
  margin-top: 15px;
}

/* line 1209, app/assets/stylesheets/customizations.scss */
.inline-checkboxes-grid.single-column.no-gap {
  grid-gap: 0;
}

/* line 1214, app/assets/stylesheets/customizations.scss */
.inline-checkboxes-grid.with-help .radio-label {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  border: 1px solid #E7EAEC;
  border-radius: 10px;
}

/* line 1223, app/assets/stylesheets/customizations.scss */
.inline-checkboxes-grid.with-help .radio-label .radio-help-header {
  border-bottom: 1px solid #E7EAEC;
  padding: 10px;
}

/* line 1227, app/assets/stylesheets/customizations.scss */
.inline-checkboxes-grid.with-help .radio-label .radio-help-header span {
  font-weight: bold;
  word-break: break-word;
}

/* line 1233, app/assets/stylesheets/customizations.scss */
.inline-checkboxes-grid.with-help .radio-label .radio-label-help-block {
  margin-left: 0;
  padding: 15px 20px;
  font-weight: 550;
}

/* line 1241, app/assets/stylesheets/customizations.scss */
.radio-input-wrapper {
  float: left;
}

/* line 1245, app/assets/stylesheets/customizations.scss */
.radio-label-help-block {
  padding-top: 2px;
  margin-left: 35px;
  font-weight: 550;
}

/* line 1251, app/assets/stylesheets/customizations.scss */
.radio-help-text {
  display: block;
  padding-top: 5px;
  font-weight: normal;
  font-size: 1.1rem;
}

/* line 1259, app/assets/stylesheets/customizations.scss */
.horizontal_radio_with_box_highlighting .inline-checkboxes-grid.with-help .highlighted-box {
  box-shadow: 0 0 6px -1px #5fbe95;
  border-color: #5fbe95;
}

/* line 1264, app/assets/stylesheets/customizations.scss */
.horizontal_radio_with_box_highlighting .radio-help-text {
  font-size: 16px;
  color: darkgrey;
}

/* line 1271, app/assets/stylesheets/customizations.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
li.has-error a,
li.has-error.active a,
li.has-error,
li.has-error.active,
.nav-tabs > li.has-error.active > a,
.nav-tabs > li.has-error.active > a:hover,
.nav-tabs > li.has-error.active > a:focus {
  color: #F97877;
}

/* line 1291, app/assets/stylesheets/customizations.scss */
.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #F97877;
}

/* line 1298, app/assets/stylesheets/customizations.scss */
label.error {
  color: #F97877;
}

/* line 1302, app/assets/stylesheets/customizations.scss */
span.error {
  color: #F97877;
}

/* line 1306, app/assets/stylesheets/customizations.scss */
.has-error .input-group-addon {
  color: #F97877;
  background-color: #f2dede;
  border-color: #F97877;
}

/* line 1315, app/assets/stylesheets/customizations.scss */
.i-checks label span.i-checks-text {
  color: #6A6C6E;
  line-height: 20px;
  font-size: 13px;
}

/* line 1321, app/assets/stylesheets/customizations.scss */
.i-checks label span.help-block {
  color: #A4A3A3;
  font-size: 9px;
  line-height: 13px;
  font-weight: lighter;
}

/* line 1329, app/assets/stylesheets/customizations.scss */
.json-field span.help-block {
  white-space: break-spaces;
}

/* line 1333, app/assets/stylesheets/customizations.scss */
span.i-checks-text {
  color: #6A6C6E;
  line-height: 20px;
  font-size: 13px;
  font-weight: 500;
}

/* line 1340, app/assets/stylesheets/customizations.scss */
.control-label {
  word-break: break-word;
}

/* line 1344, app/assets/stylesheets/customizations.scss */
span.help-block {
  font-size: 1.1rem;
}

/* line 1348, app/assets/stylesheets/customizations.scss */
span.help-block.wo-errors {
  font-size: 13px;
  margin: 12px 0 5px;
}

/* line 1355, app/assets/stylesheets/customizations.scss */
.image-stub-wrapper {
  background-color: #6A6C6E;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 1361, app/assets/stylesheets/customizations.scss */
.image-stub-wrapper .image-stub {
  color: #FFFFFF;
  font-weight: bold;
}

/* line 1368, app/assets/stylesheets/customizations.scss */
.image-stub-wrapper.lg .image-stub {
  font-size: 7rem;
}

/* line 1374, app/assets/stylesheets/customizations.scss */
.image-stub-wrapper.md .image-stub {
  font-size: 3rem;
}

/* line 1380, app/assets/stylesheets/customizations.scss */
.image-stub-wrapper.sm .image-stub {
  font-size: 1rem;
}

/* line 1385, app/assets/stylesheets/customizations.scss */
.image-200-200 {
  display: flex;
  justify-content: center;
  justify-items: center;
}

/* line 1389, app/assets/stylesheets/customizations.scss */
.image-200-200 img,
.image-200-200 .image-stub-wrapper {
  width: 200px;
  height: 200px;
}

/* line 1396, app/assets/stylesheets/customizations.scss */
.image-80-80 {
  display: flex;
  justify-content: center;
  justify-items: center;
}

/* line 1400, app/assets/stylesheets/customizations.scss */
.image-80-80 img,
.image-80-80 .image-stub-wrapper {
  width: 80px;
  height: 80px;
}

/* line 1407, app/assets/stylesheets/customizations.scss */
.image-70-70 {
  display: flex;
  justify-content: center;
  justify-items: center;
}

/* line 1411, app/assets/stylesheets/customizations.scss */
.image-70-70 img,
.image-70-70 .image-stub-wrapper {
  width: 70px;
  height: 70px;
}

/* line 1418, app/assets/stylesheets/customizations.scss */
.image-32-32 {
  display: flex;
  justify-items: center;
}

/* line 1421, app/assets/stylesheets/customizations.scss */
.image-32-32 img,
.image-32-32 .image-stub-wrapper {
  width: 32px;
  height: 32px;
}

/* line 1428, app/assets/stylesheets/customizations.scss */
.image-30-30 {
  display: flex;
  justify-items: center;
}

/* line 1431, app/assets/stylesheets/customizations.scss */
.image-30-30 img,
.image-30-30 .image-stub-wrapper {
  width: 30px;
  height: 30px;
}

/* line 1438, app/assets/stylesheets/customizations.scss */
.image-23-23 {
  display: flex;
  justify-items: center;
}

/* line 1441, app/assets/stylesheets/customizations.scss */
.image-23-23 img,
.image-23-23 .image-stub-wrapper {
  width: 23px;
  height: 23px;
}

/* line 1448, app/assets/stylesheets/customizations.scss */
.image-55-55 {
  display: flex;
  justify-content: center;
  justify-items: center;
}

/* line 1452, app/assets/stylesheets/customizations.scss */
.image-55-55 img,
.image-55-55 .image-stub-wrapper {
  width: 55px;
  height: 55px;
}

/* line 1459, app/assets/stylesheets/customizations.scss */
.image-60-60 {
  display: flex;
  justify-content: center;
  justify-items: center;
}

/* line 1463, app/assets/stylesheets/customizations.scss */
.image-60-60 img,
.image-60-60 .image-stub-wrapper {
  width: 60px;
  height: 60px;
}

/* line 1471, app/assets/stylesheets/customizations.scss */
.image-circle img,
.image-circle .image-stub-wrapper {
  border-radius: 50%;
}

/* line 1477, app/assets/stylesheets/customizations.scss */
.img-responsive {
  width: 100%;
  height: auto;
}

/* line 1482, app/assets/stylesheets/customizations.scss */
.max-width-image {
  max-height: 350px !important;
}

/* line 1486, app/assets/stylesheets/customizations.scss */
.image-stub-wrapper.img-responsive {
  height: 200px;
}

/* line 1490, app/assets/stylesheets/customizations.scss */
.img-muted {
  color: #A4A3A3;
}

/* line 1496, app/assets/stylesheets/customizations.scss */
.file {
  border: none;
  margin-right: 0;
}

/* line 1503, app/assets/stylesheets/customizations.scss */
.nav.navbar-top-links.navbar-left a {
  font-size: 14px;
}

/* line 1509, app/assets/stylesheets/customizations.scss */
.team-members .img-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
}

/* line 1517, app/assets/stylesheets/customizations.scss */
.team-members .img-circle span {
  font-size: 18px;
  font-weight: 600;
}

/* line 1526, app/assets/stylesheets/customizations.scss */
.form-group .form-group.note-form-group {
  padding: 0 30px;
}

/* line 1530, app/assets/stylesheets/customizations.scss */
.note-editor .btn-primary:hover, .note-editor .btn-primary:focus, .note-editor .btn-primary:active, .note-editor .btn-primary.active, .open .dropdown-toggle.note-editor .btn-primary,
.note-editor .btn-primary {
  color: #ffffff;
  background-color: #02BD94;
  border-color: #02BD94;
}

/* line 1537, app/assets/stylesheets/customizations.scss */
.note-editor .dropdown-menu > .active > a, .note-editor .dropdown-menu > .active > a:hover, .note-editor .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #02BD94;
}

/* line 1544, app/assets/stylesheets/customizations.scss */
.note-editor.note-frame {
  border: 1px solid #A4A3A3;
}

/* line 1550, app/assets/stylesheets/customizations.scss */
ul.navbar-top-links {
  display: inline-block;
}

/* line 1554, app/assets/stylesheets/customizations.scss */
.navbar-top-links .dropdown-alerts {
  margin-left: auto;
}

/* line 1558, app/assets/stylesheets/customizations.scss */
.navbar-top-links li a.image-link {
  padding: 11px 5px;
}

/* line 1563, app/assets/stylesheets/customizations.scss */
.body-small .navbar-top-links .dropdown-alerts {
  margin-left: -90px;
}

/* line 1570, app/assets/stylesheets/customizations.scss */
.skin-settings {
  margin-bottom: 200px;
}

/* line 1576, app/assets/stylesheets/customizations.scss */
h2.same-line-height {
  line-height: 24px;
}

/* line 1581, app/assets/stylesheets/customizations.scss */
h1.dashboard-widget .value {
  margin: 0;
  color: #282A3C;
  font-size: 36px;
  font-weight: 500;
}

/* line 1591, app/assets/stylesheets/customizations.scss */
.row.flexed {
  display: flex;
  flex-wrap: wrap;
}

/* line 1595, app/assets/stylesheets/customizations.scss */
.row.flexed > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* line 1601, app/assets/stylesheets/customizations.scss */
.nav > hr {
  border-top: 1px solid #A7B1C2;
}

/* line 1607, app/assets/stylesheets/customizations.scss */
.ibox.sortable-item {
  position: relative;
}

/* line 1613, app/assets/stylesheets/customizations.scss */
.fileinput-filename {
  margin: 0 1rem;
}

/* line 1620, app/assets/stylesheets/customizations.scss */
.custom-checkbox-inline .radio-inline + .radio-inline,
.custom-checkbox-inline .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 0;
}

/* line 1629, app/assets/stylesheets/customizations.scss */
.with-spinner {
  position: relative;
}

/* line 1633, app/assets/stylesheets/customizations.scss */
.with-spinner > .sk-spinner {
  display: none;
}

/* line 1635, app/assets/stylesheets/customizations.scss */
.with-spinner.sk-loading {
  filter: blur(2px);
}

/* line 1639, app/assets/stylesheets/customizations.scss */
.with-spinner.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

/* line 1648, app/assets/stylesheets/customizations.scss */
.dropdown-menu > .sk-spinner {
  display: none;
}

/* line 1649, app/assets/stylesheets/customizations.scss */
.dropdown-menu.sk-loading {
  position: absolute;
}

/* line 1650, app/assets/stylesheets/customizations.scss */
.dropdown-menu.sk-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1660, app/assets/stylesheets/customizations.scss */
.dropdown-menu.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}

/* line 1671, app/assets/stylesheets/customizations.scss */
.max-width-300 {
  max-width: 300px;
}

/* line 1675, app/assets/stylesheets/customizations.scss */
.max-width-230 {
  max-width: 230px;
}

/* line 1679, app/assets/stylesheets/customizations.scss */
.max-width-200 {
  max-width: 200px;
}

/* line 1683, app/assets/stylesheets/customizations.scss */
.max-width-100 {
  max-width: 100px;
}

/* line 1689, app/assets/stylesheets/customizations.scss */
.max-height-150 {
  max-height: 150px;
}

/* line 1696, app/assets/stylesheets/customizations.scss */
.md-editor textarea.markdown {
  padding: 20px;
}

@media (max-width: 991px) and (min-width: 768px) {
  /* line 1701, app/assets/stylesheets/customizations.scss */
  .md-editor .btn-group .btn-default {
    color: inherit;
  }
}

@media (max-width: 767px) {
  /* line 1707, app/assets/stylesheets/customizations.scss */
  .md-editor .btn-group .btn-default {
    color: inherit;
  }
}

@media (max-width: 480px) {
  /* line 1713, app/assets/stylesheets/customizations.scss */
  .md-editor .btn-group .btn-default {
    color: inherit;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  /* line 1719, app/assets/stylesheets/customizations.scss */
  .md-editor .btn-group .btn-default {
    color: inherit;
  }
}

/* line 1726, app/assets/stylesheets/customizations.scss */
.md-editor.md-fullscreen-mode .md-controls {
  display: none;
}

/* line 1735, app/assets/stylesheets/customizations.scss */
.panel.white-blocks .panel-heading {
  border-bottom: none;
}

/* line 1739, app/assets/stylesheets/customizations.scss */
.panel.white-blocks .panel-heading .panel-options .nav-tabs {
  border-bottom: none;
}

/* line 1742, app/assets/stylesheets/customizations.scss */
.panel.white-blocks .panel-heading .panel-options .nav-tabs li {
  margin-bottom: 0px;
}

/* line 1746, app/assets/stylesheets/customizations.scss */
.panel.white-blocks .panel-heading .panel-options .nav-tabs li.active {
  background-color: #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* line 1752, app/assets/stylesheets/customizations.scss */
.panel.white-blocks .panel-heading .panel-options .nav-tabs li.active a {
  border: none;
}

/* line 1757, app/assets/stylesheets/customizations.scss */
.panel.white-blocks .panel-heading .panel-options .nav-tabs li.active:after {
  background-color: #fff;
  height: 11px;
  content: "";
  position: absolute;
  bottom: -11px;
  left: -0px;
  right: -0px;
}

/* line 1770, app/assets/stylesheets/customizations.scss */
.panel.white-blocks .panel-body {
  background-color: #FFF;
}

/* line 1777, app/assets/stylesheets/customizations.scss */
.panel-options .nav-tabs li.active {
  padding-bottom: 2px;
}

/* line 1783, app/assets/stylesheets/customizations.scss */
.btn-stub {
  padding: 6px 12px;
}

/* line 1787, app/assets/stylesheets/customizations.scss */
.btn-stub.default-cursor {
  cursor: default;
}

/* line 1793, app/assets/stylesheets/customizations.scss */
hr.dashed {
  border-top: 2px dashed #e7eaec;
}

/* line 1797, app/assets/stylesheets/customizations.scss */
hr.solid {
  border-top: 2px solid #e7eaec;
}

/* line 1803, app/assets/stylesheets/customizations.scss */
.empty-state {
  text-align: center;
  margin: 4% auto;
}

/* line 1807, app/assets/stylesheets/customizations.scss */
.empty-state small {
  font-size: 1rem;
}

/* line 1814, app/assets/stylesheets/customizations.scss */
.alert-success {
  color: #02BD94;
  background-color: #CCF2EA;
  border-color: #02BD94;
}

/* line 1820, app/assets/stylesheets/customizations.scss */
.alert-disclaimer {
  color: #856B28;
  background-color: #FDF3D1;
  border-color: #FDEEC1;
}

/* line 1826, app/assets/stylesheets/customizations.scss */
.has-error .form-help {
  color: #F97877 !important;
}

@media (min-width: 768px) {
  /* line 1833, app/assets/stylesheets/customizations.scss */
  .form-horizontal .control-label.text-left {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
  }
}

/* line 1843, app/assets/stylesheets/customizations.scss */
dl.lano-dl dt {
  display: inline;
  color: #A4A3A3;
  font-weight: normal;
}

/* line 1848, app/assets/stylesheets/customizations.scss */
dl.lano-dl dt.d-flex {
  display: flex;
}

/* line 1853, app/assets/stylesheets/customizations.scss */
dl.lano-dl dd {
  display: inline-block;
  font-weight: 500;
  color: #6A6C6E;
}

/* line 1858, app/assets/stylesheets/customizations.scss */
dl.lano-dl dd.font-bold {
  font-weight: 600;
}

/* line 1863, app/assets/stylesheets/customizations.scss */
dl.lano-dl dt:before {
  content: "\A";
  white-space: pre;
}

/* line 1869, app/assets/stylesheets/customizations.scss */
dl.lano-dl > dt:first-child:before {
  content: "";
  white-space: pre;
}

/* line 1875, app/assets/stylesheets/customizations.scss */
dl.dl-lano-horizontal dt {
  color: #A4A3A3;
  font-weight: normal;
  line-height: 2em;
  width: auto;
}

/* line 1881, app/assets/stylesheets/customizations.scss */
dl.dl-lano-horizontal dd {
  font-weight: 500;
  line-height: 2em;
  color: #6A6C6E;
}

/* line 1889, app/assets/stylesheets/customizations.scss */
dl.lano-dl.lano-dl-wide dt, dl.lano-dl.lano-dl-wide dd {
  margin-bottom: 1rem;
}

/* line 1896, app/assets/stylesheets/customizations.scss */
.dashed-top {
  border-top: 2px dashed #e7eaec !important;
}

/* line 1900, app/assets/stylesheets/customizations.scss */
.dashed-top.dashed-sm {
  border-top: 1px dashed #A4A3A3 !important;
}

/* line 1904, app/assets/stylesheets/customizations.scss */
.dashed-top.p-t-md {
  padding-top: 20px;
}

/* line 1908, app/assets/stylesheets/customizations.scss */
.dashed-top.p-t-sm {
  padding-top: 10px;
}

/* line 1912, app/assets/stylesheets/customizations.scss */
.dashed-bottom {
  border-bottom: 2px dashed #E7EAEC !important;
}

/* line 1916, app/assets/stylesheets/customizations.scss */
.dashed-bottom-sm {
  border-bottom: 1px dashed #A4A3A3 !important;
}

/* line 1922, app/assets/stylesheets/customizations.scss */
.separator {
  border-top: 1px solid #E7EAEC;
}

/* line 1926, app/assets/stylesheets/customizations.scss */
.separator.vertical-text-separator {
  border: none;
}

/* line 1928, app/assets/stylesheets/customizations.scss */
.separator.vertical-text-separator:before {
  content: "|";
  font-size: 2rem;
  color: #E7EAEC;
}

/* line 1935, app/assets/stylesheets/customizations.scss */
.separator.separator-dashed {
  border-top: 2px dashed #E7EAEC;
}

/* line 1939, app/assets/stylesheets/customizations.scss */
.separator.separator-1px {
  border-width: 1px;
}

/* line 1943, app/assets/stylesheets/customizations.scss */
.separator.separator-border-color {
  border-color: #A4A3A3;
}

/* line 1949, app/assets/stylesheets/customizations.scss */
.row.row-flex {
  display: flex;
}

/* line 1953, app/assets/stylesheets/customizations.scss */
.row.row-flex [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* line 1958, app/assets/stylesheets/customizations.scss */
.row.row-flex .v-align[class*='col-'] {
  justify-content: center;
}

/* line 1964, app/assets/stylesheets/customizations.scss */
h5.section-header {
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 11px;
  color: #A4A3A3;
  border-bottom: 1px dashed #A4A3A3;
}

/* line 1971, app/assets/stylesheets/customizations.scss */
h5.section-header a.text-initial {
  text-transform: initial;
}

/* line 1974, app/assets/stylesheets/customizations.scss */
h5.section-header .notification {
  text-transform: none;
  color: #F7B643;
}

/* line 1979, app/assets/stylesheets/customizations.scss */
h4.grey-box-header {
  text-transform: uppercase;
  color: #A4A3A3;
}

/* line 1986, app/assets/stylesheets/customizations.scss */
.intl-tel-input.separate-dial-code .selected-dial-code {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

/* line 1991, app/assets/stylesheets/customizations.scss */
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  background-color: #FFFFFF !important;
}

/* line 1995, app/assets/stylesheets/customizations.scss */
.selected-flag {
  background-color: #FFFFFF !important;
  border-right: 1px solid #e5e6e7;
}

/* line 1998, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag {
  width: auto;
  height: auto;
  margin: auto;
  display: flex;
  vertical-align: middle !important;
  border: none !important;
  background: none !important;
  box-shadow: none;
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ac:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ad:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AD";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ae:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.af:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ag:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ai:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.al:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.am:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ao:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.aq:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AQ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ar:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.as:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.at:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.au:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.aw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ax:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AX";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.az:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "AZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ba:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bb:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BB";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bd:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BD";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.be:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bf:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bh:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bi:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bj:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BJ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bl:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bo:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bq:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BQ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.br:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bs:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bt:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bv:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BV";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.by:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.bz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "BZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ca:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cc:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cd:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CD";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cf:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ch:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ci:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ck:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cl:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.co:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cp:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CP";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cu:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cv:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CV";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cx:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CX";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cy:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.cz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "CZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.de:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "DE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.dg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "DG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.dj:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "DJ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.dk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "DK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.dm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "DM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.do:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "DO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.dz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "DZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ea:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "EA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ec:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "EC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ee:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "EE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.eg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "EG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.eh:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "EH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.er:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ER";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.es:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ES";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.et:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ET";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.eu:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "EU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.fi:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "FI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.fj:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "FJ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.fk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "FK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.fm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "FM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.fo:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "FO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.fr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "FR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ga:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gb:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GB";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gd:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GD";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ge:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gf:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gh:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gi:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gl:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gp:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GP";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gq:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GQ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gs:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gt:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gu:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.gy:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "GY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.hk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "HK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.hm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "HM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.hn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "HN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.hr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "HR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ht:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "HT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.hu:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "HU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ic:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.id:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ID";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ie:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.il:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.im:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.in:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.io:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.iq:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IQ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ir:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.is:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.it:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "IT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.je:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "JE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.jm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "JM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.jo:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "JO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.jp:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "JP";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ke:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.kg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.kh:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ki:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.km:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.kn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.kp:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KP";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.kr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.kw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ky:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.kz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "KZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.la:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.lb:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LB";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.lc:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.li:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.lk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.lr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ls:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.lt:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.lu:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.lv:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LV";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ly:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "LY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ma:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mc:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.md:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MD";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.me:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ME";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mf:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mh:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ml:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ML";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mo:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mp:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MP";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mq:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MQ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ms:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mt:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mu:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mv:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MV";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mx:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MX";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.my:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.mz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "MZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.na:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.nc:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ne:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.nf:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ng:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ni:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.nl:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.no:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.np:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NP";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.nr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.nu:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.nz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "NZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.om:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "OM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pa:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pe:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pf:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ph:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pl:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ps:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pt:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.pw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.py:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "PY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.qa:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "QA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.re:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "RE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ro:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "RO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.rs:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "RS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ru:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "RU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.rw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "RW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sa:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sb:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SB";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sc:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sd:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SD";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.se:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sh:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.si:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sj:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SJ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sl:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.so:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ss:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.st:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ST";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sv:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SV";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sx:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SX";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sy:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.sz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "SZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ta:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tc:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.td:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TD";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tf:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.th:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TH";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tj:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TJ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tl:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TL";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.to:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TO";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tr:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TR";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tt:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tv:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TV";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TW";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.tz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "TZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ua:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "UA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ug:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "UG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.um:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "UM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.us:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "US";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.uy:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "UY";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.uz:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "UZ";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.va:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "VA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.vc:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "VC";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ve:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "VE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.vg:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "VG";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.vi:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "VI";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.vn:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "VN";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.vu:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "VU";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.wf:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "WF";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ws:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "WS";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.xk:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "XK";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.ye:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "YE";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.yt:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "YT";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.za:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ZA";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.zm:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ZM";
}

/* line 2036, app/assets/stylesheets/customizations.scss */
.selected-flag .iti-flag.zw:before {
  margin: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  content: "ZW";
}

/* line 2047, app/assets/stylesheets/customizations.scss */
.flag-box {
  width: 0 !important;
}

/* line 2049, app/assets/stylesheets/customizations.scss */
.flag-box .iti-flag {
  display: none;
}

/* line 2055, app/assets/stylesheets/customizations.scss */
.control-label {
  color: #A4A3A3;
  font-weight: 500;
  font-size: 13px;
}

/* line 2060, app/assets/stylesheets/customizations.scss */
.control-label.font-bold {
  font-weight: bold;
  color: #6A6C6E;
}

/* line 2068, app/assets/stylesheets/customizations.scss */
.font-500 {
  font-weight: 500;
}

/* line 2069, app/assets/stylesheets/customizations.scss */
.font-600 {
  font-weight: 600;
}

/* line 2070, app/assets/stylesheets/customizations.scss */
.font-700 {
  font-weight: 700;
}

/* line 2073, app/assets/stylesheets/customizations.scss */
.font-size-9 {
  font-size: 9px;
}

/* line 2074, app/assets/stylesheets/customizations.scss */
.font-size-10 {
  font-size: 10px;
}

/* line 2075, app/assets/stylesheets/customizations.scss */
.font-size-11 {
  font-size: 11px;
}

/* line 2076, app/assets/stylesheets/customizations.scss */
.font-size-12 {
  font-size: 12px;
}

/* line 2077, app/assets/stylesheets/customizations.scss */
.font-size-13 {
  font-size: 13px;
}

/* line 2078, app/assets/stylesheets/customizations.scss */
.font-size-14 {
  font-size: 14px;
}

/* line 2079, app/assets/stylesheets/customizations.scss */
.font-size-16 {
  font-size: 16px;
}

/* line 2080, app/assets/stylesheets/customizations.scss */
.font-size-18 {
  font-size: 18px;
}

/* line 2081, app/assets/stylesheets/customizations.scss */
.font-size-24 {
  font-size: 24px;
}

/* line 2082, app/assets/stylesheets/customizations.scss */
.font-size-30 {
  font-size: 30px;
}

/* line 2086, app/assets/stylesheets/customizations.scss */
.lh-1 {
  line-height: 1;
}

/* line 2092, app/assets/stylesheets/customizations.scss */
.breadcrumbs-with-form-action {
  margin-top: -25px;
  margin-right: -25px;
  margin-left: -25px;
}

/* line 2098, app/assets/stylesheets/customizations.scss */
.breadcrumbs_action_notification {
  font-size: 1rem;
}

/* line 2104, app/assets/stylesheets/customizations.scss */
.help-block-sm {
  color: #6A6C6E;
  font-size: 9px;
  font-family: Poppins;
}

/* line 2110, app/assets/stylesheets/customizations.scss */
.input-group-wrapper-table {
  position: relative;
}

/* line 2113, app/assets/stylesheets/customizations.scss */
.input-group-wrapper-table .help-block.help-block-table {
  background-color: #ffffff;
  margin: 0;
  padding: 0 5px;
  z-index: 2;
  white-space: nowrap;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 1px solid #F97877;
  border-radius: 5px;
}

/* line 2128, app/assets/stylesheets/customizations.scss */
.white-space-nowrap {
  white-space: nowrap;
}

/* line 2134, app/assets/stylesheets/customizations.scss */
.input-group .form-control {
  z-index: auto;
}

/* line 2140, app/assets/stylesheets/customizations.scss */
.tooltip-inner {
  word-break: break-word;
}

/* line 2146, app/assets/stylesheets/customizations.scss */
.pac-container {
  z-index: 10000 !important;
}

/* line 2152, app/assets/stylesheets/customizations.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 2158, app/assets/stylesheets/customizations.scss */
.position-relative {
  position: relative !important;
}

/* line 2162, app/assets/stylesheets/customizations.scss */
.position-absolute {
  position: absolute !important;
}

/* line 2166, app/assets/stylesheets/customizations.scss */
.position-initial {
  position: initial !important;
}

/* line 2170, app/assets/stylesheets/customizations.scss */
.position-absolute.top-0 {
  top: 0;
}

/* line 2174, app/assets/stylesheets/customizations.scss */
.position-absolute.top-50-pct {
  top: 50%;
  transform: translateY(-50%);
}

/* line 2179, app/assets/stylesheets/customizations.scss */
.position-absolute.bottom-0 {
  bottom: 0;
}

/* line 2183, app/assets/stylesheets/customizations.scss */
.position-absolute.left-0 {
  left: 0;
}

/* line 2187, app/assets/stylesheets/customizations.scss */
.position-absolute.right-0 {
  right: 0;
}

/* line 2191, app/assets/stylesheets/customizations.scss */
.no-float {
  float: none;
}

/* line 2197, app/assets/stylesheets/customizations.scss */
.hidden-arrows {
  /* Chrome */
  /* Firefox */
}

/* line 2199, app/assets/stylesheets/customizations.scss */
.hidden-arrows input[type=number]::-webkit-inner-spin-button,
.hidden-arrows input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* line 2207, app/assets/stylesheets/customizations.scss */
.hidden-arrows input[type=number] {
  -moz-appearance: textfield;
}

/* line 2214, app/assets/stylesheets/customizations.scss */
.m-b-10mm {
  margin-bottom: 10mm;
}

/* line 2221, app/assets/stylesheets/customizations.scss */
.no-h-scroll div::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  /* line 2229, app/assets/stylesheets/customizations.scss */
  .modal-body-height-550 {
    height: 550px;
    overflow: scroll;
  }
  /* line 2234, app/assets/stylesheets/customizations.scss */
  .modal-footer-height-550 {
    height: 550px;
    overflow-y: scroll;
  }
  /* line 2239, app/assets/stylesheets/customizations.scss */
  .dialog-lg {
    width: 800px;
  }
  /* line 2243, app/assets/stylesheets/customizations.scss */
  .dialog-sm {
    width: 400px;
  }
  /* line 2247, app/assets/stylesheets/customizations.scss */
  .dialog-sm-plus {
    width: 460px;
  }
}

/* line 2250, app/assets/stylesheets/customizations.scss */
.inmodal .modal-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

/* line 2259, app/assets/stylesheets/customizations.scss */
.p-t-xs {
  padding-top: 5px;
}

/* line 2263, app/assets/stylesheets/customizations.scss */
.p-t-sm {
  padding-top: 10px;
}

/* line 2267, app/assets/stylesheets/customizations.scss */
.p-l-sm {
  padding-left: 10px;
}

/* line 2271, app/assets/stylesheets/customizations.scss */
.p-t-md {
  padding-top: 20px;
}

/* line 2275, app/assets/stylesheets/customizations.scss */
.p-t-xl {
  padding-top: 40px;
}

/* line 2279, app/assets/stylesheets/customizations.scss */
.p-b-md {
  padding-bottom: 20px;
}

/* line 2283, app/assets/stylesheets/customizations.scss */
.p-b-sm {
  padding-bottom: 10px;
}

/* line 2287, app/assets/stylesheets/customizations.scss */
.p-b-xs {
  padding-bottom: 5px;
}

/* line 2291, app/assets/stylesheets/customizations.scss */
.p-b-100 {
  padding-bottom: 100px;
}

/* line 2295, app/assets/stylesheets/customizations.scss */
.no-padding-left {
  padding-left: 0 !important;
}

/* line 2299, app/assets/stylesheets/customizations.scss */
.no-padding-right {
  padding-right: 0 !important;
}

/* line 2303, app/assets/stylesheets/customizations.scss */
.p-r-md {
  padding-right: 20px;
}

/* line 2307, app/assets/stylesheets/customizations.scss */
.p-r-2 {
  padding-right: 2px !important;
}

/* line 2311, app/assets/stylesheets/customizations.scss */
.p-l-md {
  padding-left: 20px;
}

/* line 2315, app/assets/stylesheets/customizations.scss */
.p-l-l {
  padding-left: 30px;
}

/* line 2319, app/assets/stylesheets/customizations.scss */
.p-r-xl {
  padding-right: 40px;
}

/* line 2323, app/assets/stylesheets/customizations.scss */
.p-l-xl {
  padding-left: 40px;
}

/* line 2327, app/assets/stylesheets/customizations.scss */
.p-r-100 {
  padding-right: 100px;
}

@media (min-width: 530px) {
  /* line 2331, app/assets/stylesheets/customizations.scss */
  .p-b-sm-530 {
    padding-bottom: 10px;
  }
}

/* line 2339, app/assets/stylesheets/customizations.scss */
.no-bottom-margin {
  margin-bottom: 0 !important;
}

/* line 2343, app/assets/stylesheets/customizations.scss */
.no-top-margin {
  margin-top: 0 !important;
}

/* line 2347, app/assets/stylesheets/customizations.scss */
.m-pull-right {
  margin: auto 0 auto auto;
}

/* line 2351, app/assets/stylesheets/customizations.scss */
.m-r-90 {
  margin-right: 90px;
}

/* line 2355, app/assets/stylesheets/customizations.scss */
.m-r-2 {
  margin-right: 2px;
}

/* line 2359, app/assets/stylesheets/customizations.scss */
.margin-auto {
  margin: auto;
}

/* line 2363, app/assets/stylesheets/customizations.scss */
.margin-unset {
  margin: unset;
}

/* line 2369, app/assets/stylesheets/customizations.scss */
.vertical-align-top {
  vertical-align: top !important;
}

/* line 2373, app/assets/stylesheets/customizations.scss */
.vertical-align-middle {
  vertical-align: middle !important;
}

/* line 2377, app/assets/stylesheets/customizations.scss */
.vertical-align-bottom {
  vertical-align: bottom;
}

/* line 2381, app/assets/stylesheets/customizations.scss */
.align-items-center {
  align-items: center;
}

/* line 2385, app/assets/stylesheets/customizations.scss */
.align-items-baseline {
  align-items: baseline;
}

/* line 2391, app/assets/stylesheets/customizations.scss */
.triangle {
  width: 0;
  border-top: 14px solid #02BD94;
  border-left: 0px solid #ffffff;
  border-right: 14px solid #ffffff;
}

/* line 2400, app/assets/stylesheets/customizations.scss */
.text-dark-grey {
  color: #A4A3A3;
}

/* line 2404, app/assets/stylesheets/customizations.scss */
.text-assigned {
  color: #23C6C8;
}

/* line 2408, app/assets/stylesheets/customizations.scss */
.text-purple {
  color: #221757;
}

/* line 2412, app/assets/stylesheets/customizations.scss */
.text-default {
  color: #6A6C6E;
}

/* line 2416, app/assets/stylesheets/customizations.scss */
.text-primary {
  color: #02BD94;
}

/* line 2422, app/assets/stylesheets/customizations.scss */
.d-none {
  display: none;
}

/* line 2426, app/assets/stylesheets/customizations.scss */
.d-inline-block {
  display: inline-block;
}

@media (max-width: 1199px) {
  /* line 2430, app/assets/stylesheets/customizations.scss */
  .d-none-less-xl {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 2436, app/assets/stylesheets/customizations.scss */
  .d-none-less-md {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 2442, app/assets/stylesheets/customizations.scss */
  .d-none-over-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 2448, app/assets/stylesheets/customizations.scss */
  .d-none-over-lg {
    display: none;
  }
}

/* line 2454, app/assets/stylesheets/customizations.scss */
.page-heading__btn--disabled.btn[disabled] {
  pointer-events: none;
}

/* line 2458, app/assets/stylesheets/customizations.scss */
.width-max-content {
  width: max-content !important;
}

/* line 2462, app/assets/stylesheets/customizations.scss */
.max-width-70 {
  display: inline-block;
  max-width: 70%;
}

/* line 2467, app/assets/stylesheets/customizations.scss */
.max-width-50-percent {
  display: inline-block;
  max-width: 50%;
}

/* line 2472, app/assets/stylesheets/customizations.scss */
.width-240 {
  width: 240px !important;
}

/* line 2478, app/assets/stylesheets/customizations.scss */
.noUi-target {
  background-color: #DDDDDD;
  border-radius: 15px;
  border: none;
  box-shadow: none;
}

/* line 2485, app/assets/stylesheets/customizations.scss */
.noUi-connect {
  background-color: #02BD94;
}

/* line 2489, app/assets/stylesheets/customizations.scss */
.noUi-horizontal {
  height: 6px;
}

/* line 2493, app/assets/stylesheets/customizations.scss */
.noUi-handle {
  height: 16px !important;
  width: 16px !important;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  right: -8px !important;
}

/* line 2500, app/assets/stylesheets/customizations.scss */
.noUi-handle:before, .noUi-handle:after {
  content: unset;
}

/* line 2504, app/assets/stylesheets/customizations.scss */
.noUi-handle:focus {
  outline: none !important;
}

/* line 2509, app/assets/stylesheets/customizations.scss */
.noUi-tooltip {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 11px;
  color: #A4A3A3;
  font-family: Poppins;
}

/* line 2521, app/assets/stylesheets/customizations.scss */
.text-center {
  text-align: center !important;
}

/* line 2527, app/assets/stylesheets/customizations.scss */
small.xsmall {
  font-size: 75%;
}

/* line 2531, app/assets/stylesheets/customizations.scss */
.table-td__freelancer-base-info small {
  font-size: 1.1rem;
}

/* line 2537, app/assets/stylesheets/customizations.scss */
.no-whitespace-break {
  white-space: nowrap;
}

/* line 2541, app/assets/stylesheets/customizations.scss */
.yes-whitespace-brake {
  white-space: normal;
}

/* line 2547, app/assets/stylesheets/customizations.scss */
.no-border-radius {
  border-radius: 0;
}

/* line 2551, app/assets/stylesheets/customizations.scss */
.solid-border {
  border: 1px solid #000000;
}

/* line 2555, app/assets/stylesheets/customizations.scss */
.link-solid-border-bottom {
  border-bottom: 1px solid #221757;
}

/* line 2559, app/assets/stylesheets/customizations.scss */
.btn-border-radius {
  border-radius: 3px !important;
}

/* line 2565, app/assets/stylesheets/customizations.scss */
.coma-joined::after {
  content: ',';
}

/* line 2571, app/assets/stylesheets/customizations.scss */
.dot-after::after {
  content: '.';
}

/* line 2577, app/assets/stylesheets/customizations.scss */
.colon-after::after {
  content: ':';
}

/* line 2583, app/assets/stylesheets/customizations.scss */
.asterisk-after::after {
  content: ' *';
}

/* line 2589, app/assets/stylesheets/customizations.scss */
.dash-after::after {
  content: ' -';
}

/* line 2594, app/assets/stylesheets/customizations.scss */
.dot.dot-lg {
  height: 1.6rem;
  width: 1.6rem;
}

/* line 2600, app/assets/stylesheets/customizations.scss */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 2607, app/assets/stylesheets/customizations.scss */
.duration-in-hours-part {
  max-width: calc(50% - 5px);
}

/* line 2612, app/assets/stylesheets/customizations.scss */
.bg-light-danger {
  background-color: #fbecec;
}

/* line 2616, app/assets/stylesheets/customizations.scss */
.bg-darkest-gray {
  background-color: #6A6C6E;
}

/* line 2620, app/assets/stylesheets/customizations.scss */
.bg-dark-gray {
  background-color: #888888;
}

/* line 2624, app/assets/stylesheets/customizations.scss */
.bg-gray {
  background-color: #A4A3A3;
}

/* line 2628, app/assets/stylesheets/customizations.scss */
.bg-white {
  background-color: white;
}

/* line 2632, app/assets/stylesheets/customizations.scss */
.bg-light-gray {
  background-color: #DDDDDD;
}

/* line 2636, app/assets/stylesheets/customizations.scss */
.bg-lightest-gray {
  background-color: #F4F4F4;
}

/* line 2640, app/assets/stylesheets/customizations.scss */
.bg-disabled {
  background-color: #eeeeee !important;
}

/* line 2644, app/assets/stylesheets/customizations.scss */
.bg-brand {
  background-color: #02BD94;
}

/* line 2648, app/assets/stylesheets/customizations.scss */
.bg-yellow {
  background-color: #F7B643;
}

/* line 2652, app/assets/stylesheets/customizations.scss */
.bg-lazur {
  background-color: #B0A2FF;
}

/* line 2656, app/assets/stylesheets/customizations.scss */
.bg-green {
  background-color: #9CCC66;
}

/* line 2660, app/assets/stylesheets/customizations.scss */
.bg-red {
  background-color: #F97877;
}

/* line 2664, app/assets/stylesheets/customizations.scss */
.bg-cyan {
  background-color: #23C6C8;
}

/* line 2668, app/assets/stylesheets/customizations.scss */
.bg-navy {
  background-color: #02BD94;
}

/* line 2672, app/assets/stylesheets/customizations.scss */
.bg-riptide {
  background-color: #91E3E3;
}

/* line 2676, app/assets/stylesheets/customizations.scss */
.bg-purple {
  background-color: #221757;
}

/* line 2680, app/assets/stylesheets/customizations.scss */
.bg-light-yellow {
  background-color: #FFE0A8;
}

/* line 2684, app/assets/stylesheets/customizations.scss */
.bg-ultramarine {
  background-color: #4F64FB;
}

/* line 2688, app/assets/stylesheets/customizations.scss */
.bg-aquamarine {
  background-color: #81EBD2;
}

/* line 2693, app/assets/stylesheets/customizations.scss */
.text-darkest-gray {
  color: #6A6C6E;
}

/* line 2697, app/assets/stylesheets/customizations.scss */
.text-dark-gray {
  color: #888888;
}

/* line 2701, app/assets/stylesheets/customizations.scss */
.text-gray {
  color: #A4A3A3;
}

/* line 2705, app/assets/stylesheets/customizations.scss */
.text-light-gray {
  color: #DDDDDD;
}

/* line 2709, app/assets/stylesheets/customizations.scss */
.text-lightest-gray {
  color: #F4F4F4;
}

/* line 2713, app/assets/stylesheets/customizations.scss */
.text-link {
  color: #675f8b;
}

/* line 2719, app/assets/stylesheets/customizations.scss */
.icheckbox_square-green, .iradio_square-green {
  min-width: 22px;
}

/* line 2724, app/assets/stylesheets/customizations.scss */
.i-checks:last-child .margin-bottom-0 {
  margin-bottom: 0;
}

/* line 2731, app/assets/stylesheets/customizations.scss */
.bg-blocked-payment {
  background: #ADD8E6;
  color: #000000;
}

/* line 2736, app/assets/stylesheets/customizations.scss */
.scrollable-table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

/* line 2743, app/assets/stylesheets/customizations.scss */
.companies_horizontal_radio_with_box_highlighting .inline-checkboxes-grid.with-help .highlighted-box {
  box-shadow: 0 0 6px -1px #5fbe95;
  border-color: #5fbe95;
}

/* line 2748, app/assets/stylesheets/customizations.scss */
.companies_horizontal_radio_with_box_highlighting .inline-checkboxes-grid.with-help .radio-label {
  display: flex;
  flex-direction: column;
  width: 200px;
  height: 100%;
  margin-bottom: 0;
  border: 1px solid #E7EAEC;
  border-radius: 10px;
}

/* line 2758, app/assets/stylesheets/customizations.scss */
.companies_horizontal_radio_with_box_highlighting .inline-checkboxes-grid {
  grid-template-columns: repeat(3, minmax(100px, 210px));
  grid-gap: 25px;
}

@media (max-width: 425px) {
  /* line 2758, app/assets/stylesheets/customizations.scss */
  .companies_horizontal_radio_with_box_highlighting .inline-checkboxes-grid {
    grid-template-columns: repeat(1, minmax(100px, 200px)) !important;
  }
}

@media (max-width: 600px) {
  /* line 2758, app/assets/stylesheets/customizations.scss */
  .companies_horizontal_radio_with_box_highlighting .inline-checkboxes-grid {
    grid-template-columns: repeat(2, minmax(100px, 205px));
  }
}

/* line 2769, app/assets/stylesheets/customizations.scss */
.companies_horizontal_radio_with_box_highlighting .radio-help-text {
  padding: 0px;
  font-size: 100%;
  text-align: center;
}

/* line 2775, app/assets/stylesheets/customizations.scss */
.companies_horizontal_radio_with_box_highlighting .image-stub-wrapper, .companies_horizontal_radio_with_box_highlighting img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

/* line 2781, app/assets/stylesheets/customizations.scss */
.companies_horizontal_radio_with_box_highlighting .d-flex.justify-content-center {
  justify-content: left;
}

/* line 2786, app/assets/stylesheets/customizations.scss */
.company-radio-index-grid-list {
  display: grid;
  grid-column-gap: 10px;
}

/* line 2792, app/assets/stylesheets/customizations.scss */
.steps-screen .ibox.custom {
  width: fit-content;
  height: auto;
}

/* line 2797, app/assets/stylesheets/customizations.scss */
.steps-screen .max-width-fix-content .help-block {
  max-width: fit-content;
}

/* line 2802, app/assets/stylesheets/customizations.scss */
.text-container {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 2802, app/assets/stylesheets/customizations.scss */
  .text-container {
    max-width: 350px;
    margin: auto;
  }
}

/* line 2811, app/assets/stylesheets/customizations.scss */
.global-employment-img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 430px) {
  /* line 2819, app/assets/stylesheets/customizations.scss */
  .p-w-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 2825, app/assets/stylesheets/customizations.scss */
.custom-height {
  display: block;
  overflow: auto;
}

/* line 2829, app/assets/stylesheets/customizations.scss */
.help-block.custom {
  width: 140px;
}

/* line 2833, app/assets/stylesheets/customizations.scss */
.custom-text-area {
  max-width: 500px;
}

@media (max-width: 512px) {
  /* line 2838, app/assets/stylesheets/customizations.scss */
  .custom-font-size {
    font-size: 11px;
  }
  /* line 2840, app/assets/stylesheets/customizations.scss */
  .custom-font-size h3 {
    font-size: 13px;
  }
  /* line 2845, app/assets/stylesheets/customizations.scss */
  .custom-text-area {
    max-width: 180px;
  }
}

@media (min-width: 513px) {
  /* line 2851, app/assets/stylesheets/customizations.scss */
  .custom-font-size {
    font-size: 12px;
  }
  /* line 2853, app/assets/stylesheets/customizations.scss */
  .custom-font-size h3 {
    font-size: 14px;
  }
  /* line 2857, app/assets/stylesheets/customizations.scss */
  .custom-font-size .custom-text-area {
    max-width: 250px;
  }
}

/* line 2863, app/assets/stylesheets/customizations.scss */
th.custom-padding-left, td.custom-padding-left {
  padding-left: 5% !important;
}

/* line 2867, app/assets/stylesheets/customizations.scss */
.custom-padding-bottom {
  padding-bottom: 20px;
}

/* line 2871, app/assets/stylesheets/customizations.scss */
.multiple-invite {
  font-size: 11px;
}

/* line 2873, app/assets/stylesheets/customizations.scss */
.multiple-invite h3 {
  font-size: 12px;
}

/* line 2877, app/assets/stylesheets/customizations.scss */
.multiple-invite .custom-text-area {
  max-width: 120px;
  padding-bottom: 25px;
}

/* line 2883, app/assets/stylesheets/customizations.scss */
.without-side-paddings {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1px;
}

/* line 2889, app/assets/stylesheets/customizations.scss */
.with-padding-right {
  padding-right: 30px;
}

/* line 2895, app/assets/stylesheets/customizations.scss */
.rounded-block {
  height: 100%;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #E7EAEC;
  border-radius: 10px;
}

@media (min-width: 475px) {
  /* line 2907, app/assets/stylesheets/customizations.scss */
  .hide-disabled-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 475px) {
  /* line 2915, app/assets/stylesheets/customizations.scss */
  .m-hide-disabled {
    margin-top: 15px;
    margin-left: -15px;
  }
}

@media (min-width: 475px) {
  /* line 2922, app/assets/stylesheets/customizations.scss */
  .d-flex-n-xs {
    display: flex;
  }
}

@media (max-width: 474px) {
  /* line 2928, app/assets/stylesheets/customizations.scss */
  .d-flex-n-xs .mobile-footer-buttons {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* line 2935, app/assets/stylesheets/customizations.scss */
.break-word {
  word-break: break-word;
}

/* line 2941, app/assets/stylesheets/customizations.scss */
.card-350 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  /* line 2941, app/assets/stylesheets/customizations.scss */
  .card-350 {
    max-width: 350px;
  }
}

/* line 2950, app/assets/stylesheets/customizations.scss */
.card-350 .logo-container {
  height: 120px;
}

/* line 2955, app/assets/stylesheets/customizations.scss */
.h-333 {
  height: 333px;
}

@media (min-width: 992px) {
  /* line 2959, app/assets/stylesheets/customizations.scss */
  .d-flex-992 {
    display: flex;
  }
}

/* line 2964, app/assets/stylesheets/customizations.scss */
.d-flex-992.justify-content-center {
  justify-content: center;
}

/* line 2969, app/assets/stylesheets/customizations.scss */
.payments-steps {
  text-align: left;
  margin-left: 15px;
  position: absolute;
  bottom: 85px;
}

@media (max-width: 450px) {
  /* line 2969, app/assets/stylesheets/customizations.scss */
  .payments-steps {
    bottom: 70px;
  }
}

/* line 2979, app/assets/stylesheets/customizations.scss */
.payments-steps .primary-color {
  color: #02BD94;
  font-weight: bold;
}

/* line 2985, app/assets/stylesheets/customizations.scss */
a.with-underscore {
  text-decoration: underline !important;
}

/* line 2989, app/assets/stylesheets/customizations.scss */
.custom-width-btn {
  min-width: 80px;
}

/* line 2993, app/assets/stylesheets/customizations.scss */
.md-padding-left {
  padding-left: 15px;
}

/* line 2997, app/assets/stylesheets/customizations.scss */
.md-padding-right {
  padding-right: 15px;
}

/* line 3001, app/assets/stylesheets/customizations.scss */
.lg-padding-left {
  padding-left: 20px;
}

/* line 3005, app/assets/stylesheets/customizations.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 3009, app/assets/stylesheets/customizations.scss */
.overflow-x-scroll {
  overflow-x: auto;
}

/* MARGINS & PADDINGS */
@media (max-width: 991px) {
  /* line 3015, app/assets/stylesheets/customizations.scss */
  .m-t-sm-tablet {
    margin-top: 10px;
  }
}

/* line 3021, app/assets/stylesheets/customizations.scss */
.stopwatch-icon {
  font-size: 20px;
  color: white;
  background-color: #F97877;
  border-radius: 50%;
  padding: 3px;
}

/* line 3029, app/assets/stylesheets/customizations.scss */
.right-side {
  position: absolute;
  right: 0;
}

/* line 3034, app/assets/stylesheets/customizations.scss */
.right-aligned {
  right: 50px;
  margin-top: 21px;
}

/* line 3039, app/assets/stylesheets/customizations.scss */
.circle-icon {
  background: #23c6c8;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}

/* line 3047, app/assets/stylesheets/customizations.scss */
.no-margin-bottom {
  margin-bottom: 0px !important;
}

/* line 3051, app/assets/stylesheets/customizations.scss */
.custom-footer-height {
  height: 70px;
}

/* line 3055, app/assets/stylesheets/customizations.scss */
.m-t-3 {
  margin-top: 3px;
}

/* line 3060, app/assets/stylesheets/customizations.scss */
.view-more {
  height: auto;
}

/* line 3063, app/assets/stylesheets/customizations.scss */
.view-more.hide-content {
  display: block;
  max-height: 60px;
  overflow: hidden;
}

/* line 3069, app/assets/stylesheets/customizations.scss */
.view-more.hide-box-content {
  display: block;
  max-height: 0;
  overflow: hidden;
}

/* line 3076, app/assets/stylesheets/customizations.scss */
.scrollable-modal {
  overflow-y: auto !important;
}

/* line 3080, app/assets/stylesheets/customizations.scss */
a.disabled {
  pointer-events: none;
}

/* line 3084, app/assets/stylesheets/customizations.scss */
.dropdown-menu.open {
  max-width: 100%;
}

/* line 3087, app/assets/stylesheets/customizations.scss */
.dropdown-menu.open .dropdown-menu.inner {
  overflow: hidden;
}

/* line 3092, app/assets/stylesheets/customizations.scss */
.without_border {
  border: none !important;
}

@media (max-width: 500px) {
  /* line 3097, app/assets/stylesheets/customizations.scss */
  .documents-list .footable-row-detail-name {
    max-width: 100px !important;
  }
}

/* line 3104, app/assets/stylesheets/customizations.scss */
.d-webkit-flex {
  display: -webkit-flex;
}

/* line 3109, app/assets/stylesheets/customizations.scss */
.fte-profile-state.onboarding {
  background-color: #B0A2FF;
}

/* line 3113, app/assets/stylesheets/customizations.scss */
.fte-profile-state.onboarded {
  background-color: #221757;
}

/* line 3117, app/assets/stylesheets/customizations.scss */
.fte-profile-state.active {
  background-color: green;
}

/* line 3121, app/assets/stylesheets/customizations.scss */
.fte-profile-state.active_leaving_soon {
  background-color: #23C6C8;
}

/* line 3125, app/assets/stylesheets/customizations.scss */
.fte-profile-state.offboarding {
  background-color: #2AB6F6;
}

/* line 3129, app/assets/stylesheets/customizations.scss */
.fte-profile-state.termination_requested, .fte-profile-state.termination_date_modified, .fte-profile-state.draft {
  background-color: #F7B643;
}

/* line 3133, app/assets/stylesheets/customizations.scss */
.fte-profile-state.to_be_terminated {
  background-color: red;
}

/* line 3137, app/assets/stylesheets/customizations.scss */
.fte-profile-state.terminated {
  background-color: gray;
}

/* line 3142, app/assets/stylesheets/customizations.scss */
.fte-btns-group {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 592px) {
  /* line 3142, app/assets/stylesheets/customizations.scss */
  .fte-btns-group {
    display: block;
  }
  /* line 3149, app/assets/stylesheets/customizations.scss */
  .fte-btns-group .margin-fte-response {
    margin-bottom: 10px;
  }
}

/* line 3155, app/assets/stylesheets/customizations.scss */
.line-height-xs {
  line-height: 1.5;
}

/* line 3159, app/assets/stylesheets/customizations.scss */
#pay_period {
  color: #6A6C6E !important;
}

/* line 5, app/assets/stylesheets/public_portal/open_jobs.scss */
.open-jobs-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

/* line 10, app/assets/stylesheets/public_portal/open_jobs.scss */
.open-jobs-container .open-job {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  transition: all 100ms ease-in-out;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

/* line 17, app/assets/stylesheets/public_portal/open_jobs.scss */
.open-jobs-container .open-job:hover {
  transform: scale(1.04);
}

/* line 21, app/assets/stylesheets/public_portal/open_jobs.scss */
.open-jobs-container .open-job .open-job--title {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1.5em;
  height: 120px;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  background-color: #A4A3A3;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
}

/* line 38, app/assets/stylesheets/public_portal/open_jobs.scss */
.open-jobs-container .open-job .open-job--title .title {
  font-size: 18px;
  color: inherit;
  text-transform: uppercase;
  word-break: break-word;
  text-align: center;
}

/* line 47, app/assets/stylesheets/public_portal/open_jobs.scss */
.open-jobs-container .open-job .open-job--action {
  padding: 1.5em;
  border-radius: 0 0 10px 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 56, app/assets/stylesheets/public_portal/open_jobs.scss */
.open-jobs-container .open-job .open-job--action a {
  text-transform: uppercase;
  background-color: #00BD94;
  color: white;
  padding: 0.5em 2em;
  transition: all 300ms ease-in-out;
}

/* line 68, app/assets/stylesheets/public_portal/open_jobs.scss */
.job-reply .job-reply--header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #A4A3A3;
  color: #ffffff;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 81, app/assets/stylesheets/public_portal/open_jobs.scss */
.job-reply .job-reply--header .job-reply--job-name {
  color: inherit;
  font-size: 18px;
  text-transform: uppercase;
  word-break: break-word;
  text-align: center;
}

/* line 90, app/assets/stylesheets/public_portal/open_jobs.scss */
.job-reply .job-reply--body {
  width: 100%;
  margin: auto;
}

@media (min-width: 1200px) {
  /* line 90, app/assets/stylesheets/public_portal/open_jobs.scss */
  .job-reply .job-reply--body {
    width: 80%;
  }
}

/* line 100, app/assets/stylesheets/public_portal/open_jobs.scss */
.job-reply--footer {
  margin: auto;
  width: 100%;
}

@media (min-width: 1200px) {
  /* line 100, app/assets/stylesheets/public_portal/open_jobs.scss */
  .job-reply--footer {
    width: 78%;
  }
}

/* line 109, app/assets/stylesheets/public_portal/open_jobs.scss */
.job-reply--button {
  width: 100%;
  text-transform: uppercase;
  background-color: #00BD94;
  color: white;
  padding: 1em 2em;
  border: none;
}
/* line 1, app/assets/stylesheets/open_jobs.scss */
.open-jobs--chart {
  height: 90px;
  width: 90px;
}

/* line 6, app/assets/stylesheets/open_jobs.scss */
.open-jobs--chart-stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 12, app/assets/stylesheets/open_jobs.scss */
.open-jobs--chart-stats .chart-stats--label {
  font-size: 24px;
}

/* line 17, app/assets/stylesheets/open_jobs.scss */
.open-jobs--chart-legend {
  display: flex;
  flex-direction: column;
}

/* line 21, app/assets/stylesheets/open_jobs.scss */
.open-jobs--chart-legend .chart-stats--legend--number {
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}

/* line 27, app/assets/stylesheets/open_jobs.scss */
.open-jobs--chart-legend .chart-stats--legend--label {
  flex: 1;
  font-size: 16px;
  margin-right: 10px;
}
/* line 3, app/assets/stylesheets/conversations.scss */
.receiver-name {
  font-weight: 700;
  color: #6A6C6E;
}

/* line 8, app/assets/stylesheets/conversations.scss */
.receiver-company-name {
  color: #A4A3A3;
  text-align: left;
}

/* line 13, app/assets/stylesheets/conversations.scss */
.receiver-button {
  border: none;
  background: none;
  width: 100%;
}

/* line 19, app/assets/stylesheets/conversations.scss */
.conversation-table {
  max-height: 50vh;
  overflow: auto;
}

/* line 23, app/assets/stylesheets/conversations.scss */
.conversation-table .lighter-font {
  color: #A4A3A3;
}

/* line 27, app/assets/stylesheets/conversations.scss */
.conversation-table .flex-start {
  place-self: flex-start;
}

@media (max-width: 400px) {
  /* line 32, app/assets/stylesheets/conversations.scss */
  .conversation-table .wrap-flow {
    flex-flow: wrap-reverse;
  }
}

/* line 38, app/assets/stylesheets/conversations.scss */
.grey-box.empty {
  min-height: 100px;
  text-align: center;
}

/* line 43, app/assets/stylesheets/conversations.scss */
div[id^=conversation-form] {
  max-height: 50vh;
  overflow: auto;
}

/* line 47, app/assets/stylesheets/conversations.scss */
div[id^=conversation-form] .message-created {
  font-size: smaller;
  color: #A4A3A3;
}

/* line 52, app/assets/stylesheets/conversations.scss */
div[id^=conversation-form] .message-sent {
  margin-left: 40%;
}

/* line 55, app/assets/stylesheets/conversations.scss */
div[id^=conversation-form] .message-sent .d-flex.v-align {
  flex-direction: row-reverse;
}

/* line 58, app/assets/stylesheets/conversations.scss */
div[id^=conversation-form] .message-sent .d-flex.v-align .message-created {
  text-align: right;
}

/* line 63, app/assets/stylesheets/conversations.scss */
div[id^=conversation-form] .message-sent .ibox-content {
  background-color: #E5F8F4;
  border-style: none;
}

/* line 69, app/assets/stylesheets/conversations.scss */
div[id^=conversation-form] .message-received {
  margin-right: 40%;
}

/* line 72, app/assets/stylesheets/conversations.scss */
div[id^=conversation-form] .message-received .ibox-content {
  background-color: #F4F4F4;
  border-style: none;
  float: left;
}

/* line 80, app/assets/stylesheets/conversations.scss */
.personal-message {
  width: auto;
  margin-right: 20px;
  border-radius: 10px;
}
/* line 4, app/assets/stylesheets/help_center.scss */
.action-group {
  height: 38px;
  margin-left: 10px;
  padding: 6px 10px;
  border-radius: 20px 0 0 20px;
  color: #221757;
  background-color: #F4F4F4;
}

@media (max-width: 350px) {
  /* line 4, app/assets/stylesheets/help_center.scss */
  .action-group {
    display: none;
  }
}

/* line 16, app/assets/stylesheets/help_center.scss */
.action-group a {
  background-color: transparent !important;
  padding: 0 !important;
  display: inline-block !important;
}

/* line 21, app/assets/stylesheets/help_center.scss */
.action-group a:hover {
  color: #020206;
}

@media (min-width: 767px) {
  /* line 27, app/assets/stylesheets/help_center.scss */
  .text-md-right {
    text-align: right;
  }
}

/* line 33, app/assets/stylesheets/help_center.scss */
.navbar-hc {
  z-index: 2001;
  position: fixed;
  right: 0;
  width: 416px;
  height: 100%;
  display: none;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

/* line 45, app/assets/stylesheets/help_center.scss */
.navbar-hc .navbar-hc-backdrop {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 33, app/assets/stylesheets/help_center.scss */
  .navbar-hc {
    width: 100%;
  }
}

/* line 58, app/assets/stylesheets/help_center.scss */
.navbar-hc .navbar-hc-header {
  height: 61px;
  padding: 22px 25px;
  color: #6A6C6E;
}

/* line 63, app/assets/stylesheets/help_center.scss */
.navbar-hc .navbar-hc-header .navbar-hc-collapse {
  color: #A4A3A3;
  padding: 0;
  position: absolute;
  right: 25px;
  display: inline-block;
}

/* line 72, app/assets/stylesheets/help_center.scss */
.navbar-hc .logo-section {
  height: 100px;
  background-color: #28395d;
}

/* line 76, app/assets/stylesheets/help_center.scss */
.navbar-hc .logo-section .logo-image {
  padding-top: 25px;
  margin-bottom: 10px;
}

/* line 81, app/assets/stylesheets/help_center.scss */
.navbar-hc .logo-section .help-block {
  color: white;
}

/* line 86, app/assets/stylesheets/help_center.scss */
.navbar-hc .content-section {
  height: calc(100% - 61px - 50px);
  overflow-y: overlay;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

/* line 92, app/assets/stylesheets/help_center.scss */
.navbar-hc .content-section::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}

/* line 99, app/assets/stylesheets/help_center.scss */
.navbar-hc .content-section-header {
  padding: 20px 25px 10px 25px;
}

/* line 103, app/assets/stylesheets/help_center.scss */
.navbar-hc .videos-section {
  background-color: #F7F7F7;
}

/* line 106, app/assets/stylesheets/help_center.scss */
.navbar-hc .videos-section ul {
  margin-bottom: 0;
}

/* line 110, app/assets/stylesheets/help_center.scss */
.navbar-hc .videos-section li {
  color: #6A6C6E;
  position: relative;
  padding: 10px 25px;
}

/* line 115, app/assets/stylesheets/help_center.scss */
.navbar-hc .videos-section li img, .navbar-hc .videos-section li i {
  border-radius: .5rem;
  width: 90px;
  height: 56px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

/* line 125, app/assets/stylesheets/help_center.scss */
.navbar-hc .videos-section li i {
  position: absolute;
  left: 25px;
  color: white;
  padding: 15px 32px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 133, app/assets/stylesheets/help_center.scss */
.navbar-hc .videos-section li .media-body {
  margin-left: 15px;
  display: inline-block;
  width: calc(100% - 110px);
}

/* line 138, app/assets/stylesheets/help_center.scss */
.navbar-hc .videos-section li .media-body h5 {
  line-height: 1.5;
}

/* line 142, app/assets/stylesheets/help_center.scss */
.navbar-hc .videos-section li .media-body .duration {
  color: #A6AFC1;
  font-weight: 600;
  bottom: 10px;
  position: absolute;
}

/* line 150, app/assets/stylesheets/help_center.scss */
.navbar-hc .videos-section li:hover {
  background-color: #EEEEEE;
}

/* line 157, app/assets/stylesheets/help_center.scss */
.navbar-hc .articles-section hr {
  margin: 10px 25px;
}

/* line 161, app/assets/stylesheets/help_center.scss */
.navbar-hc .articles-section li {
  padding: 10px 25px;
}

/* line 166, app/assets/stylesheets/help_center.scss */
.navbar-hc .help-section {
  padding: 10px 25px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 172, app/assets/stylesheets/help_center.scss */
.navbar-hc .help-section button {
  width: 100%;
}

/* line 178, app/assets/stylesheets/help_center.scss */
.hc-video-modal .modal-dialog {
  height: 75%;
  color: #A4A3A3;
  font-weight: 600;
}

@media (max-width: 768px) {
  /* line 178, app/assets/stylesheets/help_center.scss */
  .hc-video-modal .modal-dialog {
    width: auto;
  }
}

/* line 186, app/assets/stylesheets/help_center.scss */
.hc-video-modal .modal-dialog .modal-content {
  height: 100%;
}

/* line 189, app/assets/stylesheets/help_center.scss */
.hc-video-modal .modal-dialog .modal-content .modal-body {
  height: 100%;
  padding: 0;
}

/* line 193, app/assets/stylesheets/help_center.scss */
.hc-video-modal .modal-dialog .modal-content .modal-body iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
/* line 4, app/assets/stylesheets/signers.scss */
.signer-field {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 5px 0 0 0;
  position: relative;
  border-radius: 1px;
  border: 1px solid #E7EAEC;
  min-height: 28px;
}

/* line 14, app/assets/stylesheets/signers.scss */
.signer-field *:nth-child(n) {
  background-color: transparent;
  border: none;
  margin: 5px;
}

/* line 20, app/assets/stylesheets/signers.scss */
.signer-field input {
  flex: 1;
}

/* line 25, app/assets/stylesheets/signers.scss */
.signer-field select:focus, .signer-field input:focus {
  outline: none;
}

/* line 30, app/assets/stylesheets/signers.scss */
.signer-field input {
  margin-left: 20px;
  padding: 5px 10px;
}

/* line 35, app/assets/stylesheets/signers.scss */
.signer-field .readonly {
  padding: 5px 18px;
  background-color: #e0faf4;
  border-radius: 15px;
  outline: none;
}

/* line 42, app/assets/stylesheets/signers.scss */
.signer-field .partner-label {
  align-self: center;
  margin-left: auto;
  margin-right: 10px;
  color: #A4A3A3;
}

/* line 49, app/assets/stylesheets/signers.scss */
.signer-field .select-padding {
  padding: 3px 6px;
}

/* line 53, app/assets/stylesheets/signers.scss */
.signer-field .close {
  margin: 0 5px;
}

/* line 58, app/assets/stylesheets/signers.scss */
.signer-message {
  border: 1px solid #E7EAEC;
  margin-top: 5px;
  max-width: 100%;
  min-width: 100%;
  padding: 10px;
  width: 100%;
}

/* line 67, app/assets/stylesheets/signers.scss */
.signer-select {
  background-color: #ffffff;
  border: 0;
}

/* line 72, app/assets/stylesheets/signers.scss */
.ibox-title-secondary {
  border-style: solid solid none;
  padding: 15px 20px 20px;
  border-color: #E7EAEC;
  border-width: 1px 0;
}

/* line 79, app/assets/stylesheets/signers.scss */
.add-button {
  padding: 5px 20px;
}

/* line 83, app/assets/stylesheets/signers.scss */
.duplicate-email, .not-valid-email {
  display: none;
}

/* line 88, app/assets/stylesheets/signers.scss */
.templates-with-disabled-for-adobesign li a {
  margin: 0;
}

/* line 92, app/assets/stylesheets/signers.scss */
.templates-with-disabled-for-adobesign li.disabled {
  background-color: #F4F4F4;
}

@media (min-width: 768px) {
  /* line 95, app/assets/stylesheets/signers.scss */
  .templates-with-disabled-for-adobesign li.disabled a:before {
    content: var(--templates-with-disabled-for-adobesign-label);
    color: #A4A3A3;
  }
}

/* line 102, app/assets/stylesheets/signers.scss */
.templates-with-disabled-for-adobesign li.disabled a:after {
  content: '';
  background: url(/assets/adobesign_logo-4323aeb42d668176b8a4be5f6d83d70c2f34adaffb7fb500eac3a859111556da.png) no-repeat center center;
  background-size: cover;
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 112, app/assets/stylesheets/signers.scss */
  .text-sm-right {
    text-align: right;
  }
}

@media (max-width: 767.9px) {
  /* line 118, app/assets/stylesheets/signers.scss */
  .pt-sm {
    padding-top: 10px;
  }
}
/* line 4, app/assets/stylesheets/insurance.scss */
.insurance .height-520 {
  height: 520px;
}

/* line 8, app/assets/stylesheets/insurance.scss */
.insurance .description {
  padding-left: 90px;
  padding-right: 90px;
  padding-bottom: 40px;
}

/* line 14, app/assets/stylesheets/insurance.scss */
.insurance .line-height-initial {
  line-height: initial;
}

/* line 18, app/assets/stylesheets/insurance.scss */
.insurance .responsive-img {
  max-width: 100%;
  height: auto;
}

/* line 23, app/assets/stylesheets/insurance.scss */
.insurance .arrow-box {
  width: 100%;
  background: #d4cdfc;
  margin-left: -20px;
  position: absolute;
  padding-top: 10px;
  padding-bottom: 5px;
  z-index: 1;
  bottom: 20px;
}

@media (min-width: 500px) {
  /* line 23, app/assets/stylesheets/insurance.scss */
  .insurance .arrow-box {
    bottom: 42px;
  }
}

@media (min-width: 768px) {
  /* line 23, app/assets/stylesheets/insurance.scss */
  .insurance .arrow-box {
    bottom: 64px;
  }
}

/* line 41, app/assets/stylesheets/insurance.scss */
.insurance .arrow-box:before {
  content: '';
  position: absolute;
  right: -25px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 25px solid #d4cdfc;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

/* line 54, app/assets/stylesheets/insurance.scss */
.insurance .details {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: left;
}

/* line 62, app/assets/stylesheets/insurance.scss */
.insurance .request-form {
  background-color: #02BD94;
  border-top: none;
  height: 111px;
}

/* line 67, app/assets/stylesheets/insurance.scss */
.insurance .request-form .form-label {
  color: #ffffff;
  width: 20%;
  padding-left: 20px;
}

@media (max-width: 991px) {
  /* line 67, app/assets/stylesheets/insurance.scss */
  .insurance .request-form .form-label {
    margin-bottom: 60px;
  }
}

@media (max-width: 440px) {
  /* line 67, app/assets/stylesheets/insurance.scss */
  .insurance .request-form .form-label {
    padding-left: 0px;
  }
}

/* line 81, app/assets/stylesheets/insurance.scss */
.insurance .request-form .input-form {
  width: 100%;
}

/* line 85, app/assets/stylesheets/insurance.scss */
.insurance .request-form .form-group {
  width: 100%;
}

@media (max-width: 500px) {
  /* line 90, app/assets/stylesheets/insurance.scss */
  .insurance .p-w-lg-small {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 455px) {
  /* line 97, app/assets/stylesheets/insurance.scss */
  .insurance .h-de-tape:before {
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
  }
}
/* line 3, app/assets/stylesheets/quote_requests.scss */
.global-employment {
  background-image: url(/assets/global_employment_new-269e9abb8aa991413f17ee4ae10a834cb8bdc27d69e30e9478e01b9c70f7c34f.svg);
  background-size: cover;
  color: #ffffff;
}

@media (max-width: 1200px) {
  /* line 3, app/assets/stylesheets/quote_requests.scss */
  .global-employment {
    background: linear-gradient(104.37deg, #10E9B3 0%, #2BB19B 100%);
  }
}

/* line 12, app/assets/stylesheets/quote_requests.scss */
.global-employment .ge-content {
  padding: 70px 95px 31px;
}

@media (max-width: 1200px) {
  /* line 12, app/assets/stylesheets/quote_requests.scss */
  .global-employment .ge-content {
    padding: 23px 38px;
  }
}

/* line 20, app/assets/stylesheets/quote_requests.scss */
.global-employment .ge-title {
  font-size: 42px;
  line-height: 55px;
  padding-bottom: 36px;
}

@media (max-width: 1200px) {
  /* line 20, app/assets/stylesheets/quote_requests.scss */
  .global-employment .ge-title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 25px;
  }
}

/* line 32, app/assets/stylesheets/quote_requests.scss */
.global-employment .ge-sub-title {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 36px;
}

@media (max-width: 1200px) {
  /* line 32, app/assets/stylesheets/quote_requests.scss */
  .global-employment .ge-sub-title {
    padding-bottom: 25px;
  }
}

/* line 42, app/assets/stylesheets/quote_requests.scss */
.global-employment .ge-btn-wrapper {
  padding-bottom: 54px;
}

@media (max-width: 1200px) {
  /* line 42, app/assets/stylesheets/quote_requests.scss */
  .global-employment .ge-btn-wrapper {
    padding-bottom: 25px;
  }
}

/* line 50, app/assets/stylesheets/quote_requests.scss */
.global-employment .ge-btn {
  background-color: #4E70E6;
  border-color: #4E70E6;
  color: #ffffff;
}

/* line 55, app/assets/stylesheets/quote_requests.scss */
.global-employment .ge-btn:hover {
  background-color: #4165e4;
  border-color: #4165e4;
}

@media (max-width: 1200px) {
  /* line 50, app/assets/stylesheets/quote_requests.scss */
  .global-employment .ge-btn {
    display: block;
    padding: 13px;
    width: 100%;
  }
}

/* line 67, app/assets/stylesheets/quote_requests.scss */
.global-employment .ge-list {
  padding: 0 0 42px;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  /* line 67, app/assets/stylesheets/quote_requests.scss */
  .global-employment .ge-list {
    padding: 0 0 5px;
  }
}

/* line 76, app/assets/stylesheets/quote_requests.scss */
.global-employment .ge-list-item {
  align-items: flex-start;
  display: flex;
  font-size: 13px;
  line-height: 19px;
  list-style: none;
  margin: 0;
}

@media (max-width: 1200px) {
  /* line 76, app/assets/stylesheets/quote_requests.scss */
  .global-employment .ge-list-item {
    margin-bottom: 20px;
  }
}

/* line 89, app/assets/stylesheets/quote_requests.scss */
.global-employment .ge-list-item-image {
  margin-right: 10px;
}

/* line 93, app/assets/stylesheets/quote_requests.scss */
.global-employment .ge-list-item-text {
  margin-top: -4px;
}

/* line 97, app/assets/stylesheets/quote_requests.scss */
.global-employment .ge-info-footer {
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 1200px) {
  /* line 97, app/assets/stylesheets/quote_requests.scss */
  .global-employment .ge-info-footer {
    text-align: center;
  }
}

/* line 106, app/assets/stylesheets/quote_requests.scss */
.global-employment .ge-link {
  color: #4E70E6;
  text-decoration: underline;
}

/* line 110, app/assets/stylesheets/quote_requests.scss */
.global-employment .ge-link:hover {
  color: #4165e4;
}

/* line 116, app/assets/stylesheets/quote_requests.scss */
.quote-request-form {
  display: none;
}

/* line 119, app/assets/stylesheets/quote_requests.scss */
.quote-request-form input.text-darkest-gray {
  color: #6A6C6E !important;
}

/* line 124, app/assets/stylesheets/quote_requests.scss */
.quote-request-action-bar {
  display: none;
  margin-left: -25px;
}

/* line 129, app/assets/stylesheets/quote_requests.scss */
.not-full-width {
  width: 80%;
}

/* line 133, app/assets/stylesheets/quote_requests.scss */
.controls {
  position: absolute;
  margin-top: 3px;
  margin-right: 2px;
  top: 8px;
  right: 16px;
}

/* line 141, app/assets/stylesheets/quote_requests.scss */
.filters-wrapper.search div.input-group {
  width: 50%;
}

/* line 145, app/assets/stylesheets/quote_requests.scss */
#quote_request_quote, #quote_request_employee_cost {
  z-index: 1;
}

@media (min-width: 571px) {
  /* line 149, app/assets/stylesheets/quote_requests.scss */
  .d-flex-mob-over {
    display: flex;
  }
}

/* line 155, app/assets/stylesheets/quote_requests.scss */
.quote-estimation-list {
  padding: 20px 30px;
  line-height: 1.5;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  border-radius: 15px;
}

/* line 162, app/assets/stylesheets/quote_requests.scss */
.quote-estimation-list .salary-item {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

/* line 169, app/assets/stylesheets/quote_requests.scss */
.quote-estimation-list .salary-item.total {
  font-size: 14px;
  font-weight: 600;
  color: #3E506B;
}

/* line 176, app/assets/stylesheets/quote_requests.scss */
.quote-estimation-list.quoted {
  background-color: #E3FAF5;
  border-color: #E3FAF5;
}

/* line 181, app/assets/stylesheets/quote_requests.scss */
.quote-estimation-list.cancelled {
  background-color: #FBECEC;
  border-color: #FBECEC;
}

/* line 186, app/assets/stylesheets/quote_requests.scss */
.quote-estimation-list.extra-cost {
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
}

/* line 193, app/assets/stylesheets/quote_requests.scss */
.quote-estimation .text-muted {
  color: #A4A3A3;
}

/* line 197, app/assets/stylesheets/quote_requests.scss */
.quote-estimation .disclaimer {
  background-color: #FCE9AE;
  border: 2px solid #FAD56D;
  border-radius: 5px;
  padding: 13px;
}

/* line 205, app/assets/stylesheets/quote_requests.scss */
.bootstrap-select.short-currency-width {
  width: 100px !important;
}

@media (min-width: 475px) {
  /* line 210, app/assets/stylesheets/quote_requests.scss */
  .d-flex-475 {
    display: flex;
  }
  /* line 214, app/assets/stylesheets/quote_requests.scss */
  .m-r-md-475 {
    margin-right: 20px;
  }
}

@media (max-width: 474px) {
  /* line 220, app/assets/stylesheets/quote_requests.scss */
  .qr-action {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* line 226, app/assets/stylesheets/quote_requests.scss */
.input-group .disabled_input {
  background: #F4F4F4;
}

/* line 230, app/assets/stylesheets/quote_requests.scss */
.edit-quote-btn {
  border-radius: 3px 0px 0px 3px;
}

/* line 234, app/assets/stylesheets/quote_requests.scss */
.edit-quote-dropdown-btn {
  border-radius: 0px 3px 3px 0px;
}

/* line 238, app/assets/stylesheets/quote_requests.scss */
.add-quote-documents-btn {
  float: right;
}

@media (max-width: 500px) {
  /* line 238, app/assets/stylesheets/quote_requests.scss */
  .add-quote-documents-btn {
    padding-top: 15px;
  }
}
/* line 3, app/assets/stylesheets/payments.scss */
.pricing-link {
  text-decoration: underline;
}

/* line 8, app/assets/stylesheets/payments.scss */
.payment-box-header .title {
  color: #383737;
  margin-left: 10px;
  margin-top: unset;
  font-size: 20px;
  font-weight: 600;
}

/* line 17, app/assets/stylesheets/payments.scss */
.payment-box-bottom-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

/* line 23, app/assets/stylesheets/payments.scss */
.payment-box-bottom-content a {
  width: 80%;
}

/* line 26, app/assets/stylesheets/payments.scss */
.payment-box-bottom-content a.small {
  width: auto;
}

/* line 32, app/assets/stylesheets/payments.scss */
.payment-box-bottom-additional-text {
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
}

/* line 40, app/assets/stylesheets/payments.scss */
.select-payment_provider label {
  font-weight: 500;
}

/* line 43, app/assets/stylesheets/payments.scss */
.select-payment_provider label img {
  margin-right: 5px;
  margin-left: 10px;
}

/* line 49, app/assets/stylesheets/payments.scss */
.select-payment_provider .payment-provider-label {
  display: inline;
}

/* line 52, app/assets/stylesheets/payments.scss */
.select-payment_provider .payment-provider-label a {
  position: absolute;
}

/* line 59, app/assets/stylesheets/payments.scss */
.balances .pull-right .amount {
  font-size: larger;
  font-weight: 600;
}

/* line 65, app/assets/stylesheets/payments.scss */
.no-border-select {
  border: 0;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/assets/custom_icons/arrow-957462ee6fac84a337ccb7a4a373e9a3044a04641c8734760e59755f42c5ca29.svg) !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right .7em top 50%, 0 0 !important;
  background-size: .65em auto, 100% !important;
  border: none;
  border-radius: 0px;
}

/* line 79, app/assets/stylesheets/payments.scss */
.width-120 {
  width: 120px;
}

/* line 83, app/assets/stylesheets/payments.scss */
.width-60 {
  width: 60px;
}

/* line 88, app/assets/stylesheets/payments.scss */
.wallet-preview-total-area .total-converted-amount-incorrect {
  background-color: #FBECEC;
  border-radius: 10px;
}

/* line 93, app/assets/stylesheets/payments.scss */
.wallet-preview-total-area .total-converted-amount-correct {
  background-color: #E3FAF5;
  border-radius: 10px;
}

/* line 98, app/assets/stylesheets/payments.scss */
.wallet-preview-total-area table tr td {
  border: 0px;
}

@media (max-width: 768px) {
  /* line 104, app/assets/stylesheets/payments.scss */
  .payment-activations.block-with-footnote .wallet-state-banner {
    padding: 35px;
  }
}

@media (min-width: 769px) {
  /* line 104, app/assets/stylesheets/payments.scss */
  .payment-activations.block-with-footnote .wallet-state-banner {
    padding: 80px 80px 60px 80px;
  }
}

/* line 113, app/assets/stylesheets/payments.scss */
.payment-activations.block-with-footnote .wallet-state-banner .banner-description {
  max-width: 485px;
}

@media (max-width: 768px) {
  /* line 118, app/assets/stylesheets/payments.scss */
  .payment-activations.block-with-footnote .wallet-state-banner .banner-footer .btn {
    height: 48px;
    padding-top: 14px;
  }
}

@media (min-width: 1140px) and (max-width: 1265px) {
  /* line 127, app/assets/stylesheets/payments.scss */
  .payment-activations.block-with-footnote .wallet-state-banner .banner-description {
    max-width: 285px;
  }
}

@media (min-width: 769px) {
  /* line 133, app/assets/stylesheets/payments.scss */
  .payment-activations.block-with-footnote .wallet-documents-submitted-state-banner {
    padding: 80px;
  }
}

/* line 139, app/assets/stylesheets/payments.scss */
.payment-activations.block-with-footnote .numbered-box {
  opacity: 0.7;
  font-size: 20px;
  color: #29385D;
  width: 40px;
  min-width: 40px;
  background-color: #949BAE;
}

/* line 149, app/assets/stylesheets/payments.scss */
.countries-for-payments {
  background-color: #E1F0ED;
}

@media (max-width: 768px) {
  /* line 149, app/assets/stylesheets/payments.scss */
  .countries-for-payments {
    padding: 35px 25px;
  }
}

@media (min-width: 769px) {
  /* line 149, app/assets/stylesheets/payments.scss */
  .countries-for-payments {
    padding: 50px 70px;
  }
}

/* line 160, app/assets/stylesheets/payments.scss */
.countries-for-payments .table-title {
  color: #29385D;
  font-size: 18px;
  margin-bottom: 25px;
  margin-left: 8px;
}

/* line 168, app/assets/stylesheets/payments.scss */
.countries-for-payments table th:not(:first-child), .countries-for-payments table td:not(:first-child) {
  text-align: center;
  width: 25%;
}

/* line 173, app/assets/stylesheets/payments.scss */
.countries-for-payments table th, .countries-for-payments table td {
  color: #29385D !important;
  height: 48px;
}

/* line 178, app/assets/stylesheets/payments.scss */
.countries-for-payments table th {
  opacity: 0.7;
  border-bottom: 1px solid rgba(41, 56, 93, 0.15) !important;
}

/* line 183, app/assets/stylesheets/payments.scss */
.countries-for-payments table td {
  border-bottom: 1px solid rgba(41, 56, 93, 0.07);
}

/* line 186, app/assets/stylesheets/payments.scss */
.countries-for-payments table td:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 192, app/assets/stylesheets/payments.scss */
.countries-for-payments table td i {
  margin-right: 8px;
}

/* line 197, app/assets/stylesheets/payments.scss */
.countries-for-payments table td .check-mark:after {
  content: url(/assets/custom_icons/check_mark-fc3581065a6fbd5760ef83e41bc9c72b76deba07677768dd1402e22c4fb21982.svg);
  display: block;
}

/* line 205, app/assets/stylesheets/payments.scss */
.countries-for-payments a, .countries-for-payments .down-arrowhead {
  color: #4664C8;
}

/* line 209, app/assets/stylesheets/payments.scss */
.countries-for-payments .down-arrowhead {
  margin-left: 8px;
  cursor: pointer;
}

/* line 213, app/assets/stylesheets/payments.scss */
.countries-for-payments .down-arrowhead:after {
  content: url(/assets/custom_icons/down_arrowhead-e84adeb346764548fd567fd4fbf040cf2da662484b621b8ce5de5fbeea45bc17.svg);
  margin-left: 5px;
}

/* line 219, app/assets/stylesheets/payments.scss */
.countries-for-payments .footer-text {
  margin-left: 8px;
  max-width: 620px;
}

/* line 225, app/assets/stylesheets/payments.scss */
.triangle-container {
  position: relative;
}

/* line 228, app/assets/stylesheets/payments.scss */
.triangle-container .blue-triangle {
  margin: 0 auto;
  padding: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #29385D;
}

/* line 239, app/assets/stylesheets/payments.scss */
.more-info {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 239, app/assets/stylesheets/payments.scss */
  .more-info {
    padding: 0 33px;
    text-align: initial;
  }
}

@media (min-width: 769px) {
  /* line 239, app/assets/stylesheets/payments.scss */
  .more-info {
    padding: 0 78px;
  }
}

@media (max-width: 768px) {
  /* line 252, app/assets/stylesheets/payments.scss */
  .compliance-submitted-more-info {
    padding: 0 33px;
    text-align: center;
  }
}

/* line 260, app/assets/stylesheets/payments.scss */
.payment-methods__index-grid-list {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: repeat(auto-fit, 330px);
  justify-content: center;
}

/* line 268, app/assets/stylesheets/payments.scss */
.payment-methods__option {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  min-width: 330px;
  text-align: center;
}

/* line 277, app/assets/stylesheets/payments.scss */
.payment-methods__option .option-title {
  padding-top: 35px;
  padding-bottom: 11px;
  font-weight: 500;
  font-size: 24px;
}

/* line 284, app/assets/stylesheets/payments.scss */
.payment-methods__option .option-description {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
}

/* line 290, app/assets/stylesheets/payments.scss */
.payment-methods__option .btn.btn-primary {
  width: 150px;
  margin-bottom: 40px;
}

@media (max-width: 862px) {
  /* line 298, app/assets/stylesheets/payments.scss */
  .payment-account-img {
    height: 80px;
  }
  /* line 302, app/assets/stylesheets/payments.scss */
  .action-button {
    width: 100%;
    margin-top: 20px;
  }
  /* line 307, app/assets/stylesheets/payments.scss */
  .button-container {
    width: -webkit-fill-available;
  }
  /* line 311, app/assets/stylesheets/payments.scss */
  .sepa-details-container {
    flex-wrap: wrap;
  }
  /* line 314, app/assets/stylesheets/payments.scss */
  .sepa-details-container .sepa-details-child {
    width: 50%;
  }
  /* line 319, app/assets/stylesheets/payments.scss */
  .payment-status-container {
    flex-wrap: wrap;
  }
  /* line 322, app/assets/stylesheets/payments.scss */
  .payment-status-container .payment-status-label {
    margin-left: 10px;
  }
}

/* line 328, app/assets/stylesheets/payments.scss */
.padding-l-r-inherit {
  padding-left: inherit;
  padding-right: inherit;
}

@media (max-width: 992px) {
  /* line 335, app/assets/stylesheets/payments.scss */
  #payment_accounts .payment-method-title {
    font-size: 12px;
  }
  /* line 339, app/assets/stylesheets/payments.scss */
  #payment_accounts .payment-method-attribute {
    overflow: hidden;
    overflow-wrap: break-word;
  }
}
/* line 5, app/assets/stylesheets/subscription.scss */
.subscription .grey-custom-box {
  background-color: #F4F4F4;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: auto;
  margin-bottom: 30px;
  border-radius: 10px;
}

/* line 16, app/assets/stylesheets/subscription.scss */
.subscription .pricing-plan-logo {
  margin: 20px 10px 30px 0px;
}

/* line 20, app/assets/stylesheets/subscription.scss */
.subscription .pricing-plan-title {
  font-size: 16px;
}

/* line 24, app/assets/stylesheets/subscription.scss */
.subscription .logo-value {
  font-size: 30px;
  font-weight: 600;
}

/* line 29, app/assets/stylesheets/subscription.scss */
.subscription .box-value {
  font-size: 14px;
}
@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/external_companies.scss */
  .external-companies-list {
    display: grid;
  }
}
/* line 4, app/assets/stylesheets/upload_invoices.scss */
.upload-invoices .bordered-pdf-area {
  border: 10px solid #DDDDDD;
}

/* line 8, app/assets/stylesheets/upload_invoices.scss */
.upload-invoices .currency-panel {
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  /* line 14, app/assets/stylesheets/upload_invoices.scss */
  .upload-invoices .col-m-t-sm {
    margin-top: 10px;
  }
}

/* line 20, app/assets/stylesheets/upload_invoices.scss */
.currency-tabs {
  width: fit-content;
  border: none;
}

/* line 24, app/assets/stylesheets/upload_invoices.scss */
.currency-tabs li {
  border: 1px solid #A4A3A3 !important;
}

/* line 27, app/assets/stylesheets/upload_invoices.scss */
.currency-tabs li a {
  border: none;
  border-radius: 0;
  margin: 0;
  font-weight: normal;
  color: #6A6C6E !important;
}

/* line 35, app/assets/stylesheets/upload_invoices.scss */
.currency-tabs li a:hover, .currency-tabs li a:focus {
  border: none !important;
  border-radius: 0 !important;
  background-color: #02BD94 !important;
}

/* line 43, app/assets/stylesheets/upload_invoices.scss */
.currency-tabs li.active a {
  border: none !important;
  border-radius: 0 !important;
  background-color: #02BD94 !important;
}

/* line 50, app/assets/stylesheets/upload_invoices.scss */
.currency-tabs li:not(:last-child) {
  border-right: none !important;
}

/* line 57, app/assets/stylesheets/upload_invoices.scss */
.quick-invoice--currencies .currencies-carousel,
.upload-invoices .currencies-carousel {
  display: flex;
  align-items: center;
  position: relative;
}

/* line 62, app/assets/stylesheets/upload_invoices.scss */
.quick-invoice--currencies .currencies-carousel .viewport,
.upload-invoices .currencies-carousel .viewport {
  display: flex;
  overflow: hidden;
  min-height: 50px;
  padding: 0 1px;
  box-sizing: content-box;
}

/* line 73, app/assets/stylesheets/upload_invoices.scss */
.quick-invoice--currencies .currencies-carousel .viewport {
  max-width: 375px;
}

/* line 76, app/assets/stylesheets/upload_invoices.scss */
.upload-invoices .currencies-carousel .viewport {
  max-width: 354px;
}
/* line 1, app/assets/stylesheets/intl_tel_input_custom.scss */
.iti__flag {
  background-image: url(/assets/intl_tel_input/flags-959070a9f002abd28383322dd455a851d1fd445974edb3f720d54ff79894e28b.png);
}

/* line 3, app/assets/stylesheets/intl_tel_input_custom.scss */
.iti--separate-dial-code {
  width: 100%;
}
/* line 3, app/assets/stylesheets/freelancer_wallet.scss */
#wallet-details {
  border-radius: 12px;
  background: url(/assets/wallet/multi_currency_wallet-608cc5a1f2ed7236a90707156c64e6ee8983be3e3b392530da4a1c3f6ac8fdd1.svg) no-repeat, #E5F8F4;
  background-size: contain;
  background-position-x: right;
  background-position-y: bottom;
  overflow: hidden;
  aspect-ratio: 2/1;
}

/* line 12, app/assets/stylesheets/freelancer_wallet.scss */
#wallet-details .backdrop-filter {
  width: fit-content;
  border-radius: 100%;
  backdrop-filter: blur(4px);
  background-color: rgba(229, 248, 244, 0.8);
  box-shadow: 20px 0 50px 10px #E5F8F4;
  -webkit-box-shadow: 20px 0 50px 10px #E5F8F4;
  -moz-box-shadow: 20px 0 50px 10px #E5F8F4;
}

/* line 22, app/assets/stylesheets/freelancer_wallet.scss */
#wallet-details .info-area {
  align-self: center;
}

/* line 26, app/assets/stylesheets/freelancer_wallet.scss */
#wallet-details .wallet-circle-icon {
  background: #23C6C8;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  height: 36px;
  width: 36px;
}

/* line 37, app/assets/stylesheets/freelancer_wallet.scss */
#wallet-details .balance-name {
  font-size: calc(1rem + ((1vw - 5.01px) * 0.3524));
}

/* line 41, app/assets/stylesheets/freelancer_wallet.scss */
#wallet-details .balance-value {
  font-size: calc(1.5625rem + ((1vw - 5.01px) * 0.3524));
}

/* line 46, app/assets/stylesheets/freelancer_wallet.scss */
.nowrap-text {
  white-space: nowrap;
}

/* line 50, app/assets/stylesheets/freelancer_wallet.scss */
.currency-circle-icon {
  background: #23C6C8;
  border-radius: 12px;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
  height: 25px;
  min-width: 25px;
  width: fit-content;
  color: #ffffff;
  font-weight: 500;
}

/* line 62, app/assets/stylesheets/freelancer_wallet.scss */
.currency-circle-icon.disabled {
  background: #A4A3A3 !important;
}

/* line 67, app/assets/stylesheets/freelancer_wallet.scss */
.number-circle-icon {
  background: #23C6C8;
  height: 40px;
  width: 40px;
  left: 883px;
  top: 315px;
  border-radius: 50px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 83, app/assets/stylesheets/freelancer_wallet.scss */
.rectangle {
  background: #23C6C8;
  height: 2px;
  width: 100%;
  border-radius: 0px;
  opacity: 20%;
}

/* line 91, app/assets/stylesheets/freelancer_wallet.scss */
.height-472 {
  height: 472px;
}

/* line 95, app/assets/stylesheets/freelancer_wallet.scss */
.m-l-5 {
  margin-left: 5px;
}

/* line 96, app/assets/stylesheets/freelancer_wallet.scss */
.m-l-20 {
  margin-left: 20px;
}

/* line 97, app/assets/stylesheets/freelancer_wallet.scss */
.m-l-25 {
  margin-left: 25px;
}

/* line 98, app/assets/stylesheets/freelancer_wallet.scss */
.m-l-30 {
  margin-left: 30px;
}

/* line 99, app/assets/stylesheets/freelancer_wallet.scss */
.m-l-70 {
  margin-left: 70px;
}

/* line 100, app/assets/stylesheets/freelancer_wallet.scss */
.m-r-70 {
  margin-right: 70px;
}

/* line 101, app/assets/stylesheets/freelancer_wallet.scss */
.m-l-100 {
  margin-left: 100px;
}

/* line 102, app/assets/stylesheets/freelancer_wallet.scss */
.m-r-100 {
  margin-right: 100px;
}

/* line 104, app/assets/stylesheets/freelancer_wallet.scss */
.grey-rounded-box {
  padding: 20px 30px;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  border-radius: 15px;
}

/* line 111, app/assets/stylesheets/freelancer_wallet.scss */
.line-height-2em {
  line-height: 2em;
}

/* line 115, app/assets/stylesheets/freelancer_wallet.scss */
.countdown {
  margin-bottom: 13px;
}

/* line 118, app/assets/stylesheets/freelancer_wallet.scss */
.countdown .countdown-time {
  font-size: 17px;
  font-weight: 600;
}

/* line 124, app/assets/stylesheets/freelancer_wallet.scss */
.wallet-rejected {
  max-width: 929px;
}

/* line 127, app/assets/stylesheets/freelancer_wallet.scss */
.wallet-rejected .icon {
  margin-top: 65px;
  background: url(/assets/freelancers/wallet_rejected-32e38f6b72772c499a52992e25571ca9866c80a88b71b8f51a42469b9f347fbf.svg) no-repeat;
  width: 88px;
  height: 88px;
}

/* line 134, app/assets/stylesheets/freelancer_wallet.scss */
.wallet-rejected .content-title {
  font-weight: bold;
  margin-top: 20px;
}

/* line 139, app/assets/stylesheets/freelancer_wallet.scss */
.wallet-rejected .description {
  max-width: 486px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 145, app/assets/stylesheets/freelancer_wallet.scss */
.wallet-rejected .description p {
  margin: 0;
}

/* line 150, app/assets/stylesheets/freelancer_wallet.scss */
.wallet-rejected .ibox-content {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  /* line 156, app/assets/stylesheets/freelancer_wallet.scss */
  .block-with-footnote {
    position: absolute;
    left: 0;
  }
}

@media (max-width: 1366px) {
  /* line 163, app/assets/stylesheets/freelancer_wallet.scss */
  .hide-currency-name {
    display: none;
  }
  /* line 167, app/assets/stylesheets/freelancer_wallet.scss */
  .amount-and_withdraw {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  /* line 173, app/assets/stylesheets/freelancer_wallet.scss */
  .block-with-footnote {
    width: 100%;
    position: absolute;
    left: 0;
  }
  /* line 179, app/assets/stylesheets/freelancer_wallet.scss */
  .block-with-footnote .launch-offer {
    margin-left: 35px;
    margin-right: 35px;
  }
}

/* line 187, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .company-wallet-state-banner.wallet-state-banner {
  background-image: url(/assets/company_wallet_activation_banner-e6605b5d67b731670cbd00a3fdb3d9c3400345f9960e37c0cb4ed98dacad9e47.svg);
  background-position: 100% 75%;
}

@media (max-width: 1200px) {
  /* line 187, app/assets/stylesheets/freelancer_wallet.scss */
  .block-with-footnote .company-wallet-state-banner.wallet-state-banner {
    background-image: none;
    padding: 25px 35px;
  }
}

/* line 198, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .company-wallet-documents-submitted-banner.wallet-state-banner {
  background-image: url(/assets/company_wallet_documents_submitted_banner-5f5a8a6aa3c2607153b11879ecb2f454c33bd2691f65b902fcc0f9db2c26fc85.svg);
  background-position: 100% 50%;
}

@media (max-width: 1140px) {
  /* line 198, app/assets/stylesheets/freelancer_wallet.scss */
  .block-with-footnote .company-wallet-documents-submitted-banner.wallet-state-banner {
    background-image: none;
    padding: 25px 35px;
  }
}

@media (min-width: 1140px) {
  /* line 208, app/assets/stylesheets/freelancer_wallet.scss */
  .block-with-footnote .company-wallet-documents-submitted-banner.wallet-state-banner .banner-title {
    max-width: 50%;
  }
  /* line 212, app/assets/stylesheets/freelancer_wallet.scss */
  .block-with-footnote .company-wallet-documents-submitted-banner.wallet-state-banner .banner-description {
    max-width: 50%;
  }
}

/* line 218, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner {
  background-image: url(/assets/freelancers/wallet_state_banner-5adb9b65b405412e991d8230b70bd9b3803aac57e62098527b85d87204cbbfbd.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #29385D;
  overflow-wrap: anywhere;
  padding: 70px 0 88px 80px;
  color: #ffffff;
}

@media (max-width: 768px) {
  /* line 229, app/assets/stylesheets/freelancer_wallet.scss */
  .block-with-footnote .wallet-state-banner .banner-footer .btn {
    width: 100%;
  }
}

@media (max-width: 1140px) {
  /* line 218, app/assets/stylesheets/freelancer_wallet.scss */
  .block-with-footnote .wallet-state-banner {
    background-image: none;
    padding: 25px 35px;
  }
}

@media (max-width: 1585px) {
  /* line 241, app/assets/stylesheets/freelancer_wallet.scss */
  .block-with-footnote .wallet-state-banner .benefits {
    flex-direction: column;
  }
  /* line 244, app/assets/stylesheets/freelancer_wallet.scss */
  .block-with-footnote .wallet-state-banner .benefits div {
    margin: 20px 0 0 0;
  }
  /* line 245, app/assets/stylesheets/freelancer_wallet.scss */
  .block-with-footnote .wallet-state-banner .benefits div:first-child {
    margin: 0;
  }
  /* line 253, app/assets/stylesheets/freelancer_wallet.scss */
  .block-with-footnote .wallet-state-banner .banner-footer {
    flex-direction: column;
  }
  /* line 256, app/assets/stylesheets/freelancer_wallet.scss */
  .block-with-footnote .wallet-state-banner .banner-footer .help-center {
    margin: 30px 0 0 0;
  }
}

/* line 262, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .banner-title {
  display: flex;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
}

@media (min-width: 1140px) {
  /* line 268, app/assets/stylesheets/freelancer_wallet.scss */
  .block-with-footnote .wallet-state-banner .banner-title .additional-wallet-label {
    visibility: hidden;
  }
}

/* line 274, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .banner-title i {
  display: flex;
}

@media (max-width: 1313px) {
  /* line 274, app/assets/stylesheets/freelancer_wallet.scss */
  .block-with-footnote .wallet-state-banner .banner-title i {
    display: none;
  }
}

/* line 281, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .banner-title i::before {
  content: '';
  margin-right: 25px;
  display: inline-block;
}

/* line 287, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .banner-title i.empty {
  display: none;
}

/* line 291, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .banner-title i.attention::before {
  background: url(/assets/freelancers/attention-ed54ee302d55210312e127e70529aef8d1baad4719a8517067977b42fe689fcf.svg) no-repeat;
  width: 38px;
  height: 36px;
}

/* line 297, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .banner-title i.timer {
  align-items: center;
}

/* line 300, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .banner-title i.timer::before {
  background: url(/assets/freelancers/timer-0090bb0789acc18fd84c36ae861f72222b81efed5c1c5def2cf54d93d13df690.svg) no-repeat;
  width: 33px;
  height: 33px;
}

/* line 309, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .banner-description {
  font-size: 18px;
  margin: 0;
}

/* line 315, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .benefits span {
  opacity: 0.7;
}

/* line 320, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .icon {
  background: rgba(255, 255, 255, 0.24);
  width: 30px;
  height: 30px;
}

/* line 325, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .icon::before {
  display: inline-block;
  content: '' !important;
}

/* line 330, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .icon.la-rocket {
  padding: 9px 7px 7px 9px;
}

/* line 333, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .icon.la-rocket::before {
  background: url(/assets/freelancers/rocket-c4f15ebdc87c77e5827e9864a4168752083d71085b1f27d0485eadc552315826.svg) no-repeat;
  height: 12px;
  width: 12px;
}

/* line 340, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .icon.la-money-bill {
  padding: 9px 7px 7px 9px;
}

/* line 343, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .icon.la-money-bill::before {
  background: url(/assets/freelancers/money-5c21cc3b0697dd45e1bc64aa3a0f5924cf0edf34a18599579b901c1e4533d1f6.svg) no-repeat;
  height: 10px;
  width: 12px;
}

/* line 350, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .icon.la-calculator {
  padding: 9px 7px 7px 10px;
}

/* line 353, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .icon.la-calculator::before {
  background: url(/assets/freelancers/calculator-3dc87bb80459471133e10cfda4927e543df4e63f621df864dfd1bf1b4dc5534a.svg) no-repeat;
  height: 12px;
  width: 10px;
}

/* line 361, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .wallet-activation-not-started {
  background-color: #4E70E6;
  color: #ffffff;
}

/* line 366, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .wallet-activation-started {
  background-color: #F7B643;
  color: #221757;
}

/* line 371, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .help-center {
  display: flex;
  align-items: center;
}

/* line 375, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .wallet-state-banner .help-center a, .block-with-footnote .wallet-state-banner .help-center .blue-text {
  color: #4E70E6;
}

/* line 381, app/assets/stylesheets/freelancer_wallet.scss */
.block-with-footnote .launch-offer {
  color: #888888;
}

/* line 386, app/assets/stylesheets/freelancer_wallet.scss */
.wallet-promotion-banner {
  background-image: url(/assets/freelancers/wallet_promotion_banner-f69523f9304dc89791b0b78fa7501aa3595822439d89b43c5d3410b25bc9f530.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #29385D;
  color: #ffffff;
  padding: 40px 63px 45px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  /* line 386, app/assets/stylesheets/freelancer_wallet.scss */
  .wallet-promotion-banner {
    background-image: none;
  }
}

/* line 400, app/assets/stylesheets/freelancer_wallet.scss */
.wallet-promotion-banner .banner-title {
  margin: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: initial;
  display: contents;
}

/* line 408, app/assets/stylesheets/freelancer_wallet.scss */
.wallet-promotion-banner .banner-description {
  margin: 17px 0 23px 0;
  font-size: 14px;
}

/* line 412, app/assets/stylesheets/freelancer_wallet.scss */
.wallet-promotion-banner .banner-description .selling-proposition {
  display: inline;
}

/* line 416, app/assets/stylesheets/freelancer_wallet.scss */
.wallet-promotion-banner .banner-description .selling-proposition:not(:first-of-type):before {
  content: '|';
  margin: 0 10px;
}

@media (max-width: 1366px) {
  /* line 416, app/assets/stylesheets/freelancer_wallet.scss */
  .wallet-promotion-banner .banner-description .selling-proposition:not(:first-of-type):before {
    content: '';
    margin: 0;
  }
}

@media (max-width: 1366px) {
  /* line 415, app/assets/stylesheets/freelancer_wallet.scss */
  .wallet-promotion-banner .banner-description .selling-proposition:not(:first-of-type) {
    display: block;
    margin-top: 10px;
  }
}

/* line 434, app/assets/stylesheets/freelancer_wallet.scss */
.wallet-promotion-banner .activate-wallet-btn {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #4E70E6;
}

@media (max-width: 768px) {
  /* line 434, app/assets/stylesheets/freelancer_wallet.scss */
  .wallet-promotion-banner .activate-wallet-btn {
    width: 100%;
  }
}

/* line 446, app/assets/stylesheets/freelancer_wallet.scss */
#activate-wallet-modal .modal-body {
  min-height: 450px;
}

/* line 449, app/assets/stylesheets/freelancer_wallet.scss */
#activate-wallet-modal .modal-body .sk-spinner.sk-spinner-three-bounce {
  margin-top: 100px;
}

/* line 455, app/assets/stylesheets/freelancer_wallet.scss */
#activate-wallet-modal .terms-accepted-area label.d-flex.v-align {
  justify-content: center;
  margin: 0;
}

/* line 463, app/assets/stylesheets/freelancer_wallet.scss */
#restart-activation-modal .modal-body {
  min-height: 178px;
}

/* line 466, app/assets/stylesheets/freelancer_wallet.scss */
#restart-activation-modal .modal-body .sk-spinner.sk-spinner-three-bounce {
  margin-top: 100px;
  margin-bottom: 100px;
}
/* line 4, app/assets/stylesheets/payroll_employees_import.scss */
#payroll-employee-wrapper .ibox {
  margin: auto;
}

@media (min-width: 450px) {
  /* line 4, app/assets/stylesheets/payroll_employees_import.scss */
  #payroll-employee-wrapper .ibox {
    width: 450px;
  }
}

/* line 13, app/assets/stylesheets/payroll_employees_import.scss */
#payroll-employee-wrapper form#new_freelancer .control-label {
  text-transform: capitalize;
}

/* line 15, app/assets/stylesheets/payroll_employees_import.scss */
#payroll-employee-wrapper form#new_freelancer .text_with_char_counter .control-label {
  text-transform: none;
}

@media (min-width: 450px) {
  /* line 19, app/assets/stylesheets/payroll_employees_import.scss */
  #payroll-employee-wrapper form#new_freelancer .inline-checkboxes-grid {
    height: 44px;
  }
  /* line 22, app/assets/stylesheets/payroll_employees_import.scss */
  #payroll-employee-wrapper form#new_freelancer .inline-checkboxes-grid .radio-label {
    width: 191px;
    height: 44px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 450px) {
  /* line 31, app/assets/stylesheets/payroll_employees_import.scss */
  #payroll-employee-wrapper form#new_freelancer .buttons-wrapper {
    flex-direction: column;
  }
  /* line 34, app/assets/stylesheets/payroll_employees_import.scss */
  #payroll-employee-wrapper form#new_freelancer .buttons-wrapper .btn-primary {
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 39, app/assets/stylesheets/payroll_employees_import.scss */
  #payroll-employee-wrapper form#new_freelancer .buttons-wrapper .right-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

/* line 49, app/assets/stylesheets/payroll_employees_import.scss */
.add-team-member-btn {
  margin-right: 1px;
  border-radius: 3px 0px 0px 3px;
}

/* line 54, app/assets/stylesheets/payroll_employees_import.scss */
.team-members-dropdown-btn {
  border-radius: 0px 3px 3px 0px;
}

/* line 58, app/assets/stylesheets/payroll_employees_import.scss */
#upload_payroll_employees .drop-area-input label {
  width: 80%;
  min-height: 175px;
}

/* line 64, app/assets/stylesheets/payroll_employees_import.scss */
#add-payroll-employees-iboxes .ibox {
  position: relative;
  width: 210px;
  height: 270px;
}

@media (max-width: 499px) {
  /* line 64, app/assets/stylesheets/payroll_employees_import.scss */
  #add-payroll-employees-iboxes .ibox {
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 74, app/assets/stylesheets/payroll_employees_import.scss */
#add-payroll-employees-iboxes .ibox.width-250 {
  width: 250px;
}

/* line 78, app/assets/stylesheets/payroll_employees_import.scss */
#add-payroll-employees-iboxes .ibox .card-btn {
  position: absolute;
  bottom: 10px;
  transform: translate(-50%, -50%);
}

@media (min-width: 500px) {
  /* line 86, app/assets/stylesheets/payroll_employees_import.scss */
  #add-payroll-employees-iboxes .pull-sm-right {
    float: right;
  }
  /* line 90, app/assets/stylesheets/payroll_employees_import.scss */
  #add-payroll-employees-iboxes .col-sm-6 {
    width: 50%;
    float: left;
  }
}

/* line 97, app/assets/stylesheets/payroll_employees_import.scss */
.min-height-290 {
  min-height: 290px;
}

/* line 101, app/assets/stylesheets/payroll_employees_import.scss */
.payroll-employees-import-how-to {
  width: 85%;
}

@media (min-width: 571px) {
  /* line 101, app/assets/stylesheets/payroll_employees_import.scss */
  .payroll-employees-import-how-to {
    padding-left: 85px;
  }
}

/* line 108, app/assets/stylesheets/payroll_employees_import.scss */
.payroll-employees-import-how-to ol > li {
  margin-bottom: 5px;
}

/* line 111, app/assets/stylesheets/payroll_employees_import.scss */
.payroll-employees-import-how-to ol > li::marker {
  font-weight: bold;
}

/* line 117, app/assets/stylesheets/payroll_employees_import.scss */
.invalids-amount-message {
  margin-bottom: 20px;
  color: #F97877;
}

/* line 122, app/assets/stylesheets/payroll_employees_import.scss */
.invalid-data {
  padding: 10px 10px 5px;
  background-color: #FBECEC;
  margin-bottom: 25px;
}

/* line 128, app/assets/stylesheets/payroll_employees_import.scss */
.min-height-360 {
  min-height: 360px;
}

/* line 132, app/assets/stylesheets/payroll_employees_import.scss */
.error-message {
  margin-top: -7px;
  color: #F97877;
}

/* line 137, app/assets/stylesheets/payroll_employees_import.scss */
.circle-lg {
  width: 100px !important;
  height: 100px !important;
}

/* line 142, app/assets/stylesheets/payroll_employees_import.scss */
.font-size-24 {
  font-size: 24px;
}

/* line 146, app/assets/stylesheets/payroll_employees_import.scss */
.font-weight-300 {
  font-weight: 300;
}

/* line 150, app/assets/stylesheets/payroll_employees_import.scss */
.width-50-percent {
  width: 50%;
}

/* line 154, app/assets/stylesheets/payroll_employees_import.scss */
.width-98-percent {
  width: 98%;
}

/* line 158, app/assets/stylesheets/payroll_employees_import.scss */
.p-t-55 {
  padding-top: 55px;
}

/* line 162, app/assets/stylesheets/payroll_employees_import.scss */
.m-t-5 {
  margin-top: 5px !important;
}

/* line 166, app/assets/stylesheets/payroll_employees_import.scss */
.h-scrollable {
  overflow-x: auto;
}

/* line 172, app/assets/stylesheets/payroll_employees_import.scss */
#edit-payroll-employee-wrapper form .control-label {
  text-transform: capitalize;
}
/* line 38, app/assets/stylesheets/company_payroll_reports.scss */
.payroll-reports-buttons .btn-outline {
  font-size: 14px !important;
  margin-top: -3px !important;
  padding: 0 10px !important;
}

/* line 47, app/assets/stylesheets/company_payroll_reports.scss */
.justify-flex-end .nuvo-container button {
  margin-top: -3px !important;
  background-color: transparent !important;
  transition: all .5s !important;
  color: #02BD94 !important;
  margin-right: 10px !important;
  padding: 3px 10px !important;
  border-radius: 3px !important;
  min-width: auto !important;
  text-transform: uppercase !important;
}

/* line 59, app/assets/stylesheets/company_payroll_reports.scss */
.justify-flex-end .nuvo-container button:hover {
  color: #fff !important;
  background-color: #02BD94 !important;
}

/* line 66, app/assets/stylesheets/company_payroll_reports.scss */
.total-gross-widget {
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 9, app/assets/stylesheets/company_payroll_reports.scss */
.total-gross-widget .ibox-content {
  height: 100%;
  align-items: center;
}

/* line 14, app/assets/stylesheets/company_payroll_reports.scss */
.total-gross-widget .ibox-title {
  font-size: 13px;
  font-weight: 500;
}

/* line 19, app/assets/stylesheets/company_payroll_reports.scss */
.total-gross-widget .custom-padding {
  padding: 15px 20px 15px 20px;
}

/* line 23, app/assets/stylesheets/company_payroll_reports.scss */
.total-gross-widget .chart-container {
  height: 150px;
  position: relative;
  margin: auto;
  width: 100%;
}

/* line 30, app/assets/stylesheets/company_payroll_reports.scss */
.total-gross-widget .chart-legend {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 70, app/assets/stylesheets/company_payroll_reports.scss */
.salary-insights {
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 9, app/assets/stylesheets/company_payroll_reports.scss */
.salary-insights .ibox-content {
  height: 100%;
  align-items: center;
}

/* line 14, app/assets/stylesheets/company_payroll_reports.scss */
.salary-insights .ibox-title {
  font-size: 13px;
  font-weight: 500;
}

/* line 19, app/assets/stylesheets/company_payroll_reports.scss */
.salary-insights .custom-padding {
  padding: 15px 20px 15px 20px;
}

/* line 23, app/assets/stylesheets/company_payroll_reports.scss */
.salary-insights .chart-container {
  height: 150px;
  position: relative;
  margin: auto;
  width: 100%;
}

/* line 30, app/assets/stylesheets/company_payroll_reports.scss */
.salary-insights .chart-legend {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 74, app/assets/stylesheets/company_payroll_reports.scss */
#gross-items-cost {
  font-size: 13px;
}

/* line 77, app/assets/stylesheets/company_payroll_reports.scss */
#gross-items-cost .ibox-title {
  font-weight: 500;
  justify-content: space-between;
}

/* line 81, app/assets/stylesheets/company_payroll_reports.scss */
#gross-items-cost .ibox-title .btn-group {
  margin-top: -3px;
}

/* line 84, app/assets/stylesheets/company_payroll_reports.scss */
#gross-items-cost .ibox-content {
  height: 481px;
}

/* line 87, app/assets/stylesheets/company_payroll_reports.scss */
#gross-items-cost .ibox-content #empty-state {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

/* line 95, app/assets/stylesheets/company_payroll_reports.scss */
#gross-items-cost .chart-bar {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 102, app/assets/stylesheets/company_payroll_reports.scss */
#gross-items-cost .period-picker {
  margin-top: -10px;
}

/* line 105, app/assets/stylesheets/company_payroll_reports.scss */
#gross-items-cost .period-picker select#report_date {
  border: none;
  color: '#261E5B';
  outline: none;
}

/* line 112, app/assets/stylesheets/company_payroll_reports.scss */
#gross-items-cost #report-legend {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

/* line 116, app/assets/stylesheets/company_payroll_reports.scss */
#gross-items-cost #report-legend .category-cost {
  font-weight: 700;
}

/* line 121, app/assets/stylesheets/company_payroll_reports.scss */
#chartjs-tooltip .tooltip {
  display: inline-block;
  position: relative;
  opacity: 1;
}

/* line 126, app/assets/stylesheets/company_payroll_reports.scss */
#chartjs-tooltip .tooltip .label {
  color: white;
  background-color: #50636B;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  border-radius: 3px;
  font-weight: 400;
}

/* line 136, app/assets/stylesheets/company_payroll_reports.scss */
#chartjs-tooltip .tooltip .caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-top: 4px solid #50636B;
  border-right: 4px solid transparent;
  margin: auto;
  display: block;
}
/* line 5, app/assets/stylesheets/taxonomy.scss */
#taxonomy .table tr:first-child td {
  border-top: none;
}

/* line 11, app/assets/stylesheets/taxonomy.scss */
#taxonomy .ibox-title h5.font-size-13 {
  font-size: 13px !important;
}

/* line 20, app/assets/stylesheets/taxonomy.scss */
.modal-body.taxonomy-items-modal .bootstrap-select .dropdown-menu li a span.text {
  word-wrap: break-word;
  white-space: normal;
  line-height: 1.5;
}

/* line 29, app/assets/stylesheets/taxonomy.scss */
.custom-sortable-helper {
  display: table;
  background: white;
  border: 1px solid #E7EAEC;
  box-shadow: 0px 5px 15px rgba(26, 40, 50, 0.15);
  border-radius: 4px;
  margin-top: 1.5px;
}

/* line 37, app/assets/stylesheets/taxonomy.scss */
.custom-sortable-helper td {
  vertical-align: middle;
  padding: 8px;
}

/* line 42, app/assets/stylesheets/taxonomy.scss */
.custom-sortable-helper .opacity-1 {
  opacity: 1;
}

/* line 50, app/assets/stylesheets/taxonomy.scss */
#taxonomy tr[style*="display: none"]:first-child + tr td {
  border: 0 !important;
}

/* line 56, app/assets/stylesheets/taxonomy.scss */
#taxonomy .highlighted-container {
  border: 1.5px dashed #02BD94;
}

/* line 60, app/assets/stylesheets/taxonomy.scss */
#taxonomy .placeholder {
  background-color: #E7EAEC;
  border-radius: 4px;
  border: 0 !important;
  box-shadow: -4px 0 #E7EAEC, 4px 0 #E7EAEC;
  visibility: visible;
  height: 45px;
}

/* line 68, app/assets/stylesheets/taxonomy.scss */
#taxonomy .placeholder td {
  border: 0 !important;
}

/* line 73, app/assets/stylesheets/taxonomy.scss */
#taxonomy .placeholder + tr td {
  border: 0 !important;
}

@media (min-width: 767px) {
  /* line 82, app/assets/stylesheets/taxonomy.scss */
  #taxonomy table.footable .placeholder td:first-child {
    display: none !important;
  }
}
/* line 4, app/assets/stylesheets/company_eor_invoices.scss */
.company-eor-invoices .billing-info {
  background: linear-gradient(0deg, #C4E4EA, #C4E4EA);
  color: #24535E;
}
/* line 4, app/assets/stylesheets/gross_to_net.scss */
.nuvo-container .nuvo-tailwind {
  height: 100%;
}

/* line 7, app/assets/stylesheets/gross_to_net.scss */
.nuvo-container .nuvo-tailwind div {
  height: 100%;
}

/* line 12, app/assets/stylesheets/gross_to_net.scss */
.nuvo-container.disabled {
  cursor: not-allowed;
}

/* line 15, app/assets/stylesheets/gross_to_net.scss */
.nuvo-container.disabled button {
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 23, app/assets/stylesheets/gross_to_net.scss */
.nuvo-container button {
  height: 100%;
  min-height: 100%;
  background-color: #02BD94 !important;
  border-color: #02BD94 !important;
  border-radius: 3px !important;
  border-width: 1px !important;
  color: #ffffff !important;
  transition: all .5s !important;
  min-width: auto !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 6px 12px !important;
}

/* line 41, app/assets/stylesheets/gross_to_net.scss */
.nuvo-tailwind .text-sm {
  font-size: 13px !important;
}

/* line 45, app/assets/stylesheets/gross_to_net.scss */
.nuvo-tailwind .text-xs {
  font-size: 10px !important;
}

/* line 51, app/assets/stylesheets/gross_to_net.scss */
div.nuvo-tailwind .mt-6 {
  margin-top: 0;
}
/* line 4, app/assets/stylesheets/company_payroll_import.scss */
.employee-import-container .MuiBox-root, .salary-changes-import-container .MuiBox-root {
  max-height: 40px;
}

/* line 7, app/assets/stylesheets/company_payroll_import.scss */
.employee-import-container button, .salary-changes-import-container button {
  border-radius: 3px !important;
  line-height: 25px !important;
  margin: 4px !important;
  text-align: left !important;
  font-weight: normal !important;
  display: block !important;
  padding: 3px 20px !important;
  clear: both !important;
  color: #6a6c6e !important;
  background-color: transparent !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  text-shadow: none !important;
  font-family: 'Poppins', sans-serif !important;
  white-space: nowrap !important;
}

/* line 26, app/assets/stylesheets/company_payroll_import.scss */
.employee-import-container .nuvo-tailwind, .salary-changes-import-container .nuvo-tailwind {
  padding: 3px !important;
}

/* line 28, app/assets/stylesheets/company_payroll_import.scss */
.employee-import-container .nuvo-tailwind :hover, .salary-changes-import-container .nuvo-tailwind :hover {
  background-color: #F4F4F4;
}

/* line 31, app/assets/stylesheets/company_payroll_import.scss */
.employee-import-container .nuvo-tailwind .text-sm, .salary-changes-import-container .nuvo-tailwind .text-sm {
  font-size: 12px !important;
}

/* line 34, app/assets/stylesheets/company_payroll_import.scss */
.employee-import-container .nuvo-tailwind .text-xs, .salary-changes-import-container .nuvo-tailwind .text-xs {
  font-size: 10px !important;
}

/* line 37, app/assets/stylesheets/company_payroll_import.scss */
.employee-import-container .nuvo-tailwind button, .salary-changes-import-container .nuvo-tailwind button {
  min-width: 100%;
}
