@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.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) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .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: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .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;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .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;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .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;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .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;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1440px) {
    .col, .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;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-pull-11 {
        right: 91.66666667%;
    }
    .col-xl-pull-10 {
        right: 83.33333333%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-8 {
        right: 66.66666667%;
    }
    .col-xl-pull-7 {
        right: 58.33333333%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-5 {
        right: 41.66666667%;
    }
    .col-xl-pull-4 {
        right: 33.33333333%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-2 {
        right: 16.66666667%;
    }
    .col-xl-pull-1 {
        right: 8.33333333%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-push-11 {
        left: 91.66666667%;
    }
    .col-xl-push-10 {
        left: 83.33333333%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-8 {
        left: 66.66666667%;
    }
    .col-xl-push-7 {
        left: 58.33333333%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-5 {
        left: 41.66666667%;
    }
    .col-xl-push-4 {
        left: 33.33333333%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-2 {
        left: 16.66666667%;
    }
    .col-xl-push-1 {
        left: 8.33333333%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xl-offset-0 {
        margin-left: 0%;
    }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-crate:before{content:"\f6b1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badger-honey:before{content:"\f6b4"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-book-user:before{content:"\f7e7"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-books-medical:before{content:"\f7e8"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-brackets:before{content:"\f7e9"}.fa-brackets-curly:before{content:"\f7ea"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-loaf:before{content:"\f7eb"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-burrito:before{content:"\f7ed"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-bump:before{content:"\f5e0"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cauldron:before{content:"\f6bf"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-chart-scatter:before{content:"\f7ee"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-cheese-swiss:before{content:"\f7f0"}.fa-cheeseburger:before{content:"\f7f1"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-claw-marks:before{content:"\f6c2"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-medical:before{content:"\f7f4"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-croissant:before{content:"\f7f6"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-crutches:before{content:"\f7f8"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dagger:before{content:"\f6cb"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-debug:before{content:"\f7f9"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-duck:before{content:"\f6d8"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-egg-fried:before{content:"\f7fc"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-files-medical:before{content:"\f7fd"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-fireplace:before{content:"\f79a"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fish-cooked:before{content:"\f7fe"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flower:before{content:"\f7ff"}.fa-flower-daffodil:before{content:"\f800"}.fa-flower-tulip:before{content:"\f801"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folder-tree:before{content:"\f802"}.fa-folders:before{content:"\f660"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-french-fries:before{content:"\f803"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass:before{content:"\f804"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-side-brain:before{content:"\f808"}.fa-head-side-medical:before{content:"\f809"}.fa-head-vr:before{content:"\f6ea"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-alt:before{content:"\f80a"}.fa-home-heart:before{content:"\f4c9"}.fa-home-lg:before{content:"\f80b"}.fa-home-lg-alt:before{content:"\f80c"}.fa-hood-cloak:before{content:"\f6ef"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hospitals:before{content:"\f80e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-flood:before{content:"\f74f"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-island-tropical:before{content:"\f811"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailbox:before{content:"\f813"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-meat:before{content:"\f814"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaphone:before{content:"\f675"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-ornament:before{content:"\f7b8"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-pie:before{content:"\f705"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pig:before{content:"\f706"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza:before{content:"\f817"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-popcorn:before{content:"\f819"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-search:before{content:"\f81a"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pumpkin:before{content:"\f707"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-rings-wedding:before{content:"\f81b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rv:before{content:"\f7be"}.fa-sack:before{content:"\f81c"}.fa-sack-dollar:before{content:"\f81d"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salad:before{content:"\f81e"}.fa-sandwich:before{content:"\f81f"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-sausage:before{content:"\f820"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shish-kebab:before{content:"\f821"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sickle:before{content:"\f822"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-soup:before{content:"\f823"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-stars:before{content:"\f762"}.fa-staylinked:before{content:"\f3f5"}.fa-steak:before{content:"\f824"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-stretcher:before{content:"\f825"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-swords:before{content:"\f71d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-taco:before{content:"\f826"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tanakh:before{content:"\f827"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-tasks-alt:before{content:"\f828"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-alt:before{content:"\f71f"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-tree-palm:before{content:"\f82b"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-chart:before{content:"\f6a3"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-hard-hat:before{content:"\f82c"}.fa-user-headset:before{content:"\f82d"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-md-chat:before{content:"\f82e"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-users-medical:before{content:"\f830"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-value-absolute:before{content:"\f6a6"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walker:before{content:"\f831"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-webcam:before{content:"\f832"}.fa-webcam-slash:before{content:"\f833"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wreath:before{content:"\f7e2"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(libs/font-awesome-5.7.2/webfonts/fa-brands-400.eot);src:url(libs/font-awesome-5.7.2/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(libs/font-awesome-5.7.2/webfonts/fa-brands-400.woff2) format("woff2"),url(libs/font-awesome-5.7.2/webfonts/fa-brands-400.woff) format("woff"),url(libs/font-awesome-5.7.2/webfonts/fa-brands-400.ttf) format("truetype"),url(libs/font-awesome-5.7.2/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:auto;src:url(libs/font-awesome-5.7.2/webfonts/fa-light-300.eot);src:url(libs/font-awesome-5.7.2/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(libs/font-awesome-5.7.2/webfonts/fa-light-300.woff2) format("woff2"),url(libs/font-awesome-5.7.2/webfonts/fa-light-300.woff) format("woff"),url(libs/font-awesome-5.7.2/webfonts/fa-light-300.ttf) format("truetype"),url(libs/font-awesome-5.7.2/webfonts/fa-light-300.svg#fontawesome) format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:auto;src:url(libs/font-awesome-5.7.2/webfonts/fa-regular-400.eot);src:url(libs/font-awesome-5.7.2/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(libs/font-awesome-5.7.2/webfonts/fa-regular-400.woff2) format("woff2"),url(libs/font-awesome-5.7.2/webfonts/fa-regular-400.woff) format("woff"),url(libs/font-awesome-5.7.2/webfonts/fa-regular-400.ttf) format("truetype"),url(libs/font-awesome-5.7.2/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fal,.far{font-family:"Font Awesome 5 Pro"}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:auto;src:url(libs/font-awesome-5.7.2/webfonts/fa-solid-900.eot);src:url(libs/font-awesome-5.7.2/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(libs/font-awesome-5.7.2/webfonts/fa-solid-900.woff2) format("woff2"),url(libs/font-awesome-5.7.2/webfonts/fa-solid-900.woff) format("woff"),url(libs/font-awesome-5.7.2/webfonts/fa-solid-900.ttf) format("truetype"),url(libs/font-awesome-5.7.2/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}/*! jQuery UI - v1.12.1 - 2018-03-07
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23777620&fcHighlight=%23fff&borderColorHighlight=%23dd992d&bgTextureHighlight=flat&bgColorHighlight=%23dd992d&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%2369a3e4&bgTextureActive=flat&bgColorActive=%2369a3e4&iconColorHover=%23555555&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgTextureHover=flat&bgColorHover=%23ededed&iconColorDefault=%23777777&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgTextureDefault=flat&bgColorDefault=%23f6f6f6&iconColorContent=%23444444&fcContent=%23858585&borderColorContent=%23dddddd&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23444444&fcHeader=%23333333&borderColorHeader=%23dddddd&bgTextureHeader=flat&bgColorHeader=%23f0f0f0&cornerRadius=0&fwDefault=normal&fsDefault=1em&ffDefault='Roboto'%2C%20sans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.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-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-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.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-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-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-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:'Roboto',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:'Roboto',sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#858585}.ui-widget-content a{color:#858585}.ui-widget-header{border:1px solid #ddd;background:#f0f0f0;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 #0e9f89;background:#0e9f89;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#0e9f89;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 #dd992d;background:#dd992d;color:#fff}.ui-state-checked{border:1px solid #dd992d;background:#dd992d}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#fff}.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("libs/jquery-ui/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("libs/jquery-ui/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("libs/jquery-ui/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("libs/jquery-ui/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("libs/jquery-ui/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("libs/jquery-ui/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("libs/jquery-ui/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:0}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:0}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:0}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:0}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}/*
 Normalizing styles
*/

/* ---------------------------------
    Fonts 
   --------------------------------- */
@font-face {
    font-family: 'SF Pro';
    src: url('fonts/SF-Pro-Display-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro';
    src: url('fonts/SF-Pro-Display-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro';
    src: url('fonts/SF-Pro-Display-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro';
    src: url('fonts/SF-Pro-Display-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro';
    src: url('fonts/SF-Pro-Display-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro';
    src: url('fonts/SF-Pro-Display-Thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

.font-code{ 
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;  
}

/* ---------------------------------
    General 
   --------------------------------- */
html,
body {
    margin: 0;
    padding: 0;
}

body {
    color: #757575;
    overflow-x: hidden;
    font-family: 'SF Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #0e9f89;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    color: #108271;
    cursor: pointer;
}

p {
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

input,
button,
select,
textarea {
    font-family: 'SF Pro', sans-serif;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0c1323;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ---------------------------------
    Form Handlers
   --------------------------------- */
.form-group {
    margin-bottom: 10px;
}
.app-form .form-group{
    margin-bottom: 20px;
}

.fld-label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
    font-size: 14px;
    color: #757575;
}
.form-group .fld-hint {
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    color: #888888;
    font-weight: 300;
}

.group-label {
    text-align: left;
    margin-bottom: 10px;
    font-size: 17px;
}

.group-label.label-inline {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #8c8c8c;
}

.kl-form .form-group {
    margin-bottom: 20px;
}

.form-fieldset{
    border: 1px solid #c8c8c8;
    padding: 15px;
    margin: 0 0 20px;
}
.form-fieldset legend{
    padding-left: 7px;
    padding-right: 7px;
    font-weight: 500;
    font-size: 15px;
}

/* Form Fields */
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    vertical-align: middle;
    line-height: normal;
    color: #555555;
    outline: 0;
    border-radius: 3px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    -webkit-transition: border-color ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}

textarea.form-control {
    min-height: 112px;
    max-width: 100%;
    max-height: 200px;
    min-width: 100%;
    line-height: 1.6;
}

textarea.form-control.no-resize {
    resize: none;
}
span.form-control{
    line-height: 1.5;
}

.form-control:focus {
    border-color: #006a5a;
    background-color: #fff;
    outline: 0 !important;
    box-shadow: 0 0 7px rgba(86, 179, 190, 0.15);
}

.form-control:disabled {
    background-color: #ebebeb;
}

.form-control::-webkit-input-placeholder {   
    color: #c8c8c8; /* Chrome/Opera/Safari */
}

.form-control::-moz-placeholder {
    color: #c8c8c8; /* Firefox 19+ */
}

.form-control:-ms-input-placeholder {
    color: #c8c8c8; /* IE 10+ */
}

.form-control:-moz-placeholder { 
    color: #c8c8c8; /* Firefox 18- */
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #555555;
    transition: background-color 1000s ease-in-out 0s;
}

/* Select wrapper */
.select-wrapper {
    position: relative;
}
.select-wrapper select {
    min-width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-wrapper:after,
.search-selection:after{
    position: absolute;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    font-weight: 400;
    z-index: 1;
    top: 2px;
    right: 2px;
    bottom: 2px;
    color: #999999;
    width: 30px;
    text-align: center;
    padding: 6px 2px;
    pointer-events: none;
    background-color: #fff;
}
/*.select-wrapper select:invalid {
    color: #c2c3c5;
}*/
.select-wrapper.with-icon:after{
    width: 25px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #c8c8c8;
    background-color: transparent;
}
.select-wrapper.with-icon select{
    padding-right: 40px;
}

/*.select-wrapper select option,
.select-wrapper select optgroup {
    color: initial;
}*/
.select-wrapper option[value='?'] ,
.select-wrapper option[value='? undefined:undefined ?'] {
    display: none;
}

/* Input Groups */
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}
.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;  
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}

.input-group-label {
    padding: 6px 14px;
    height: 35px;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    position: relative;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid #c8c8c8;
}
.input-group-label > i{
    font-size: 17px;
    line-height: 1.3;
}
.input-group-prepend .input-group-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;    
}
.input-group-append .input-group-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}
.input-group-label .button{
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #757575;
    padding: 7px 15px;
    height: auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.input-group-label .button.button-normal{
    background-color: #e2e2e2;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    height: 33px;
}
.input-group-label .button.button-normal:hover{
    background-color: #d6d6d6;
}
.input-group .select-wrapper,
.input-group>.form-control,
.input-group>.search-selection,
.input-group>.do-daterangepicker-triggerbutton{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group .select-wrapper .form-control,
.input-group>.form-control,
.input-group>.search-selection .form-control,
.input-group>.do-daterangepicker-triggerbutton{
    outline: 0;
    box-shadow: none;
}
.input-group-prepend + .form-control{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group.label-append .form-control{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-prepend + .form-control + .do-daterangepicker-triggerbutton{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.do-daterangepicker-triggerbutton:hover,
.input-group>.do-daterangepicker-triggerbutton:active,
.input-group>.do-daterangepicker-triggerbutton:focus{
    background-color: inherit;
    color: inherit;
}
.input-group .select-wrapper:after{
    background-color: transparent;
}
.input-group .input-group-label .select-wrapper{
    width: auto;
    height: 100%;
}
.input-group .input-group-label .select-wrapper .form-control{
    border: none;
    height: 100%;
    padding-right: 30px;
}
.input-group .input-group-label .select-wrapper:after{
    font-size: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 7px 2px;
}

.input-group.group-double .input-group-item{
    width: 50%;
}
.input-group.group-double .input-group-item textarea.form-control,
.input-group.group-double .input-group-item span.form-control{
    line-height: 1.3;
}
.input-group.group-double .input-group-item:first-child .form-control{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
.input-group.group-double .input-group-item:last-child .form-control{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form-control::-webkit-input-placeholder {   
    color: #aeaeae; /* Chrome/Opera/Safari */
}
.input-group>.form-control::-moz-placeholder {
    color: #aeaeae; /* Firefox 19+ */
}
.input-group>.form-control:-ms-input-placeholder {
    color: #aeaeae; /* IE 10+ */
}
.input-group>.form-control:-moz-placeholder { 
    color: #aeaeae; /* Firefox 18- */
}

.input-group.focused{
    border-color: #006a5a;
    box-shadow: 0 0 7px rgba(86, 179, 190, 0.15);
}

.form-group.invalid .form-control,
.form-group .form-control.ng-invalid-pattern,
.form-group .form-control.ng-invalid-email,
.form-group .form-control.ng-invalid-password-verify,
.form-group .form-control.ng-invalid-search-range-validator.ng-dirty{
    border-color: #f55753;
    box-shadow: none;
}
.form-group.has-error .input-group{
    border: 1px solid #f55753;
}

/* Radio Buttons / Checkboxes */
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 4px 0 0;
    line-height: normal;
    cursor: pointer;
    box-sizing: border-box;
}
.radio label,
.checkbox label {
    display: inline-block;
    min-height: 20px;
    cursor: pointer;
    position: relative;
    padding-left: 25px !important;
    margin-right: 15px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
}
.radio label:before,
.checkbox label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.radio label:before {
    bottom: 2.5px;
    border-radius: 99px;
    border-color: #c2c2c2;
    -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}
.checkbox label:before {
    top: 1.4px;
    border-radius: 3px;
    border-color: #c2c2c2;
    -webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.radio input[type=radio]:checked+label:before {
    border-width: 5px;
    border-color: #108271;
}
.checkbox input[type=checkbox]:checked+label:before {
    border-width: 8.5px;
    border-color: #108271;
}
.checkbox label {
    -webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    white-space: nowrap;
}
.checkbox label:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3px;
    top: 0;
    font-size: 11px;
    -webkit-transition: border 0.2s linear 0s, color 0.2s linear 0s;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    border-radius: 3px;
}
.checkbox input[type=checkbox]:checked+label:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
    color: #fff;
    font-weight: 700;
}
.radio input[type="radio"]:disabled+label,
.checkbox input[type="checkbox"]:disabled+label {
    cursor: not-allowed;
}


/* Buttons */
.button {
    font-family: 'SF Pro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin-bottom: 0;
    height: 35px;
    border: 1px solid #006a5a;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    outline: 0;
    white-space: nowrap;
    background-color: #006a5a;
    text-shadow: none;
    box-shadow: none;
    line-height: 1.5;
    padding: 6px 20px 7px;
    position: relative;
    -webkit-appearance: none;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}

.button.full-width {
    width: 100%;
    display: block;
}
.button-negative {
    background-color: #c8c8c8;
    border-color: #c8c8c8;
}
.button-transparent {
    background-color: transparent;
    border-color: #c8c8c8;
    color: #757575;
}

.button:hover,
.button:focus {
    background-color: #108271;
    color: #fff;
}

.button-transparent:hover,
.button-transparent:focus{
    background-color: #ededed;
    color: inherit;
}

.button:disabled,
.disabled:not(.active-disabled) {
    opacity: 0.5;
    pointer-events: none;
}

/* Field Incrementer */
.fld-incrementer{
    justify-content: space-between;
}
.fld-incrementer .fi-field{
    flex-grow: 1;
}
.fld-incrementer .fi-action{
    padding-left: 10px;
}
.fld-incrementer .fi-action .button{
    padding: 0;
    height: auto;
    font-size: 20px;
    line-height: 1;
    border-radius: 100%;
    background-color: transparent;
    color: rgba(0,0,0,0.8);
    border: none;
    display: inline-block;
    opacity: 0;
}
.fld-incrementer .fi-action .button:hover{
    color: #d35454;
}
.form-group .fi-incrementer{
    padding-right: 30px;
}
.fld-incrementer:hover .fi-action .button{
    opacity: 1;
}

/*.fld-incrementer .fi-action .button.fiab-increment,
.fld-incrementer:last-of-type .fi-action .button.fiab-decrement{
    display: none;
}
.fld-incrementer:last-of-type .fi-action .button.fiab-increment{
    display: inline-block;
}*/

/* Loaders */
.app-loader{
    content: '';
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    overflow: hidden;
}
.content-loader {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 350;
    min-height: 150px;
    border-radius: 7px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.content-loader.inner{
    position: absolute;
}
.app-loader .spin,
.content-loader .spin{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    align-items: center;
    justify-content: center;
}
.content-loader.loading {
    display: block;
}
.content-loader.disable {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    z-index: -99;
}
.button-ajax.loading{
    pointer-events: none;
    opacity: 0.85;
    padding-right: 40px;
}
.icon-ajax.loading,
.inline-ajax.loading{ 
    pointer-events: none;
    opacity: 0.85;
    position: relative;
}

.app-loader .spin:before,
.content-loader .spin:after,
.button-ajax.loading:after,
.icon-ajax.loading:after,
.inline-ajax.loading:after,
.apple-switch.loading .as-slider:after,
.select-wrapper.loading:before,
.search-selection.loading:after,
.select-wrapper.ajax-loader.loading:before{
    content: '';
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border-color: #fff transparent #fff transparent;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 10px;
    -webkit-animation: spin-dual-ring 1.2s linear infinite;
    -moz-animation: spin-dual-ring 1.2s linear infinite;
    animation: spin-dual-ring 1.2s linear infinite;
}
.app-loader .spin:before,
.content-loader .spin:after{
    width: 50px;
    height: 50px;
    top: auto;
    right: auto;
    border-color: #00695a transparent #00695a transparent;
}
.content-loader .spin.spin-mini:after{
    width: 30px;
    height: 30px;
}
.apple-switch.loading .as-slider:after{
    width: 16px;
    height: 16px;
    top: 4px;
    left: 4px;
    right: auto;
    border: 2px solid #006a5a;
    border-top: 2px solid transparent;
    pointer-events: none;
}
.apple-switch.loading input:checked + .as-slider:after{
    left: auto;
    right: 4px;
}
.select-wrapper.loading:before{
    top: 11px;
    right: 7px;
    border: 2px solid #006a5a;
    border-top: 2px solid transparent;
    z-index: 2;
}
.select-wrapper.loading:after{
    opacity: 0;
}
.select-wrapper.loading select,
.search-selection.loading{
    pointer-events: none;
}
.search-selection.loading{
    opacity: 0.85;
}
.search-selection.loading:after,
.select-wrapper.ajax-loader.loading:before{
    border-color: #00695a transparent #00695a transparent;
}

.select-wrapper.ajax-loader.loading{
    pointer-events: none;
    opacity: 0.7;
}
.inline-ajax.loading:after{
    border-color: #0e9f89 transparent #0e9f89 transparent;
    top: 0;
    right: -25px;
    width: 14px;
    height: 14px;
}

@-moz-keyframes spin-dual-ring {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin-dual-ring {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin-dual-ring {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Dot pulse loader */
.more-loader{
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2rem 0;
    overflow: hidden;
    /*background-color: #fff;*/
    z-index: 360;
}
.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #006a5a;
    color: #006a5a;
    box-shadow: 9999px 0 0 -5px #006a5a;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
}

.dot-pulse::before, .dot-pulse::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #006a5a;
    color: #006a5a;
}

.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px #006a5a;
    animation: dotPulseBefore 1.5s infinite linear;
    animation-delay: 0s;
}

.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px #006a5a;
    animation: dotPulseAfter 1.5s infinite linear;
    animation-delay: .5s;
}

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #006a5a;
    }
    30% {
        box-shadow: 9984px 0 0 2px #006a5a;
    }
    60%,
    100% {
        box-shadow: 9984px 0 0 -5px #006a5a;
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #006a5a;
    }
    30% {
        box-shadow: 9999px 0 0 2px #006a5a;
    }
    60%,
    100% {
        box-shadow: 9999px 0 0 -5px #006a5a;
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #006a5a;
    }
    30% {
        box-shadow: 10014px 0 0 2px #006a5a;
    }
    60%,
    100% {
        box-shadow: 10014px 0 0 -5px #006a5a;
    }
}

/* Form responses */
.response-output {
    display: none;
    width: 100%;
    margin-top: .6em;
    margin-bottom: .6em;
    color: inherit;
    font-size: 13px;
    text-align: left;
    background-color: #f3f3f3;
    padding: 10px 15px 9px 35px;
    border-left: 4px solid transparent;
    line-height: 1.4;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
}
.response-output.error {
    color: #c64643;
    border-left-color: #c64643;
}
.response-output.success {
    color: #0a9206;
    border-left-color: #0a9206;
}
.response-output.no-bg {
    background-color: transparent;
    border-left: none;
}

.response-output:before {
    font-family: 'Font Awesome 5 Pro';
    padding-right: 5px;
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 9px;
    line-height: 1;
}
.response-output.no-icon{
    padding-left: 15px;
}
.response-output.no-icon:before{
    display: none;
}
.response-output.error:before {
    content: '\f06a';
}
.response-output.success:before {
    content: '\f058';
}

/* Dropdown search */
.search-selection {
    position: relative;
}
.search-selection .output {
    cursor: default;
    padding-right: 30px;
}
.search-selection .search-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
    padding: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    min-width: 160px;
    margin-bottom: 35px;
}
.search-selection.open .search-dropdown {
    display: block;
}
.search-selection .search-filter {
    padding-left: 6px;
    padding-right: 6px;
    height: 30px;
    font-size: 13px;
}
.search-selection .result-list {
    padding: 0;
    margin: 5px 0 0;
    list-style-type: none;
    max-height: 210px;
}
.search-selection .result-list li label {
    padding: 5px 10px;
    cursor: pointer;
    background-color: #fff;
    font-size: 13px;
    color: inherit;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    text-align: left;
}
.search-selection .result-list li label .rl-item-additional{
    display: block;
    font-size: 12px;
    color: #b3b3b3;
    margin-top: 2px;
}
.search-selection .result-list li:last-child label {
    border-bottom: none;
}
.search-selection .result-list li label input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
.search-selection .result-list li label:hover,
.search-selection .result-list li label:focus,
.search-selection .result-list li.active label {
    background-color: #e5e5e5;
}

/* Global Search field */
.search-field-wrap{
    position: relative;
}
.search-field-wrap:before{
    position: absolute;
    content: '\f002';
    font-family: 'Font Awesome 5 Pro';
    top: 0;
    left: 0;
    color: #c8c8c8;
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
}
.search-field-wrap .form-control{
    padding-left: 30px;
    padding-right: 35px;
    min-width: 340px;
}
.search-field-wrap .sfw-search-clear{
    position: absolute;
    top: 0;
    right: 0; 
    padding: 5px 10px;
    border: none;
    font-size: 16px;
    line-height: 1;
    background-color: transparent;
    opacity: 0;
    pointer-events: none;
}
.search-field-wrap .sfw-search-clear:hover{
    color: #006a5a;
}
.search-field-wrap .form-control.ng-not-empty + .sfw-search-clear{
    opacity: 1;
    pointer-events: all;
}


/* ---------------------------------
    Dropdown
   --------------------------------- */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 1px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.right {
    left: auto;
    right: 0;
}

.dropdown.open .dropdown-menu {
    display: block;
}

.dropdown-menu>li {
    display: block;
    position: relative;
    z-index: 1005;
}

.dropdown-menu>li>a {
    display: block;
    color: #757575;
    padding: 10px 20px;
    text-align: left;
    white-space: nowrap;
}
.dropdown-menu.iconed>li>a {
    padding: 8px 15px;
}
.dropdown-menu.iconed>li>a>i {
    width: 16px;
    color: inherit;
    margin-right: 3px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a.button-ajax.loading{
    background-color: #108271;
    color: #fff;
}
.dropdown-menu>li>a.button-ajax.loading{
    padding-right: 40px;
}
.dropdown-menu.pointed:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 12px;
    background-color: #fff;
    z-index: 1002;
    pointer-events: none;
}
.dropdown-menu.pointed:after{
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #eee;
    transform: rotate(45deg);
    top: -7px;
    pointer-events: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pointed.left:after{
    left: 10px;
}
.dropdown-menu.pointed.right:after{
    right: 10px;
}

/* ---------------------------------
    Tables
   --------------------------------- */
.table-responsive {
    overflow-x: auto;
}
.table-responsive::-webkit-scrollbar-track{
    background-color: #ededed;
    border-radius: 10px;
}
.table-responsive::-webkit-scrollbar{
    height: 5px;
    background-color: #ededed;
}
.table-responsive::-webkit-scrollbar-thumb{
    background-color: #a4a3a3;
    border-radius: 10px;
}
.table-bordered{
    border: 1px solid #ebebeb;
}
.table {
    width: 100%;
    max-width: 100%;
    display: table;
}

.table-header-group{
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
.table-row-group{
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.table-row{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.table-head{
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
}
.table-data{
    display: table-cell;
    vertical-align: inherit;
}

.table tr th,
.table .table-head {
    font-weight: 600;
    font-size: 15px;
    padding: 10px 15px;
    vertical-align: middle;
    color: #474747;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
}
.table tr.backgrounded th ,
.table .table-row.backgrounded .table-head { 
    background-color: #f4f4f4;
}
.table tr td ,
.table .table-row .table-data {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: 15px;
    font-size: 13px;
}
.table tr.unread td {
    font-weight: 700;
}
.table-stripped tbody tr td{
    border-bottom: none;
}
.table-stripped tbody tr:nth-child(even) td{
    background-color: #f4f4f4;
}
.clickable-row{
    cursor: pointer;
}
.table-hover tr:hover td,
.clickable-row:hover {
    background-color: #f5f5f5;
}
.table-hover.table-stripped tr:hover td,
.table-stripped .clickable-row:hover {
    background-color: #e8e8e8;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table.table-reportable tr th,
.table.table-reportable tr td{
    padding: 10px;
}
.table.table-reportable tr th{
    font-size: 14px;
}
.table.table-cell-seperate tr th,
.table.table-cell-seperate tr td,
.table.table-cell-seperate .table-row .table-head,
.table.table-cell-seperate .table-row .table-data{
    border: 1px solid #ebebeb;
}

@media screen and (max-width: 991px) {
    .table-responsive>.table tr th,
    .table-responsive>.table tr td,
    .table-responsive>.table .table-row .table-head,
    .table-responsive>.table .table-row .table-data {
        white-space: nowrap
    }
}

/* ---------------------------------
    Datepicker
   --------------------------------- */
.ui-datepicker{
    border: 1px solid #dbdbdb !important;
    margin-top: 2px !important;
}
.ui-datepicker .ui-datepicker-header{
    background-color: #fff;
    border: none;
}
.ui-datepicker .ui-icon{
    display: none !important;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after{
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    text-align: center;
    font-weight: 300;
}
.ui-datepicker-prev:after{
    content: '\f104';
}
.ui-datepicker-next:after{
    content: '\f105';
}
.ui-datepicker .ui-datepicker-next.ui-state-hover,
.ui-datepicker .ui-datepicker-prev.ui-state-hover{
    background: transparent !important;
    font-weight: 700 !important;
    color: #333 !important;
    border: none !important;
}
.ui-datepicker-prev-hover{
    left: 2px !important;
    top: 2px !important;
}
.ui-datepicker-next-hover{
    right: 2px !important;
    top: 2px !important;
}
.ui-datepicker td a{
    background: #fff !important;
    border-color: transparent !important;
}
.ui-datepicker td a:hover,
.ui-datepicker td a.ui-state-active{
    background: #ddd !important;
    color: #454545 !important
}
.ui-datepicker td a.ui-state-highlight,
.ui-datepicker td.ui-datepicker-today a.ui-state-highlight{
    background: #006a5a !important;
    color: #fff !important;
}
/*.ui-datepicker td.ui-datepicker-today a.ui-state-highlight{
    background: #006a5a !important;
}*/

/* Date range picker styles */
.do-daterangepicker {
    position: absolute;
    padding: 5px;
    z-index: 370;
}
.do-daterangepicker-triggerbutton{
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    vertical-align: middle;
    line-height: normal;
    color: #555555;
    outline: 0;
    border-radius: 3px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    text-align: left;
    font-family: inherit;
    -webkit-transition: border-color ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}
.do-daterangepicker-triggerbutton:focus{
    color: #757575;
}
.do-daterangepicker-triggerbutton .ui-button-icon{
    display: none;
}
.do-daterangepicker-mask {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity = 0);
}
.do-daterangepicker-presets,
.do-daterangepicker-calendar {
    display: table-cell;
    vertical-align: top;
    height: 230px;
}
.do-daterangepicker-right .do-daterangepicker-presets {
    padding: 2px 7px 7px 2px;
}
.do-daterangepicker-left .do-daterangepicker-presets {
    padding: 2px 2px 7px 7px;
}
.ui-menu {
    white-space: nowrap;
}
.do-daterangepicker.ui-widget.ui-widget-content,
.do-daterangepicker .ui-widget-content{
    font-family: inherit;
}
.do-daterangepicker .ui-widget-content,
.do-daterangepicker .ui-datepicker .ui-state-highlight {
    border-width: 0;
    background: transparent;
}
.do-daterangepicker > .do-daterangepicker-main.ui-widget-content {
    border-bottom-width: 1px;
}
.do-daterangepicker .ui-datepicker .ui-datepicker-today .ui-state-highlight {
    border-width: 1px;
}
.do-daterangepicker-right .do-daterangepicker-calendar {
    border-left-width: 1px;
    padding-left: 5px;
}
.do-daterangepicker-left .do-daterangepicker-calendar {
    border-right-width: 1px;
    padding-right: 5px;
}
.do-daterangepicker-right .do-daterangepicker-buttonpanel {
    float: left;
}
.do-daterangepicker-left .do-daterangepicker-buttonpanel {
    float: right;
}
.do-daterangepicker-buttonpanel > button  {
    margin-top: 6px;
}
.do-daterangepicker-right .do-daterangepicker-buttonpanel > button {
    margin-right: 6px;
}
.do-daterangepicker-left .do-daterangepicker-buttonpanel > button {
    margin-left: 6px;
}
.do-daterangepicker-calendar .ui-state-highlight a.ui-state-default {
    background: #eaeaea !important;
    color: #454545 !important;
}

/* ---------------------------------
    Apple Switch
   --------------------------------- */
.apple-switch{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 25px;
}
.apple-switch input{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 0;
}
.apple-switch .as-slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 25px;
    background-color: #adadad;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.apple-switch .as-slider:before{
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.apple-switch input:checked + .as-slider{
    background-color: #62db6a;
}
.apple-switch input:focus + .as-slider{
    box-shadow: 0 0 1px #2196F3;
}
.apple-switch input:checked + .as-slider:before{
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* ---------------------------------
    Info Tips
   --------------------------------- */
.info-tip{
    display: inline-block;
    font-size: inherit;
    color: inherit;
    margin-left: 5px;
    cursor: pointer;
    pointer-events: all;
}
.info-tip:hover{
    color: initial;
}
.info-tip-message{
    position: absolute;
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    padding: 10px 15px;
    border-radius: 3px;
    text-align: left;
    z-index: 99993;
    width: auto;
    height: auto;
    max-width: 300px;
}
.info-tip-message:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0,0,0,0.9);
    top: 100%;
    left: 15px;
}
.info-tip-message.from-bottom:after{
    top: -8px;
    border-top: none;
    border-bottom: 8px solid rgba(0,0,0,0.9);
}

/* ---------------------------------
    Layouting elements
   --------------------------------- */
.block{ display: block !important; }
.inline-block{ display: inline-block !important; }
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }

.text-cap{ text-transform: capitalize; }

.text-success { color: #69bb67 !important; }
.text-warning { color: #dd992d !important; }
.text-danger { color: #e50f0f !important; }
.text-notice { color: #4e4e4e !important; }
.text-cool { color: #3257A5 !important; }
.text-dull-blue { color: #90a4ce !important; }
.text-white{ color: #fff !important; }
.text-yellow{ color: #fce167 !important; }
.text-dark{ color: #0c1323 !important; }

.badge-status{
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
    display: inline-block;
    background-color: #eee;
    text-align: center;
    user-select: none;
}
.badge-status.success{
    background-color: #69bb67;
}
.badge-status.danger{
    background-color: #e50f0f;
}

.no-wrap { white-space: nowrap; }
.text-break{ word-break: break-all; }
.no-border{ border: 0 !important; }

.clear-before{ clear: left; }
.clear-after{ clear: right; }

.fadeout-line{
    width: 100%;
    height: 1px;
    display: block;
    background: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255, 0.5));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255, 0.5));
    background: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255, 0.5));
}
.filter-separater{
    background-color: #f1f1f1;
    height: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.background-white{ background-color: #fff !important; }

.text-limit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ---------------------------------
    Scroll containers
   --------------------------------- */
.scroll-container {
    overflow-y: auto;
    padding-right: 15px;
    -webkit-overflow-scrolling: touch;
}
.scroll-container::-webkit-scrollbar-track{
    background-color: #ededed;
    border-radius: 10px;
}
.scroll-container::-webkit-scrollbar{
    width: 5px;
    background-color: #ededed;
}
.scroll-container::-webkit-scrollbar-thumb{
    background-color: #a4a3a3;
    border-radius: 10px;
}

@media screen and (min-width: 768px) {
    .row.mini-gap {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row.mini-gap [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .row.ipad-opt > .col-sm-6 {
        width: 50%;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){
    .row.ipad-opt > .col-sm-6 {
        width: 50%;
    }
}

/* ---------------------------------
    Pagination
   --------------------------------- */
.pagination {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
}
.pagination .paginate-group {
    float: right;
}
.pagination .paginate-group > a,
.pagination .paginate-group > span{
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #ebebeb;
    font-size: 20px;
    color: rgba(44, 44, 44, 0.55);
}
.pagination .paginate-group > a{
    width: 35px;
}
.pagination .paginate-group > span{
    border-left: none;
    border-right: none;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    line-height: 1.7;
    min-width: 80px;
    cursor: default;
}
.pagination .paginate-group > a:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination .paginate-group > a:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pagination .paginate-group > a.current,
.pagination .paginate-group > a:hover {
    background-color: #f0f0f0;
}
.pagination .paginate-group > a.disabled{
    pointer-events: none;
    opacity: 1;
}


/* ---------------------------------
    Other elements
   --------------------------------- */
.flex-item{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}
.align-center{
    align-items: center;
}
.justify-flex-start{
    justify-content: flex-start;
}
.justify-flex-end{
    justify-content: flex-end;
}
.flex-direct-row-reverse{
    flex-direction: row-reverse;
}

.disp-table-row{
    display: table-row;
}
.disp-table-caption{
    display: table-caption;
}

.display-none{
    display: none !important;
}

.pos-fixed{
    position: fixed !important;
}

/* No data messages */
.nodata-message{
    width: 100%;
    min-height: 150px;
    text-align: center;
    padding: 30px 15px;
    background-color: #fff;
    position: relative;
}
.nodata-message.has-bg{
    background-color: #f9f9f9;
    border-radius: 7px;
}
.nodata-message .nm-icon{
    margin: 0 auto 15px;
    width: 80px;
    height: 80px;
    background-color: #eef2f5;
    border-radius: 200px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #f3f3f3;
}
.nodata-message.bg-transparent .nm-icon{
    background-color: #e2e2e2;
}
.nodata-message .nm-icon i{
    font-size: 35px;
    color: #fff;
    text-shadow: 0px 2px 0px rgba(40,40,40,0.06);
}
.nodata-message .nm-title{
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0;
    line-height: 1;
}
.nodata-message .nm-text{
    margin: 0;
    font-weight: normal;
    line-height: 1.5;
}
.nodata-message .nm-text strong{
    font-weight: 500;
}

/* Fancybox */
.app-fancy-container{
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    width: 100%;
    z-index: 99992;
    overflow-y: auto;
}
.app-fancy-container .afc-bg{
    content: '';
    background: #1e1e1e;
    opacity: .9;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.app-fancy-container .afc-content{
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -ms-transform: translate( -50%, -50% );
    -moz-transform: translate( -50%, -50% );
    -webkit-transform: translate( -50%, -50% );
    transform: translate( -50%, -50% );
}
.app-fancy-container .afc-content:before{
    z-index: -1;
}
.app-fancy-container .afc-image{
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.app-fancy-container .afc-closer{
    position: absolute;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 25px;
    text-align: center;
    padding: 0;
    top: 15px;
    right: 15px;
}
.scroll-fixed{
    overflow-y: hidden;
}

/* Notices */
.app-ui-notices{
    position: relative;
    background-color: #e9e9e9;
    box-shadow: 0 1px 3px rgb(0 0 0 / 4%);
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 15px 20px;
}
.app-ui-notices .aun-dismiss{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.app-ui-notices .aun-dismiss > a{
    font-size: 20px;
    display: inline-block;
    color: inherit;
}
.app-ui-notices .aun-dismiss > a:hover{
    color: #0e9f89;
}
.app-ui-notices .aun-content{
    padding-right: 30px;
}
.app-ui-notices .aun-icon{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 45px;
    height: 47px;
    line-height: 47px;
    text-align: center;
}
.app-ui-notices .aun-data{
    padding-left: 20px;
}
.app-ui-notices .aun-data > p{
    margin-top: 0; 
    margin-bottom: 0;
    line-height: 1.4;
}
.app-ui-notices .aun-data > p:last-of-type{
    margin-bottom: 15px;
}
.app-ui-notices .aun-data > ul{
    margin: 0 0 5px;
    padding: 0;
    list-style-type: none;
}
.app-ui-notices .aun-data > ul li{
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px;
}
.app-ui-notices .aun-data > ul li a{
    color: inherit;
    text-decoration: underline;
}
.app-ui-notices .aun-data > ul li a:hover{
    color: #108271;
}
.app-ui-notices .aun-data > ul li:before{
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
    left: 0;
    top: 1px;
}

.app-ui-notices.warning{
    background-color: #ffc0c0;
    color: #353535;
}
.app-ui-notices.warning .aun-icon{
    color: #f90909;
}

/* Popup models */
.model-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99992;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(30, 30, 30, 0.9);
}
.model-wrapper.in {
    display: block;
}
.model-dialog {
    position: relative;
    background-clip: padding-box;
    background-color: #fff;
    width: 500px;
    box-shadow: 5px 2px 20px 0 rgba(0, 0, 0, 0.2);
    outline: 0;
    margin: 50px auto;
    padding: 15px;
    overflow: hidden;
}
.model-dialog .model-header{
    display: table;
    vertical-align: top;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
.model-dialog .model-closer,
.model-dialog .model-heading{
    display: table-cell;
    vertical-align: top;
}
.model-dialog .model-heading{
    padding-right: 15px;
    position: relative;
}
.model-dialog .model-heading .icon{
    margin-right: 5px;
}
.model-dialog .model-header h3 {
    font-size: 22px;
    margin: 0;
    font-weight: 500;
    line-height: 1.1;
}
.model-dialog .model-header h4{
    margin: 5px 00;
    font-weight: 500;
    font-size: 16px;
}
.model-dialog .model-closer{
    width: 25px;
}
.model-dialog .model-closer button{
    display: inline-block;
    background-color: transparent;
    font-size: 22px;
    outline: 0 !important;
    border: 0 !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #626262;
    padding: 0;
}
.model-dialog .model-closer button:hover{
    color: #141414;
}
.model-dialog .model-content{
    position: relative;
}
.model-dialog .model-content p{
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4;
}
.model-dialog .model-content .content-loader{
    position: absolute;
    border-radius: 0;
}
.model-dialog .model-content .content-loader.loading:after{
    top: 37%;
    left: 46%;
}

/* ---------------------------------
    Fonts
   --------------------------------- */
.f-s-12{ font-size: 12px !important; }
.f-s-13{ font-size: 13px !important; }
.f-s-15{ font-size: 15px !important; }
.f-s-16{ font-size: 16px !important; }
.f-s-18{ font-size: 18px !important; }
.f-s-20{ font-size: 20px !important; }

.f-w-300{ font-weight: 300 !important; }
.f-w-500{ font-weight: 500 !important; }
.f-w-600{ font-weight: 600 !important; }
.f-w-700{ font-weight: bold !important; }

.l-h-1-2{ line-height: 1.2 !important; }
.l-h-1-3{ line-height: 1.3 !important; }

/* ---------------------------------
    Colors
   --------------------------------- */
.bg-white{ background-color: #fff !important; }

/* ---------------------------------
    Gutters
   --------------------------------- */
.m-t-0{ margin-top: 0 !important; }
.m-t-5{ margin-top: 5px !important; }
.m-t-10{ margin-top: 10px !important; }
.m-t-15{ margin-top: 15px !important; }
.m-t-20{ margin-top: 20px !important; }
.m-t-25{ margin-top: 25px !important; }
.m-t-30{ margin-top: 30px !important; }
.m-t-50{ margin-top: 50px !important; }

.m-t-minus-1{ margin-top: -1px !important; }
.m-t-minus-15{ margin-top: -15px !important; }
.m-l-minus-15{ margin-left: -15px !important; }
.m-r-minus-15{ margin-right: -15px !important; }

.m-r-0{ margin-right: 0 !important; }
.m-r-2{ margin-right: 2px !important; }
.m-r-5{ margin-right: 5px !important; }
.m-r-10{ margin-right: 10px !important; }
.m-r-15{ margin-right: 15px !important; }
.m-r-20{ margin-right: 20px !important; }

.m-b-0{ margin-bottom: 0px !important; }
.m-b-5{ margin-bottom: 5px !important; }
.m-b-10{ margin-bottom: 10px !important; }
.m-b-15{ margin-bottom: 15px !important; }
.m-b-20{ margin-bottom: 20px !important; }
.m-b-25{ margin-bottom: 25px !important; }
.m-b-30{ margin-bottom: 30px !important; }
.m-b-50{ margin-bottom: 50px !important; }

.m-l-0{ margin-left: 0 !important; }
.m-l-5{ margin-left: 5px !important; }
.m-l-10{ margin-left: 10px !important; }
.m-l-15{ margin-left: 15px !important; }

.p-0{ padding: 0 !important; }
.p-15{ padding: 15px !important; }
.p-30{ padding: 30px !important; }
.p-t-0{ padding-top: 0px !important; }
.p-t-3{ padding-top: 3px !important; }
.p-t-5{ padding-top: 5px !important; }
.p-t-10{ padding-top: 10px !important; }
.p-t-15{ padding-top: 15px !important; }
.p-b-0{ padding-bottom: 0px !important; }
.p-b-5{ padding-bottom: 5px !important; }
.p-b-10{ padding-bottom: 10px !important; }
.p-b-15{ padding-bottom: 15px !important; }
.p-l-15{ padding-left: 15px !important; }
.p-r-0{ padding-right: 0 !important; }
.p-r-5{ padding-right: 5px !important; }
.p-r-15{ padding-right: 15px !important; }
.p-r-30{ padding-right: 30px !important; }

.h-30{ height: 30px; }
.h-35{ height: 35px; }
.h-40{ height: 40px; }
.h-75{ height: 75px; }
.h-100{ height: 100px; }
.h-200{ height: 200px; }
.h-350{ height: 350px; }

.max-w-80{ max-width: 80px !important; }
.max-w-100{ max-width: 100px !important; }
.max-w-120{ max-width: 120px !important; }
.max-w-130{ max-width: 130px !important; }
.max-w-160{ max-width: 160px !important; }
.max-w-170{ max-width: 170px !important; }
.max-w-180{ max-width: 180px !important; }
.max-w-175{ max-width: 175px !important; }
.max-w-200{ max-width: 200px !important; }
.max-w-220{ max-width: 220px !important; }
.max-w-250{ max-width: 250px !important; }
.max-w-340{ max-width: 340px !important; }
.max-w-650{ max-width: 650px !important; }

.max-h-50{ max-height: 50px !important; }
.max-h-75{ max-height: 75px !important; }
.max-h-100{ max-height: 100px !important; }
.max-h-200{ max-height: 200px !important; }
.max-h-350{ max-height: 350px !important; }
.max-h-370{ max-height: 370px !important; }
.max-h-400{ max-height: 400px !important; }
.max-h-518{ max-height: 518px !important; }

.min-h-50{ min-height: 50px !important; }
.min-h-75{ min-height: 75px !important; }
.min-h-80{ min-height: 80px !important; }
.min-h-100{ min-height: 100px !important; }
.min-h-200{ min-height: 200px !important; }
.min-h-280{ min-height: 280px !important; }
.min-h-320{ min-height: 320px !important; }
.min-h-350{ min-height: 350px !important; }

.min-w-60{ min-width: 60px !important; }
.min-w-120{ min-width: 120px !important; }
.min-w-140{ min-width: 140px !important; }
.min-w-160{ min-width: 160px !important; }
.min-w-170{ min-width: 170px !important; }
.min-w-180{ min-width: 180px !important; }
.min-w-190{ min-width: 190px !important; }
.min-w-220{ min-width: 220px !important; }
.min-w-250{ min-width: 250px !important; }

.w-20{ width: 20px !important; }
.w-30{ width: 30px !important; }
.w-100{ width: 100px !important; }
.w-115{ width: 115px !important; }
.w-120{ width: 120px !important; }
.w-140{ width: 140px !important; }
.w-180{ width: 180px !important; }
.w-250{ width: 250px !important; }
.w-300{ width: 300px !important; }
.w-350{ width: 350px !important; }
.w-430{ width: 430px !important; }
.w-450{ width: 450px !important; }
.w-500{ width: 500px !important; }
.w-600{ width: 600px !important; }
.w-650{ width: 650px !important; }
.w-800{ width: 800px !important; }

.half-width{ width: 50% !important; }   
.full-width{ width: 100% !important; } 

.max-half-width{ max-width: 50% !important; }   
.max-full-width{ max-width: 100% !important; } 

.v-align-middle{ vertical-align: middle !important; }  

.no-x-scroll{ overflow-x: hidden !important; }  

.text-ellipsis{ 
    overflow: hidden;   
    text-overflow: ellipsis;    
}
.text-underline{ text-decoration: underline !important; }

.ghost-element{
    position: absolute !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.ng-if-hide{
    display: none;
}
.ng-if-hide.ng-scope{
    display: block;
}

.bg-transparent{ background-color: transparent !important; }
.highlight-red{ background-color: rgba(205,90,91,0.4) !important; color: #2a2a2a; }
.highlight-green{ background-color: rgba(73,179,86,0.5) !important; color: #2a2a2a; }
.highlight-yellow{ background-color: rgba(255,255,209,0.6) !important; color: #2a2a2a; }

.overflow-visible{ overflow: visible !important; }

.go-click-exclude,
.no-click{
    pointer-events: none;
}

body.scroll-lock{
    overflow-y: hidden !important;
}/*
 * App styles
 */ 

/* ---------------------------------
    Login Page
   --------------------------------- */
.login-wrapper{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.login-wrapper .lc-wrapper{
    position: relative;
    flex-grow: 1;
    padding: 3% 10%;
}
.lc-wrapper .lc-logo{
    margin-bottom: 15px;
}
.lc-wrapper .lc-logo img {
    height: 30px;
    width: auto;
    max-width: 200px;
}
.login-container{
    position: absolute;
    width: 350px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.login-container .lc-content .lc-title{
    margin-top: 0;
    font-weight: 300;
    font-size: 24px;
    color: #404040;
}
.login-container .form-control,
.login-container .button{
    height: 40px;
}
.login-container .button-ajax.loading:after{
    top: 11px;
}
.login-container .form-control::-webkit-input-placeholder {   
    color: #949494;
}
.login-container .form-control::-moz-placeholder {
    color: #949494;
}
.login-container .form-control:-ms-input-placeholder {
    color: #949494;
}
.login-container .form-control:-moz-placeholder { 
    color: #949494;
}

.login-container .lc-actions{
    margin-top: 20px;
}
.login-container .lc-actions a{
    color: inherit;
}
.login-container .lc-actions a:hover{
    color: #006a5a;
}
.login-wrapper .side-container{
    position: relative;
    width: 40%;
    overflow: hidden;
    background-color: #111a00;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.login-wrapper .side-container:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
}
.login-wrapper .side-container .sc-content{
    position: absolute;
    color: #fff;
    left: 10%;
    right: 10%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.side-container .sc-content .scc-quote{
    font-size: 32px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.2;
    position: relative;
}
.side-container .sc-content .scc-author{
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 200;
    color: #f0f0f0;
}
.login-wrapper .version-note{
    margin-top: -10px;
}
.login-wrapper .dev-note{
    position: absolute;
    bottom: 15px;
    text-align: center;
}
.login-wrapper .dev-note p,
.login-wrapper .version-note p{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
}
.login-wrapper .dev-note p a:hover{
    color: #108271;
}

@media screen and (max-height: 768px) {
    .page-register .login-wrapper .lc-wrapper{
        overflow-y: auto;
        padding-bottom: 15px;
        padding-top: 30px;
    }
    .page-register .login-container{
        position: relative;
        margin-top: 30px;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    .page-register .login-wrapper .dev-note{
        position: relative;
        text-align: left;
        margin-top: 50px;
    }
}

/* ---------------------------------
    App Header
   --------------------------------- */
.app-header{
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 990;
    height: 60px;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
}
.app-header .ah-container{
    width: 100%;
    height: 100%;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
}
.app-header .company-logo{
    width: 200px;
    height: 100%;
    padding: 0 15px 0 0;
    overflow: hidden;
    position: relative;
}
.app-header .company-logo > a{
    display: inline-block;
    min-width: 80px;
    position: relative;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.app-header .company-logo img{
    height: auto;
    width: auto;
    max-width: 150px;
    max-height: 50px;
}

.app-header .ah-actions .ah-action-list{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.app-header .ah-action-list li.ah-action-item{
    float: left;
    margin-right: 10px;
    height: 40px;
}
.app-header .ah-action-list li.ah-action-item:last-child{
    margin-right: 0;
    margin-left: 15px;
}
.app-header .ah-action-list li.ah-action-item > a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 22px;
    border-radius: 100px;
    background-color: #ffffff;
    text-align: center;
    color: inherit;
    position: relative;
}
.app-header .ah-action-list li.ah-action-item > a:hover{
    background-color: #f6f6f6;
}
.app-header .ah-action-list li.ah-action-item > a .aha-noti-badge{
    display: inline-block;
    font-size: 11px;
    color: #fff;
    text-align: center;
    background-color: #d35454;
    position: absolute;
    top: -2px;
    right: 0;
    border-radius: 20px;
    padding: 2px 4px;
    height: 20px;
    min-width: 20px;
    font-weight: 500;
    line-height: 17px;
    overflow: hidden;
}
.app-header .ah-action-list li.ah-action-item.ahai-user > a{
    overflow: visible;
    width: auto;
    height: auto;
    line-height: 1;
    border-radius: 0;
    text-align: left;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.app-header .ah-action-list li.ah-action-item.ahai-user > a:hover{
    background-color: #fff;
}
.app-header .ah-actions .ah-user-pic{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.app-header .ah-action-list li.ah-action-item.ahai-user > a .ah-user-details{
    font-size: 13px;
    line-height: 1.2;
    margin-left: 10px;
    white-space: nowrap;
}
.app-header .ah-action-list li.ah-action-item.ahai-user > a .ah-user-details > span{
    display: block;
}
.app-header .ah-action-list .ahai-user > a .ah-user-details > .aud-name{
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 3px;
}
.app-header .ah-action-list .ahai-user > a .ah-user-details > .aud-company{
    font-size: 12px;
}

.app-header .ah-actions .dropdown-menu{
    margin-top: 12px;
}

.app-header .ah-search{
    flex-grow: 1;
    margin-right: 50px;
}
.app-header .ah-search .form-control{
    height: 40px;
}
.app-header .ah-search .input-group-label{
    height: 40px;
}
.app-header .ah-search .input-group-label .button{
    padding: 9px 15px;
    font-size: 20px;
}


/* ---------------------------------
    App Sidebar
   --------------------------------- */
.app-sidebar-nav{
    position: fixed;
    background-color: #111a00;
    left: 0;
    top: 0;
    bottom: 0;    
    z-index: 990;
    width: 80px;
}
.app-sidebar-nav .asn-do-logo{
    width: 100%;
    height: 70px;
    text-align: center; 
    overflow: hidden; 
}
.app-sidebar-nav .asn-do-logo > a{
    width: 100%;
    height: 100%;
    background-color: #000;
    align-items: center;
    justify-content: center;
}
.app-sidebar-nav .asn-do-logo img{
    max-width: 60%;
    max-height: 100px;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.app-sidebar-nav .asn-items{
    overflow: hidden;
}
.app-sidebar-nav .asn-items-list{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    position: relative;
    /*height: 100%;*/
}
.app-sidebar-nav .asn-items-list .asn-item,
.app-sidebar-nav .asn-items-list .asn-item > a{
    display: block;
    position: relative;
}
.app-sidebar-nav .asn-items-list .asn-item > a{
    padding: 15px 5px;
    color: #fff;
    text-align: center;
}
.app-sidebar-nav .asn-items-list .asn-item .asni-icon{
    display: block;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
}
.app-sidebar-nav .asn-items-list .asn-item .asni-label{
    font-size: 11px;
    line-height: 1.3;
    display: block;
}
.app-sidebar-nav .asn-items-list .asn-item.active > a,
.app-sidebar-nav .asn-items-list .asn-item > a:hover{
    background-color: #212c0d;
}

/*.app-sidebar-nav .asn-items-list .asn-item:last-child,
.app-sidebar-nav .asn-items-list .asn-item:nth-last-child(2){
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.app-sidebar-nav .asn-items-list .asn-item:nth-last-child(2){
    bottom: 71px;
}*/
.app-sidebar-nav .asn-items-list .asn-item .asni-count-badge{
    position: absolute;
    min-width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #c84030;
    color: #fff;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    top: 4px;
    padding: 0 4px;
}

.app-sidebar-nav .asn-profile-settings{
    position: absolute;
    bottom: 0;
    height: 90px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.app-sidebar-nav .asn-profile-settings:before{
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    border-top: 1px solid #2e391a;
}
.asn-profile-settings .asn-ps-identity{
    text-align: center; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
}
.asn-ps-identity .asn-ps-i-pic{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #111a00;
}
.asn-ps-identity .asn-ps-i-pic > span{
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.asn-ps-identity .asn-ps-i-pic.not-covered > span{
    background-size: contain;
    background-position: center;
}
.asn-ps-identity .asn-ps-i-pic:not(:last-child){
    margin-bottom: -10px;
}
.asn-profile-settings .dropdown-menu{
    top: auto;
    left: calc(100% + 10px);
    bottom: 10px;
    box-shadow: -3px 3px 12px rgba(0, 0, 0, 0.175);
    padding: 13px;
    min-width: 220px;
    max-width: 220px;
    user-select: none;
}
.asn-profile-settings .dropdown-menu:before{
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    bottom: 25px;
    right: 100%;
    border: solid transparent;
    border-right-color: #ffffff;
    border-width: 10px;
}
.asn-ps-settings .asn-ps-user{
    align-items: center;
    margin-bottom: 10px;
}
.asn-ps-settings .asn-ps-user .asn-ps-u-pic{
    display: block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
}
.asn-ps-settings .asn-ps-user .asn-ps-u-pic > span{
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.asn-ps-user .asn-ps-u-details{
    flex: 1;
    padding-left: 7px;
    overflow: hidden;
}
.asn-ps-user .asn-ps-u-details .asn-ps-u-name,
.asn-ps-user .asn-ps-u-details .asn-ps-u-sub{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.asn-ps-user .asn-ps-u-details .asn-ps-u-name{
    font-weight: 500;
    font-size: 14px;
}
.asn-ps-user .asn-ps-u-details .asn-ps-u-sub{
    font-size: 12px;
    margin-top: 2px;
}
.asn-profile-settings .asn-ps-settings .asn-ps-options{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.asn-ps-settings .asn-ps-options li a{
    display: block;
    padding: 8px 0;
    color: inherit;
    position: relative;
}
.asn-ps-settings .asn-ps-options li a:hover{
    color: #108271;
}
.asn-ps-settings .asn-ps-options li a > i{
    width: 16px;
    margin-right: 2px;
}
.asn-ps-settings .asn-ps-options li a.button-ajax.loading:after{
    border-color: #0e9f89 transparent #0e9f89 transparent;
}
.asn-profile-settings .asn-ps-identity:hover,
.asn-profile-settings.open .asn-ps-identity{
    background-color: #212c0d;
}

/* Plan upgrade panel */
.app-sidebar-nav .asn-upgrade-panel{
    position: absolute;
    bottom: 90px;
    width: 100%;
}
.asn-upgrade-panel .aup-days-box{
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    padding: 10px;
}
.asn-upgrade-panel .open .aup-days-box,
.asn-upgrade-panel .aup-days-box:hover{
    background-color: #212c0d;
}
.aup-days-box .aup-d-day{
    display: block;
    font-size: 20px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #2b3616;
    border-radius: 100%;
    margin: 0 auto;
}
.aup-days-box .aup-d-meta{
    display: block;
    color: #fff;
    white-space: nowrap;
    font-size: 12px;
}
.asn-upgrade-panel .aup-panel{
    top: 50%;
    left: calc(100% + 10px);
    bottom: auto;
    box-shadow: -3px 3px 12px rgba(0, 0, 0, 0.175);
    background-color: #111a00;
    padding: 20px 15px;
    min-width: 280px;
    user-select: none;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.asn-upgrade-panel .aup-panel:before{
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    top:  50%;
    right: 100%;
    border: solid transparent;
    border-right-color: #111a00;
    border-width: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); 
}
.asn-upgrade-panel .aup-panel .aup-p-content{
    text-align: center;
    color: #fff;
}
.asn-upgrade-panel .aup-panel .aup-p-content p{
    margin-top: 0;
    font-size: 17px;
    line-height: 1.1;
}
.aup-panel .aup-p-content .aup-pc-link{
    display: inline-block;
    margin-top: 5px;
    font-size: 75%;
    color: #fff;
    text-decoration: underline;
}
.aup-panel .aup-p-content .aup-pc-button{
    display: block;
    background-color: #e29512;
    border-color: #e29512;
}
.aup-panel .aup-p-content .aup-pc-button:hover,
.aup-panel .aup-p-content .aup-pc-button:focus{
    background-color: #cc8306;
}

/* ---------------------------------
    App Container
   --------------------------------- */
.app-container{
    position: relative;
    margin-top: 0;
    margin-left: 80px;
    margin-bottom: 15px;
    padding-top: 15px;
    background-color: #fff;
}

/* ---------------------------------
    Breadcumbs
   --------------------------------- */
.view-breadcumbs{
    position: relative;
}
.view-breadcumbs > a,
.view-breadcumbs > .vb-child{
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin-right: 5px;
    color: #111a00;
}
.view-breadcumbs > a:hover{
    color: #006a5a;
}
.view-breadcumbs > a:after,
.view-breadcumbs > .vb-child:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 15px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.view-breadcumbs > a:last-child,
.view-breadcumbs > .vb-child:last-child{
    pointer-events: none;
    margin-right: 0;
}
.view-breadcumbs > a:last-child:after,
.view-breadcumbs > .vb-child:last-child:after{
    display: none;
}

.pg-title{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
}

.page-controller-bar{
    position: relative;
    z-index: 360;
}
.page-controller-bar.backgrounded{
    background-color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: -15px;
}

/* ---------------------------------
    Elements
   --------------------------------- */

/* Photo uploader */
.app-photo-uploader{
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    display: block;
    border: 3px solid #ce3838;
    text-align: center;
}
.app-photo-uploader .apu-prev{
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0.6;
    border-radius: 100%;
    overflow: hidden;
}
.app-photo-uploader input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.app-photo-uploader .apu-icon{
    position: absolute;
    font-size: 25px;
    color: #979797;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: rgba(255,255,255,0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-shadow: 0 0 11px rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.5);
}
.app-photo-uploader.has-error .apu-icon i:before{
    content: '\f071';
}
.app-photo-uploader .apu-remove{
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    z-index: 1;
    display: inline-block;
    color: #fff;
    background-color: #ce3838;
    border-radius: 100%;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 1.4;
    visibility: hidden;
    opacity: 0;
}
.app-photo-uploader .apu-remove:hover{
    background-color: #e71212;
}
.app-photo-uploader:not(.loaded) .apu-icon:hover{
    background-color: rgba(255,255,255,0.6);
}
.app-photo-uploader.loaded .apu-prev{
    opacity: 1;
}
.app-photo-uploader.loaded .apu-icon{
    visibility: hidden;
    opacity: 0;
}
.app-photo-uploader.loaded:hover .apu-icon,
.app-photo-uploader.loaded:hover .apu-remove{
    visibility: visible;
    opacity: 1;
}

.app-photo-uploader.boxed{
    width: 100%;
    border-radius: 3px;
    border-width: 1px;
    border-color: #c8c8c8;
}
.app-photo-uploader.boxed .apu-prev{
    border-radius: 0;
    background-size: contain;
    background-position: center;
    width: 95%;
    height: 95%;
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.app-photo-uploader.boxed .apu-icon{
    border-radius: 0;
}
.app-photo-uploader.boxed .apu-remove{
    top: -10px;
    right: -10px;
}

/* File uploader */
.uploader-wrapper { 
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 120px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.uploader-wrapper.dashed {
    border: 2px dashed #c8c8c8;
    padding: 15px;
}
.uploader-wrapper.vertical {
    text-align: center;
}
.uploader-wrapper.horizontal .uw-content{
    display: table;
    vertical-align: middle;
}
.uploader-wrapper .uw-content i{
    font-size: 50px;
}
.uploader-wrapper.horizontal.center .uw-content{ 
    margin: 0 auto;
}
.uploader-wrapper.horizontal .uw-buttons{
    padding: 1px;
}
.uploader-wrapper .uw-buttons .upload-text{
    padding: 1px;
}
.uploader-wrapper input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.uploader-wrapper .uw-buttons .button-link{
    font-size: 14px;
    line-height: 1;
    color: #006a5a;
    font-weight: 500;
    margin-left: -3px;
    cursor: pointer;
}
.uploader-wrapper.vertical .uw-buttons .button-link{
    margin: 0 auto 5px;
}
.uploader-wrapper .uw-buttons a{
    font-size: 13px;
}
.uploader-wrapper .uw-error{
    font-size: 12px;
    color: #e50f0f;
    margin: 0;
    text-align: left;
    line-height: 1.3;
}
.uploader-wrapper.drag-enter{
    background-color: #f2f2f2;
    border-color: #fb882d;
}
.uploader-wrapper.drag-enter .uw-content{
    pointer-events: none !important;
}
.upload-error{
    font-size: 14px;
    color: #757575;
    font-weight: 900;
    margin: 0 0 0 3px;
}

/* App ratings selector */
.app-ratings-selector{
    /*background-color: #fff;*/
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    padding: 7px 12px;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
}
.ratings-inline .app-ratings-selector{
    height: auto;
    padding: 0;
    border: none;
    width: 160px;
}
.app-ratings-selector .form-control{
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}
.app-ratings-selector .stars{
    display: inline-block;
    padding-right: 4px;
    font-size: 16px;
    color: #e2d24e;
}
.app-ratings-selector .stars:hover i:before,
.app-ratings-selector .stars:hover ~ .stars i:before,
.app-ratings-selector .stars.active i:before,
.app-ratings-selector .stars.active ~ .stars i:before{
    font-weight: bold;
}
.app-ratings-selector .clear{
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Star ratings */
.star-ratings{
    color: #e2d24e;
    font-size: 14px;
    white-space: nowrap;
}
.star-ratings i{
    display: inline;
    margin-right: 4px;
}
.star-ratings i:last-child{
    margin-right: 0;
}

/* Inline Icons */
.inline-icon{
    display: inline-block;
    width: 20px;
}
.inline-icon:after{
    content: '';
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
    font-weight: bold;
}
.icon-bullet{
    position: relative;
    padding-left: 20px;
}
.icon-bullet .inline-icon{
    position: absolute;
    left: 0;
}

.action-list{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.action-list li{
    display: inline-block;
    margin-left: 5px;
}
.action-list li:first-child{
    margin-left: 0;
}
.action-list li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #e8e8e8;
    border-radius: 100px;
    text-align: center;
    color: inherit;
}
.action-list li a:hover{
    background-color: #006a5a;
    color: #fff;
}

/* 
 * Activity types 
 */
.activity-icon-default:after{
    content: "\f5fc";
    color: #5b799b;
}

/* Call */
.activity-type.type-1{ background-color: #62a155; }
.activity-type.type-1:after{
    content: '\f095' !important;
    color: #62a155; 
}

/* SMS */
.activity-type.type-2{ background-color: #5bb0f9; }
.activity-type.type-2:after{
    content: '\f4b0' !important;
    color: #5bb0f9;
}

/* Email */
.activity-type.type-3{ background-color: #d5973e; }
.activity-type.type-3:after{
    content: '\f0e0' !important;
    color: #d5973e;
}

/* Meeting */
.activity-type.type-4{ background-color: #f95b89; }
.activity-type.type-4:after{
    content: '\f2b5' !important;
    color: #f95b89;
}

/* System */
.activity-type.type-5{ background-color: #5b799b; }
.activity-type.type-5:after{
    content: '\f5fc' !important;
    color: #5b799b;
}

/* Note */
.activity-type.type-6{ background-color: #d9b823; }
.activity-type.type-6:after{
    content: '\f249' !important;
    color: #d9b823;
}

/* Facebook */
.activity-type.type-7{ background-color: #3b5999; }
.activity-type.type-7:after{
    content: '\f082' !important;
    color: #3b5999;
}

/* Instagram */
.activity-type.type-8{ background-color: #d6007d; }
.activity-type.type-8:after{
    content: '\f16d' !important;
    color: #d6007d;
}

/* Bmby */
.activity-type.type-9{ background-color: #3b5999; }
.activity-type.type-9:after{
    content: '\f292' !important;
    color: #3b5999;
}

/* Web */
.activity-type.type-10{ background-color: #059E4A; }
.activity-type.type-10:after{
    content: '\f0ac' !important;
    color: #059E4A;
}

/* File */
.activity-type.type-11{ background-color: #5e8dc7; }
.activity-type.type-11:after{
    content: '\f15c' !important;
    color: #5e8dc7;
}

/* Won */
.activity-type.type-12{ background-color: #49b456; }
.activity-type.type-12:after{
    content: '\f091' !important;
    color: #49b456;
}

/* Loss */
.activity-type.type-13{ background-color: #b94f4f; }
.activity-type.type-13:after{
    content: '\f5b4' !important;
    color: #b94f4f;
}

.inline-icon.activity-type{
    background-color: transparent;
}

/* Dot reader */
.dot-reader{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.dot-reader.dot-blue{ background-color: #3891dd; }

/* Tables */
.table.table-detailed tr th{
    font-size: 14px;
    padding: 6px 15px;
}
.table.table-detailed tr td{
    padding: 8px 15px;
}

.content-wrapper .version-note{
    font-size: 12px;
    font-weight: 400;
    color: #757575;
    font-style: italic;
    display: block;
}
.activity-length{
/*    display: block;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}

.list-count{
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
    text-align: left;
    white-space: nowrap;
    line-height: 1;
}

/*
 * File
 */

.file-item-wrapper{
    position: relative;
    margin-bottom: 10px;
}
.file-item-wrapper > a{
    display: block;
}
.file-item{
    flex-direction: row;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 3px;
    overflow: hidden;
}
.file-item-wrapper .file-remove-wrapper{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    right: 2px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.file-item-wrapper .file-remove-wrapper i{
    font-size: 14px;
    color: #f24f4f;
}
.file-item-wrapper:hover .file-remove-wrapper{
    visibility: visible;
    opacity: 1;
}
.file-icon-box{
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 50px;
    min-width: 40px;
/*    background-color: #ebebeb;*/
}
.file-icon-box .file-type:after{
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
    font-weight: lighter;
    position: absolute;
/*    left: 50%;
    top: 50%;*/
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 42px;
}
.file-icon-box.f-icon{
    font-size: 42px;
}
.file-text-box{
    flex-direction: column;
    flex: 1;
    padding-left: 5px;
    max-width: calc(100% - 65px);
    overflow: hidden;
}
.file-text{
    color: #757575;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 4px 0;
    display: block;
    line-height: 1;
    font-weight: 600;
}
.file-text-danger{
    color: #f24f4f;
}
.file-text.file-size{
    margin-bottom: 0;
    font-size: 80%;
    font-weight: normal;
}

/*
 * File Type
 */

/* Image */
.file-type.file-1{ background-color: #65aaf7; }
.file-type.file-1:after{
    content: '\f1c5' !important;
    color: #65aaf7;
}
/* PDF */
.file-type.file-2{ background-color: #a20009; }
.file-type.file-2:after{
    content: '\f1c1' !important;
    color: #a20009;
}
/* Zip */
.file-type.file-3{ background-color: #edc700; }
.file-type.file-3:after{
    content: '\f1c6' !important;
    color: #edc700;
}
/* Excel */
.file-type.file-4{ background-color: #31703f; }
.file-type.file-4:after{
    content: '\f1c3' !important;
    color: #31703f;
}
/* Word */
.file-type.file-5{ background-color: #364b93; }
.file-type.file-5:after{
    content: '\f1c2' !important;
    color: #364b93;
}
/* CSV */
.file-type.file-6{ background-color: #31703f; }
.file-type.file-6:after{
    content: '\f6dd' !important;
    color: #31703f;
}
/* File */
.file-type.file-10{ background-color: #5e8dc7; }
.file-type.file-10:after{
    content: '\f15c' !important;
    color: #5e8dc7;
}

/* ---------------------------------
    Tooltip with content
   --------------------------------- */
.tooltip-wrapper {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltip-wrapper .tooltip-content {
    visibility: hidden;
    opacity: 0;
    width: 320px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 99;
    top: -16px;
    left: 125%;
}

.tooltip-wrapper .tooltip-content::after {
    content: "";
    position: absolute;
    top: 15%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltip-wrapper:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
}

/* ---------------------------------
    Tooltip content table
   --------------------------------- */
.tbl-tooltip-content{
    width: 100%;
}
.tool-tr{
    text-transform: lowercase;
}
.tool-tr .tool-td,
.tool-tr .tool-th{
    padding: 2px 10px;
    vertical-align: top;
    line-height: 1.4;   
}
.tool-tr .tool-td:first-of-type{
    padding-left: 8px;
    text-align: left;
}
.tool-tr .tool-td:last-of-type{
    padding-right: 8px;
    text-align: left;
    word-break: break-word;
}
.tool-separator{
    position: relative;
    display: block;
}
.tool-separator:after{
    position: absolute;
    content: ':';
    right: -10px;
    top: 0;
}

/* ---------------------------------
    Content - Dashboard
   --------------------------------- */
body.abc-dashboard,
body.page-account-suspended{
    background-color: #f1f1f1;
}
body.abc-dashboard .app-container{
    background-color: transparent;
}

.horizontal-link-list{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.horizontal-link-list li{
    display: inline-block;
    margin-right: 25px;
}
.horizontal-link-list li:last-child{
    margin-right: 0;
}

.horizontal-link-list.horizontal-tabs a{
    font-size: 16px;
    opacity: 0.6;
}
.horizontal-link-list.horizontal-tabs a.active,
.horizontal-link-list.horizontal-tabs a:hover{
    opacity: 1;
}

.pg-panel{
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin-bottom: 15px;
}
.pg-panel-activity{
    min-height: calc(100vh - 342px);
}
.pgp-title{
    font-weight: 500;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
}

.summary-card{
    position: relative;
    background-color: #0e9f89;
    color: #fff;
    padding: 20px;
    border-radius: 3px;
}
.summary-card.bg-stars{
    background-color: #e29512;
}
.summary-card.bg-won{
    background-color: #64a256;
}
.summary-card.bg-lost{
    background-color: #c25d5d;
}

.summary-card .sc-icon{
    width: 70px;
    font-size: 35px;
    text-align: center;
}
.summary-card .sc-content{
    flex: 1 1 auto;
    padding-left: 15px;
}
.summary-card .sc-content p{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    white-space: nowrap;
}
.summary-card .sc-content .scc-major{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 3px;
}
.summary-card .sc-content .scc-minor{
    font-size: 18px;
    font-weight: 300;
}

@media screen and (max-width: 991px) {
    .summary-card{
        margin-bottom: 20px;
    }
}


/* ---------------------------------
    Content - Groups
   --------------------------------- */
body.abc-groups,
body.abc-groups .app-container{
    background-color: #f1f1f1;
}
.gl-item{
    position: relative;
    width: 100%;
    min-height: 200px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    /*border: 1px solid #ebebeb;*/
}
.gl-item .gli-header{
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.gl-item .gli-header > h3{
    float: left;
    width: calc(100% - 35px);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
}
.gl-item .gli-header .glih-actions{
    float: right;
    width: 35px;
    text-align: right;
    visibility: hidden;
    opacity: 0;
    /*-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;*/
}
.gl-item:hover .gli-header .glih-actions{
    visibility: visible;
    opacity: 1;
}
.gl-item .gli-header .glih-actions > .dropdown-toggle{
    font-size: 20px;
}
.gl-item .gli-header > h3 > a,
.gl-item .gli-header .glih-actions > .dropdown-toggle{
    color: inherit;
}
.gl-item .gli-header > h3 > a:hover,
.gl-item .gli-header .glih-actions > .dropdown-toggle:hover,
.gl-item .gli-header .glih-actions.dropdown.open > .dropdown-toggle{
    color: #006a5a;
}

.gl-item .gli-header .glih-actions .dropdown-menu{
    margin-top: 10px;
    /*min-width: 120px;*/
}
.gl-item .gli-header .glih-actions .dropdown-menu>li>a{
    padding: 6px 12px;
}
.gl-item .gli-header .glih-actions .dropdown-menu>li>a:hover{
    color: #fff !important;
}
.gl-item .gli-header .glih-actions .dropdown-menu:before {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    top: -7px;
    right: 3px;
}

.gl-item .glic-list,
.gl-item .glip-list{
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
}
.gl-item .glic-list .glicl-item{
    float: left;
    width: 50%;
    margin-bottom: 5px;
    padding-right: 10px;
}
.gl-item .glic-list .glicl-item > span{
    display: block;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.gl-item .glic-list .glicl-item .glicli-value{
    font-weight: bold;
    font-size: 22px;
}
.gl-item .glic-list .glicl-item.won > span{
    color: #49b356;
}
.gl-item .glic-list .glicl-item.lost > span{
    color: #cd5a5b;
}

.gl-item .gli-profiles{
    margin-top: 10px;
}
.gl-item .glip-list .glip-item{
    float: left;
    margin-right: 10px;
}
.gl-item .glip-list .glip-item:last-child{
    margin-right: 0;
}
.gl-item .glip-list .glip-source{
    float: left;
    margin-right: 3px;
}
.gl-item .glip-list .glip-source:last-child{
    margin-right: 0;
}
.gl-item .glip-list .glip-item > a{
    display: inline-block;
    position: relative;
}
.gl-item .glip-list .glip-item .glipi-pic{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.gl-item .glip-list .glip-item .glipi-name{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 2px;
    text-align: center;
    top: 115%;
    left: 50%;
    width: auto;
    max-width: 150px;
    z-index: 2;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gl-item .glip-list .glip-item .glipi-name:after{
    position: absolute;
    content: " ";
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; 
    border-bottom: 5px solid rgba(0,0,0,0.9);
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.gl-item .glip-list .glip-item > a:hover .glipi-name{
    opacity: 1;
    visibility: visible;
}
.gl-item .glip-list .glip-item .glipi-more{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    background-color: #111a00;
    text-align: center;
    padding: 3px;
    line-height: 2.1;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    color: #fff;
}
.gl-sources-wrapper{
    display: flex;
    justify-content: flex-end;
}
.source-wrapper{
    font-size: 16px;
}
.source-fb{
    color: #3b5999;
}
.source-web{
    color: #059E4A;
}


/* Facebook */
.source-type.type-1{ background-color: #3b5999; }
.source-type.type-1:after{
    content: '\f082' !important;
    color: #3b5999;
}

/* Instagram */
.source-type.type-4{ background-color: #d6007d; }
.source-type.type-4:after{
    content: '\f16d' !important;
    color: #d6007d;
}

/* Group Users */
.group-users-list{
    padding-right: 5px;
    max-height: calc(100vh - 210px);
}
.group-users-list .gul-item{
    margin-top: 5px;
}
.group-users-list .checkbox:first-child{
    margin-top: 0;
}
.group-users-list .guli-content{
    display: flex;
    align-items: center;
    padding: 3px 15px 3px 35px;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 2px;
    padding-left: 35px !important;
}
.group-users-list .guli-content:hover{
    background-color: #eee;
}
.group-users-list .checkbox label:before{
    top: auto;
    left: 10px;
}
.group-users-list .checkbox input[type=checkbox]:checked+label:after{
    top: auto;
    margin-top: -3px;
    left: 13px;
}
.group-users-list .gul-avatar{
    display: inline-block;
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    border-radius: 100px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-right: 8px;
}

/* Group Sources */
.expandable-list ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
}
.expandable-list .exl-item{
    border-bottom: 1px solid #ebebeb;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    position: relative;
    margin-left: 35px;
}
.expandable-list .exl-item > a{
    display: block;
    color: #111a00;
    font-weight: 500;
    pointer-events: none;
}
.expandable-list .exl-item > a > i{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
    background-color: #111a00;
    color: #fff;
    margin-right: 10px;
    margin-left: -40px;
}
.expandable-list .exl-item.exli-facebook > a{
    color: #3b5998;
    pointer-events: auto;
}
.expandable-list .exl-item.exli-facebook > a > i{
    background-color: #3b5998;
}
.expandable-list .exl-item > a.exli-dropdown:after{
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    right: 0;
    top: 7px;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    color: initial;
}
.expandable-list .exl-item.open > a.exli-dropdown:after{
    transform: rotate(90deg);
}
.expandable-list .exl-item .exli-content{
    display: none;
    position: relative;
}
.expandable-list .exl-item.open .exli-content{
    display: block;
}
.expandable-list .exl-item.open:last-child{
    border-bottom: none;
}
.expandable-list .exli-sub{
    margin-top: 10px;
}
.expandable-list .exli-sub .exlis-item{
    justify-content: space-between;
    margin-bottom: 10px;
    cursor: default;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    position: relative;
}
.expandable-list .exli-sub .exlis-item:last-child{
    border-bottom: none;
}
.expandable-list .exli-sub .exlisic-heading,
.expandable-list .exli-sub .exlisic-sub-heading,
.expandable-list .exlisi-deletion .exlisid-msg .exlisidm-heading,
.expandable-list .exlisi-deletion .exlisid-msg .exlisidm-sub{
    display: block;
}
.expandable-list .exli-sub .exlisic-heading,
.expandable-list .exlisi-deletion .exlisid-msg .exlisidm-heading{
    color: #545454;
}
.expandable-list .exli-sub .exlisic-sub-heading,
.expandable-list .exlisi-deletion .exlisid-msg .exlisidm-sub{
    color: #888888;
    font-size: 13px;
    margin-top: 3px;
}
.expandable-list .exli-sub .exlisi-actions > a{
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    font-size: 12px;
    color: inherit;
    display: block;
    text-align: center;
    background-color: transparent;
    line-height: 25px;
    border-radius: 60px;
    opacity: 0;
    visibility: hidden;
}
.expandable-list .exli-sub .exlisi-actions > a:hover{
    background-color: #f6f6f6;
}
.expandable-list .exli-sub .exlis-item:hover .exlisi-actions > a{
    opacity: 1;
    visibility: visible;
}
.expandable-list .exli-sub .exlisi-actions > a.loading{
    opacity: 1;
    visibility: visible;
}
.expandable-list .exli-sub .exlisi-actions > a.loading:after{
    top: 4px;
    right: 5px;
    border-color: #00695a transparent #00695a transparent;
    background-color: rgba(255,255,255,0.8);
}

.expandable-list .exli-sub .exlisi-deletion{
    width: 100%;
    background-color: #fff;
    position: relative;
    display: none;
}
.expandable-list .exlisi-deletion .exlisid-msg{
    float: left;
    width: calc(100% - 150px);
    padding-right: 10px;
}
.expandable-list .exlisi-deletion .exlisid-actions{
    float: right;
    width: 150px;
    white-space: nowrap;
    text-align: right;
}
.expandable-list .exlisi-deletion .exlisid-actions .button{
    font-size: 13px;
    padding: 6px 12px;
    height: 30px;
    line-height: 1.4;
}
.expandable-list .exlisi-deletion .exlisid-actions .button.loading{
    padding-right: 25px;
}
.expandable-list .exlisi-deletion .exlisid-actions .button.loading:after{
    right: 8px;
    width: 12px;
    height: 12px;
}
.expandable-list .exlis-item.del-confirm .exlisi-deletion{
    display: block;
}
.expandable-list .exlis-item.del-confirm .exlisi-content,
.expandable-list .exlis-item.del-confirm .exlisi-actions{
    display: none;
}

.expandable-list .exli-interaction{
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 2px;
    margin-top: 25px;
}
.expandable-list .exli-interaction .exliim-msg{
    width: 60%;
    font-weight: 500;
    margin: 0 auto 10px;
    line-height: 1.3;
}
.expandable-list .exli-interaction .btn-exliim-facebook{
    background-color: #3b5998;
    border-color: #3b5998;
}
.expandable-list .exli-interaction .btn-exliim-facebook:hover{
    background-color: #263f73;
}
.expandable-list .exli-interaction .btn-exliim-facebook > i{
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px solid rgba(255,255,255,0.25);
}

.button-append-grey .input-group-label{
    background-color: transparent;
}
.button-append-grey .input-group-label .button{
    background-color: #cccccc;
    color: #757575;
}
.button-append-grey .input-group-label .button:active i{
    transform: translateY(4px);
}
.skip-wrapper{
    float: right;
    margin: 10px 0 0 0;
}


@media screen and (min-width: 992px) {
    .group-list-wrap .gl-item-wrap:nth-child(3n+1){
        clear: both;
    }
}

@media screen and (min-width: 1440px) {
    .group-list-wrap .gl-item-wrap{
        width: 33.333%;
    }
}

@media screen and (min-width: 1680px) {
    .group-list-wrap .gl-item-wrap{
        width: 25%;
    }
    .group-list-wrap .gl-item-wrap:nth-child(3n+1){
        clear: none;
    }
    .group-list-wrap .gl-item-wrap:nth-child(4n+1){
        clear: both;
    }
}

@media screen and (max-width: 991px) {
    .group-list-wrap .gl-item-wrap:nth-child(2n+1){
        clear: both;
    }
}

/* ---------------------------------
    Content - Leads
   --------------------------------- */

/* Leads Filter */
.filter-sidebar{
    position: fixed;
    top: 60px;
    bottom: 0;
    right: 0;
    width: 375px;
    background-color: #454545;
    color: #fff;
    z-index: 365;
    padding: 20px;
}
.filter-sidebar .fs-header{
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.fs-header .fs-heading > h2{
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    font-size: 24px;
}
.fs-header .fs-closer button {
    display: inline-block;
    background-color: transparent;
    font-size: 26px;
    outline: 0 !important;
    border: 0 !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #d2d2d2;
    padding: 0;
}
.filter-sidebar .fs-footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #454545;
}
.filter-sidebar .fs-container,
.filter-sidebar .fs-container > form{
    position: relative;
    height: 100%;
}
.filter-sidebar .fs-content{
    max-height: calc(100% - 120px);
    margin-right: -15px;
}
.filter-sidebar .fs-content .fsc-widget{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.filter-sidebar .fs-content .fsc-widget:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.filter-sidebar .app-form .form-group{
    margin-bottom: 0;
}

.form-control.fc-transparent,
.fg-transparent .app-ratings-selector,
.fcsw-transparent.select-wrapper:after,
.input-group.fcig-transparent > .do-daterangepicker-triggerbutton,
.input-group.fcig-transparent .input-group-label,
.filter-sidebar .button-transparent{
    background-color: transparent;
    color: #fff;
}
.fld-label.fl-transparent{
    color: #fff;
}
.filter-sidebar .button-transparent:hover,
.filter-sidebar .button-transparent:focus{
    background-color: #108271;
}
.fcsw-transparent.select-wrapper:after{
    padding: 4px 2px;
}
.fcsw-transparent.select-wrapper option{
    color: #555555;
}
.form-control.fc-transparent:focus{
    box-shadow: none;
    border-color: #0e9f89;
}
.input-group.fcig-transparent:focus{
    outline: 0;
}
.input-group.fcig-transparent > .do-daterangepicker-triggerbutton,
.input-group.icon-ontop > .do-daterangepicker-triggerbutton{
    padding-right: 35px;
}
.input-group.fcig-transparent .input-group-append,
.input-group.icon-ontop .input-group-append{
    position: absolute;
    right: 0;
    pointer-events: none;
    margin-left: 0;
}
.input-group.fcig-transparent .input-group-label,
.input-group.icon-ontop .input-group-label{
    width: 35px;
    padding: 6px 5px;
    border: none;
    border-radius: 0;
}
.input-group.icon-ontop .input-group-label{
    background-color: transparent;
}
.input-group.fcig-transparent .input-group-label > i,
.input-group.icon-ontop .input-group-label > i{
    font-size: 15px;
}

.form-control.display-only{
    background-color: #ececec;
}

.filter-sidebar.ng-enter,
.filter-sidebar.ng-leave {
    -webkit-transition : right ease-in-out 0.15s;
    -moz-transition    : right ease-in-out 0.15s;
    -ms-transition     : right ease-in-out 0.15s;
    -o-transition      : right ease-in-out 0.15s;
    transition         : right ease-in-out 0.15s;
}
.filter-sidebar.ng-enter,
.filter-sidebar.ng-leave.ng-leave-active {
    right : -380px;
}
.filter-sidebar.ng-leave,
.filter-sidebar.ng-enter.ng-enter-active {
    right : 0;
}

.app-link-inside-dark{
    color: #fff;
}
.app-link-inside-dark:hover{
    color: #20ccb2;
}
.filter-count-text{
    display: inline-block;
    font-size: 80%;
    vertical-align: text-top;
}
.filter-panel-overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 360;
}

/* Lead List */
.abc-leads .list-scroller{
    position: relative;
    max-height: calc(100vh - 80px);
    padding-right: 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.abc-leads .scroll-container table.table-leads thead > tr{
    width: calc( 100% - 116px );
    z-index: 3;
}

.abc-leads .scroll-container table.table-leads thead > tr:after{
    content: "";
    top: -1px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #f4f4f4;
    z-index: -1;
}

.button-danger{
    color: #cd5a5b;
}
.button-danger:hover{
    color: #eb797a;
}

/* New Lead */
.pl-leads-rw .pl-leads-col-pic{
    width: 100px;
}
.pl-leads-rw .pl-leads-col-first{
    width: 50%;
    border-right: 1px solid #ebebeb;
    padding-right: 30px;
}
.pl-leads-rw .pl-leads-col-last{
    width: calc(100% - (100px + 50%));
    padding-left: 30px;
}

/* Lead Single */
.sl-view-rw .slv-col-pic{
    width: 100px;
}
.sl-view-rw .slv-col-details{
    width: 55%;
    padding-right: 20px;
    padding-bottom: 20px;
}
.sl-view-rw .slv-col-actv{
    width: calc(100% - (100px + 57.6%));
    padding-left: 20px;
    padding-right: 20px;    
    border-left: 1px solid #ebebeb;
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 20px;
    bottom: 20px;
}
.slvp-avatar{
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #ebebeb;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.slvp-avatar.has-border{
    border: 4px solid transparent;
}
.slvp-avatar.iconized{
    overflow: visible;
}
.slvp-avatar.iconized:before{
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    line-height: 28px;
    border-radius: 100%;
    text-align: center;
    z-index: 1;
    color: #fff;
    top: -6px;
    right: -6px;
}
.slvp-avatar.won{
    border-color: #49b356;
}
.slvp-avatar.lost{
    border-color: #cd5a5b;
}
.slvp-avatar.won.iconized:before{
    content: '\f091';
    background-color: #49b356;
}
.slvp-avatar.lost.iconized:before{
    content: '\f5b4';
    background-color: #cd5a5b; 
}

.slv-details{
    margin-top: 10px;
}
.slv-details .slvd-header{
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.slv-details .slvdh-actions{
    min-width: 200px;
}
.slv-details .slvd-header .slvdh-title,
.slv-details .slvd-header .slvdh-subtitle{
    color: #606060
}
.slv-details .slvd-header .slvdh-title{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 500;
}
.slv-details .slvd-header .slvdh-subtitle{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;   
}

.slv-details .slvdh-actions .slvdh-straight-actions,
.slv-details .slvdh-actions .slvdh-bubble-actions{
    float: right;
}
.slv-details .slvdh-actions .slvdh-bubble-actions > a,
.slv-details .slvdh-actions .slvdh-bubble-actions a.slvdh-bubble{
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 36px;
    border-radius: 100px;
    text-align: center;
    position: relative;
    background-color: #111a00;
    color: #fff;
    margin-right: 8px;
}
.slv-details .slvdh-actions .slvdh-bubble-actions > a:hover,
.slv-details .slvdh-actions .slvdh-bubble-actions a.slvdh-bubble:hover{
    background-color: #96a281;
}

.slv-details .slvdh-actions .slvdh-bubble-dropdown{
    float: left;
}
.slv-details .slvdh-actions .slvdh-bubble-dropdown .dropdown-menu{
    top: 130%;
}
.slv-details .slvdh-actions .slvdh-bubble-actions .action-won{
    background-color: #49b356;
}
.slv-details .slvdh-actions .slvdh-bubble-actions .action-won:hover{
    background-color: #76d281;
}
.slv-details .slvdh-actions .slvdh-bubble-actions .action-lost{
    background-color: #cd5a5b;
}
.slv-details .slvdh-actions .slvdh-bubble-actions .action-lost:hover{
    background-color: #eb797a;
}
.select-wrapper.with-icon:after{
    content: '\f0b0';
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6;
}

.tbl-static-content{
    width: 100%;
}
.tbl-static-content td,
.tbl-static-content th{
    padding: 6px 10px;
    vertical-align: top;
    line-height: 1.4;
}
.tbl-static-content td:first-of-type{
    padding-left: 0;
}
.tbl-static-content td:last-of-type{
    padding-right: 0;
    word-break: break-word;
}
.tbl-static-content .colon-separator{
    position: relative;
    display: block;
}
.tbl-static-content .colon-separator:after{
    position: absolute;
    content: ':';
    right: -10px;
    top: 0;
}
.tbl-static-content .colon-separator .inline-icon{
    margin-right: 7px;
    text-align: center;
}

.hide-clear .app-ratings-selector .clear{
    display: none;
}

.slv-details .slvd-content{
    position: relative;
}
.slv-details .slvd-content .slvd-c-wrap{
    position: relative;
    z-index: 2;
}
.slv-details .slvd-content .slvdc-won-lost-banner{
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    pointer-events: none;
    user-select: none;
    transform: translateY(-50%);
}
.slv-details .slvd-content .slvdc-won-lost-banner > img{
    width: auto;
    height: auto;
    max-width: 380px;
    max-height: 280px;
}
.slv-details .slvd-content .slvdc-section{
    margin-top: 20px;
}
.slv-details .slvdc-section .slvdcs-title{
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
}
.slv-details .slvdc-section .slvdcs-title > span{
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}
.slv-details .slvdc-section .slvdcs-title:after{
    content: '';
    width: 100%;
    border-top: 1px solid #ebebeb;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.social-profile-list{
    position: relative;
}
.social-profile-list > a{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 100px;
    text-align: center;
    background-color: #111a00;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
}
.social-profile-list > a:hover{
    background-color: #96a281;
}

.sl-view-rw .slv-actv{
    height: 100%;
    position: relative;
}
.slv-actv .slva-header{
    justify-content: space-between;
}
.slv-actv .slva-header .slvah-title{
    margin-top: 5px;
    margin-bottom: 0;
    color: #606060;
    font-weight: 500;
}
.slv-actv .slvaa-list{
    padding: 0;
    margin: 20px 0 0;
    list-style-type: none;
    position: relative;
}
.slv-actv .slvaa-list:before{
    content: '';
    position: absolute;
    top: -20px;
    bottom: 0;
    left: 16px;
    width: 3px;
    background-color: #c6c6c6;
}
.slv-actv .slva-activities{
    margin-right: -15px;
    margin-top: 20px;
    max-height: calc(100% - 110px);
/*    min-height: calc(100vh - 250px);
    max-height: calc(100vh - 250px);*/
}
.slv-actv .slvaa-activity{
    position: relative;
    display: block;
    margin-bottom: 15px;
    margin-left: 40px;
}
.slvaa-activity .slvaa-profile{
    align-items: center;
    margin-left: -40px;
}
.slvaa-activity .slvaa-profile .slvaap-pic{
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    margin-right: 5px;
}
.slvaa-activity .slvaa-profile .slvaap-name{
    font-weight: 600;
    font-size: 14px;
    flex: 1;
    padding-right: 10px;
}
.slvaa-activity .slvaa-content{
    background-color: #ececec;
    overflow: hidden;
    border-radius: 10px;
    border-top-left-radius: 0;
    justify-content: space-between;
    margin-top: -5px;
}
.slvaa-activity .slvaa-content .slvaac-type{
    width: 25px;
    min-width: 25px;
    position: relative;
    color: #fff;
    background-color: #5b799b;
}
.slvaa-activity .slvaa-content .slvaac-type:after{
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
    font-weight: lighter;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    content: "\f5fc";
}
.slvaa-activity .slvaa-content .slvaac-type.activity-type:after{ 
    color: #fff !important;
}
.slvaa-activity .slvaa-content .slvaac-type.activity-type[data-icon-val="f082"]:after{
    content: '\f39e' !important; /* Different facebook icon (without square) */
}

.slvaa-activity .slvaa-content .slvaac-details{
    flex-grow: 1;
    padding: 10px 15px;
    color: #979797;
}
.slvaa-activity .slvaa-content .slvaac-details .slvaacd-title{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    word-break: break-word;
}
.slvaa-activity .slvaa-date{
    font-size: 11px;
    text-align: right;
    color: #979797;
}

.slv-actv .slva-form{
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}
.slv-actv .slva-form .input-group{
    background-color: #e2e2e2;
    border-radius: 7px;
    padding: 5px 0;
    align-items: flex-end;
}
.slv-actv .slva-form .input-group .form-control,
.slv-actv .slva-form .input-group .input-group-label{
    background-color: transparent;
    border: none;
}
.slv-actv .slva-form .input-group .input-group-label .select-wrapper{
    background-color: transparent;
}
.slv-actv .slva-form .input-group .input-group-label .select-wrapper .form-control{
    width: 90px;
    min-width: 50px;
    padding: 5px;
    color: inherit;
    margin-left: 40px;
    z-index: 2;
}
.slv-actv .slva-form .slva-types-wrap{
    position: absolute;
    background-color: #e2e2e2;
    border-radius: 7px;
    overflow: hidden;
    bottom: 0;
    z-index: -1;
    width: 220px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0 7px 15px rgba(0,0,0,0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.slv-actv .slva-form.panel-open .slva-types-wrap{
    bottom: 55px;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.slv-actv .slva-form .slva-types-wrap .slvat-content{
    flex-wrap: wrap;
    max-height: 200px;
    padding-right: 0;
}
.slv-actv .slva-form .slva-types-wrap .slvat-content > a{
    position: relative;
    background-color: transparent;
    padding: 10px 15px;
    color: inherit;
    font-weight: 500;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.slv-actv .slva-form .slva-types-wrap .slvat-content > a:last-child{
    border-bottom: none;
}
.slv-actv .slva-form .slva-types-wrap .slvat-content .slvat-content-label{
    background-color: transparent !important;
    position: relative;
    padding-left: 23px;
    display: inline-block;
}
.slv-actv .slva-form .slva-types-wrap .slvat-content .slvat-content-label:after{
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slv-actv .slva-form .slva-types-wrap .slvat-content > a:hover{
    background-color: #d8d8d8;
}
/*.slv-actv .slva-form .input-group .input-group-label .select-wrapper .form-control:focus{
    padding-left: 5px;
    margin-left: 35px;
    width: 50px;
}*/
.slv-actv .slva-form .input-group .slva-types-trigger{
    line-height: 23px;
    position: relative;
    padding-left: 40px;
    box-shadow: none;
    color: inherit;
    min-width: 130px;
    text-align: left;
}
.slv-actv .slva-form .input-group .slva-types-trigger:before{
    position: absolute;
    content: '\f106';
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    font-weight: 400;
    /*width: 25px;*/
    left: 15px;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.slv-actv .slva-form.panel-open .slva-types-trigger:before{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slv-actv .slva-form .input-group .slva-types-trigger .slvatt-selected{
    background-color: transparent !important;
    position: relative;
    display: inline-block;
    padding-left: 32px;
    line-height: 1.6;
}
.slv-actv .slva-form .input-group .slva-types-trigger .slvatt-selected:after{
    font-family: 'font Awesome 5 Pro';
    position: absolute;
    left: 0;
    font-size: 13px;
    background-color: #d4d4d4;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    overflow: hidden;
    text-align: center;
    line-height: 2;
    top: 50%;
    transform: translateY(-50%);
}

.slv-actv .slva-form .input-group .input-group-label .select-wrapper:after{
    content: '\f067';
    font-size: 20px;
    padding: 3px;
    background-color: transparent;
    left: 0;
    right: auto;
    width: 40px; 
    pointer-events: none;
}
.slv-actv .slva-form .input-group .input-group-label .select-wrapper:hover:after,
.slv-actv .slva-form .input-group .input-group-label .select-wrapper:focus:after{
    color: #108271;
}
.slv-actv .slva-form .input-group > .form-control{
    padding-left: 10px;
    padding-right: 0; 
}

.slv-actv .slva-form .content-editable{
    flex: 1;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}
.slv-actv .slva-form .content-editable .form-control{
    height: auto;
    min-height: 35px;
    padding: 10px;
    word-break: break-word;
    box-shadow: none;
    line-height: 1.4;
}
.slv-actv .slva-form .content-editable .ce-placeholder{
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}
.slv-actv .slva-form .content-editable.not-empty .ce-placeholder,
.slv-actv .slva-form .content-editable .form-control.ng-not-empty + .ce-placeholder{
    display: none;
}

.slv-actv .slva-form .input-group-label .button{
    padding: 7px 15px;
    height: 100%;
    opacity: 1;
}
.slv-actv .slva-form .input-group-label .button:disabled{
    opacity: 0.5;
}
.slv-actv .slva-form .input-group-label .button.loading:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #e2e2e2;
}
.slv-actv .slva-form .input-group-label .button.loading:after{
    border-color: #108271 transparent #108271 transparent;
    right: 15px;
}
.slv-actv .slva-form .input-group-label .button:hover, 
.slv-actv .slva-form .input-group-label .button:focus{
    background-color: transparent;
    color: #108271;
}

/* Path tracker list */
.path-tracker-list{
    position: relative;
    padding-left: 15px;
}
.path-tracker-list .ptl-item{
    position: relative;
    background-color: #f4f4f4;
    margin-bottom: 7px;
    border-radius: 3px;
    padding: 5px 10px;
    line-height: 1.3;
}
.path-tracker-list .ptl-item a{
    color: #494949;
}
.path-tracker-list .ptl-item a:hover{
    color: #0e9f89;
}
.path-tracker-list:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background-color: #c6c6c6;
}
.path-tracker-list .ptl-item:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    width: 15px;
    height: 1px;
    background-color: #c6c6c6;
}

@media screen and (max-width: 1024px) {
    .slv-details .slvd-header{
        flex-direction: column;
        flex-wrap: wrap;
        align-items: unset;
    }
    .slv-details .slvdh-actions{
        margin-top: 10px;
        width: 100%;
    }
    .slv-details .slvdh-actions .slvdh-straight-actions,
    .slv-details .slvdh-actions .slvdh-bubble-actions{
        float: left;
    }
    .slv-details .slvdh-actions .slvdh-straight-actions{
        margin-right: 10px;
    }
}

/* Lead won lost single */
.slv-wo-lo-watermark{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
}

/* Lead won lost pop */
.slvp-btn-won{
    border-color: #49b356;
    background-color: #49b356;
}
.slvp-btn-won:focus,
.slvp-btn-won:hover{
    border-color: #76d281;
    background-color: #76d281;
}
.slvp-btn-loss{
    border-color: #cd5a5b;
    background-color: #cd5a5b;
}
.slvp-btn-loss:focus,
.slvp-btn-loss:hover{
    border-color: #eb797a;
    background-color: #eb797a;
}

/* Lead Attachment */
.at-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: normal;
    color: #555555;
    outline: 0;
    border-radius: 3px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #006a5a;
}
.lead-attach-label{
    margin: 2px 3px 0 0;
}

/* User assignees */
.assignee-users{
    position: relative;
    pointer-events: all;
}
.assignee-users .au-list-wrap{
    float: left;
}
.assignee-users .au-list{
    padding: 0;
    margin: 0;
    list-style-type: none;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.assignee-users .au-list .aul-item{
    position: relative;
    align-items: center;
    z-index: 2;
}
.assignee-users .au-list .aul-item:not(:last-child){
    margin-left: -10px;
}
.aul-item .aul-i-pic{
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #5d5d5d;
    cursor: pointer;
    background-color: #fff;
}
.aul-item .aul-i-name{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 3px;
    text-align: center;
    bottom: 115%;
    left: 50%;
    width: auto;
    max-width: 150px;
    font-weight: normal;
    z-index: 2;
    white-space: nowrap;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.aul-item .aul-i-name.not-allow{
    display: none;
}
.aul-item .aul-i-name:after{
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0,0,0,0.9);
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.aul-item .aul-i-remover,
.aul-item .aul-i-add,
.sud-list .sud-item.exists .sud-i-pic:after{
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    top: -3px;
    right: -3px;
    background-color: #c84f4f;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    display: block;
    cursor: pointer;
}
.aul-item .aul-i-remover > i{
    pointer-events: none;
}
.aul-item.empty .aul-i-pic{
    border-style: dashed;
    border-color: #aeaeae;
}
.aul-item.empty .aul-i-add{
    opacity: 1;
    top: 20px;
    pointer-events: all;
    background-color: #717171;
}
.assignee-users .au-list .aul-item:hover{
    z-index: 3;
}
.au-list .aul-item:hover .aul-i-pic{
    border-width: 2px;
}
.au-list .aul-item:hover .aul-i-name{
    opacity: 1;
    visibility: visible;
}
.assignee-users .au-list .aul-item:hover .aul-i-remover{
    opacity: 1;
    pointer-events: all;
}
.aul-item .aul-i-remover:hover{
    background-color: #df1616;
}
.aul-item.aul-i-more .aul-i-pic{
    background-color: #111a00;
    font-size: 15px;
    white-space: nowrap;
    line-height: 2.3;
    text-align: center;
    color: #fff;
    border: none;
}

.search-user-dropdown{
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 230px;
    max-width: 250px;
    background-color: #fff;
    z-index: 99;
    padding: 5px;
    overflow: hidden;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    margin-bottom: 35px;
    border-radius: 2px;
}
.search-user-dropdown.open{
    display: block;
}
.search-user-dropdown .search-filter{
    padding-left: 28px;
    padding-right: 6px;
    height: 30px;
    font-size: 13px;
    min-width: auto;
}
.search-user-dropdown .search-field-wrap:before{
    width: 30px;
    height: 30px;
    line-height: 32px;
    padding-left: 4px;
}
.search-user-dropdown .sud-list{
    padding: 0;
    margin: 5px 0 0;
    list-style-type: none;
    max-height: 180px;
}
.sud-list .sud-item{
    cursor: pointer;
}
.sud-list .sud-item > .flex-item{
    align-items: center;
    padding: 3px 5px;
}
.sud-list .sud-item .sud-i-pic{
    display: inline-block;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 100px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-right: 8px;
    background-color: #eee;
    border: 1px solid #ddd;
    position: relative;
}
.sud-list .sud-item .sud-i-name{
    white-space: normal;
    line-height: 1;
}
.sud-list .sud-item:hover{
    background-color: #eee;
}
.sud-list .sud-item.exists .sud-i-pic{
    border: 2px solid #3891dd;
    overflow: visible;
}
.sud-list .sud-item.exists .sud-i-pic:after{
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    bottom: -3px;
    top: auto;
    width: 12px;
    height: 12px;
    font-size: 10px;
    line-height: 13px;
}
.sud-list .sud-item.exists:hover .sud-i-pic:after{
    opacity: 1;
}
.sud-overlay{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 90;
}
.search-user-dropdown .sud-no-users{
    padding: 5px;
}

/* Vertical assignees */
.assignee-users.vertical{
    margin: 100px auto 0;
}
.assignee-users.vertical:before{
    position: absolute;
    content: '';
    height: 100px;
    border-left: 2px dashed #c6c6c6;
    bottom: 100%;
    left: 50%;
}
.assignee-users.vertical .au-list{
    flex-direction: column;
}
.assignee-users.vertical .au-list .aul-item:not(:last-child){
    margin-left: auto;
    margin-bottom: -10px;
}

/*.assignee-users.disabled,
.assignee-users.disabled .aul-item.empty .aul-i-add{
    pointer-events: none !important;
}*/
.assignee-users.disabled{
    opacity: 1;
}
.assignee-users.disabled .au-list .aul-item{
    pointer-events: all;
}
.assignee-users.disabled .au-list .aul-item:hover .aul-i-remover{
    opacity: 0;
    pointer-events: none;
}
.assignee-users.disabled .aul-item .aul-i-pic{
    cursor: auto;
}
.assignee-users.disabled .aul-item .aul-i-name.allow,
.assignee-users.disabled .aul-item.empty .aul-i-add{
    display: none;
}
.assignee-users.disabled .aul-item .aul-i-name.not-allow{
    display: block;
}


/* ---------------------------------
    Content - Users
   --------------------------------- */
.ul-user-col-name{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.ul-user{
    position: relative;
}
.ul-user .ulu-avatar{
    display: inline-block;
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    border-radius: 100px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-right: 10px;
}
.pg-users-rw .pg-users-col-pic{
    width: 100px;
}
.pg-users-rw .pg-users-col-first{
    width: calc(100% - 100px);
}

/* ---------------------------------
    Content - Settings
   --------------------------------- */
.settings-panel{
    position: relative;
}
.settings-panel .settings-nav{
    border-right: 1px solid #ebebeb;
    padding-right: 0;
}
.settings-nav .settings-nav-item{
    display: block;
    padding: 10px 15px;
    color: inherit;
    margin-bottom: 1px;
    border: none;
    width: 100%;
    text-align: left;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}
.settings-nav .settings-nav-item:last-child{
    margin-bottom: 0;
}
.settings-nav .settings-nav-item > i{
    width: 20px;
    color: initial;
}
.settings-nav .settings-nav-item:hover{
    background-color: #ebebeb;
}
.settings-nav .settings-nav-item.active{
    font-weight: 500;
    background-color: #ebebeb;
}
.settings-panel .settings-tab{
    display: none;
    position: relative;
}
.settings-panel .settings-tab.active{
    display: block;
}
.settings-tab .st-heading{
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.settings-tab .st-heading.no-border{
    border: none;
}

/* Settings Activity types */
.table.tbl-activity-type-changer td{
    padding-top: 8px;
    padding-bottom: 8px;
}
.item-act-type{
    position: relative;
    align-items: center;
}
.item-act-type .iat-icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    border-radius: 100px;
    background-color: #ebebeb;
    margin-right: 10px;
    font-size: 15px;
    padding-left: 2px;
}
.item-act-type .iat-color{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin-right: 15px;
    background-color: #eee;
}
.item-act-type .iat-icon > a,
.item-act-type .iat-color > a{
    display: block;
    border-radius: 100%;
    color: inherit;
    width: 100%;
    height: 100%;
}
.item-act-type .iat-icon > a *{
    pointer-events: none;
}
.item-act-type .iat-text{
    font-size: 14px;
    color: #757575;
}
.item-act-type-actions > a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}
.item-act-type-actions > a:hover{
    background-color: #ebebeb;
}

.item-act-type-actions > a.iat-a-delete *{
    pointer-events: none;
}
.item-act-type-actions > a.iat-a-delete.confirm{
    width: auto;
    color: #fff;
    background-color: #cd5a5b;
    padding-left: 10px;
    padding-right: 60px;
    margin-left: 5px;
}
.item-act-type-actions > a.iat-a-delete .iat-ad-con-label{
    position: absolute;
    display: inline-block;
    opacity: 0;
    margin-left: 5px;
}
.item-act-type-actions > a.iat-a-delete.confirm .iat-ad-con-label{
    opacity: 1;
}

.item-act-type-actions > a.iat-a-delete.confirm.loading{
    padding-right: 10px;
    opacity: 0.5;
    pointer-events: none;
    min-width: 78px;
}
.item-act-type-actions > a.iat-a-delete.confirm.loading > i,
.item-act-type-actions > a.iat-a-delete.confirm.loading .iat-ad-con-label{
    display: none;
}
.item-act-type-actions > a.iat-a-delete.confirm.loading:after{
    content: 'Deleting...';
    position: absolute;
    left: 10px;
}

.tbl-activity-type-changer .form-control{
    height: 30px;
    min-width: 250px;
    padding-left: 6px;
    padding-right: 6px;
}
.tbl-activity-type-changer .btn-add{
    height: 30px;
    line-height: 1;
}
.tbl-activity-type-changer .btn-add.button-ajax.loading:after{
    top: 6px;
}
.tbl-activity-type-changer .btn-add.button-ajax.loading + a{
    opacity: 0.5;
    pointer-events: none;
}

#act-edit-wrap{
    position: absolute;
    left: 0;
    right: 0;
    display: none;
}
#act-edit-wrap.show{
    display: block;
}

/* End Settings Activity types */

/* Color Palette */
.color-palette-panel {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 300px;
    max-width: 300px;
    background-color: #fff;
    z-index: 99;
    padding: 20px 15px 13px;
    box-shadow: 0 2px 6px 2px rgba(60,64,67,0.15);
    background-clip: padding-box;
    margin-bottom: 35px;
    border-radius: 3px;
}
.color-palette-panel:after{
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #eee;
    transform: rotate(45deg);
    top: -6px;
    left: 8px;
    pointer-events: none;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 18%);
}
.color-palette-panel:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 12px;
    background-color: #fff;
    z-index: 1002;
    pointer-events: none;
    border-radius: 3px;
}
.color-palette-panel .scroll-container{
    padding-right: 0;
    max-height: 200px;
    margin-right: -5px;
}
.color-palette-panel .color-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    overflow: hidden;
}
.color-palette-panel .color-list li{
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 7px;
    margin-bottom: 7px;
}
.color-palette-panel .color-list li > span{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.color-palette-panel .color-list li:nth-child(10n){
    margin-right: 0;
}
.color-palette-panel .color-list li.active:after,
.color-palette-panel .color-list li:hover:after{
    position: absolute;
    content: '';
    width: 80%;
    height: 80%;
    display: block;
    border-radius: 100%;
    border: 2px solid #fff;
    pointer-events: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/* End Color Palette */

/* FA Icon Chooser */
.fa-icon-chooser-panel {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 336px;
    max-width: 336px;
    background-color: #fff;
    z-index: 99;
    padding: 10px 10px 10px;
    box-shadow: 0 2px 6px 2px rgba(60,64,67,0.15);
    background-clip: padding-box;
    margin-bottom: 35px;
    border-radius: 3px;
}
.fa-icon-chooser-panel:after{
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #eee;
    transform: rotate(45deg);
    top: -6px;
    left: 8px;
    pointer-events: none;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 18%);
}
.fa-icon-chooser-panel:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-color: #fff;
    z-index: 1002;
    pointer-events: none;
    border-radius: 3px;
}
.fa-icon-chooser-panel .search-field-wrap{
    overflow: hidden;
}
.fa-icon-chooser-panel .search-field-wrap .form-control{
    min-width: 100%;
    padding-right: 12px;
}
.fa-icon-chooser-panel .scroll-container{
    padding-right: 0;
    max-height: 200px;
    margin-right: -10px;
    margin-top: 10px;
}
.fa-icon-chooser-panel .icon-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    overflow: hidden;
}
.fa-icon-chooser-panel .icon-list li{
    display: inline-block;
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
    line-height: 35px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    font-size: 17px;
    cursor: pointer;
    color: #666666;
    text-align: center;
}
.fa-icon-chooser-panel .icon-list li:nth-child(8n){
    margin-right: 0;
}
.fa-icon-chooser-panel .icon-list li *{
    pointer-events: none;
}
.fa-icon-chooser-panel .icon-list li:hover,
.fa-icon-chooser-panel .icon-list li.active{
    background-color: #ddd;
}
/* End FA Icon Chooser */

.st-bil-plan-card{
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
.st-bil-plan-card .sbpc-upper{
    padding: 10px 15px;
    justify-content: space-between;
}
.st-bil-plan-card .sbpc-lower{
    background-color: #f7f7f7;
    border-top: 1px solid #ebebeb;
    padding: 10px 15px;
}
.st-bil-info{
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 10px 15px;
}
.st-bil-info > .flex-item{
    justify-content: space-between;
}
.st-bil-invoices{
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
.st-bil-invoices .table tr td{
    padding-top: 10px;
    padding-bottom: 10px;
}
.st-bil-invoices .inline-ajax.loading:after{
    position: relative;
    right: auto;
    margin-left: 8px;
    margin-bottom: -2px;
}
.st-customer-update{
    position: relative;
    margin: 20px 0 5px;
}
.st-customer-update .st-cu-tabs{
    margin-bottom: -1px;
}
.st-customer-update .st-cu-tabs > a{
    display: inline-block;
    opacity: 0.6;
    color: #0c1323;
    padding: 10px 15px;
    background-color: #f7f7f7;
    border: 1px solid transparent;
    border-bottom: none;
}
.st-customer-update .st-cu-tabs > a.active{
    opacity: 1;
    border-color: #ebebeb;
}
.st-customer-update .st-cu-tabs > a h3{
    color: inherit;
    font-weight: 600;
}
.st-customer-update .st-cu-tabs > a:hover{
    color: #108271;
}
.st-customer-update .app-form .form-group{
    margin-bottom: 15px;
}
.st-customer-update .st-cu-tabs-panel{
    display: none;
    background-color: #f7f7f7;
    border-radius: 3px;
    padding: 15px;
    border: 1px solid #ebebeb;
}
.st-customer-update .st-cu-tabs-panel.active{
    display: block;
}

/* Payment methods */
.pm-list{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.pm-list .pm-list-item{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
/*.pm-list .pm-list-item:last-child{
    border-bottom: none;
}*/
.pm-list-item .pm-icon{
    width: 47px;
    height: 30px;
    min-width: 47px;
    max-height: 30px;
    background-image: url('/assets/images/payment-logos.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.pm-list-item .pm-icon.payment-visa{
    background-position: -48px 0;
}
.pm-list-item .pm-icon.payment-master{
    background-position: -97px 0;
}
.pm-list-item .pm-icon.payment-discover{
    background-position: -146px 0;
}
.pm-list-item .pm-icon.payment-amex{
    background-position: -195px 0;
}
.pm-list-item .pm-icon.payment-paypal{
    background-position: -246px 0;
}
.pm-list-item .pm-details{
    width: 100%;
    padding-left: 10px;
    padding-right: 15px;
    font-weight: 500;
    color: #2d3f4c;
}
.pm-list-item .pm-details .pm-d-heading{
    display: block;
}
.pm-list-item .pm-details .pm-d-heading .pm-d-card{
    text-transform: uppercase;
}
.pm-list-item .pm-details .pm-d-primary{
    color: #3d9bd9;
}
.pm-list-item .pm-details .pm-d-primary:before{
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    padding-left: 5px;
    padding-right: 7px;
    font-size: 5px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    color: #2d3f4c;
}
.pm-list-item .pm-details .pm-d-card-no{
    display: block;
    margin-top: 3px;
    color: #595f64;
    font-weight: 400;
    font-size: 13px;
}
.pm-list-item .pm-actions .action-bubble{
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    line-height: 36px;
}
.pm-list-item .pm-actions .action-bubble:hover{
    background-color: #e4e4e4;
}
.pm-list-item .pm-actions a.inline-ajax.loading{
    margin-right: 35px !important;
}
.pm-list-item .pm-actions .dropdown-menu{
    z-index: 300;
}


/* ---------------------------------
    Content - Funnel
   --------------------------------- */
.drag-drop-info{
    margin: 0;
    line-height: 1.2;
}
.funnel-content-make-ralative{
    position: relative;   
}
.funnel-filter-wrap{
    justify-content: flex-end;
    align-items: center;
}
.funnel-filter{
    display: inline-block;
    width: 175px;
}
.funnel-filter-dropdown{
    display: inline-block;
    width: 150px;
}
.funnel-lead-add{
    margin: -2px 0 0 2px;
}
.funnel-filter .app-ratings-selector .clear{
    right: 16px;
}
.funnel-wrapper{
    display: flex;
    flex-direction: row;
    /*overflow: hidden;*/
    border: 1px solid #ebebeb;
}
.settings-dropdown > .dropdown-toggle{
    font-size: 24px;
}
.settings-dropdown .dropdown-menu{
    top: 130%;
}
.settings-dropdown .dropdown-menu.pointed.right:after{
    right: 5px;
}

/*Dont change this class name*/
.funnel-column{
    position: relative;
    width: 100%;
    overflow: hidden;
/*    display: flex;
    align-items: center;
    justify-content: center;*/
}
/*Dont change this class name*/
.funnel-item-s{
    width: 100%;
    min-height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    border-right: 1px solid #ebebeb;
    position: relative;
}
.funnel-item-s::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.column-active{
    background-color: #00695a;
}
.content-loader-hide .content-loader{
    display: none;
}
.content-loader-show .content-loader{
    display: block;
}
.funnel-step-title{    
    font-weight: 600;
    font-size: 15px;
    padding: 10px 15px;
    vertical-align: middle;
    color: #474747;
    text-align: left;
    border-right: 1px solid #ebebeb;
    background-color: #f4f4f4;
}
.funnel-column-last{
    border-right: 0px solid #ebebeb;
}
.funnel-item{
    height: 50px;
    background-color: #f7f7f7;
    margin: 5px;
    border: 1px solid #ebebeb;
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}
.funnel-item:hover{
    background-color: #e0e0e0;
}
.funnel-item .funnel-item-details-wrap{
    /*width: calc(100% - 30px);*/
    width: 100%;
}
.funnel-item .funnel-item-details-wrap.unread{
    border-right: 4px solid #3891dd;
}
.funnel-item-icon{
    width: 30px; 
    min-width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.funnel-item-icon i{
    color: #ffffff;
    font-size: 16px;
}
.funnel-item-icon:after{
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
    font-weight: lighter;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    color: #fff !important;
    font-size: 16px;
}

/* Facebook special icon */
.funnel-item-icon.activity-type[data-icon-val="f082"]:after{
    content: "\f39e" !important;
}
.funnel-fb{
    background-color: #8894bf;
}
.funnel-insta{
    background-color: #db73ab;
}
.funnel-web{
    background-color: #059e4a;
}
.funnel-manual{
    background-color: #fcba03;
}
.funnel-item-detail{
    display: flex;
    flex-direction: column;
    /*width: 87%;*/
    width: calc(100% - 30px);
    justify-content: center;
}
.funnel-item-detail p{
    margin: 0 0 0 6px;
    line-height: 1.4;  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
}
.funnel-item-grab{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    color: #757575;
}
.funnel-item-name{
    font-size: 14px;
    font-weight: 500;
}
.funnel-item-phone{
    font-size: 12px;
    font-weight: 400;
    width: 150px;
    display: inline !important;
}
.funnel-step-drag-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px 0 0;
    cursor: move;
    width: 30px;
}
.f-step-sort.step-length-1 .f-step-sort-first .f-step-sort-field .f-step-sort-group .funnel-step-drag-icon{
    pointer-events: none;
    display: none;
}

.abc-funnel-step-add .fld-incrementer{
    width: calc(100% + 30px);
}
.abc-funnel-step-add .form-group .fi-incrementer{
    padding-right: 0;
}

#won-lost-model{
    visibility: hidden;
}
.won-lost-model-wrapper{
    display: flex;
    align-items: center;
    padding: 2px;
    -webkit-appearance: none;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}
.wlm-drop{
    width: 48%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: dashed 1px;
    border-radius: 5px;
    font-size: 16px;
}
.wlm-drop-left{
    border-color: #cd5a5b;
    color: #cd5a5b;
}
.wlm-drop-right{
    border-color: #49b356;
    color: #49b356;
    margin-right: 5px;
}
.wlm-drop.on-drag-over{
    background-color: #eee;
}

@media screen and (max-width: 1439px) {
    .won-lost-model-wrapper .wlm-drop{
        width: 40%;
    }
}

/* Won / Lost single model*/
.model-wrapper-new {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99992;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(30, 30, 30, 0.9);
}
.model-wrapper-new.in {
    display: block;
}
.model-dialog-new {
    position: relative;
    background-clip: padding-box;
    background-color: #fff;
    width: 500px;
    box-shadow: 5px 2px 20px 0 rgba(0, 0, 0, 0.2);
    outline: 0;
    margin: 50px auto;
    overflow: hidden;
}
.model-dialog-new .model-header-new{
    padding-bottom: 10px;
    width: 100%;
    background-color: #111a00;
    padding: 10px 0;
}
.model-dialog-new .model-header-top{
    display: table;
    vertical-align: top;
    width: 100%;
}
.model-dialog-new .model-header-bottom{
    margin: 5px 0;
}
.model-dialog-new .model-header-bottom .model-avatar{
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px;
    overflow: hidden;
    border-radius: 100%;
    background-color: #ebebeb;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.model-dialog-new .model-header-bottom .model-text-wrapper{
    flex-direction: column;
    padding-left: 10px;
    padding-right: 25px;
    justify-content: center;
    flex: 1;
}
.model-dialog-new .model-closer-new,
.model-dialog-new .model-heading-new{
    display: table-cell;
    vertical-align: top;
    /*below only for model-closer-new*/
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 99999;
}
.model-dialog-new .model-heading-new{
    padding-right: 15px;
    position: relative;
}
.model-dialog-new .model-heading-new .icon{
    margin-right: 5px;
}
.model-dialog-new .model-header-new .model-header-bottom h3{
    font-size: 22px;
    margin: 0;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
}
.model-dialog-new .model-header-new .model-header-bottom h5{
    margin: 5px 0 0;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
}
.model-dialog-new .model-closer-new{
    width: 25px;
}
.model-dialog-new .model-closer-new button{
    display: inline-block;
    background-color: transparent;
    font-size: 22px;
    outline: 0 !important;
    border: 0 !important;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    padding: 0;
}
.model-dialog-new .model-closer-new button:hover{
    color: #ffffff;
}
.model-dialog-new .model-content-new{
    position: relative;
    padding: 15px 25px;
}
.model-dialog-new .model-content-new p{
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4;
}
.model-dialog-new .model-content-new .content-loader{
    position: absolute;
    border-radius: 0;
}
.model-dialog-new .model-content-new .content-loader.loading:after{
    top: 37%;
    left: 46%;
}
/*-------------------------------------*/

.funnel-bottom-wrapper{
    position: absolute;
    display: block;
    background-color: #ffffff;
    width: 20%;/* 100 */
    margin: 10px 0 0 0;
    padding: 0 1px 0 1px;
    height: 62px;/* 97 */
    left: 100px;
    top: 0;/* remove */
}
.funnel-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebebeb;
    box-shadow: 0px -2px 5px #ebebeb;
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*Dont change this class name*/
.funnel-won-lost{
    height: 50px;
    width: 400px;
    margin: 0 30px;
    padding: 14px;
    font-size: 15px;
}


/*Dont change this class name*/
.funnel-lost{
    background-color: #c1585b;
    border: 1px solid #c1585b;
}
.funnel-lost:hover{
    background-color: #df6e71;
    border: 1px solid #df6e71;
}

/*Dont change this class name*/
.funnel-won{
    background-color: #5eb84c;
    border: 1px solid #5eb84c;
}
.funnel-won:hover{
    background-color: #7dd76a;
    border: 1px solid #7dd76a;
}

.funnel-step-loader{
    position: absolute;
    height: 35px;
    background-color: #ffffff;
    border: none;
    bottom: 0;
    left: 1px; 
    right: 1px;
    text-align: center;
    padding: 9px 10px;  
    pointer-events: none; 
    opacity: 1;
    z-index: 3;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}
.funnel-step-loader-hide{
    opacity: 0;
    z-index: -1;
}
.funnel-step-loader.loading:after{
    content: '';
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    border-color: #00695a transparent #00695a transparent;
    display: inline-block;
    -webkit-animation: spin-dual-ring 1.2s linear infinite;
    -moz-animation: spin-dual-ring 1.2s linear infinite;
    animation: spin-dual-ring 1.2s linear infinite;
}

/* ---------------------------------
    Content - Help
   --------------------------------- */
#help-iframe{
    width: 100%;
    min-height: calc(100vh - 124px);
    border: 0px;
}

/* ---------------------------------
    Content - Email
   --------------------------------- */
.email-panel{
    position: relative;
    flex-direction: column;
}
.email-nav-wrapper{
    border-bottom: 1px solid #ebebeb;
}
.email-panel .email-nav{
    padding-right: 0;
}
.email-nav .email-nav-item{
    display: block;
    padding: 10px 15px;
    color: #757575;
    border: none;
    width: 120px;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    font-size: 18px;
}
.email-nav .email-nav-item:last-child{
    margin-bottom: 0;
}
.email-nav .email-nav-item > i{
    width: 20px;
    color: initial;
}
.email-nav .email-nav-item:hover{
    background-color: #ebebeb;
}
.email-nav .email-nav-item.active{
    font-weight: 500;
    border-bottom: 4px solid #108271;
}
.email-panel .email-tab{
    display: none;
}
.email-panel .email-tab.active{
    display: block;
}
.email-compose-wrapper{
    border: 1px solid #ebebeb;
    margin: 20px 0 0 0;
}
.email-field-margin{
    margin-left: 0;
    margin-right: 0;
}
.email-field-border{
    border-bottom: 1px solid #ebebeb;
}
.email-label{
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    margin: auto;
}
.email-sb-dropdown{
    margin: 7px 0;
    width: 100%;
}
.hide-common-style{
    border: 0px;
    box-shadow: none !important;
}
.hide-col-padding{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.form-group-file{
    justify-content: flex-end;
    margin-top: 3px;
    margin-bottom: 0px !important;
}
.email-body{
/*    height: calc(100vh - 470px) !important;
    max-height: calc(100vh - 470px) !important;*/
    height: 300px !important;
    max-height: 300px !important;
    padding: 0px 12px
}
.email-btn{
    border: 0px;
    border-color: #ffffff;
    background-color: #ffffff !important;
    font-size: 20px;
    padding: 5px 15px 5px !important;
}
.sms-body{
    /*height: calc(100vh - 380px) !important;
    max-height: calc(100vh - 380px) !important;*/
    height: 300px !important;
    max-height: 300px !important;
    padding: 0px 12px
}
.email-template-wrapper{
    margin: 20px 0 0 0;
}
.email-template-body-wrapper{
    border: 1px solid #ebebeb;
}
.email-trash-btn{
    color: #ba404c;
}
.email-trash-btn:focus,
.email-trash-btn:hover{
    color: #c4545f;
}
.email-template-body{
    height: calc(100vh - 349px) !important;
    max-height: calc(100vh - 349px) !important;
}
.app-file-uploader{
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 0px;
}
.app-file-uploader .file-icon{
    font-size: 18px;
}
.app-file-uploader .at-icon{
    width: fit-content;
    font-size: 14px;
    border-radius: 0;
    color: #006a5a;
}
.email-attachment-wrapper{
    margin: 5px 0 0 15px;
}
.email-attachment-label{
    font-size: 14px;
    color: #757575;
    font-weight: 600;
    margin: 0 0 0 3px;
}
.email-attachment-ul{
    /*background: #ebebeb;*/
    margin: 7px 0;
    padding: 0 20px;
    list-style: none;
}
.email-attachment-ul .email-attachment-li{
    /*background: #cce5ff;*/
    margin: 5px 0;
}
.email-attachment-remove{
    color: #f24f4f;
    font-size: 12px;
    margin: 0 0 0 5px;
}
.email-attachment-remove:focus,
.email-attachment-remove:hover{
    color: #f24f4f;
}
.file-too-large{
    color: #ba404c !important;
}

/* ---------------------------------
    Notifications
   --------------------------------- */
.notifications-list{
    width: calc(100% + 45px);
    overflow: hidden;
}
.notifications-list .nl-item{
    position: relative;
    border-radius: 3px;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
}
.notifications-list .nl-item > a{
    display: block;
    color: inherit;
    background-color: #f6f6f6;
    max-width: 650px;
}
.notifications-list .nl-item.unread > a{
    border-left: 4px solid #3891dd;
}
.nl-item .nl-i-header{
    width: 100%;
    justify-content: space-between;
    padding: 10px 15px 0;
    /*background-color: #efefef;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.nl-item .nl-i-header .nl-ih-heading{
    margin: 0;
    color: #474747;
    padding-right: 20px;
}
.nl-item .nl-i-header .nl-ih-date{
    margin: 0;
    font-size: 13px;
    color: #949494;
    white-space: nowrap;
}
.nl-item .nl-i-body{
    padding: 5px 15px 10px;
}
.nl-item .nl-i-body p{
    margin: 0 0 10px;
    line-height: 1.3;
}
.nl-item .nl-i-body p:last-child{
    margin-bottom: 0;
}
.notifications-list .nl-item a:hover{
    background-color: #e7e7e7;
}

.nl-item .nl-i-change-status{
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 100%;
    border: none;
    outline: none;
    background-color: #0e9f89;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}
.nl-item .nl-i-change-status:hover{
    background-color: #108271;
}
.nl-item:hover .nl-i-change-status{
    opacity: 1;
    visibility: visible;
}

.notifications-list .nl-item.swipe{
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-animation: swipe_left 0.2s linear 0.2s forwards, notifi_hide 0.2s linear 0.5s forwards; 
    -moz-animation: swipe_left 0.2s linear 0.2s forwards, notifi_hide 0.2s linear 0.5s forwards; 
    animation: swipe_left 0.2s linear 0.2s forwards, notifi_hide 0.2s linear 0.5s forwards; 
}

@-webkit-keyframes swipe_left {
    0%{ right: 0%; }
    100%{ right: 100%; }
}
@-moz-keyframes swipe_left {
    0%{ right: 0%; }
    100%{ right: 100%; }
}
@keyframes swipe_left {
    0%{ right: 0%; }
    100%{ right: 100%; }
}

@-webkit-keyframes notifi_hide {
    to{
        height: 0px;
        overflow: hidden;
        margin-bottom: 0;
        opacity: 0;
    }
}
@-moz-keyframes notifi_hide {
    to{
        height: 0px;
        overflow: hidden;
        margin-bottom: 0;
        opacity: 0;
    }
}
@keyframes notifi_hide {
    to{
        height: 0px;
        overflow: hidden;
        margin-bottom: 0;
        opacity: 0;
    }
}

/* ---------------------------------------------
    Celebration styles (balloons and fireworks)
   --------------------------------------------- */
.app-celebrations{
    position: fixed;
    top: 60px;
    left: 80px;
    right: 0;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    pointer-events: none;
}
.pyro{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
}
.pyro > .before, .pyro > .after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
    -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; 
}

.pyro > .after {
    -moz-animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    -o-animation-delay: 1.25s, 1.25s, 1.25s;
    -ms-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -moz-animation-duration: 1.25s, 1.25s, 6.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    -o-animation-duration: 1.25s, 1.25s, 6.25s;
    -ms-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s; 
}

@-webkit-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; 
    }
}
@-moz-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; 
    } 
}
@-o-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; 
    }
}
@-ms-keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; 
    } 
}
@keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; 
    } 
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; 
} 
}
@-moz-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0; 
    } 
}
@-o-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0; 
    } 
}
@-ms-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0; 
    } 
}
@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0; 
    } 
}
@-webkit-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%; 
    }
    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%; 
    }
    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%; 
    }
    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%; 
    }
    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%; 
    } 
}
@-moz-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%; 
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%; 
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%; 
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%; 
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%; 
    } 
}
@-o-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%; 
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%; 
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%; 
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%; 
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%; 
    } 
}
@-ms-keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%; 
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%; 
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%; 
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%; 
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%; 
    } 
}
@keyframes position {
    0%, 19.9% {
        margin-top: 10%;
        margin-left: 40%; 
    }

    20%, 39.9% {
        margin-top: 40%;
        margin-left: 30%; 
    }

    40%, 59.9% {
        margin-top: 20%;
        margin-left: 70%; 
    }

    60%, 79.9% {
        margin-top: 30%;
        margin-left: 20%; 
    }

    80%, 99.9% {
        margin-top: 30%;
        margin-left: 80%; 
    } 
}


.balloon-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.balloon {
    height: 125px;
    width: 105px;
    border-radius: 75% 75% 70% 70%;
    position: relative;
}

.balloon:before {
    content: "";
    height: 75px;
    width: 1px;
    padding: 1px;
    background-color: rgba(0,0,0,0.5);
    display: block;
    position: absolute;
    top: 125px;
    left: 0;
    right: 0;
    margin: auto;
}

.balloon:after {
    content: "▲";
    text-align: center;
    display: block;
    position: absolute;
    color: inherit;
    top: 120px;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes float {
    from {transform: translateY(100vh); opacity: 1;}
    to {transform: translateY(-300vh); opacity: 0;}
}

/* ---------------------------------
    Reports
   --------------------------------- */
.abc-acquisition-overview,
.abc-acquisition-overview .app-container{
    background-color: #f4f4f4;
}

.report-tab-panel{
    position: relative;
}
.report-tab-panel .rtp-nav{
    width: 220px;
    border-right: 1px solid #ebebeb;
}
.report-tab-panel .rtp-content{
    flex: 1;
    padding-left: 15px;
}
.rtp-nav .rtp-nav-item{
    display: block;
    color: inherit;
    margin-bottom: 1px;
    padding: 10px 15px;
}
.rtp-nav .rtp-nav-item:hover,
.rtp-nav .rtp-nav-item.active{
    background-color: #ebebeb;
}
.rtp-nav .rtp-nav-item.active{
    font-weight: 500;
}
.rtp-content .rtp-c-tab{
    display: block;
}

.card-panel{
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    margin-bottom: 20px;
}
.card-panel .cp-heading{
    padding: 15px;
}
.card-panel .cp-heading > h3{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.card-panel .cp-content{
    padding: 0 15px 15px;
}

tr td.hovered{
    background-color: #f5f5f5;
}


/* ---------------------------------
    Print styles
   --------------------------------- */
@media print {
    .app-header,
    .app-sidebar-nav,
    .print-hide{
        display: none !important;
    }
    .app-container{
        margin-top: 0 !important;
        margin-left: 0 !important;
    }
    .print-full-width{
        width: 100% !important;
    }
    .print-block{
        display: block;
    }
    .print-text-left{
        text-align: left !important;
    }
    .printable .print-result-filters{
        justify-content: flex-start;
        margin-top: 15px !important;
    }
    .printable .print-result-filters .m-l-10:first-of-type{
        margin-left: 0 !important;
    }
    .printable .print-page-break{
        page-break-after: always;
    }

    .printable .card-panel{
        box-shadow: none;
    }
    .printable .card-panel .cp-heading{
        padding: 0 0 15px;
    }
    .printable .card-panel .cp-content{
        padding: 0;
    }
}