@charset "UTF-8";
/**
 * Stisla
 *
 * Stisla is a clean & modern HTML5 admin template based on Bootstrap 4. 
 * Stisla will make it easier for you to create your own admin interface.
 *
 * @package	Stisla 
 * @version	2.2.0
 * @author 	Muhamad Nauval Azhar
 * @url 	https://getstisla.com
 * 
 */
/**
 * TABLE OF CONTENTS
 *
 * 1. Variable
 * 2. Mixin
 * 3. Bootstrap Override
 * 	  3.1 Misc
 * 	  3.2 Form
 * 	  3.3 List
 * 	  3.4 Alert
 * 	  3.5 Card
 * 	  3.6 Table
 * 	  3.7 Tooltip
 * 	  3.8 Modal
 * 	  3.9 Nav
 * 	  3.10 Pagination
 * 	  3.11 Badge
 * 	  3.12 Button
 * 	  3.13 Media
 * 	  3.14 Breadcrumb
 * 	  3.15 Accordion
 * 	  3.16 Popover
 * 	  3.17 Grid
 * 	  3.18 Navbar
 * 	  3.19 Dropdown
 * 	  3.20 Tab
 * 	  3.21 Progressbar
 * 	  3.22 Jumbotron
 * 	  3.23 Carousel
 * 4. Theme Style
 * 	  4.1 Misc
 * 	  4.2 Section
 * 	  4.3 Page
 * 	  4.4 Layout
 * 	  4.5 Animation
 * 5. Responsive
 *
 */
/* 1. Variable */
/* 2. Mixin */
/* 3. Bootstrap Override */
/* 3.1 Misc */
.btn:focus,
.btn:active,
.btn:active:focus,
.custom-select:focus,
.form-control:focus {
  box-shadow: none !important;
  outline: none; }

a {
  color: #6777ef;
  font-weight: 500;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s; }

a:not(.btn-social-icon):not(.btn-social):not(.page-link) .ion,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fas,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .far,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fal,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fab {
  margin-left: 4px; }

.bg-primary {
  background-color: #6777ef !important; }

.bg-secondary {
  background-color: #cdd3d8 !important; }

.bg-success {
  background-color: #63ed7a !important; }

.bg-info {
  background-color: #3abaf4 !important; }

.bg-warning {
  background-color: #ffa426 !important; }

.bg-danger {
  background-color: #fc544b !important; }

.bg-light {
  background-color: #e3eaef !important; }

.bg-dark {
  background-color: #191d21 !important; }

.text-primary, .text-primary-all *, .text-primary-all *:before, .text-primary-all *:after {
  color: #6777ef !important; }

.text-secondary, .text-secondary-all *, .text-secondary-all *:before, .text-secondary-all *:after {
  color: #cdd3d8 !important; }

.text-success, .text-success-all *, .text-success-all *:before, .text-success-all *:after {
  color: #63ed7a !important; }

.text-info, .text-info-all *, .text-info-all *:before, .text-info-all *:after {
  color: #3abaf4 !important; }

.text-warning, .text-warning-all *, .text-warning-all *:before, .text-warning-all *:after {
  color: #ffa426 !important; }

.text-danger, .text-danger-all *, .text-danger-all *:before, .text-danger-all *:after {
  color: #fc544b !important; }

.text-light, .text-light-all *, .text-light-all *:before, .text-light-all *:after {
  color: #e3eaef !important; }

.text-white, .text-white-all *, .text-white-all *:before, .text-white-all *:after {
  color: #ffffff !important; }

.text-dark, .text-dark-all *, .text-dark-all *:before, .text-dark-all *:after {
  color: #191d21 !important; }

.font-weight-normal {
  font-weight: 500 !important; }

.lead {
  line-height: 34px; }

@media (max-width: 575.98px) {
  .lead {
    font-size: 17px;
    line-height: 30px; } }
h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

p, ul:not(.list-unstyled), ol {
  line-height: 28px; }

.shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03); }

.text-muted {
  color: #98a6ad !important; }

.pull-left {
  float: left !important;
  margin-bottom: 20px;
}

.pull-right {
  float: right !important;
  margin-bottom: 20px;
}

/* 3.2 Form */
.form-control,
.input-group-text,
.custom-select,
.custom-file-label {
  background-color: #fdfdff;
  border-color: #babbbf; }
  .form-control:focus,
  .input-group-text:focus,
  .custom-select:focus,
  .custom-file-label:focus {
    background-color: #fefeff;
    border-color: #95a0f4; }

.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 14px;
  padding: 5px 15px;
  height: 32px; }

textarea.form-control {
  height: 64px !important; }

.custom-control {
  line-height: 1.6rem; }

.custom-file,
.custom-file-label,
.custom-select,
.custom-file-label:after,
.form-control[type="color"],
select.form-control:not([size]):not([multiple]) {
  height: 32px; }

.form-control.creditcard {
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-right: 60px; }
  .form-control.creditcard.visa {
    background-image: url("../img/visa.png"); }
  .form-control.creditcard.americanexpress {
    background-image: url("../img/americanexpress.png"); }
  .form-control.creditcard.dinersclub {
    background-image: url("../img/dinersclub.png"); }
  .form-control.creditcard.discover {
    background-image: url("../img/discover.png"); }
  .form-control.creditcard.jcb {
    background-image: url("../img/jcb.png"); }
  .form-control.creditcard.mastercard {
    background-image: url("../img/mastercard.png"); }
  .form-control.creditcard.visa {
    background-image: url("../img/visa.png"); }

.form-group {
  margin-bottom: 10px; }
  .form-group .control-label,
  .form-group > label {
    font-weight: 600;
    color: #34395e;
    font-size: 12px;
    letter-spacing: .5px; }
  .form-group.floating-addon {
    position: relative; }
    .form-group.floating-addon .input-group-prepend {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 5; }
    .form-group.floating-addon:not(.floating-addon-not-append) .input-group-append {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      left: initial;
      right: 0; }
    .form-group.floating-addon .input-group-prepend .input-group-text, .form-group.floating-addon .input-group-append .input-group-text {
      border-color: transparent;
      background-color: transparent;
      font-size: 20px; }
    .form-group.floating-addon .form-control {
      border-radius: 3px;
      padding-left: 40px; }
      .form-group.floating-addon .form-control + .form-control {
        border-radius: 0 3px 3px 0;
        padding-left: 15px; }

.input-group-append [class*="btn-outline-"] {
  background-color: #fdfdff; }

.form-text {
  font-size: 12px;
  line-height: 22px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6777ef !important; }

.custom-file-label {
  line-height: 2.2; }
  .custom-file-label:after {
    height: calc(2.25rem + 4px);
    line-height: 2.2;
    border-color: transparent; }
  .custom-file-label:focus, .custom-file-label:active {
    box-shadow: none;
    outline: none; }

.custom-file-input:focus + .custom-file-label {
  box-shadow: none;
  border-color: #6777ef; }
  .custom-file-input:focus + .custom-file-label:after {
    border-color: transparent; }

.selectgroup {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.selectgroup-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative; }
  .selectgroup-item + .selectgroup-item {
    margin-left: -1px; }
  .selectgroup-item:not(:first-child) .selectgroup-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .selectgroup-item:not(:last-child) .selectgroup-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.selectgroup-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0; }

.selectgroup-button {
  background-color: #fdfdff;
  border-color: #e4e6fc;
  border-width: 1px;
  border-style: solid;
  display: block;
  text-align: center;
  padding: 0 1rem;
  height: 35px;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  min-width: 2.375rem;
  line-height: 36px; }

.selectgroup-button-icon {
  padding-left: .5rem;
  padding-right: .5rem; }
  .selectgroup-button-icon i {
    font-size: 14px; }

.selectgroup-input:focus + .selectgroup-button, .selectgroup-input:checked + .selectgroup-button {
  background-color: #6777ef;
  color: #fff;
  z-index: 1; }

.selectgroup-pills {
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start; }
  .selectgroup-pills .selectgroup-item {
    margin-right: .5rem;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .selectgroup-pills .selectgroup-button {
    border-radius: 50px !important; }

.custom-switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }

.custom-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-switches-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .custom-switches-stacked .custom-switch {
    margin-bottom: .5rem; }

.custom-switch-indicator {
  display: inline-block;
  height: 1.25rem;
  width: 2.25rem;
  background: #e9ecef;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid rgba(0, 40, 100, 0.12);
  transition: .3s border-color, .3s background-color; }
  .custom-switch-indicator:before {
    content: '';
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: .3s left; }

.custom-switch-input:checked ~ .custom-switch-indicator {
  background: #6777ef; }
  .custom-switch-input:checked ~ .custom-switch-indicator:before {
    left: calc(1rem + 1px); }
.custom-switch-input:focus ~ .custom-switch-indicator {
  border-color: #6777ef; }

.custom-switch-description {
  margin-left: .5rem;
  color: #6e7687;
  transition: .3s color; }

.custom-switch-input:checked ~ .custom-switch-description {
  color: #495057; }

.imagecheck {
  margin: 0;
  position: relative;
  cursor: pointer; }

.imagecheck-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.imagecheck-figure {
  background-color: #fdfdff;
  border-color: #e4e6fc;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  margin: 0;
  position: relative; }

.imagecheck-input:focus ~ .imagecheck-figure {
  border-color: #6777ef; }
.imagecheck-input:checked ~ .imagecheck-figure {
  border-color: rgba(0, 40, 100, 0.24); }

.imagecheck-figure:before {
  content: '';
  position: absolute;
  top: .25rem;
  left: .25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #6777ef url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
  color: #fff;
  z-index: 1;
  border-radius: 3px;
  opacity: 0;
  transition: .3s opacity; }

.imagecheck-input:checked ~ .imagecheck-figure:before {
  opacity: 1; }

.imagecheck-image {
  max-width: 100%;
  opacity: .64;
  transition: .3s opacity; }
  .imagecheck-image:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .imagecheck-image:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }

.imagecheck:hover .imagecheck-image {
  opacity: 1; }

.imagecheck-input:focus ~ .imagecheck-figure .imagecheck-image, .imagecheck-input:checked ~ .imagecheck-figure .imagecheck-image {
  opacity: 1; }

.imagecheck-caption {
  text-align: center;
  padding: .25rem .25rem;
  color: #9aa0ac;
  font-size: 0.875rem;
  transition: .3s color; }

.imagecheck:hover .imagecheck-caption {
  color: #495057; }

.imagecheck-input:focus ~ .imagecheck-figure .imagecheck-caption, .imagecheck-input:checked ~ .imagecheck-figure .imagecheck-caption {
  color: #495057; }

.colorinput {
  margin: 0;
  position: relative;
  cursor: pointer; }

.colorinput-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.colorinput-color {
  background-color: #fdfdff;
  border-color: #e4e6fc;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
  .colorinput-color:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: .25rem;
    left: .25rem;
    height: 1.25rem;
    width: 1.25rem;
    transition: .3s opacity;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%; }

.colorinput-input:checked ~ .colorinput-color:before {
  opacity: 1; }

/* 3.3 List */
.list-unstyled-border li {
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .list-unstyled-border li .custom-checkbox {
    margin-right: 15px; }
  .list-unstyled-border li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.list-unstyled-noborder li:last-child {
  border-bottom: none; }

.list-group-item.active {
  background-color: #6777ef; }
.list-group-item.disabled {
  color: #c9d7e0; }

.list-group-item-primary {
  background-color: #6777ef;
  color: #fff; }

.list-group-item-secondary {
  background-color: #cdd3d8;
  color: #fff; }

.list-group-item-success {
  background-color: #63ed7a;
  color: #fff; }

.list-group-item-danger {
  background-color: #fc544b;
  color: #fff; }

.list-group-item-warning {
  background-color: #ffa426;
  color: #fff; }

.list-group-item-info {
  background-color: #3abaf4;
  color: #fff; }

.list-group-item-light {
  background-color: #e3eaef;
  color: #191d21; }

.list-group-item-dark {
  background-color: #191d21;
  color: #fff; }

/* 3.4 Alert */
.alert {
  color: #fff;
  border: none;
  padding: 15px 20px; }
  .alert .alert-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px; }
  .alert code {
    background-color: #fff;
    border-radius: 3px;
    padding: 1px 4px; }
  .alert p {
    margin-bottom: 0; }
  .alert.alert-has-icon {
    display: flex; }
    .alert.alert-has-icon .alert-icon {
      margin-top: 4px;
      width: 30px; }
      .alert.alert-has-icon .alert-icon .ion, .alert.alert-has-icon .alert-icon .fas, .alert.alert-has-icon .alert-icon .far, .alert.alert-has-icon .alert-icon .fab, .alert.alert-has-icon .alert-icon .fal {
        font-size: 20px; }
    .alert.alert-has-icon .alert-body {
      flex: 1; }
  .alert:not(.alert-light) a {
    color: #fff; }
  .alert.alert-primary {
    background-color: #6777ef; }
  .alert.alert-secondary {
    background-color: #cdd3d8; }
  .alert.alert-success {
    background-color: #63ed7a; }
  .alert.alert-info {
    background-color: #3abaf4; }
  .alert.alert-warning {
    background-color: #ffa426; }
  .alert.alert-danger {
    background-color: #fc544b; }
  .alert.alert-light {
    background-color: #e3eaef;
    color: #191d21; }
  .alert.alert-dark {
    background-color: #191d21; }

/* 3.5 Card */
.card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  border-radius: 3px;
  border: none;
  position: relative;
  margin-bottom: 30px; }
  .card .card-header, .card .card-body, .card .card-footer {
    background-color: transparent;
    padding: 20px 25px; }
  .card .navbar {
    position: static; }
  .card .card-body {
    padding-top: 20px;
    padding-bottom: 20px; }
    .card .card-body .section-title {
      margin: 30px 0 10px 0;
      font-size: 16px; }
      .card .card-body .section-title:before {
        margin-top: 8px; }
    .card .card-body .section-title + .section-lead {
      margin-top: -5px; }
    .card .card-body p {
      font-weight: 500; }
  .card .card-header {
    border-bottom-color: #f9f9f9;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    min-height: 70px;
    padding: 15px 25px;
    display: flex;
    align-items: center; }
    .card .card-header .btn {
      margin-top: 1px;
      padding: 2px 15px; }
      .card .card-header .btn:not(.note-btn) {
        border-radius: 30px; }
      .card .card-header .btn:hover {
        box-shadow: none; }
    .card .card-header .form-control {
      height: 31px;
      font-size: 13px;
      border-radius: 30px; }
      .card .card-header .form-control + .input-group-btn .btn {
        margin-top: -1px; }
    .card .card-header h4 {
      font-size: 16px;
      line-height: 28px;
      padding-right: 10px;
      margin-bottom: 0; }
      .card .card-header h4 + .card-header-action,
      .card .card-header h4 + .card-header-form {
        margin-left: auto; }
        .card .card-header h4 + .card-header-action .btn,
        .card .card-header h4 + .card-header-form .btn {
          font-size: 12px;
          border-radius: 30px !important;
          padding-left: 13px !important;
          padding-right: 13px !important; }
          .card .card-header h4 + .card-header-action .btn.active,
          .card .card-header h4 + .card-header-form .btn.active {
            box-shadow: 0 2px 6px #acb5f6;
            background-color: #6777ef;
            color: #fff; }
        .card .card-header h4 + .card-header-action .dropdown,
        .card .card-header h4 + .card-header-form .dropdown {
          display: inline; }
        .card .card-header h4 + .card-header-action .btn-group .btn,
        .card .card-header h4 + .card-header-form .btn-group .btn {
          border-radius: 0 !important; }
        .card .card-header h4 + .card-header-action .btn-group .btn:first-child,
        .card .card-header h4 + .card-header-form .btn-group .btn:first-child {
          border-radius: 30px 0 0 30px !important; }
        .card .card-header h4 + .card-header-action .btn-group .btn:last-child,
        .card .card-header h4 + .card-header-form .btn-group .btn:last-child {
          border-radius: 0 30px 30px 0 !important; }
        .card .card-header h4 + .card-header-action .input-group .form-control,
        .card .card-header h4 + .card-header-form .input-group .form-control {
          border-radius: 30px 0 0 30px !important; }
          .card .card-header h4 + .card-header-action .input-group .form-control + .input-group-btn .btn,
          .card .card-header h4 + .card-header-form .input-group .form-control + .input-group-btn .btn {
            border-radius: 0 30px 30px 0 !important; }
        .card .card-header h4 + .card-header-action .input-group .input-group-btn + .form-control,
        .card .card-header h4 + .card-header-form .input-group .input-group-btn + .form-control {
          border-radius: 0 30px 30px 0 !important; }
        .card .card-header h4 + .card-header-action .input-group .input-group-btn .btn,
        .card .card-header h4 + .card-header-form .input-group .input-group-btn .btn {
          margin-top: -1px;
          border-radius: 30px 0 0 30px !important; }
  .card .card-footer {
    background-color: transparent;
    border: none; }
  .card.card-mt {
    margin-top: 30px; }
  .card.card-progress:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99;
    z-index: 99; }
  .card.card-progress .card-progress-dismiss {
    position: absolute;
    top: 66%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #fff !important;
    padding: 5px 13px; }
  .card.card-progress.remove-spinner .card-progress-dismiss {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .card.card-progress:not(.remove-spinner):after {
    background-image: url("../img/spinner.svg");
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center; }
  .card.card-primary {
    border-top: 2px solid #6777ef; }
  .card.card-secondary {
    border-top: 2px solid #34395e; }
  .card.card-success {
    border-top: 2px solid #63ed7a; }
  .card.card-danger {
    border-top: 2px solid #fc544b; }
  .card.card-warning {
    border-top: 2px solid #ffa426; }
  .card.card-info {
    border-top: 2px solid #3abaf4; }
  .card.card-dark {
    border-top: 2px solid #191d21; }
  .card.card-hero .card-header {
    padding: 40px;
    background-image: linear-gradient(to bottom, #6777ef, #95a0f4);
    color: #fff;
    overflow: hidden;
    height: auto;
    min-height: auto;
    display: block; }
    .card.card-hero .card-header h4 {
      font-size: 40px;
      line-height: 1; }
    .card.card-hero .card-header .card-description {
      margin-top: 5px;
      font-size: 16px; }
    .card.card-hero .card-header .card-icon {
      float: right;
      color: #8c98f3;
      margin: -60px; }
      .card.card-hero .card-header .card-icon .ion, .card.card-hero .card-header .card-icon .fas, .card.card-hero .card-header .card-icon .far, .card.card-hero .card-header .card-icon .fab, .card.card-hero .card-header .card-icon .fal {
        font-size: 140px; }
  .card.card-statistic-1 .card-header, .card.card-statistic-2 .card-header {
    border-color: transparent;
    padding-bottom: 0;
    height: auto;
    min-height: auto;
    display: block; }
  .card.card-statistic-1 .card-header h4, .card.card-statistic-2 .card-header h4 {
    line-height: 1.2;
    color: #98a6ad; }
  .card.card-statistic-1 .card-body, .card.card-statistic-2 .card-body {
    padding-top: 0; }
  .card.card-statistic-1 .card-body, .card.card-statistic-2 .card-body {
    font-size: 26px;
    font-weight: 700;
    color: #34395e;
    padding-bottom: 0; }
  .card.card-statistic-1, .card.card-statistic-2 {
    display: inline-block;
    width: 100%; }
  .card.card-statistic-1 .card-icon, .card.card-statistic-2 .card-icon {
    width: 80px;
    height: 80px;
    margin: 10px;
    border-radius: 3px;
    line-height: 94px;
    text-align: center;
    float: left;
    margin-right: 15px; }
    .card.card-statistic-1 .card-icon .ion, .card.card-statistic-1 .card-icon .fas, .card.card-statistic-1 .card-icon .far, .card.card-statistic-1 .card-icon .fab, .card.card-statistic-1 .card-icon .fal, .card.card-statistic-2 .card-icon .ion, .card.card-statistic-2 .card-icon .fas, .card.card-statistic-2 .card-icon .far, .card.card-statistic-2 .card-icon .fab, .card.card-statistic-2 .card-icon .fal {
      font-size: 22px;
      color: #fff; }
  .card.card-statistic-1 .card-icon {
    line-height: 90px; }
  .card.card-statistic-2 .card-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    margin: 25px; }
  .card.card-statistic-1 .card-header, .card.card-statistic-2 .card-header {
    padding-bottom: 0;
    padding-top: 25px; }
  .card.card-statistic-2 .card-body {
    padding-top: 20px; }
  .card.card-statistic-2 .card-header + .card-body, .card.card-statistic-2 .card-body + .card-header {
    padding-top: 0; }
  .card.card-statistic-1 .card-header h4, .card.card-statistic-2 .card-header h4 {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .5px; }
  .card.card-statistic-1 .card-header h4 {
    margin-bottom: 0; }
  .card.card-statistic-2 .card-header h4 {
    text-transform: none;
    margin-bottom: 0; }
  .card.card-statistic-1 .card-body {
    font-size: 20px; }
  .card.card-statistic-2 .card-chart {
    padding-top: 20px;
    margin-left: -9px;
    margin-right: -1px;
    margin-bottom: -15px; }
    .card.card-statistic-2 .card-chart canvas {
      height: 90px !important; }
  .card .card-stats {
    width: 100%;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: -6px; }
    .card .card-stats .card-stats-title {
      padding: 15px 25px;
      background-color: #fff;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .3px; }
    .card .card-stats .card-stats-items {
      display: flex;
      height: 50px;
      align-items: center; }
    .card .card-stats .card-stats-item {
      width: calc(100% / 3);
      text-align: center;
      padding: 5px 20px; }
      .card .card-stats .card-stats-item .card-stats-item-label {
        font-size: 12px;
        letter-spacing: .5px;
        margin-top: 4px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .card .card-stats .card-stats-item .card-stats-item-count {
        line-height: 1;
        margin-bottom: 8px;
        font-size: 20px;
        font-weight: 700; }
  .card.card-large-icons {
    display: flex;
    flex-direction: row; }
    .card.card-large-icons .card-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      width: 150px;
      border-radius: 3px 0 0 3px; }
      .card.card-large-icons .card-icon .ion, .card.card-large-icons .card-icon .fas, .card.card-large-icons .card-icon .far, .card.card-large-icons .card-icon .fab, .card.card-large-icons .card-icon .fal {
        font-size: 60px; }
    .card.card-large-icons .card-body {
      padding: 25px 30px; }
      .card.card-large-icons .card-body h4 {
        font-size: 18px; }
      .card.card-large-icons .card-body p {
        opacity: .6;
        font-weight: 500; }
      .card.card-large-icons .card-body a.card-cta {
        text-decoration: none; }
        .card.card-large-icons .card-body a.card-cta i {
          margin-left: 7px; }
  .card.bg-primary, .card.bg-danger, .card.bg-success, .card.bg-info, .card.bg-dark, .card.bg-warning {
    color: #fff; }
  .card.bg-primary .card-header, .card.bg-danger .card-header, .card.bg-success .card-header, .card.bg-info .card-header, .card.bg-dark .card-header, .card.bg-warning .card-header {
    color: #fff;
    opacity: .9; }

@media (max-width: 575.98px) {
  .card.card-large-icons {
    display: inline-block; }
    .card.card-large-icons .card-icon {
      width: 100%;
      height: 200px; } }
@media (max-width: 767.98px) {
  .card .card-header {
    height: auto;
    flex-wrap: wrap; }
    .card .card-header h4 + .card-header-action,
    .card .card-header h4 + .card-header-form {
      flex-grow: 0;
      width: 100%;
      margin-top: 10px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .card .card-stats .card-stats-items {
    height: 49px; }
    .card .card-stats .card-stats-items .card-stats-item {
      padding: 5px 7px; }
      .card .card-stats .card-stats-items .card-stats-item .card-stats-item-count {
        font-size: 16px; }
  .card.card-sm-6 .card-chart canvas {
    height: 85px !important; }
  .card.card-hero .card-header {
    padding: 25px; } }
/* 3.6 Table */
.table td, .table:not(.table-bordered) th {
  border-top: none; }
.table:not(.table-sm):not(.table-md):not(.dataTable) td, .table:not(.table-sm):not(.table-md):not(.dataTable) th {
  padding: 0 25px;
  height: 40px;
  vertical-align: middle; }
.table:not(.table-sm) thead th {
  border-bottom: none;
  /*background-color: rgba(0, 0, 0, 0.04);
  color: #666;*/
  background-color: #66BCF2;
  color: #fffdfd;
  padding-top: 15px;
  padding-bottom: 15px; }
.table:not(.table-sm) thead th:first-child {
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.table.table-md th, .table.table-md td {
  padding: 10px 15px; }
.table.table-bordered td, .table.table-bordered th {
  border-color: #f6f6f6; }

.table-links {
  color: #34395e;
  font-size: 12px;
  margin-top: 5px;
  opacity: 0;
  transition: all .3s; }
  .table-links a {
    color: #666; }

table tr:hover .table-links {
  opacity: 1; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02); }

@media (max-width: 575.98px) {
  .table-responsive table {
    min-width: 800px; } }
/* 3.7 Tooltip */
.tooltip {
  font-size: 12px; }

.tooltip-inner {
  padding: 7px 13px; }

/* 3.8 Modal */
.modal-header,
.modal-body,
.modal-footer {
  padding: 25px; }

.modal-body {
  padding-top: 15px; }

.modal-footer {
  padding-top: 15px;
  padding-bottom: 15px; }

.modal-header {
  border-bottom: none;
  padding-bottom: 5px; }
  .modal-header h5 {
    font-size: 18px; }

.modal-footer {
  border-top: none;
  border-radius: 0 0 3px 3px; }

.modal-content {
  max-width: 100%;
  border: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05); }

.modal.show .modal-content {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }

.modal-progress .modal-content {
  position: relative; }
  .modal-progress .modal-content:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 999;
    background-image: url("../img/spinner.svg");
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px; }

.modal-part {
  display: none; }

/* 3.9 Nav */
.nav-tabs .nav-item .nav-link {
  color: #6777ef; }
  .nav-tabs .nav-item .nav-link.active {
    color: #000; }

.tab-content > .tab-pane {
  padding: 10px 0;
  line-height: 24px; }

.tab-bordered .tab-pane {
  padding: 15px;
  border: 1px solid #ededed;
  margin-top: -1px; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #6777ef; }
.nav-pills .nav-item .nav-link {
  color: #6777ef;
  padding-left: 15px !important;
  padding-right: 15px !important; }
  .nav-pills .nav-item .nav-link:hover {
    background-color: #f6f7fe; }
  .nav-pills .nav-item .nav-link.active {
    box-shadow: 0 2px 6px #acb5f6;
    color: #fff;
    background-color: #6777ef; }
  .nav-pills .nav-item .nav-link .badge {
    padding: 5px 8px;
    margin-left: 5px; }

.nav .nav-item .nav-link .ion, .nav .nav-item .nav-link .fas, .nav .nav-item .nav-link .far, .nav .nav-item .nav-link .fab, .nav .nav-item .nav-link .fal {
  margin-right: 3px;
  font-size: 12px; }

/* 3.10 Pagination */
.page-item .page-link {
  color: #6777ef;
  border-radius: 3px;
  margin: 0 3px; }
.page-item.active .page-link {
  background-color: #6777ef;
  border-color: #6777ef; }
.page-item.disabled .page-link {
  border-color: transparent;
  background-color: #f9fafe;
  color: #6777ef;
  opacity: .6; }

.page-link {
  border-color: transparent;
  background-color: #f9fafe;
  font-weight: 600; }
  .page-link:hover {
    background-color: #6777ef;
    color: #fff;
    border-color: transparent; }
  .page-link:focus {
    box-shadow: none; }

/* 3.11 Badge */
.badges .badge {
  margin: 0 8px 10px 0; }

.badge {
  vertical-align: middle;
  padding: 7px 12px;
  font-weight: 600;
  letter-spacing: .3px;
  border-radius: 30px;
  font-size: 12px; }
  .badge.badge-warning {
    color: #fff; }
  .badge.badge-primary {
    background-color: #6777ef; }
  .badge.badge-secondary {
    background-color: #34395e; }
  .badge.badge-success {
    background-color: #63ed7a; }
  .badge.badge-info {
    background-color: #3abaf4; }
  .badge.badge-danger {
    background-color: #fc544b; }
  .badge.badge-light {
    background-color: #e3eaef;
    color: #191d21; }
  .badge.badge-white {
    background-color: #ffffff;
    color: #191d21; }
  .badge.badge-dark {
    background-color: #191d21; }

h1 .badge {
  font-size: 24px;
  padding: 16px 21px; }

h2 .badge {
  font-size: 22px;
  padding: 14px 19px; }

h3 .badge {
  font-size: 18px;
  padding: 11px 16px; }

h4 .badge {
  font-size: 16px;
  padding: 8px 13px; }

h5 .badge {
  font-size: 14px;
  padding: 5px 10px; }

h6 .badge {
  font-size: 11px;
  padding: 3px 8px; }

.btn .badge {
  margin-left: 5px;
  padding: 4px 7px; }
  .btn .badge.badge-transparent {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff; }

/* 3.12 Button */
.buttons .btn {
  margin: 0 8px 10px 0; }

.btn:focus {
  box-shadow: none !important;
  outline: none; }
.btn:active {
  box-shadow: none !important;
  outline: none; }
  .btn:active:focus {
    box-shadow: none !important;
    outline: none; }

.btn.btn-icon-split i, .dropdown-item.has-icon i {
  text-align: center;
  width: 15px;
  font-size: 15px;
  float: left;
  margin-right: 10px; }

.btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  padding: .3rem .8rem;
  letter-spacing: .5px; }
  .btn.btn-icon-split {
    position: relative; }
    .btn.btn-icon-split i {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 45px;
      border-radius: 3px 0 0 3px;
      line-height: 32px; }
    .btn.btn-icon-split div {
      margin-left: 40px; }
  .btn.btn-icon-noflo-splitat {
    display: table;
    text-align: right; }
    .btn.btn-icon-noflo-splitat i {
      float: none;
      margin: 0;
      display: table-cell;
      vertical-align: middle;
      width: 30%; }
    .btn.btn-icon-noflo-splitat div {
      display: table-cell;
      vertical-align: middle;
      width: 70%;
      text-align: left;
      padding-left: 10px; }
  .btn:not(.btn-social):not(.btn-social-icon):active, .btn:not(.btn-social):not(.btn-social-icon):focus, .btn:not(.btn-social):not(.btn-social-icon):hover {
    border-color: transparent !important;
    background-color: white; }
  .btn > i {
    margin-left: 0 !important; }
  .btn.btn-lg {
    padding: .55rem 1.5rem;
    font-size: 12px; }
    .btn.btn-lg.btn-icon-split i {
      line-height: 42px; }
    .btn.btn-lg.btn-icon-split div {
      margin-left: 25px; }
  .btn.btn-sm {
    padding: .10rem .4rem;
    font-size: 12px; }
  .btn.btn-icon .ion, .btn.btn-icon .fas, .btn.btn-icon .far, .btn.btn-icon .fab, .btn.btn-icon .fal {
    margin-left: 0 !important;
    font-size: 12px; }
  .btn.btn-icon.icon-left .ion, .btn.btn-icon.icon-left .fas, .btn.btn-icon.icon-left .far, .btn.btn-icon.icon-left .fab, .btn.btn-icon.icon-left .fal {
    margin-right: 3px; }
  .btn.btn-icon.icon-right .ion, .btn.btn-icon.icon-right .fas, .btn.btn-icon.icon-right .far, .btn.btn-icon.icon-right .fab, .btn.btn-icon.icon-right .fal {
    margin-left: 3px !important; }

.btn-action {
  color: #fff !important;
  line-height: 25px;
  font-size: 12px;
  min-width: 35px;
  min-height: 35px; }

.btn-secondary, .btn-secondary.disabled {
  box-shadow: 0 2px 6px #e1e5e8;
  background-color: #cdd3d8;
  border-color: #cdd3d8;
  color: #fff; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:active {
    background-color: #bfc6cd !important;
    color: #fff !important; }

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.disabled:hover, .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled:active {
  background-color: #cdd3d8 !important;
  color: #fff !important; }

.btn-success, .btn-success.disabled {
  box-shadow: 0 2px 6px #a8f5b4;
  background-color: #8FBF26;
  border-color: #8FBF26;
  color: #fff; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active {
    background-color: #4cea67 !important;
    color: #fff !important; }

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.disabled:hover, .btn-outline-success.disabled:focus, .btn-outline-success.disabled:active {
  background-color: #63ed7a !important;
  color: #fff !important; }

.btn-danger, .btn-danger.disabled {
  box-shadow: 0 2px 6px #fd9b96;
  background-color: #fc544b;
  border-color: #fc544b;
  color: #fff; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active {
    background-color: #fb160a !important; }

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.disabled:hover, .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled:active {
  background-color: #fb160a !important;
  color: #fff !important; }

.btn-dark, .btn-dark.disabled {
  box-shadow: 0 2px 6px #728394;
  background-color: #191d21;
  border-color: #191d21;
  color: #fff; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active {
    background-color: black !important; }

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.disabled:hover, .btn-outline-dark.disabled:focus, .btn-outline-dark.disabled:active {
  background-color: black !important;
  color: #fff !important; }

.btn-light, .btn-light.disabled {
  box-shadow: 0 2px 6px #e6ecf1;
  background-color: #e3eaef;
  border-color: #e3eaef;
  color: #191d21; }
  .btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled:active {
    background-color: #c3d2dc !important; }

.btn-outline-light, .btn-outline-light.disabled {
  border-color: #e3eaef;
  color: #e3eaef; }
  .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active {
    background-color: #e3eaef !important;
    color: #fff !important; }

.btn-warning, .btn-warning.disabled {
  box-shadow: 0 2px 6px #ffc473;
  background-color: #ffa426;
  border-color: #ffa426;
  color: #fff; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active {
    background-color: #ff990d !important;
    color: #fff !important; }

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.disabled:hover, .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled:active {
  background-color: #ffa426 !important;
  color: #fff !important; }

.btn-info, .btn-info.disabled {
  box-shadow: 0 2px 6px #82d3f8;
  background-color: #3abaf4;
  border-color: #3abaf4;
  color: #fff; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active {
    background-color: #0da8ee !important; }

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.disabled:hover, .btn-outline-info.disabled:focus, .btn-outline-info.disabled:active {
  background-color: #0da8ee !important;
  color: #fff !important; }

.btn-primary, .btn-primary.disabled {
  box-shadow: 0 1px 2px #acb5f6;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:focus, .btn-primary.disabled:focus {
    background-color: #394eea !important; }
    .btn-primary:focus:active, .btn-primary.disabled:focus:active {
      background-color: #394eea !important; }
  .btn-primary:active, .btn-primary:hover, .btn-primary.disabled:active, .btn-primary.disabled:hover {
    background-color: #394eea !important; }

.btn-outline-primary, .btn-outline-primary.disabled {
  border-color: #6777ef;
  color: #6777ef; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.disabled:hover, .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled:active {
    background-color: #6777ef !important;
    color: #fff; }

.btn-outline-white, .btn-outline-white.disabled {
  border-color: #fff;
  color: #fff; }
  .btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.disabled:hover, .btn-outline-white.disabled:focus, .btn-outline-white.disabled:active {
    background-color: #fff;
    color: #6777ef; }

.btn-round {
  border-radius: 30px;
  padding-left: 34px;
  padding-right: 34px; }

.btn-social-icon, .btn-social {
  border: none;
  border-radius: 3px; }

.btn-social-icon {
  color: #fff !important;
  padding-left: 18px;
  padding-right: 18px; }
  .btn-social-icon > :first-child {
    font-size: 16px; }

.btn-social {
  padding: 12px 12px 12px 50px;
  color: #fff !important;
  font-weight: 500; }
  .btn-social > :first-child {
    width: 55px;
    line-height: 50px;
    border-right: none; }

.btn-reddit {
  color: #000 !important; }

.btn-group .btn.active {
  background-color: #6777ef;
  color: #fff; }

.btn-progress {
  position: relative;
  background-image: url("../img/spinner-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  color: transparent !important;
  pointer-events: none; }

/* 3.13 Media */
.media .media-right {
  float: right;
  color: #6777ef;
  font-weight: 600;
  font-size: 16px; }
.media .media-icon {
  font-size: 20px;
  margin-right: 15px;
  line-height: 1; }
.media .media-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  color: #34395e; }
  .media .media-title a {
    font-weight: inherit;
    color: #000; }
.media .media-description {
  line-height: 24px;
  color: #34395e; }
.media .media-links {
  margin-top: 10px; }
  .media .media-links a {
    font-size: 12px;
    color: #999; }
.media .media-progressbar {
  flex: 1; }
  .media .media-progressbar .progress-text {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #34395e; }
.media .media-cta {
  margin-left: 40px; }
  .media .media-cta .btn {
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12px; }
.media .media-items {
  display: flex; }
  .media .media-items .media-item {
    flex: 1;
    text-align: center;
    padding: 0 15px; }
    .media .media-items .media-item .media-label {
      font-weight: 600;
      font-size: 12px;
      color: #34395e;
      letter-spacing: .5px; }
    .media .media-items .media-item .media-value {
      font-weight: 700;
      font-size: 18px; }

/* 3.14 Breadcrumb */
.breadcrumb {
  background-color: #f9f9f9; }
  .breadcrumb .breadcrumb-item {
    line-height: 1; }
    .breadcrumb .breadcrumb-item i {
      margin-right: 5px; }

/* 3.15 Accordion */
.accordion {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px; }
  .accordion .accordion-header, .accordion .accordion-body {
    padding: 10px 15px; }
  .accordion .accordion-header {
    background-color: #f9f9f9;
    border-radius: 3px;
    cursor: pointer;
    transition: all .5s; }
    .accordion .accordion-header h4 {
      line-height: 1;
      margin: 0;
      font-size: 14px;
      font-weight: 700; }
    .accordion .accordion-header:hover {
      background-color: #f2f2f2; }
    .accordion .accordion-header[aria-expanded="true"] {
      box-shadow: 0 2px 6px #acb5f6;
      background-color: #6777ef;
      color: #fff; }
  .accordion .accordion-body {
    line-height: 24px; }

/* 3.16 Popover */
.popover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  border-color: transparent; }
  .popover .manual-arrow {
    position: absolute;
    bottom: -15px;
    font-size: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff; }

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  border-left-color: #f2f2f2; }

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  border-bottom-color: #f2f2f2; }

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  border-top-color: #f2f2f2; }

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  border-right-color: #f2f2f2; }

.popover .popover-header {
  background-color: transparent;
  border: none;
  padding-bottom: 0;
  padding-top: 10px; }
.popover .popover-body {
  padding: 15px;
  line-height: 24px; }

/* 3.17 Grid */
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px; }
  .sm-gutters > .col, .sm-gutters > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px; }

/* 3.18 Navbar */
.navbar {
  height: 70px;
  left: 250px;
  right: 5px;
  position: absolute;
  z-index: 890;
  background-color: transparent; }
  .navbar.active {
    background-color: #8E3570;
    box-shadow: rgba(103, 119, 239, 0.2) rgba(0, 0, 0, 0.03); }

.navbar-bg {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background-color: #63CAF2;
  z-index: -1; }

.navbar {
  align-items: center; }
  .navbar .navbar-brand {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700; }
  .navbar .form-inline .form-control {
    background-color: #fff;
    border-color: transparent;
    padding-left: 20px;
    padding-right: 0;
    margin-right: -6px;
    min-height: 46px;
    font-weight: 500;
    border-radius: 3px 0 0 3px;
    transition: all 1s; }
    .navbar .form-inline .form-control:focus, .navbar .form-inline .form-control:focus + .btn {
      position: relative;
      z-index: 9001; }
    .navbar .form-inline .form-control:focus + .btn + .search-backdrop {
      opacity: .6;
      visibility: visible; }
    .navbar .form-inline .form-control:focus + .btn + .search-backdrop + .search-result {
      opacity: 1;
      visibility: visible;
      top: 80px; }
  .navbar .form-inline .btn {
    border-radius: 0 3px 3px 0;
    background-color: #fff;
    padding: 9px 15px 9px 15px;
    border-color: transparent; }
  .navbar .form-inline .search-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .5s; }
  .navbar .form-inline .search-result {
    position: absolute;
    z-index: 9002;
    top: 100px;
    background-color: #fff;
    border-radius: 3px;
    width: 450px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s; }
    .navbar .form-inline .search-result:before {
      position: absolute;
      top: -26px;
      left: 34px;
      content: '\f0d8';
      font-weight: 600;
      font-family: 'Font Awesome 5 Free';
      color: #fff;
      font-size: 30px; }
    .navbar .form-inline .search-result .search-header {
      padding: 13px 18px 2px 18px;
      text-transform: uppercase;
      letter-spacing: 1.3px;
      font-weight: 600;
      font-size: 10px;
      color: #bcc1c6; }
    .navbar .form-inline .search-result .search-item {
      display: flex; }
      .navbar .form-inline .search-result .search-item a {
        display: block;
        padding: 13px 18px;
        text-decoration: none;
        color: #34395e;
        font-weight: 600;
        display: flex;
        align-items: center; }
        .navbar .form-inline .search-result .search-item a:hover {
          background-color: #fbfbff; }
        .navbar .form-inline .search-result .search-item a:not(.search-close) {
          width: 100%; }
        .navbar .form-inline .search-result .search-item a i {
          margin-left: 0 !important; }
      .navbar .form-inline .search-result .search-item .search-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%; }
  .navbar .active .nav-link {
    color: #fff;
    font-weight: 700; }
  .navbar .navbar-text {
    color: #fff; }
  .navbar .nav-link {
    color: #f2f2f2;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 100%; }
    .navbar .nav-link.nav-link-lg div {
      margin-top: 3px; }
    .navbar .nav-link.nav-link-lg i {
      margin-left: 0 !important;
      font-size: 18px;
      line-height: 32px; }
    .navbar .nav-link.nav-link-user {
      color: #fff;
      padding-top: 4px;
      padding-bottom: 4px;
      font-weight: 600; }
      .navbar .nav-link.nav-link-user img {
        width: 30px; }
    .navbar .nav-link.nav-link-img {
      padding-top: 4px;
      padding-bottom: 4px;
      border-radius: 50%;
      overflow: hidden; }
      .navbar .nav-link.nav-link-img .flag-icon {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
        border-radius: 50%;
        line-height: 18px;
        height: 22px;
        width: 22px;
        background-size: cover; }

.remove-caret:after {
  display: none; }

.navbar .nav-link:hover {
  color: #fff; }
.navbar .nav-link.disabled {
  color: #fff;
  opacity: .6; }

.nav-collapse {
  display: flex; }

@media (max-width: 575.98px) {
  body.search-show .navbar .form-inline .search-element {
    display: block; }

  .navbar .form-inline .search-element {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 892;
    display: none; }
    .navbar .form-inline .search-element .form-control {
      float: left;
      border-radius: 3px 0 0 3px;
      width: calc(100% - 43px) !important; }
    .navbar .form-inline .search-element .btn {
      margin-top: 1px;
      border-radius: 0 3px 3px 0; }
  .navbar .form-inline .search-result {
    width: 100%; }
  .navbar .form-inline .search-backdrop {
    display: none; }
  .navbar .nav-link.nav-link-lg div {
    display: none; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar .form-inline .search-element {
    display: block; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .collapse {
    position: relative; }
    .collapse .navbar-nav {
      position: absolute; } }
@media (max-width: 1024px) {
  .nav-collapse {
    position: relative; }
    .nav-collapse .navbar-nav {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
      position: absolute;
      top: 40px;
      left: 0;
      width: 200px;
      display: none; }
      .nav-collapse .navbar-nav.show {
        display: block; }
      .nav-collapse .navbar-nav .nav-item:first-child {
        border-radius: 3px 3px 0 0; }
      .nav-collapse .navbar-nav .nav-item:last-child {
        border-radius: 0 0 3px 3px; }
      .nav-collapse .navbar-nav .nav-item .nav-link {
        background-color: #fff;
        color: #6c757d; }
        .nav-collapse .navbar-nav .nav-item .nav-link:hover {
          background-color: #fcfcfd;
          color: #6777ef; }
      .nav-collapse .navbar-nav .nav-item:focus > a, .nav-collapse .navbar-nav .nav-item.active > a {
        background-color: #6777ef;
        color: #fff; }

  .navbar {
    left: 5px;
    right: 0; }
    .navbar .dropdown-menu {
      position: absolute; }
    .navbar .navbar-nav {
      flex-direction: row; }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; } }
/* 3.19 Dropdown */
.dropdown-item.has-icon i {
  margin-top: -1px;
  font-size: 13px; }

.dropdown-menu {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
  border: none;
  width: 200px; }
  .dropdown-menu.show {
    display: block !important; }
  .dropdown-menu a {
    font-size: 13px; }
  .dropdown-menu .dropdown-title {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #191d21 !important;
    padding: 10px 20px;
    line-height: 20px;
    color: #98a6ad; }
  .dropdown-menu.dropdown-menu-sm a {
    font-size: 14px;
    letter-spacing: normal;
    padding: 10px 20px;
    color: #6c757d; }

a.dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  line-height: 1.2; }
  a.dropdown-item:focus, a.dropdown-item:active, a.dropdown-item.active {
    background-color: #6777ef;
    color: #fff !important; }

.dropdown-divider {
  border-top-color: #f9f9f9; }

.dropdown-list {
  width: 350px;
  padding: 0; }
  .dropdown-list .dropdown-item {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    border-bottom: 1px solid #f9f9f9; }
    .dropdown-list .dropdown-item.dropdown-item-header:hover {
      background-color: transparent; }
    .dropdown-list .dropdown-item .time {
      margin-top: 10px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 10px;
      letter-spacing: .5px; }
    .dropdown-list .dropdown-item .dropdown-item-avatar {
      float: left;
      width: 40px;
      text-align: right;
      position: relative; }
      .dropdown-list .dropdown-item .dropdown-item-avatar img {
        width: 100%; }
      .dropdown-list .dropdown-item .dropdown-item-avatar .is-online {
        position: absolute;
        bottom: 0;
        right: 0; }
    .dropdown-list .dropdown-item .dropdown-item-desc {
      line-height: 24px;
      white-space: normal;
      color: #34395e;
      margin-left: 60px; }
      .dropdown-list .dropdown-item .dropdown-item-desc b {
        font-weight: 600;
        color: #666; }
      .dropdown-list .dropdown-item .dropdown-item-desc p {
        margin-bottom: 0; }
    .dropdown-list .dropdown-item:focus {
      background-color: #6777ef; }
      .dropdown-list .dropdown-item:focus .dropdown-item-desc {
        color: #fff !important; }
        .dropdown-list .dropdown-item:focus .dropdown-item-desc b {
          color: #fff !important; }
    .dropdown-list .dropdown-item.dropdown-item-unread:active .dropdown-item-desc {
      color: #6c757d; }
      .dropdown-list .dropdown-item.dropdown-item-unread:active .dropdown-item-desc b {
        color: #6c757d; }
    .dropdown-list .dropdown-item:active .dropdown-item-desc {
      color: #fff; }
      .dropdown-list .dropdown-item:active .dropdown-item-desc b {
        color: #fff; }
    .dropdown-list .dropdown-item.dropdown-item-unread {
      background-color: #fbfbfb;
      border-bottom-color: #f2f2f2; }
      .dropdown-list .dropdown-item.dropdown-item-unread:focus .dropdown-item-desc {
        color: #6c757d !important; }
        .dropdown-list .dropdown-item.dropdown-item-unread:focus .dropdown-item-desc b {
          color: #6c757d !important; }
  .dropdown-list .dropdown-footer,
  .dropdown-list .dropdown-header {
    letter-spacing: .5px;
    font-weight: 600;
    padding: 15px; }
    .dropdown-list .dropdown-footer a,
    .dropdown-list .dropdown-header a {
      font-weight: 600; }
  .dropdown-list .dropdown-list-content {
    height: 350px;
    overflow: hidden; }
    .dropdown-list .dropdown-list-content:not(.is-end):after {
      content: ' ';
      position: absolute;
      bottom: 46px;
      left: 0;
      width: 100%;
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
      height: 60px; }
  .dropdown-list .dropdown-list-icons .dropdown-item {
    display: flex; }
    .dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon {
      flex-shrink: 0;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      line-height: 42px;
      text-align: center; }
      .dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon i {
        margin: 0; }
    .dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc {
      margin-left: 15px;
      line-height: 20px; }
      .dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time {
        margin-top: 5px; }

.dropdown-flag .dropdown-item {
  font-weight: 600; }
  .dropdown-flag .dropdown-item .flag-icon {
    width: 20px;
    height: 13px;
    margin-right: 7px;
    margin-top: -6px; }
  .dropdown-flag .dropdown-item.active {
    background-color: #6777ef;
    color: #fff; }

@media (max-width: 575.98px) {
  .dropdown-list-toggle {
    position: static; }
    .dropdown-list-toggle .dropdown-list {
      left: 10px !important;
      width: calc(100% - 20px); } }
/* 3.20 Dropdown */
.tab-content.no-padding > .tab-pane {
  padding: 0; }
.tab-content > .tab-pane {
  line-height: 28px; }

/* 3.21 Progress Bar */
.progress-bar {
  background-color: #6777ef; }

/* 3.22 Jumbotron */
.jumbotron {
  background-color: #e3eaef; }

/* 3.23 Carousel */
.carousel .carousel-caption p {
  font-size: 13px;
  line-height: 24px; }

/* 4. Theme Style */
/* 4.1 Misc */
/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Nunito Regular"), local("Nunito-Regular"), url("../fonts/nunito-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v9-latin-regular.woff2") format("woff2"), url("../fonts/nunito-v9-latin-regular.woff") format("woff"), url("../fonts/nunito-v9-latin-regular.ttf") format("truetype"), url("../fonts/nunito-v9-latin-regular.svg#Nunito") format("svg");
  /* Legacy iOS */ }
/* nunito-600 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/nunito-v9-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url("../fonts/nunito-v9-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v9-latin-600.woff2") format("woff2"), url("../fonts/nunito-v9-latin-600.woff") format("woff"), url("../fonts/nunito-v9-latin-600.ttf") format("truetype"), url("../fonts/nunito-v9-latin-600.svg#Nunito") format("svg");
  /* Legacy iOS */ }
/* nunito-700 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-v9-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Nunito Bold"), local("Nunito-Bold"), url("../fonts/nunito-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v9-latin-700.woff2") format("woff2"), url("../fonts/nunito-v9-latin-700.woff") format("woff"), url("../fonts/nunito-v9-latin-700.ttf") format("truetype"), url("../fonts/nunito-v9-latin-700.svg#Nunito") format("svg");
  /* Legacy iOS */ }
/* nunito-800 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-v9-latin-800.eot");
  /* IE9 Compat Modes */
  src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"), url("../fonts/nunito-v9-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v9-latin-800.woff2") format("woff2"), url("../fonts/nunito-v9-latin-800.woff") format("woff"), url("../fonts/nunito-v9-latin-800.ttf") format("truetype"), url("../fonts/nunito-v9-latin-800.svg#Nunito") format("svg");
  /* Legacy iOS */ }
:root {
  /* Colors */
  --primary: color(primary);
  --secondary: color(fontdark);
  --success: color(success);
  --info: color(info);
  --warning: color(warning);
  --danger: color(danger);
  --light: color(light);
  --dark: color(dark); }

body {
  background-color: #fafdfb;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Nunito', 'Segoe UI', arial;
  color: #6c757d; }

a.bb {
  text-decoration: none;
  border-bottom: 1px solid #6777ef;
  padding-bottom: 1px; }

.form-divider {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600; }

.ui-sortable-handle,
.sort-handler {
  cursor: move; }

.text-job {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #34395e; }

.text-time {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  margin-bottom: 10px; }

.bullet, .slash {
  display: inline;
  margin: 0 4px; }

.bullet:after {
  content: '\2022'; }

.slash:after {
  content: '/'; }

.login-brand {
  margin: 20px 0;
  margin-bottom: 40px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #666;
  text-align: center; }

.font-weight-600 {
  font-weight: 600 !important; }

.budget-price {
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 3px; }
  .budget-price .budget-price-square {
    width: 15px;
    height: 3px;
    background-color: #f9f9f9; }
  .budget-price .budget-price-label {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px; }

.gradient-bottom {
  position: relative; }
  .gradient-bottom:after {
    content: ' ';
    position: absolute;
    bottom: 41px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
    height: 60px; }

.text-small {
  font-size: 12px;
  line-height: 20px; }

.text-title {
  font-size: 14px;
  color: #34395e;
  font-weight: 600; }

.img-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03); }

.colors {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }
  .colors .color {
    border-radius: 3px;
    width: calc((100% / 4) - 10px);
    padding: 10px;
    height: 60px;
    line-height: 40px;
    text-align: center;
    margin: 5px; }

blockquote {
  padding: 20px;
  padding-left: 40px;
  font-style: oblique;
  background-color: #f9f9f9;
  border-radius: 3px;
  position: relative;
  font-family: 'Time new Romans';
  font-size: 16px;
  letter-spacing: .3px; }
  blockquote:before {
    content: '"';
    font-size: 30px;
    position: absolute;
    top: 10px;
    left: 20px;
    opacity: .2; }
  blockquote .blockquote-footer {
    margin-top: 10px; }

.bg-whitesmoke {
  background-color: #f7f9f9 !important; }

.ion {
  font-size: 15px; }

.fas, .far, .fab, .fal {
  font-size: 13px; }

#visitorMap {
  height: 210px; }

.sidebar-gone-show {
  display: none !important; }

pre {
  border-radius: 3px; }

.circle-step {
  display: flex;
  margin-bottom: 10px; }
  .circle-step .circle-content {
    margin-top: 3px;
    margin-left: 13px; }
  .circle-step .circle {
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 11px;
    text-align: center; }
    .circle-step .circle.circle-primary {
      border-color: #6777ef;
      color: #6777ef; }

.pe-none {
  pointer-events: none; }

.contact-map {
  width: 100%;
  height: 100%;
  min-height: 400px; }

#visitorMap2,
#visitorMap3 {
  height: 350px; }

.shadow-primary {
  box-shadow: 0 2px 6px #acb5f6; }

.shadow-secondary {
  box-shadow: 0 2px 6px #e1e5e8; }

.shadow-success {
  box-shadow: 0 2px 6px #a8f5b4; }

.shadow-warning {
  box-shadow: 0 2px 6px #ffc473; }

.shadow-danger {
  box-shadow: 0 2px 6px #fd9b96; }

.shadow-info {
  box-shadow: 0 2px 6px #82d3f8; }

.shadow-light {
  box-shadow: 0 2px 6px #e6ecf1; }

.shadow-dark {
  box-shadow: 0 2px 6px #728394; }

.is-online {
  width: 10px;
  height: 10px;
  background-color: #63ed7a;
  border-radius: 50%;
  display: inline-block; }

.gutters-xs {
  margin-right: -0.25rem;
  margin-left: -0.25rem; }

.gutters-xs > .col,
.gutters-xs > [class*="col-"] {
  padding-right: 0.25rem;
  padding-left: 0.25rem; }

.beep {
  position: relative; }
  .beep:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 8px;
    width: 7px;
    height: 7px;
    background-color: #ffa426;
    border-radius: 50%;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 1; }
  .beep.beep-sidebar:after {
    position: static;
    margin-left: 10px; }

@media (max-width: 575.98px) {
  .fc-overflow {
    width: 100%;
    overflow: auto; }
    .fc-overflow #myEvent {
      width: 800px; }

  .ionicons li {
    width: calc(100% / 4); }

  .icon-wrap {
    width: 100%; } }
/* 4.2 Section */
.section {
  position: relative;
  z-index: 1; }
  .section > *:first-child {
    margin-top: -7px; }
  .section .section-header {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    border-radius: 3px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
    align-items: center; }
    .section .section-header h1 {
      margin-bottom: 0;
      font-weight: 700;
      display: inline-block;
      font-size: 24px;
      margin-top: 3px;
      color: #34395e; }
    .section .section-header .section-header-back {
      margin-right: 15px; }
      .section .section-header .section-header-back .btn:hover {
        background-color: #6777ef;
        color: #fff; }
    .section .section-header .section-header-button {
      margin-left: 20px; }
    .section .section-header .section-header-breadcrumb {
      margin-left: auto;
      display: flex;
      align-items: center; }
      .section .section-header .section-header-breadcrumb .breadcrumb-item {
        font-size: 12px; }
    .section .section-header .btn {
      font-size: 12px; }
  .section .section-title {
    font-size: 18px;
    color: #191d21;
    font-weight: 600;
    position: relative;
    margin: 30px 0 25px 0; }
    .section .section-title:before {
      content: ' ';
      border-radius: 5px;
      height: 8px;
      width: 30px;
      background-color: #B3E0F2;
      display: inline-block;
      float: left;
      margin-top: 6px;
      margin-right: 15px; }
  .section .section-title + .section-lead {
    margin-top: 20px; }
  .section .section-lead {
    margin-left: 45px; }

.main-wrapper-1 .section .section-header {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -10px;
  border-radius: 0;
  border-top: 1px solid #f9f9f9;
  padding-left: 35px;
  padding-right: 35px; }

@media (max-width: 575.98px) {
  .section .section-title {
    font-size: 14px; }
  .section .section-header {
    flex-wrap: wrap;
    margin-bottom: 20px !important; }
    .section .section-header h1 {
      font-size: 18px; }
    .section .section-header .float-right {
      display: inline-block;
      width: 100%;
      margin-top: 15px; }
    .section .section-header .section-header-breadcrumb {
      flex-basis: 100%;
      margin-top: 10px; } }
/* 4.3 Page */
.page-error {
  height: 100%;
  width: 100%;
  padding-top: 60px;
  text-align: center;
  display: table; }
  .page-error .page-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
  .page-error h1 {
    font-size: 10em;
    font-weight: 700; }
  .page-error .page-description {
    font-size: 18px;
    font-weight: 400;
    color: #34395e; }
  .page-error .page-search {
    margin: 40px auto;
    max-width: 100%;
    width: 350px; }
    .page-error .page-search .form-control {
      border-radius: 30px; }
    .page-error .page-search .btn {
      border-radius: 30px;
      margin-left: 10px; }

@media (max-width: 575.98px) {
  .page-error .page-search {
    width: 100%; } }
/* 4.4 Layout */
.main-sidebar {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  position: fixed;
  top: 0;
  height: 100%;
  width: 250px;
  background-color: #1DA1F2;
  z-index: 880;
  left: 0; }

.main-sidebar,
.navbar,
.main-content,
.main-footer {
  transition: all .5s; }

body.sidebar-gone .main-sidebar {
  left: -250px; }

body.sidebar-mini .hide-sidebar-mini {
  display: none !important; }
body.sidebar-mini .main-sidebar {
  width: 65px;
  overflow: initial !important;
  position: absolute;
  box-shadow: none; }
  body.sidebar-mini .main-sidebar:after {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    content: ' ';
    position: fixed;
    background-color: #fff;
    width: 65px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    animation-name: mini-sidebar;
    animation-duration: 1.5s;
    animation-fill-mode: forwards; }
@keyframes mini-sidebar {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  body.sidebar-mini .main-sidebar .sidebar-brand {
    display: none; }
  body.sidebar-mini .main-sidebar .sidebar-brand-sm {
    display: block; }
  body.sidebar-mini .main-sidebar .sidebar-menu > li {
    padding: 10px; }
    body.sidebar-mini .main-sidebar .sidebar-menu > li.menu-header {
      padding: 0;
      font-size: 0;
      height: 2px; }
    body.sidebar-mini .main-sidebar .sidebar-menu > li > a {
      border-radius: 3px;
      height: 45px;
      padding: 0;
      justify-content: center; }
      body.sidebar-mini .main-sidebar .sidebar-menu > li > a .ion, body.sidebar-mini .main-sidebar .sidebar-menu > li > a .fas, body.sidebar-mini .main-sidebar .sidebar-menu > li > a .far, body.sidebar-mini .main-sidebar .sidebar-menu > li > a .fab, body.sidebar-mini .main-sidebar .sidebar-menu > li > a .fal {
        margin: 0;
        font-size: 20px; }
      body.sidebar-mini .main-sidebar .sidebar-menu > li > a span {
        display: none; }
      body.sidebar-mini .main-sidebar .sidebar-menu > li > a .badge {
        padding: 5px;
        position: absolute;
        top: 4px;
        right: 4px;
        font-size: 10px; }
      body.sidebar-mini .main-sidebar .sidebar-menu > li > a.has-dropdown:after {
        content: initial; }
    body.sidebar-mini .main-sidebar .sidebar-menu > li.active > a {
      box-shadow: 0 4px 8px #acb5f6;
      background-color: #6777ef;
      color: #fff; }
    body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu {
      position: absolute;
      background-color: #fff;
      left: 65px;
      top: 10px;
      width: 200px;
      display: none;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.03); }
      body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li > a:focus,
      body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li.active > a,
      body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li.active > a:hover {
        color: #fff;
        background-color: #6777ef !important; }
      body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a {
        height: 40px;
        padding: 0 20px;
        background-color: #fff; }
        body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a.has-dropdown:after {
          content: "";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          position: absolute;
          top: 50%;
          right: 20px;
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
          font-size: 12px; }
  body.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu {
    display: block !important; }
    body.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu li:hover > a {
      background-color: #fcfcfd; }
    body.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu li .dropdown-menu {
      left: 200px;
      padding: 0; }
body.sidebar-mini .navbar {
  left: 65px; }
body.sidebar-mini .main-content, body.sidebar-mini .main-footer {
  padding-left: 90px; }

body.layout-2 .navbar-bg {
  z-index: 889;
  height: 70px; }
body.layout-2 .navbar {
  left: 0;
  z-index: 890; }
body.layout-2 .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px; }
body.layout-2 .main-sidebar,
body.layout-2 .main-content,
body.layout-2 .main-footer {
  flex-shrink: 0;
  flex-grow: 0; }
body.layout-2 .main-sidebar {
  background-color: transparent;
  box-shadow: none;
  position: static;
  margin-top: 100px;
  width: 200px; }
  body.layout-2 .main-sidebar .sidebar-menu li.menu-header {
    padding: 0; }
  body.layout-2 .main-sidebar .sidebar-menu li a {
    padding: 0; }
    body.layout-2 .main-sidebar .sidebar-menu li a i {
      width: 10px; }
    body.layout-2 .main-sidebar .sidebar-menu li a.has-dropdown:after {
      right: 0; }
    body.layout-2 .main-sidebar .sidebar-menu li a:hover {
      color: #6777ef;
      background-color: transparent; }
  body.layout-2 .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
    padding-left: 34px; }
body.layout-2 .main-content {
  padding-top: 107px;
  padding-left: 30px;
  padding-right: 0;
  width: calc(100% - 200px); }
body.layout-2 .main-footer {
  margin-left: 230px;
  width: calc(100% - 230px);
  padding-left: 0;
  padding-right: 0; }

body.layout-3 .navbar {
  left: 0;
  right: 0; }
body.layout-3 .navbar.navbar-secondary {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  top: 70px;
  padding: 0;
  z-index: 889; }
  body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item.active > .nav-link {
    color: #6777ef; }
    body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item.active > .nav-link:before {
      left: 35px;
      right: 0; }
  body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item:first-child .nav-link {
    margin-left: 0; }
  body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item:last-child .nav-link {
    margin-right: 0; }
  body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link {
    color: #868e96;
    font-size: 13px;
    letter-spacing: .3px;
    height: 70px;
    padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 15px;
    margin-right: 15px;
    position: relative; }
    body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link.has-dropdown {
      margin-right: 35px; }
      body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link.has-dropdown:after {
        content: "";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-size: 12px;
        right: -20px; }
    body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link:before {
      content: ' ';
      position: absolute;
      left: initial;
      right: initial;
      bottom: 0;
      height: 2px;
      background-color: #6777ef;
      transition: all .5s; }
    body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link span {
      line-height: 74px; }
    body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link i {
      width: 30px;
      font-size: 16px; }
    body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link:hover {
      color: #191d21 !important; }
  body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item .dropdown-menu {
    padding: 0; }
    body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item .dropdown-menu .nav-item .nav-link {
      color: #6c757d;
      font-weight: 600;
      letter-spacing: .3px;
      padding: 7px !important;
      padding-left: 20px !important;
      padding-right: 20px !important; }
      body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item .dropdown-menu .nav-item .nav-link.has-dropdown:after {
        content: "";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-size: 12px;
        right: 15px; }
    body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item .dropdown-menu .nav-item:hover > .nav-link {
      background-color: #fcfcfd;
      color: #191d21; }
    body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item .dropdown-menu .nav-item:hover > .dropdown-menu {
      display: block !important;
      top: -5px;
      left: 200px; }
    body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item .dropdown-menu .nav-item.active > .nav-link,
    body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item .dropdown-menu .nav-item .nav-link:focus {
      background-color: #6777ef;
      color: #fff; }
body.layout-3 .main-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 170px; }
body.layout-3 .main-footer {
  padding-left: 0;
  padding-right: 0; }

.main-sidebar .sidebar-brand {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px; }
  .main-sidebar .sidebar-brand.sidebar-brand-sm {
    display: none; }
  .main-sidebar .sidebar-brand a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #fff; }
.main-sidebar .sidebar-user {
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px; }
  .main-sidebar .sidebar-user .sidebar-user-picture {
    float: left;
    margin-right: 10px; }
    .main-sidebar .sidebar-user .sidebar-user-picture img {
      width: 50px;
      border-radius: 50%; }
.main-sidebar .sidebar-menu {
  padding: 0;
  margin: 0; }
  .main-sidebar .sidebar-menu li {
    display: block; }
    .main-sidebar .sidebar-menu li.menu-header {
      padding: 3px 15px;
      color: #bcc1c6;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 1.3px;
      font-weight: 600; }
      .main-sidebar .sidebar-menu li.menu-header:not(:first-child) {
        margin-top: 10px; }
    .main-sidebar .sidebar-menu li a {
      position: relative;
      display: flex;
      align-items: center;
      height: 50px;
      padding: 0 20px;
      width: 100%;
      letter-spacing: .3px;
      color: #f9fbfd;
      font-weight: 620;
      text-decoration: none; }
      .main-sidebar .sidebar-menu li a .badge {
        float: right;
        padding: 5px 10px;
        margin-top: 2px; }
      .main-sidebar .sidebar-menu li a i {
        width: 28px;
        margin-right: 20px;
        text-align: center; }
      .main-sidebar .sidebar-menu li a span {
        margin-top: 3px;
        width: 100%; }
      .main-sidebar .sidebar-menu li a:hover {
        background-color: #23282d; }
    .main-sidebar .sidebar-menu li.active a {
      color: #2bef29;
      font-weight: 600;
      background-color: #fcfcfd; }
    .main-sidebar .sidebar-menu li.active ul.dropdown-menu {
      background-color: #fcfcfd; }
    .main-sidebar .sidebar-menu li a.has-dropdown:after {
      content: "";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-size: 12px; }
    .main-sidebar .sidebar-menu li.active > ul.dropdown-menu {
      display: block; }
      .main-sidebar .sidebar-menu li.active > ul.dropdown-menu li a:hover {
        background-color: #fcfcfd; }
    .main-sidebar .sidebar-menu li ul.dropdown-menu {
      padding: 0;
      margin: 0;
      display: none;
      position: static;
      float: none;
      width: 100%;
      box-shadow: none;
      background-color: #fff; }
      .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
        color: #3c8dc5;
        height: 35px;
        padding-left: 35px;
        font-weight: 800; }
        .main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
          color: #6777ef;
          background-color: inherit; }
      .main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a {
        color: #6777ef;
        font-weight: 800; }
      .main-sidebar .sidebar-menu li ul.dropdown-menu li a i {
        margin-top: 1px;
        text-align: center; }
      .main-sidebar .sidebar-menu li ul.dropdown-menu li ul.dropdown-menu {
        padding-left: 10px; }

.main-content {
  padding-left: 280px;
  padding-right: 30px;
  padding-top: 80px;
  width: 100%;
  position: relative; }

.main-footer {
  padding: 20px 30px 20px 280px;
  margin-top: 40px;
  color: #98a6ad;
  border-top: 1px solid #e3eaef;
  display: inline-block;
  width: 100%; }
  .main-footer .footer-left {
    float: left; }
  .main-footer .footer-right {
    float: right; }

.simple-footer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px; }

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active a {
  background-color: #6777ef;
  color: #fff; }
body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li a {
  color: #e8ebfd; }
  body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li a:hover {
    background-color: #6777ef;
    color: #fff; }
body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li.active a {
  color: #fff; }

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu > li.active > a {
  padding-left: 16px;
  background-color: #0b0e0d96;
  position: relative; }
  body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu > li.active > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 4px;
    background-color: #6db9d4; }
body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu li.active ul.dropdown-menu li a {
  padding-left: 61px;
  background-color: #fff; }

@media (max-width: 1024px) {
  .sidebar-gone-hide {
    display: none !important; }

  .sidebar-gone-show {
    display: block !important; }

  .main-sidebar {
    position: fixed !important;
    margin-top: 0 !important;
    z-index: 891; }

  body.layout-2 .main-wrapper,
  body.layout-3 .main-wrapper {
    width: 100%;
    padding: 0;
    display: block; }

  .main-content {
    padding-left: 30px;
    padding-right: 30px;
    width: 100% !important; }

  .main-footer {
    padding-left: 30px; }

  body.search-show {
    overflow: hidden; }
    body.search-show .navbar {
      z-index: 892; }
  body.sidebar-show {
    overflow: hidden; }
  body.search-show:before, body.sidebar-show:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 891;
    -webkit-animation-name: fadeinbackdrop;
    animation-name: fadeinbackdrop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  @-webkit-keyframes fadeinbackdrop {
    to {
      opacity: .6; } }
  @keyframes fadeinbackdrop {
    to {
      opacity: .6; } } }
/* 4.5 Animation */
.pulsate {
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 1; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0; } }

/*# sourceMappingURL=style.css.map */

@font-face {
    font-family: paperIcons;
    src: url(../fonts/paperIcons.eot?8quail);
    src: url(../fonts/paperIcons.eot?8quail#iefix) format("embedded-opentype"), url(../fonts/paperIcons.ttf?8quail) format("truetype"), url(../fonts/paperIcons.woff?8quail) format("woff"), url(../fonts/paperIcons.svg?8quail#paperIcons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: paperIcons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-3d_rotation:before {
    content: "\e84d"
}

.icon-ac_unit:before {
    content: "\ed94"
}

.icon-alarm:before {
    content: "\e855"
}

.icon-access_alarms:before {
    content: "\e191"
}

.icon-schedule:before {
    content: "\e8b5"
}

.icon-accessibility:before {
    content: "\e84e"
}

.icon-accessible:before {
    content: "\ed95"
}

.icon-account_balance:before {
    content: "\e84f"
}

.icon-account_balance_wallet:before {
    content: "\e850"
}

.icon-account_box:before {
    content: "\e851"
}

.icon-account_circle:before {
    content: "\e853"
}

.icon-adb:before {
    content: "\e60e"
}

.icon-add:before {
    content: "\e145"
}

.icon-add_a_photo:before {
    content: "\e439"
}

.icon-alarm_add:before {
    content: "\e856"
}

.icon-add_alert:before {
    content: "\e003"
}

.icon-add_box:before {
    content: "\e146"
}

.icon-add_circle:before {
    content: "\e147"
}

.icon-control_point:before {
    content: "\e3ba"
}

.icon-add_location:before {
    content: "\e567"
}

.icon-add_shopping_cart:before {
    content: "\e854"
}

.icon-queue:before {
    content: "\e03c"
}

.icon-add_to_queue:before {
    content: "\e05c"
}

.icon-adjust2:before {
    content: "\e39e"
}

.icon-airline_seat_flat:before {
    content: "\e630"
}

.icon-airline_seat_flat_angled:before {
    content: "\e631"
}

.icon-airline_seat_individual_suite:before {
    content: "\e632"
}

.icon-airline_seat_legroom_extra:before {
    content: "\e633"
}

.icon-airline_seat_legroom_normal:before {
    content: "\e634"
}

.icon-airline_seat_legroom_reduced:before {
    content: "\e635"
}

.icon-airline_seat_recline_extra:before {
    content: "\e636"
}

.icon-airline_seat_recline_normal:before {
    content: "\e637"
}

.icon-flight:before {
    content: "\e539"
}

.icon-airplanemode_inactive:before {
    content: "\e194"
}

.icon-airplay:before {
    content: "\e055"
}

.icon-airport_shuttle:before {
    content: "\ed96"
}

.icon-alarm_off:before {
    content: "\e857"
}

.icon-alarm_on:before {
    content: "\e858"
}

.icon-album:before {
    content: "\e019"
}

.icon-all_inclusive:before {
    content: "\ed97"
}

.icon-all_out:before {
    content: "\ed98"
}

.icon-android2:before {
    content: "\e859"
}

.icon-announcement:before {
    content: "\e85a"
}

.icon-apps:before {
    content: "\e5c3"
}

.icon-archive2:before {
    content: "\e149"
}

.icon-arrow_back:before {
    content: "\e5c4"
}

.icon-arrow_downward:before {
    content: "\e5db"
}

.icon-arrow_drop_down:before {
    content: "\e5c5"
}

.icon-arrow_drop_down_circle:before {
    content: "\e5c6"
}

.icon-arrow_drop_up:before {
    content: "\e5c7"
}

.icon-arrow_forward:before {
    content: "\e5c8"
}

.icon-arrow_upward:before {
    content: "\e5d8"
}

.icon-art_track:before {
    content: "\e060"
}

.icon-aspect_ratio:before {
    content: "\e85b"
}

.icon-poll:before {
    content: "\e801"
}

.icon-assignment:before {
    content: "\e85d"
}

.icon-assignment_ind:before {
    content: "\e85e"
}

.icon-assignment_late:before {
    content: "\e85f"
}

.icon-assignment_return:before {
    content: "\e860"
}

.icon-assignment_returned:before {
    content: "\e861"
}

.icon-assignment_turned_in:before {
    content: "\e862"
}

.icon-assistant:before {
    content: "\e39f"
}

.icon-flag10:before {
    content: "\e153"
}

.icon-attach_file:before {
    content: "\e226"
}

.icon-attach_money:before {
    content: "\e227"
}

.icon-attachment:before {
    content: "\e2bc"
}

.icon-audiotrack:before {
    content: "\e3a1"
}

.icon-autorenew:before {
    content: "\e863"
}

.icon-av_timer:before {
    content: "\e01b"
}

.icon-backspace:before {
    content: "\e14a"
}

.icon-cloud_upload:before {
    content: "\e2c3"
}

.icon-battery_alert:before {
    content: "\e19c"
}

.icon-battery_charging_full:before {
    content: "\e1a3"
}

.icon-battery_std:before {
    content: "\e1a5"
}

.icon-battery_unknown:before {
    content: "\e1a6"
}

.icon-beach_access:before {
    content: "\ed99"
}

.icon-beenhere:before {
    content: "\e52d"
}

.icon-block:before {
    content: "\e14b"
}

.icon-bluetooth2:before {
    content: "\e1a7"
}

.icon-bluetooth_searching:before {
    content: "\e1aa"
}

.icon-bluetooth_connected:before {
    content: "\e1a8"
}

.icon-bluetooth_disabled:before {
    content: "\e1a9"
}

.icon-blur_circular:before {
    content: "\e3a2"
}

.icon-blur_linear:before {
    content: "\e3a3"
}

.icon-blur_off:before {
    content: "\e3a4"
}

.icon-blur_on:before {
    content: "\e3a5"
}

.icon-class:before {
    content: "\e86e"
}

.icon-turned_in:before {
    content: "\e8e6"
}

.icon-turned_in_not:before {
    content: "\e8e7"
}

.icon-border_all:before {
    content: "\e228"
}

.icon-border_bottom:before {
    content: "\e229"
}

.icon-border_clear:before {
    content: "\e22a"
}

.icon-border_color:before {
    content: "\e22b"
}

.icon-border_horizontal:before {
    content: "\e22c"
}

.icon-border_inner:before {
    content: "\e22d"
}

.icon-border_left:before {
    content: "\e22e"
}

.icon-border_outer:before {
    content: "\e22f"
}

.icon-border_right:before {
    content: "\e230"
}

.icon-border_style:before {
    content: "\e231"
}

.icon-border_top:before {
    content: "\e232"
}

.icon-border_vertical:before {
    content: "\e233"
}

.icon-branding_watermark:before {
    content: "\e06b"
}

.icon-brightness_1:before {
    content: "\e3a6"
}

.icon-brightness_2:before {
    content: "\e3a7"
}

.icon-brightness_3:before {
    content: "\e3a8"
}

.icon-brightness_4:before {
    content: "\e3a9"
}

.icon-brightness_low:before {
    content: "\e1ad"
}

.icon-brightness_medium:before {
    content: "\e1ae"
}

.icon-brightness_high:before {
    content: "\e1ac"
}

.icon-brightness_auto:before {
    content: "\e1ab"
}

.icon-broken_image:before {
    content: "\e3ad"
}

.icon-brush:before {
    content: "\e3ae"
}

.icon-bubble_chart:before {
    content: "\e6dd"
}

.icon-bug_report:before {
    content: "\e868"
}

.icon-build:before {
    content: "\e869"
}

.icon-burst_mode:before {
    content: "\e43c"
}

.icon-domain:before {
    content: "\e7ee"
}

.icon-business_center:before {
    content: "\ed9a"
}

.icon-cached:before {
    content: "\e86a"
}

.icon-cake:before {
    content: "\e7e9"
}

.icon-phone2:before {
    content: "\e0cd"
}

.icon-call_end:before {
    content: "\e0b1"
}

.icon-call_made:before {
    content: "\e0b2"
}

.icon-merge_type:before {
    content: "\e252"
}

.icon-call_missed:before {
    content: "\e0b4"
}

.icon-call_missed_outgoing:before {
    content: "\e0e4"
}

.icon-call_received:before {
    content: "\e0b5"
}

.icon-call_split:before {
    content: "\e0b6"
}

.icon-call_to_action:before {
    content: "\e06c"
}

.icon-camera2:before {
    content: "\e3af"
}

.icon-photo_camera:before {
    content: "\e412"
}

.icon-camera_enhance:before {
    content: "\e8fc"
}

.icon-camera_front:before {
    content: "\e3b1"
}

.icon-camera_rear:before {
    content: "\e3b2"
}

.icon-camera_roll:before {
    content: "\e3b3"
}

.icon-cancel:before {
    content: "\e5c9"
}

.icon-redeem:before {
    content: "\e8b1"
}

.icon-card_membership:before {
    content: "\e8f7"
}

.icon-card_travel:before {
    content: "\e8f8"
}

.icon-casino:before {
    content: "\ed9b"
}

.icon-cast:before {
    content: "\e307"
}

.icon-cast_connected:before {
    content: "\e308"
}

.icon-center_focus_strong:before {
    content: "\e3b4"
}

.icon-center_focus_weak:before {
    content: "\e3b5"
}

.icon-change_history:before {
    content: "\e86b"
}

.icon-chat2:before {
    content: "\e0b7"
}

.icon-chat_bubble:before {
    content: "\e0ca"
}

.icon-chat_bubble_outline:before {
    content: "\e0cb"
}

.icon-check3:before {
    content: "\e5ca"
}

.icon-check_box:before {
    content: "\e834"
}

.icon-check_box_outline_blank:before {
    content: "\e835"
}

.icon-check_circle:before {
    content: "\e86c"
}

.icon-navigate_before:before {
    content: "\e408"
}

.icon-navigate_next:before {
    content: "\e409"
}

.icon-child_care:before {
    content: "\ed9c"
}

.icon-child_friendly:before {
    content: "\ed9d"
}

.icon-chrome_reader_mode:before {
    content: "\e86d"
}

.icon-close2:before {
    content: "\e5cd"
}

.icon-clear_all:before {
    content: "\e0b8"
}

.icon-closed_caption:before {
    content: "\e01c"
}

.icon-wb_cloudy:before {
    content: "\e42d"
}

.icon-cloud_circle:before {
    content: "\e2be"
}

.icon-cloud_done:before {
    content: "\e2bf"
}

.icon-cloud_download:before {
    content: "\e2c0"
}

.icon-cloud_off:before {
    content: "\e2c1"
}

.icon-cloud_queue:before {
    content: "\e2c2"
}

.icon-code2:before {
    content: "\e86f"
}

.icon-photo_library:before {
    content: "\e413"
}

.icon-collections_bookmark:before {
    content: "\e431"
}

.icon-palette:before {
    content: "\e40a"
}

.icon-colorize:before {
    content: "\e3b8"
}

.icon-comment2:before {
    content: "\e0b9"
}

.icon-compare:before {
    content: "\e3b9"
}

.icon-compare_arrows:before {
    content: "\ed9e"
}

.icon-laptop3:before {
    content: "\e31e"
}

.icon-confirmation_number:before {
    content: "\e638"
}

.icon-contact_mail:before {
    content: "\e0d0"
}

.icon-contact_phone:before {
    content: "\e0cf"
}

.icon-contacts:before {
    content: "\e0ba"
}

.icon-content_copy:before {
    content: "\e14d"
}

.icon-content_cut:before {
    content: "\e14e"
}

.icon-content_paste:before {
    content: "\e14f"
}

.icon-control_point_duplicate:before {
    content: "\e3bb"
}

.icon-copyright2:before {
    content: "\ed9f"
}

.icon-mode_edit:before {
    content: "\e254"
}

.icon-create_new_folder:before {
    content: "\e2cc"
}

.icon-payment:before {
    content: "\e8a1"
}

.icon-crop2:before {
    content: "\e3be"
}

.icon-crop_16_9:before {
    content: "\e3bc"
}

.icon-crop_3_2:before {
    content: "\e3bd"
}

.icon-crop_landscape:before {
    content: "\e3c3"
}

.icon-crop_7_5:before {
    content: "\e3c0"
}

.icon-crop_din:before {
    content: "\e3c1"
}

.icon-crop_free:before {
    content: "\e3c2"
}

.icon-crop_original:before {
    content: "\e3c4"
}

.icon-crop_portrait:before {
    content: "\e3c5"
}

.icon-crop_rotate:before {
    content: "\e437"
}

.icon-crop_square:before {
    content: "\e3c6"
}

.icon-dashboard2:before {
    content: "\e871"
}

.icon-data_usage:before {
    content: "\e1af"
}

.icon-date_range:before {
    content: "\eda0"
}

.icon-dehaze:before {
    content: "\e3c7"
}

.icon-delete:before {
    content: "\e872"
}

.icon-delete_forever:before {
    content: "\eda1"
}

.icon-delete_sweep:before {
    content: "\e16c"
}

.icon-description:before {
    content: "\e873"
}

.icon-desktop_mac:before {
    content: "\e30b"
}

.icon-desktop_windows:before {
    content: "\e30c"
}

.icon-details:before {
    content: "\e3c8"
}

.icon-developer_board:before {
    content: "\e30d"
}

.icon-developer_mode:before {
    content: "\e1b0"
}

.icon-device_hub:before {
    content: "\e335"
}

.icon-phonelink:before {
    content: "\e326"
}

.icon-devices_other:before {
    content: "\e337"
}

.icon-dialer_sip:before {
    content: "\e0bb"
}

.icon-dialpad:before {
    content: "\e0bc"
}

.icon-directions:before {
    content: "\e52e"
}

.icon-directions_bike:before {
    content: "\e52f"
}

.icon-directions_boat:before {
    content: "\e532"
}

.icon-directions_bus:before {
    content: "\e530"
}

.icon-directions_car:before {
    content: "\e531"
}

.icon-directions_railway:before {
    content: "\e534"
}

.icon-directions_run:before {
    content: "\e566"
}

.icon-directions_transit:before {
    content: "\e535"
}

.icon-directions_walk:before {
    content: "\e536"
}

.icon-disc_full:before {
    content: "\e610"
}

.icon-dns:before {
    content: "\e875"
}

.icon-not_interested:before {
    content: "\e033"
}

.icon-do_not_disturb_alt:before {
    content: "\e611"
}

.icon-do_not_disturb_off:before {
    content: "\e643"
}

.icon-remove_circle:before {
    content: "\e15c"
}

.icon-dock:before {
    content: "\e30e"
}

.icon-done:before {
    content: "\e876"
}

.icon-done_all:before {
    content: "\e877"
}

.icon-donut_large:before {
    content: "\eda2"
}

.icon-donut_small:before {
    content: "\eda3"
}

.icon-drafts:before {
    content: "\e151"
}

.icon-drag_handle:before {
    content: "\e25d"
}

.icon-time_to_leave:before {
    content: "\e62c"
}

.icon-dvr:before {
    content: "\e1b2"
}

.icon-edit_location:before {
    content: "\e568"
}

.icon-eject2:before {
    content: "\e8fb"
}

.icon-markunread:before {
    content: "\e159"
}

.icon-enhanced_encryption:before {
    content: "\e63f"
}

.icon-equalizer:before {
    content: "\e01d"
}

.icon-error:before {
    content: "\e000"
}

.icon-error_outline:before {
    content: "\e001"
}

.icon-euro_symbol:before {
    content: "\eda4"
}

.icon-ev_station:before {
    content: "\e56d"
}

.icon-insert_invitation:before {
    content: "\e24f"
}

.icon-event_available:before {
    content: "\e614"
}

.icon-event_busy:before {
    content: "\e615"
}

.icon-event_note:before {
    content: "\e616"
}

.icon-event_seat:before {
    content: "\eda5"
}

.icon-exit_to_app:before {
    content: "\e879"
}

.icon-expand_less:before {
    content: "\e5ce"
}

.icon-expand_more:before {
    content: "\e5cf"
}

.icon-explicit:before {
    content: "\e01e"
}

.icon-explore:before {
    content: "\e87a"
}

.icon-exposure:before {
    content: "\e3ca"
}

.icon-exposure_neg_1:before {
    content: "\e3cb"
}

.icon-exposure_neg_2:before {
    content: "\e3cc"
}

.icon-exposure_plus_1:before {
    content: "\e3cd"
}

.icon-exposure_plus_2:before {
    content: "\e3ce"
}

.icon-exposure_zero:before {
    content: "\e3cf"
}

.icon-extension:before {
    content: "\e87b"
}

.icon-face:before {
    content: "\e87c"
}

.icon-fast_forward:before {
    content: "\e01f"
}

.icon-fast_rewind:before {
    content: "\e020"
}

.icon-favorite:before {
    content: "\e87d"
}

.icon-favorite_border:before {
    content: "\e87e"
}

.icon-featured_play_list:before {
    content: "\e06d"
}

.icon-featured_video:before {
    content: "\e06e"
}

.icon-sms_failed:before {
    content: "\e626"
}

.icon-fiber_dvr:before {
    content: "\e05d"
}

.icon-fiber_manual_record:before {
    content: "\e061"
}

.icon-fiber_new:before {
    content: "\e05e"
}

.icon-fiber_pin:before {
    content: "\e06a"
}

.icon-fiber_smart_record:before {
    content: "\e062"
}

.icon-get_app:before {
    content: "\e884"
}

.icon-file_upload:before {
    content: "\e2c6"
}

.icon-filter2:before {
    content: "\e3d3"
}

.icon-filter_1:before {
    content: "\e3d0"
}

.icon-filter_2:before {
    content: "\e3d1"
}

.icon-filter_3:before {
    content: "\e3d2"
}

.icon-filter_4:before {
    content: "\e3d4"
}

.icon-filter_5:before {
    content: "\e3d5"
}

.icon-filter_6:before {
    content: "\e3d6"
}

.icon-filter_7:before {
    content: "\e3d7"
}

.icon-filter_8:before {
    content: "\e3d8"
}

.icon-filter_9:before {
    content: "\e3d9"
}

.icon-filter_9_plus:before {
    content: "\e3da"
}

.icon-filter_b_and_w:before {
    content: "\e3db"
}

.icon-filter_center_focus:before {
    content: "\e3dc"
}

.icon-filter_drama:before {
    content: "\e3dd"
}

.icon-filter_frames:before {
    content: "\e3de"
}

.icon-terrain:before {
    content: "\e564"
}

.icon-filter_list:before {
    content: "\e152"
}

.icon-filter_none:before {
    content: "\e3e0"
}

.icon-filter_tilt_shift:before {
    content: "\e3e2"
}

.icon-filter_vintage:before {
    content: "\e3e3"
}

.icon-find_in_page:before {
    content: "\e880"
}

.icon-find_replace:before {
    content: "\e881"
}

.icon-fingerprint:before {
    content: "\eda6"
}

.icon-first_page:before {
    content: "\e5dc"
}

.icon-fitness_center:before {
    content: "\eda7"
}

.icon-flare:before {
    content: "\e3e4"
}

.icon-flash_auto:before {
    content: "\e3e5"
}

.icon-flash_off:before {
    content: "\e3e6"
}

.icon-flash_on:before {
    content: "\e3e7"
}

.icon-flight_land:before {
    content: "\eda8"
}

.icon-flight_takeoff:before {
    content: "\eda9"
}

.icon-flip:before {
    content: "\e3e8"
}

.icon-flip_to_back:before {
    content: "\e882"
}

.icon-flip_to_front:before {
    content: "\e883"
}

.icon-folder7:before {
    content: "\e2c7"
}

.icon-folder_open:before {
    content: "\e2c8"
}

.icon-folder_shared:before {
    content: "\e2c9"
}

.icon-folder_special:before {
    content: "\e617"
}

.icon-font_download:before {
    content: "\e167"
}

.icon-format_align_center:before {
    content: "\e234"
}

.icon-format_align_justify:before {
    content: "\e235"
}

.icon-format_align_left:before {
    content: "\e236"
}

.icon-format_align_right:before {
    content: "\e237"
}

.icon-format_bold:before {
    content: "\e238"
}

.icon-format_clear:before {
    content: "\e239"
}

.icon-format_color_fill:before {
    content: "\e23a"
}

.icon-format_color_reset:before {
    content: "\e23b"
}

.icon-format_color_text:before {
    content: "\e23c"
}

.icon-format_indent_decrease:before {
    content: "\e23d"
}

.icon-format_indent_increase:before {
    content: "\e23e"
}

.icon-format_italic:before {
    content: "\e23f"
}

.icon-format_line_spacing:before {
    content: "\e240"
}

.icon-format_list_bulleted:before {
    content: "\e241"
}

.icon-format_list_numbered:before {
    content: "\e242"
}

.icon-format_paint:before {
    content: "\e243"
}

.icon-format_quote:before {
    content: "\e244"
}

.icon-format_shapes:before {
    content: "\e25e"
}

.icon-format_size:before {
    content: "\e245"
}

.icon-format_strikethrough:before {
    content: "\e246"
}

.icon-format_textdirection_l_to_r:before {
    content: "\e247"
}

.icon-format_textdirection_r_to_l:before {
    content: "\e248"
}

.icon-format_underlined:before {
    content: "\e249"
}

.icon-question_answer:before {
    content: "\e8af"
}

.icon-forward2:before {
    content: "\e154"
}

.icon-forward_10:before {
    content: "\e056"
}

.icon-forward_30:before {
    content: "\e057"
}

.icon-forward_5:before {
    content: "\e058"
}

.icon-free_breakfast:before {
    content: "\edaa"
}

.icon-fullscreen:before {
    content: "\e5d0"
}

.icon-fullscreen_exit:before {
    content: "\e5d1"
}

.icon-functions:before {
    content: "\e24a"
}

.icon-g_translate:before {
    content: "\edab"
}

.icon-games:before {
    content: "\e021"
}

.icon-gavel2:before {
    content: "\edac"
}

.icon-gesture:before {
    content: "\e155"
}

.icon-gif:before {
    content: "\edad"
}

.icon-goat:before {
    content: "\edae"
}

.icon-golf_course:before {
    content: "\edaf"
}

.icon-my_location:before {
    content: "\e55c"
}

.icon-location_searching:before {
    content: "\e1b7"
}

.icon-location_disabled:before {
    content: "\e1b6"
}

.icon-star4:before {
    content: "\e838"
}

.icon-gradient:before {
    content: "\e3e9"
}

.icon-grain:before {
    content: "\e3ea"
}

.icon-graphic_eq:before {
    content: "\e1b8"
}

.icon-grid_off:before {
    content: "\e3eb"
}

.icon-grid_on:before {
    content: "\e3ec"
}

.icon-people:before {
    content: "\e7fb"
}

.icon-group_add:before {
    content: "\e7f0"
}

.icon-group_work:before {
    content: "\e886"
}

.icon-hd:before {
    content: "\e052"
}

.icon-hdr_off:before {
    content: "\e3ed"
}

.icon-hdr_on:before {
    content: "\e3ee"
}

.icon-hdr_strong:before {
    content: "\e3f1"
}

.icon-hdr_weak:before {
    content: "\e3f2"
}

.icon-headset2:before {
    content: "\e310"
}

.icon-headset_mic:before {
    content: "\e311"
}

.icon-healing:before {
    content: "\e3f3"
}

.icon-hearing:before {
    content: "\e023"
}

.icon-help:before {
    content: "\e887"
}

.icon-help_outline:before {
    content: "\e8fd"
}

.icon-high_quality:before {
    content: "\e024"
}

.icon-highlight:before {
    content: "\e25f"
}

.icon-highlight_off:before {
    content: "\e888"
}

.icon-restore:before {
    content: "\e8b3"
}

.icon-home2:before {
    content: "\e88a"
}

.icon-hot_tub:before {
    content: "\edb0"
}

.icon-local_hotel:before {
    content: "\e549"
}

.icon-hourglass_empty:before {
    content: "\e88b"
}

.icon-hourglass_full:before {
    content: "\e88c"
}

.icon-http:before {
    content: "\edb1"
}

.icon-lock4:before {
    content: "\e897"
}

.icon-photo2:before {
    content: "\e410"
}

.icon-image_aspect_ratio:before {
    content: "\e3f5"
}

.icon-import_contacts:before {
    content: "\e0e0"
}

.icon-import_export:before {
    content: "\e0c3"
}

.icon-important_devices:before {
    content: "\edb2"
}

.icon-inbox4:before {
    content: "\e156"
}

.icon-indeterminate_check_box:before {
    content: "\edb3"
}

.icon-info2:before {
    content: "\e88e"
}

.icon-info_outline:before {
    content: "\e88f"
}

.icon-input:before {
    content: "\e890"
}

.icon-insert_comment:before {
    content: "\e24c"
}

.icon-insert_drive_file:before {
    content: "\e24d"
}

.icon-tag_faces:before {
    content: "\e420"
}

.icon-link2:before {
    content: "\e157"
}

.icon-invert_colors:before {
    content: "\e891"
}

.icon-invert_colors_off:before {
    content: "\e0c4"
}

.icon-iso:before {
    content: "\e3f6"
}

.icon-keyboard:before {
    content: "\e312"
}

.icon-keyboard_arrow_down:before {
    content: "\e313"
}

.icon-keyboard_arrow_left:before {
    content: "\e314"
}

.icon-keyboard_arrow_right:before {
    content: "\e315"
}

.icon-keyboard_arrow_up:before {
    content: "\e316"
}

.icon-keyboard_backspace:before {
    content: "\e317"
}

.icon-keyboard_capslock:before {
    content: "\e318"
}

.icon-keyboard_hide:before {
    content: "\e31a"
}

.icon-keyboard_return:before {
    content: "\e31b"
}

.icon-keyboard_tab:before {
    content: "\e31c"
}

.icon-keyboard_voice:before {
    content: "\e31d"
}

.icon-kitchen:before {
    content: "\edb4"
}

.icon-label:before {
    content: "\e892"
}

.icon-label_outline:before {
    content: "\e893"
}

.icon-language2:before {
    content: "\e894"
}

.icon-laptop_chromebook:before {
    content: "\e31f"
}

.icon-laptop_mac:before {
    content: "\e320"
}

.icon-laptop_windows:before {
    content: "\e321"
}

.icon-last_page:before {
    content: "\e5dd"
}

.icon-open_in_new:before {
    content: "\e89e"
}

.icon-layers:before {
    content: "\e53b"
}

.icon-layers_clear:before {
    content: "\e53c"
}

.icon-leak_add:before {
    content: "\e3f8"
}

.icon-leak_remove:before {
    content: "\e3f9"
}

.icon-lens:before {
    content: "\e3fa"
}

.icon-library_books:before {
    content: "\e02f"
}

.icon-library_music:before {
    content: "\e030"
}

.icon-lightbulb_outline:before {
    content: "\edb5"
}

.icon-line_style:before {
    content: "\edb6"
}

.icon-line_weight:before {
    content: "\edb7"
}

.icon-linear_scale:before {
    content: "\e260"
}

.icon-linked_camera:before {
    content: "\e438"
}

.icon-list4:before {
    content: "\e896"
}

.icon-live_help:before {
    content: "\e0c6"
}

.icon-live_tv:before {
    content: "\e639"
}

.icon-local_play:before {
    content: "\e553"
}

.icon-local_airport:before {
    content: "\e53d"
}

.icon-local_atm:before {
    content: "\e53e"
}

.icon-local_bar:before {
    content: "\e540"
}

.icon-local_cafe:before {
    content: "\e541"
}

.icon-local_car_wash:before {
    content: "\e542"
}

.icon-local_convenience_store:before {
    content: "\e543"
}

.icon-restaurant_menu:before {
    content: "\e561"
}

.icon-local_drink:before {
    content: "\e544"
}

.icon-local_florist:before {
    content: "\e545"
}

.icon-local_gas_station:before {
    content: "\e546"
}

.icon-shopping_cart:before {
    content: "\e8cc"
}

.icon-local_hospital:before {
    content: "\e548"
}

.icon-local_laundry_service:before {
    content: "\e54a"
}

.icon-local_library:before {
    content: "\e54b"
}

.icon-local_mall:before {
    content: "\e54c"
}

.icon-theaters:before {
    content: "\e8da"
}

.icon-local_offer:before {
    content: "\e54e"
}

.icon-local_parking:before {
    content: "\e54f"
}

.icon-local_pharmacy:before {
    content: "\e550"
}

.icon-local_pizza:before {
    content: "\e552"
}

.icon-print2:before {
    content: "\e8ad"
}

.icon-local_shipping:before {
    content: "\e558"
}

.icon-local_taxi:before {
    content: "\e559"
}

.icon-location_city:before {
    content: "\e7f1"
}

.icon-location_off:before {
    content: "\e0c7"
}

.icon-room:before {
    content: "\e8b4"
}

.icon-lock_open:before {
    content: "\e898"
}

.icon-lock_outline:before {
    content: "\e899"
}

.icon-looks:before {
    content: "\e3fc"
}

.icon-looks_3:before {
    content: "\e3fb"
}

.icon-looks_4:before {
    content: "\e3fd"
}

.icon-looks_5:before {
    content: "\e3fe"
}

.icon-looks_6:before {
    content: "\e3ff"
}

.icon-looks_one:before {
    content: "\e400"
}

.icon-looks_two:before {
    content: "\e401"
}

.icon-sync:before {
    content: "\e627"
}

.icon-loupe:before {
    content: "\e402"
}

.icon-low_priority:before {
    content: "\e16d"
}

.icon-loyalty:before {
    content: "\e89a"
}

.icon-mail_outline:before {
    content: "\e0e1"
}

.icon-map2:before {
    content: "\e55b"
}

.icon-markunread_mailbox:before {
    content: "\e89b"
}

.icon-memory:before {
    content: "\e322"
}

.icon-menu:before {
    content: "\e5d2"
}

.icon-message:before {
    content: "\e0c9"
}

.icon-mic:before {
    content: "\e029"
}

.icon-mic_none:before {
    content: "\e02a"
}

.icon-mic_off:before {
    content: "\e02b"
}

.icon-mms:before {
    content: "\e618"
}

.icon-mode_comment:before {
    content: "\e253"
}

.icon-monetization_on:before {
    content: "\e263"
}

.icon-money_off:before {
    content: "\e25c"
}

.icon-monochrome_photos:before {
    content: "\e403"
}

.icon-mood_bad:before {
    content: "\e7f3"
}

.icon-more:before {
    content: "\e619"
}

.icon-more_horiz:before {
    content: "\e5d3"
}

.icon-more_vert:before {
    content: "\e5d4"
}

.icon-motorcycle2:before {
    content: "\edb8"
}

.icon-mouse:before {
    content: "\e323"
}

.icon-move_to_inbox:before {
    content: "\e168"
}

.icon-movie_creation:before {
    content: "\e404"
}

.icon-movie_filter:before {
    content: "\e43a"
}

.icon-multiline_chart:before {
    content: "\e6df"
}

.icon-music_note:before {
    content: "\e405"
}

.icon-music_video:before {
    content: "\e063"
}

.icon-nature:before {
    content: "\e406"
}

.icon-nature_people:before {
    content: "\e407"
}

.icon-navigation:before {
    content: "\e55d"
}

.icon-near_me:before {
    content: "\e569"
}

.icon-network_cell:before {
    content: "\e1b9"
}

.icon-network_check:before {
    content: "\e640"
}

.icon-network_locked:before {
    content: "\e61a"
}

.icon-network_wifi:before {
    content: "\e1ba"
}

.icon-new_releases:before {
    content: "\e031"
}

.icon-next_week:before {
    content: "\e16a"
}

.icon-nfc:before {
    content: "\e1bb"
}

.icon-no_encryption:before {
    content: "\e641"
}

.icon-signal_cellular_no_sim:before {
    content: "\e1ce"
}

.icon-note3:before {
    content: "\e06f"
}

.icon-note_add:before {
    content: "\e89c"
}

.icon-notifications:before {
    content: "\e7f4"
}

.icon-notifications_active:before {
    content: "\e7f7"
}

.icon-notifications_none:before {
    content: "\e7f5"
}

.icon-notifications_off:before {
    content: "\e7f6"
}

.icon-notifications_paused:before {
    content: "\e7f8"
}

.icon-offline_pin:before {
    content: "\edb9"
}

.icon-ondemand_video:before {
    content: "\e63a"
}

.icon-opacity:before {
    content: "\edba"
}

.icon-open_in_browser:before {
    content: "\e89d"
}

.icon-open_with:before {
    content: "\e89f"
}

.icon-pages:before {
    content: "\e7f9"
}

.icon-pageview:before {
    content: "\e8a0"
}

.icon-pan_tool:before {
    content: "\edbb"
}

.icon-panorama:before {
    content: "\e40b"
}

.icon-radio_button_unchecked:before {
    content: "\e836"
}

.icon-panorama_horizontal:before {
    content: "\e40d"
}

.icon-panorama_vertical:before {
    content: "\e40e"
}

.icon-panorama_wide_angle:before {
    content: "\e40f"
}

.icon-party_mode:before {
    content: "\e7fa"
}

.icon-pause2:before {
    content: "\e034"
}

.icon-pause_circle_filled:before {
    content: "\e035"
}

.icon-pause_circle_outline:before {
    content: "\e036"
}

.icon-people_outline:before {
    content: "\e7fc"
}

.icon-perm_camera_mic:before {
    content: "\e8a2"
}

.icon-perm_contact_calendar:before {
    content: "\e8a3"
}

.icon-perm_data_setting:before {
    content: "\e8a4"
}

.icon-perm_device_information:before {
    content: "\e8a5"
}

.icon-person_outline:before {
    content: "\e7ff"
}

.icon-perm_media:before {
    content: "\e8a7"
}

.icon-perm_phone_msg:before {
    content: "\e8a8"
}

.icon-perm_scan_wifi:before {
    content: "\e8a9"
}

.icon-person:before {
    content: "\e7fd"
}

.icon-person_add:before {
    content: "\e7fe"
}

.icon-person_pin:before {
    content: "\e55a"
}

.icon-person_pin_circle:before {
    content: "\e56a"
}

.icon-personal_video:before {
    content: "\e63b"
}

.icon-pets:before {
    content: "\edbc"
}

.icon-phone_android:before {
    content: "\e324"
}

.icon-phone_bluetooth_speaker:before {
    content: "\e61b"
}

.icon-phone_forwarded:before {
    content: "\e61c"
}

.icon-phone_in_talk:before {
    content: "\e61d"
}

.icon-phone_iphone:before {
    content: "\e325"
}

.icon-phone_locked:before {
    content: "\e61e"
}

.icon-phone_missed:before {
    content: "\e61f"
}

.icon-phone_paused:before {
    content: "\e620"
}

.icon-phonelink_erase:before {
    content: "\e0db"
}

.icon-phonelink_lock:before {
    content: "\e0dc"
}

.icon-phonelink_off:before {
    content: "\e327"
}

.icon-phonelink_ring:before {
    content: "\e0dd"
}

.icon-phonelink_setup:before {
    content: "\e0de"
}

.icon-photo_album:before {
    content: "\e411"
}

.icon-photo_filter:before {
    content: "\e43b"
}

.icon-photo_size_select_actual:before {
    content: "\e432"
}

.icon-photo_size_select_large:before {
    content: "\e433"
}

.icon-photo_size_select_small:before {
    content: "\e434"
}

.icon-picture_as_pdf:before {
    content: "\e415"
}

.icon-picture_in_picture:before {
    content: "\e8aa"
}

.icon-picture_in_picture_alt:before {
    content: "\edbd"
}

.icon-pie_chart:before {
    content: "\e6c4"
}

.icon-pie_chart_outlined:before {
    content: "\e6c5"
}

.icon-pin_drop:before {
    content: "\e55e"
}

.icon-play_arrow:before {
    content: "\e037"
}

.icon-play_circle_filled:before {
    content: "\e038"
}

.icon-play_circle_outline:before {
    content: "\e039"
}

.icon-play_for_work:before {
    content: "\edbe"
}

.icon-playlist_add:before {
    content: "\e03b"
}

.icon-playlist_add_check:before {
    content: "\e065"
}

.icon-playlist_play:before {
    content: "\e05f"
}

.icon-plus_one:before {
    content: "\e800"
}

.icon-polymer:before {
    content: "\e8ab"
}

.icon-pool:before {
    content: "\edbf"
}

.icon-portable_wifi_off:before {
    content: "\e0ce"
}

.icon-portrait:before {
    content: "\e416"
}

.icon-power:before {
    content: "\e63c"
}

.icon-power_input:before {
    content: "\e336"
}

.icon-power_settings_new:before {
    content: "\e8ac"
}

.icon-pregnant_woman:before {
    content: "\edc0"
}

.icon-present_to_all:before {
    content: "\e0df"
}

.icon-priority_high:before {
    content: "\e645"
}

.icon-public:before {
    content: "\e80b"
}

.icon-publish:before {
    content: "\e255"
}

.icon-queue_music:before {
    content: "\e03d"
}

.icon-queue_play_next:before {
    content: "\e066"
}

.icon-radio:before {
    content: "\e03e"
}

.icon-radio_button_checked:before {
    content: "\e837"
}

.icon-rate_review:before {
    content: "\e560"
}

.icon-receipt:before {
    content: "\e8b0"
}

.icon-recent_actors:before {
    content: "\e03f"
}

.icon-record_voice_over:before {
    content: "\edc1"
}

.icon-redo:before {
    content: "\e15a"
}

.icon-refresh2:before {
    content: "\e5d5"
}

.icon-remove2:before {
    content: "\e15b"
}

.icon-remove_circle_outline:before {
    content: "\e15d"
}

.icon-remove_from_queue:before {
    content: "\e067"
}

.icon-visibility:before {
    content: "\e8f4"
}

.icon-remove_shopping_cart:before {
    content: "\edc2"
}

.icon-reorder2:before {
    content: "\e8fe"
}

.icon-repeat2:before {
    content: "\e040"
}

.icon-repeat_one:before {
    content: "\e041"
}

.icon-replay:before {
    content: "\e042"
}

.icon-replay_10:before {
    content: "\e059"
}

.icon-replay_30:before {
    content: "\e05a"
}

.icon-replay_5:before {
    content: "\e05b"
}

.icon-reply2:before {
    content: "\e15e"
}

.icon-reply_all:before {
    content: "\e15f"
}

.icon-report2:before {
    content: "\e160"
}

.icon-warning4:before {
    content: "\e002"
}

.icon-restaurant:before {
    content: "\e56c"
}

.icon-restore_page:before {
    content: "\edc3"
}

.icon-ring_volume:before {
    content: "\e0d1"
}

.icon-room_service:before {
    content: "\edc4"
}

.icon-rotate_90_degrees_ccw:before {
    content: "\e418"
}

.icon-rotate_left:before {
    content: "\e419"
}

.icon-rotate_right:before {
    content: "\e41a"
}

.icon-rounded_corner:before {
    content: "\edc5"
}

.icon-router:before {
    content: "\e328"
}

.icon-rowing:before {
    content: "\edc6"
}

.icon-rss_feed:before {
    content: "\e0e5"
}

.icon-rv_hookup:before {
    content: "\e642"
}

.icon-satellite:before {
    content: "\e562"
}

.icon-save2:before {
    content: "\e161"
}

.icon-scanner:before {
    content: "\e329"
}

.icon-school:before {
    content: "\e80c"
}

.icon-screen_lock_landscape:before {
    content: "\e1be"
}

.icon-screen_lock_portrait:before {
    content: "\e1bf"
}

.icon-screen_lock_rotation:before {
    content: "\e1c0"
}

.icon-screen_rotation:before {
    content: "\e1c1"
}

.icon-screen_share:before {
    content: "\e0e2"
}

.icon-sd_storage:before {
    content: "\e1c2"
}

.icon-search4:before {
    content: "\e8b6"
}

.icon-security2:before {
    content: "\e32a"
}

.icon-select_all:before {
    content: "\e162"
}

.icon-send2:before {
    content: "\e163"
}

.icon-sentiment_dissatisfied:before {
    content: "\e811"
}

.icon-sentiment_neutral:before {
    content: "\e812"
}

.icon-sentiment_satisfied:before {
    content: "\e813"
}

.icon-sentiment_very_dissatisfied:before {
    content: "\e814"
}

.icon-sentiment_very_satisfied:before {
    content: "\e815"
}

.icon-settings2:before {
    content: "\e8b8"
}

.icon-settings_applications:before {
    content: "\e8b9"
}

.icon-settings_backup_restore:before {
    content: "\e8ba"
}

.icon-settings_bluetooth:before {
    content: "\e8bb"
}

.icon-settings_brightness:before {
    content: "\e8bd"
}

.icon-settings_cell:before {
    content: "\e8bc"
}

.icon-settings_ethernet:before {
    content: "\e8be"
}

.icon-settings_input_antenna:before {
    content: "\e8bf"
}

.icon-settings_input_composite:before {
    content: "\e8c1"
}

.icon-settings_input_hdmi:before {
    content: "\e8c2"
}

.icon-settings_input_svideo:before {
    content: "\e8c3"
}

.icon-settings_overscan:before {
    content: "\e8c4"
}

.icon-settings_phone:before {
    content: "\e8c5"
}

.icon-settings_power:before {
    content: "\e8c6"
}

.icon-settings_remote:before {
    content: "\e8c7"
}

.icon-settings_system_daydream:before {
    content: "\e1c3"
}

.icon-settings_voice:before {
    content: "\e8c8"
}

.icon-share2:before {
    content: "\e80d"
}

.icon-shop2:before {
    content: "\e8c9"
}

.icon-shop_two:before {
    content: "\e8ca"
}

.icon-shopping_basket:before {
    content: "\e8cb"
}

.icon-short_text:before {
    content: "\e261"
}

.icon-show_chart:before {
    content: "\e6e1"
}

.icon-shuffle:before {
    content: "\e043"
}

.icon-signal_cellular_4_bar:before {
    content: "\e1c8"
}

.icon-signal_cellular_connected_no_internet_4_bar:before {
    content: "\e1cd"
}

.icon-signal_cellular_null:before {
    content: "\e1cf"
}

.icon-signal_cellular_off:before {
    content: "\e1d0"
}

.icon-signal_wifi_4_bar:before {
    content: "\e1d8"
}

.icon-signal_wifi_4_bar_lock:before {
    content: "\e1d9"
}

.icon-signal_wifi_off:before {
    content: "\e1da"
}

.icon-sim_card:before {
    content: "\e32b"
}

.icon-sim_card_alert:before {
    content: "\e624"
}

.icon-skip_next:before {
    content: "\e044"
}

.icon-skip_previous:before {
    content: "\e045"
}

.icon-slideshow:before {
    content: "\e41b"
}

.icon-slow_motion_video:before {
    content: "\e068"
}

.icon-stay_primary_portrait:before {
    content: "\e0d6"
}

.icon-smoke_free:before {
    content: "\edc7"
}

.icon-smoking_rooms:before {
    content: "\edc8"
}

.icon-textsms:before {
    content: "\e0d8"
}

.icon-snooze:before {
    content: "\e046"
}

.icon-sort2:before {
    content: "\e164"
}

.icon-sort_by_alpha:before {
    content: "\e053"
}

.icon-spa:before {
    content: "\edc9"
}

.icon-space_bar:before {
    content: "\e256"
}

.icon-speaker:before {
    content: "\e32d"
}

.icon-speaker_group:before {
    content: "\e32e"
}

.icon-speaker_notes:before {
    content: "\e8cd"
}

.icon-speaker_notes_off:before {
    content: "\edca"
}

.icon-speaker_phone:before {
    content: "\e0d2"
}

.icon-spellcheck:before {
    content: "\e8ce"
}

.icon-star_border:before {
    content: "\e83a"
}

.icon-star_half:before {
    content: "\e839"
}

.icon-stars3:before {
    content: "\e8d0"
}

.icon-stay_primary_landscape:before {
    content: "\e0d5"
}

.icon-stop2:before {
    content: "\e047"
}

.icon-stop_screen_share:before {
    content: "\e0e3"
}

.icon-storage:before {
    content: "\e1db"
}

.icon-store_mall_directory:before {
    content: "\e563"
}

.icon-straighten:before {
    content: "\e41c"
}

.icon-streetview:before {
    content: "\e56e"
}

.icon-strikethrough_s:before {
    content: "\e257"
}

.icon-style:before {
    content: "\e41d"
}

.icon-subdirectory_arrow_left:before {
    content: "\e5d9"
}

.icon-subdirectory_arrow_right:before {
    content: "\e5da"
}

.icon-subject:before {
    content: "\e8d2"
}

.icon-subscriptions:before {
    content: "\e064"
}

.icon-subtitles:before {
    content: "\e048"
}

.icon-subway2:before {
    content: "\e56f"
}

.icon-supervisor_account:before {
    content: "\e8d3"
}

.icon-surround_sound:before {
    content: "\e049"
}

.icon-swap_calls:before {
    content: "\e0d7"
}

.icon-swap_horiz:before {
    content: "\e8d4"
}

.icon-swap_vert:before {
    content: "\e8d5"
}

.icon-swap_vertical_circle:before {
    content: "\e8d6"
}

.icon-switch_camera:before {
    content: "\e41e"
}

.icon-switch_video:before {
    content: "\e41f"
}

.icon-sync_disabled:before {
    content: "\e628"
}

.icon-sync_problem:before {
    content: "\e629"
}

.icon-system_update:before {
    content: "\e62a"
}

.icon-system_update_alt:before {
    content: "\e8d7"
}

.icon-tab:before {
    content: "\e8d8"
}

.icon-tab_unselected:before {
    content: "\e8d9"
}

.icon-tablet3:before {
    content: "\e32f"
}

.icon-tablet_android:before {
    content: "\e330"
}

.icon-tablet_mac:before {
    content: "\e331"
}

.icon-tap_and_play:before {
    content: "\e62b"
}

.icon-text_fields:before {
    content: "\e262"
}

.icon-text_format:before {
    content: "\e165"
}

.icon-texture:before {
    content: "\e421"
}

.icon-thumb_down:before {
    content: "\e8db"
}

.icon-thumb_up:before {
    content: "\e8dc"
}

.icon-thumbs_up_down:before {
    content: "\e8dd"
}

.icon-timelapse:before {
    content: "\e422"
}

.icon-timeline:before {
    content: "\edcb"
}

.icon-timer:before {
    content: "\e425"
}

.icon-timer_10:before {
    content: "\e423"
}

.icon-timer_3:before {
    content: "\e424"
}

.icon-timer_off:before {
    content: "\e426"
}

.icon-title:before {
    content: "\e264"
}

.icon-toc:before {
    content: "\e8de"
}

.icon-today:before {
    content: "\e8df"
}

.icon-toll:before {
    content: "\e8e0"
}

.icon-tonality:before {
    content: "\e427"
}

.icon-touch_app:before {
    content: "\edcc"
}

.icon-toys:before {
    content: "\e332"
}

.icon-track_changes:before {
    content: "\e8e1"
}

.icon-traffic:before {
    content: "\e565"
}

.icon-train2:before {
    content: "\e570"
}

.icon-tram:before {
    content: "\e571"
}

.icon-transfer_within_a_station:before {
    content: "\e572"
}

.icon-transform:before {
    content: "\e428"
}

.icon-translate:before {
    content: "\e8e2"
}

.icon-trending_down:before {
    content: "\e8e3"
}

.icon-trending_flat:before {
    content: "\e8e4"
}

.icon-trending_up:before {
    content: "\e8e5"
}

.icon-tune:before {
    content: "\e429"
}

.icon-tv2:before {
    content: "\e333"
}

.icon-unarchive:before {
    content: "\e169"
}

.icon-undo2:before {
    content: "\e166"
}

.icon-unfold_less:before {
    content: "\e5d6"
}

.icon-unfold_more:before {
    content: "\e5d7"
}

.icon-update:before {
    content: "\edcd"
}

.icon-usb2:before {
    content: "\e1e0"
}

.icon-verified_user:before {
    content: "\e8e8"
}

.icon-vertical_align_bottom:before {
    content: "\e258"
}

.icon-vertical_align_center:before {
    content: "\e259"
}

.icon-vertical_align_top:before {
    content: "\e25a"
}

.icon-vibration:before {
    content: "\e62d"
}

.icon-video_call:before {
    content: "\e070"
}

.icon-video_label:before {
    content: "\e071"
}

.icon-video_library:before {
    content: "\e04a"
}

.icon-videocam:before {
    content: "\e04b"
}

.icon-videocam_off:before {
    content: "\e04c"
}

.icon-videogame_asset:before {
    content: "\e338"
}

.icon-view_agenda:before {
    content: "\e8e9"
}

.icon-view_array:before {
    content: "\e8ea"
}

.icon-view_carousel:before {
    content: "\e8eb"
}

.icon-view_column:before {
    content: "\e8ec"
}

.icon-view_comfy:before {
    content: "\e42a"
}

.icon-view_compact:before {
    content: "\e42b"
}

.icon-view_day:before {
    content: "\e8ed"
}

.icon-view_headline:before {
    content: "\e8ee"
}

.icon-view_list:before {
    content: "\e8ef"
}

.icon-view_module:before {
    content: "\e8f0"
}

.icon-view_quilt:before {
    content: "\e8f1"
}

.icon-view_stream:before {
    content: "\e8f2"
}

.icon-view_week:before {
    content: "\e8f3"
}

.icon-vignette:before {
    content: "\e435"
}

.icon-visibility_off:before {
    content: "\e8f5"
}

.icon-voice_chat:before {
    content: "\e62e"
}

.icon-voicemail:before {
    content: "\e0d9"
}

.icon-volume_down:before {
    content: "\e04d"
}

.icon-volume_mute:before {
    content: "\e04e"
}

.icon-volume_off:before {
    content: "\e04f"
}

.icon-volume_up:before {
    content: "\e050"
}

.icon-vpn_key:before {
    content: "\e0da"
}

.icon-vpn_lock:before {
    content: "\e62f"
}

.icon-wallpaper:before {
    content: "\e1bc"
}

.icon-watch:before {
    content: "\e334"
}

.icon-watch_later:before {
    content: "\edce"
}

.icon-wb_auto:before {
    content: "\e42c"
}

.icon-wb_incandescent:before {
    content: "\e42e"
}

.icon-wb_iridescent:before {
    content: "\e436"
}

.icon-wb_sunny:before {
    content: "\e430"
}

.icon-wc:before {
    content: "\e63d"
}

.icon-web:before {
    content: "\e051"
}

.icon-web_asset:before {
    content: "\e069"
}

.icon-weekend:before {
    content: "\e16b"
}

.icon-whatshot:before {
    content: "\e80e"
}

.icon-widgets:before {
    content: "\e1bd"
}

.icon-wifi2:before {
    content: "\e63e"
}

.icon-wifi_lock:before {
    content: "\e1e1"
}

.icon-wifi_tethering:before {
    content: "\e1e2"
}

.icon-work:before {
    content: "\e8f9"
}

.icon-wrap_text:before {
    content: "\e25b"
}

.icon-youtube_searched_for:before {
    content: "\e8fa"
}

.icon-zoom_in:before {
    content: "\e8ff"
}

.icon-zoom_out:before {
    content: "\edcf"
}

.icon-zoom_out_map:before {
    content: "\e56b"
}

.icon-agenda:before {
    content: "\ed30"
}

.icon-analytics-1:before {
    content: "\ed31"
}

.icon-analytics-2:before {
    content: "\ed32"
}

.icon-analytics-3:before {
    content: "\ed33"
}

.icon-analytics:before {
    content: "\ed34"
}

.icon-axis:before {
    content: "\ed35"
}

.icon-bar-chart-1:before {
    content: "\ed36"
}

.icon-bar-chart2:before {
    content: "\ed37"
}

.icon-binoculars2:before {
    content: "\ed38"
}

.icon-budget:before {
    content: "\ed39"
}

.icon-calculator2:before {
    content: "\ed3a"
}

.icon-calendar2:before {
    content: "\ed3b"
}

.icon-cash-register:before {
    content: "\ed3c"
}

.icon-chat:before {
    content: "\ed3d"
}

.icon-check2:before {
    content: "\ed3e"
}

.icon-chess:before {
    content: "\ed3f"
}

.icon-coffee2:before {
    content: "\ed40"
}

.icon-credit-card-1:before {
    content: "\ed41"
}

.icon-credit-card-2:before {
    content: "\ed42"
}

.icon-credit-card2:before {
    content: "\ed43"
}

.icon-desktop2:before {
    content: "\ed44"
}

.icon-diamond2:before {
    content: "\ed45"
}

.icon-email2:before {
    content: "\ed46"
}

.icon-exchange2:before {
    content: "\ed47"
}

.icon-factory:before {
    content: "\ed48"
}

.icon-flask2:before {
    content: "\ed49"
}

.icon-focus:before {
    content: "\ed4a"
}

.icon-globalization:before {
    content: "\ed4b"
}

.icon-goal:before {
    content: "\ed4c"
}

.icon-goals-1:before {
    content: "\ed4d"
}

.icon-goals-2:before {
    content: "\ed4e"
}

.icon-goals:before {
    content: "\ed4f"
}

.icon-gold:before {
    content: "\ed50"
}

.icon-growth2:before {
    content: "\ed51"
}

.icon-handshake2:before {
    content: "\ed52"
}

.icon-headset:before {
    content: "\ed53"
}

.icon-id-card2:before {
    content: "\ed54"
}

.icon-investigation:before {
    content: "\ed55"
}

.icon-investment-1:before {
    content: "\ed56"
}

.icon-investment-2:before {
    content: "\ed57"
}

.icon-investment-3:before {
    content: "\ed58"
}

.icon-investment:before {
    content: "\ed59"
}

.icon-invoice-1:before {
    content: "\ed5a"
}

.icon-invoice:before {
    content: "\ed5b"
}

.icon-laptop2:before {
    content: "\ed5c"
}

.icon-light-bulb:before {
    content: "\ed5d"
}

.icon-line-chart-1:before {
    content: "\ed5e"
}

.icon-line-chart-2:before {
    content: "\ed5f"
}

.icon-line-chart2:before {
    content: "\ed60"
}

.icon-list3:before {
    content: "\ed61"
}

.icon-meeting:before {
    content: "\ed62"
}

.icon-megaphone:before {
    content: "\ed63"
}

.icon-money-1:before {
    content: "\ed64"
}

.icon-money-2:before {
    content: "\ed65"
}

.icon-money-3:before {
    content: "\ed66"
}

.icon-money-bag:before {
    content: "\ed67"
}

.icon-money2:before {
    content: "\ed68"
}

.icon-orders:before {
    content: "\ed69"
}

.icon-organization-1:before {
    content: "\ed6a"
}

.icon-organization-2:before {
    content: "\ed6b"
}

.icon-organization-3:before {
    content: "\ed6c"
}

.icon-organization-4:before {
    content: "\ed6d"
}

.icon-organization:before {
    content: "\ed6e"
}

.icon-pay-point:before {
    content: "\ed6f"
}

.icon-pie-chart-1:before {
    content: "\ed70"
}

.icon-pie-chart2:before {
    content: "\ed71"
}

.icon-piggy-bank:before {
    content: "\ed72"
}

.icon-placeholder2:before {
    content: "\ed73"
}

.icon-presentation-12:before {
    content: "\ed74"
}

.icon-presentation2:before {
    content: "\ed75"
}

.icon-profile-1:before {
    content: "\ed76"
}

.icon-profile-2:before {
    content: "\ed77"
}

.icon-profile-3:before {
    content: "\ed78"
}

.icon-profile-4:before {
    content: "\ed79"
}

.icon-profile:before {
    content: "\ed7a"
}

.icon-protection:before {
    content: "\ed7b"
}

.icon-report:before {
    content: "\ed7c"
}

.icon-safebox:before {
    content: "\ed7d"
}

.icon-security:before {
    content: "\ed7e"
}

.icon-settings:before {
    content: "\ed7f"
}

.icon-shop:before {
    content: "\ed80"
}

.icon-shopping-bag2:before {
    content: "\ed81"
}

.icon-shopping-basket2:before {
    content: "\ed82"
}

.icon-shopping-cart2:before {
    content: "\ed83"
}

.icon-skyscraper:before {
    content: "\ed84"
}

.icon-smartphone2:before {
    content: "\ed85"
}

.icon-startup:before {
    content: "\ed86"
}

.icon-suitcase2:before {
    content: "\ed87"
}

.icon-tablet2:before {
    content: "\ed88"
}

.icon-tags4:before {
    content: "\ed89"
}

.icon-target-12:before {
    content: "\ed8a"
}

.icon-target4:before {
    content: "\ed8b"
}

.icon-taxes:before {
    content: "\ed8c"
}

.icon-telephone:before {
    content: "\ed8d"
}

.icon-tie:before {
    content: "\ed8e"
}

.icon-time-is-money-1:before {
    content: "\ed8f"
}

.icon-time-is-money:before {
    content: "\ed90"
}

.icon-trophy7:before {
    content: "\ed91"
}

.icon-video-player:before {
    content: "\ed92"
}

.icon-wallet:before {
    content: "\ed93"
}

.icon-avatar:before {
    content: "\e900"
}

.icon-briefcase:before {
    content: "\e901"
}

.icon-building:before {
    content: "\e902"
}

.icon-coding:before {
    content: "\e903"
}

.icon-creativity:before {
    content: "\e904"
}

.icon-desk-chair:before {
    content: "\e905"
}

.icon-email:before {
    content: "\e906"
}

.icon-folder:before {
    content: "\e907"
}

.icon-graduation:before {
    content: "\e908"
}

.icon-growth:before {
    content: "\e909"
}

.icon-handshake:before {
    content: "\e90a"
}

.icon-house:before {
    content: "\e90b"
}

.icon-idea:before {
    content: "\e90c"
}

.icon-key:before {
    content: "\e90d"
}

.icon-list:before {
    content: "\e90e"
}

.icon-mail:before {
    content: "\e90f"
}

.icon-mask:before {
    content: "\e910"
}

.icon-medal:before {
    content: "\e911"
}

.icon-mortarboard:before {
    content: "\e912"
}

.icon-newspaper:before {
    content: "\e913"
}

.icon-padlock:before {
    content: "\e914"
}

.icon-path:before {
    content: "\e915"
}

.icon-placeholder:before {
    content: "\e916"
}

.icon-presentation-1:before {
    content: "\e917"
}

.icon-presentation:before {
    content: "\e918"
}

.icon-responsive:before {
    content: "\e919"
}

.icon-resume:before {
    content: "\e91a"
}

.icon-sir:before {
    content: "\e91b"
}

.icon-smartphone:before {
    content: "\e91c"
}

.icon-strength:before {
    content: "\e91d"
}

.icon-target-1:before {
    content: "\e91e"
}

.icon-target:before {
    content: "\e91f"
}

.icon-telescope:before {
    content: "\e920"
}

.icon-translator:before {
    content: "\e921"
}

.icon-trophy:before {
    content: "\e922"
}

.icon-ukelele:before {
    content: "\e923"
}

.icon-mail-envelope2:before {
    content: "\e924"
}

.icon-mail-envelope:before {
    content: "\e925"
}

.icon-mail-envelope-open:before {
    content: "\e926"
}

.icon-mail-envelope-open2:before {
    content: "\e927"
}

.icon-mail-envelope-closed:before {
    content: "\e928"
}

.icon-mail-envelope-closed2:before {
    content: "\e929"
}

.icon-mail-envelope-open3:before {
    content: "\e92a"
}

.icon-mail-envelope-open4:before {
    content: "\e92b"
}

.icon-mail-envelope-open5:before {
    content: "\e92c"
}

.icon-mail-envelope-open6:before {
    content: "\e92d"
}

.icon-mail-envelope-closed3:before {
    content: "\e92e"
}

.icon-mail-envelope-closed4:before {
    content: "\e92f"
}

.icon-mail-envelope-open7:before {
    content: "\e930"
}

.icon-mail-envelope-open8:before {
    content: "\e931"
}

.icon-mail-error:before {
    content: "\e932"
}

.icon-mail-error2:before {
    content: "\e933"
}

.icon-mail-checked:before {
    content: "\e934"
}

.icon-mail-checked2:before {
    content: "\e935"
}

.icon-mail-cancel:before {
    content: "\e936"
}

.icon-mail-cancel2:before {
    content: "\e937"
}

.icon-mail--forbidden:before {
    content: "\e938"
}

.icon-mail--forbidden2:before {
    content: "\e939"
}

.icon-mail-add:before {
    content: "\e93a"
}

.icon-mail-add2:before {
    content: "\e93b"
}

.icon-mail-remove:before {
    content: "\e93c"
}

.icon-mail-remove2:before {
    content: "\e93d"
}

.icon-flag2:before {
    content: "\e93e"
}

.icon-flag3:before {
    content: "\e93f"
}

.icon-flag4:before {
    content: "\e940"
}

.icon-flag5:before {
    content: "\e941"
}

.icon-flag6:before {
    content: "\e942"
}

.icon-flag7:before {
    content: "\e943"
}

.icon-flag8:before {
    content: "\e944"
}

.icon-flag9:before {
    content: "\e945"
}

.icon-bookmark2:before {
    content: "\e946"
}

.icon-bookmark3:before {
    content: "\e947"
}

.icon-bookmark-add:before {
    content: "\e948"
}

.icon-bookmark-add2:before {
    content: "\e949"
}

.icon-bookmark-remove:before {
    content: "\e94a"
}

.icon-bookmark-remove2:before {
    content: "\e94b"
}

.icon-eye-hidden:before {
    content: "\e94c"
}

.icon-eye-hidden2:before {
    content: "\e94d"
}

.icon-eye2:before {
    content: "\e94e"
}

.icon-eye3:before {
    content: "\e94f"
}

.icon-star2:before {
    content: "\e950"
}

.icon-star-3:before {
    content: "\e951"
}

.icon-key3:before {
    content: "\e952"
}

.icon-key4:before {
    content: "\e953"
}

.icon-key5:before {
    content: "\e954"
}

.icon-key6:before {
    content: "\e955"
}

.icon-trash-can:before {
    content: "\e956"
}

.icon-trash-can2:before {
    content: "\e957"
}

.icon-trash-can3:before {
    content: "\e958"
}

.icon-trash-can4:before {
    content: "\e959"
}

.icon-information:before {
    content: "\e95a"
}

.icon-information2:before {
    content: "\e95b"
}

.icon-information3:before {
    content: "\e95c"
}

.icon-information4:before {
    content: "\e95d"
}

.icon-book2:before {
    content: "\e95e"
}

.icon-book3:before {
    content: "\e95f"
}

.icon-book-bookmark:before {
    content: "\e960"
}

.icon-book-bookmark2:before {
    content: "\e961"
}

.icon-clipboard-edit:before {
    content: "\e962"
}

.icon-clipboard-edit2:before {
    content: "\e963"
}

.icon-clipboard-add:before {
    content: "\e964"
}

.icon-clipboard-add2:before {
    content: "\e965"
}

.icon-clipboard-remove:before {
    content: "\e966"
}

.icon-clipboard-remove2:before {
    content: "\e967"
}

.icon-clipboard2:before {
    content: "\e968"
}

.icon-clipboard3:before {
    content: "\e969"
}

.icon-clipboard-download:before {
    content: "\e96a"
}

.icon-clipboard-download2:before {
    content: "\e96b"
}

.icon-clipboard-upload:before {
    content: "\e96c"
}

.icon-clipboard-upload2:before {
    content: "\e96d"
}

.icon-clipboard-checked:before {
    content: "\e96e"
}

.icon-clipboard-checked2:before {
    content: "\e96f"
}

.icon-clipboard-text:before {
    content: "\e970"
}

.icon-clipboard-text2:before {
    content: "\e971"
}

.icon-clipboard-list:before {
    content: "\e972"
}

.icon-clipboard-list2:before {
    content: "\e973"
}

.icon-note:before {
    content: "\e974"
}

.icon-note2:before {
    content: "\e975"
}

.icon-note-add:before {
    content: "\e976"
}

.icon-note-add2:before {
    content: "\e977"
}

.icon-note-remove:before {
    content: "\e978"
}

.icon-note-remove2:before {
    content: "\e979"
}

.icon-note-text:before {
    content: "\e97a"
}

.icon-note-text2:before {
    content: "\e97b"
}

.icon-note-list:before {
    content: "\e97c"
}

.icon-note-list2:before {
    content: "\e97d"
}

.icon-note-checked:before {
    content: "\e97e"
}

.icon-note-checked2:before {
    content: "\e97f"
}

.icon-note-important:before {
    content: "\e980"
}

.icon-note-important2:before {
    content: "\e981"
}

.icon-notebook:before {
    content: "\e982"
}

.icon-notebook2:before {
    content: "\e983"
}

.icon-notebook3:before {
    content: "\e984"
}

.icon-notebook4:before {
    content: "\e985"
}

.icon-notebook5:before {
    content: "\e986"
}

.icon-notebook6:before {
    content: "\e987"
}

.icon-notebook7:before {
    content: "\e988"
}

.icon-notebook8:before {
    content: "\e989"
}

.icon-notebook-text:before {
    content: "\e98a"
}

.icon-notebook-text2:before {
    content: "\e98b"
}

.icon-notebook-list:before {
    content: "\e98c"
}

.icon-notebook-list2:before {
    content: "\e98d"
}

.icon-document:before {
    content: "\e98e"
}

.icon-document2:before {
    content: "\e98f"
}

.icon-document-text:before {
    content: "\e990"
}

.icon-document-text2:before {
    content: "\e991"
}

.icon-document-text3:before {
    content: "\e992"
}

.icon-document-text4:before {
    content: "\e993"
}

.icon-document-download:before {
    content: "\e994"
}

.icon-document-download2:before {
    content: "\e995"
}

.icon-document-upload:before {
    content: "\e996"
}

.icon-document-upload2:before {
    content: "\e997"
}

.icon-document-bookmark:before {
    content: "\e998"
}

.icon-document-bookmark2:before {
    content: "\e999"
}

.icon-document-diagrams:before {
    content: "\e99a"
}

.icon-document-diagrams2:before {
    content: "\e99b"
}

.icon-document-recording:before {
    content: "\e99c"
}

.icon-document-recording2:before {
    content: "\e99d"
}

.icon-document-table:before {
    content: "\e99e"
}

.icon-document-table2:before {
    content: "\e99f"
}

.icon-document-music:before {
    content: "\e9a0"
}

.icon-document-music2:before {
    content: "\e9a1"
}

.icon-document-movie:before {
    content: "\e9a2"
}

.icon-document-movie2:before {
    content: "\e9a3"
}

.icon-document-play:before {
    content: "\e9a4"
}

.icon-document-play2:before {
    content: "\e9a5"
}

.icon-document-graph:before {
    content: "\e9a6"
}

.icon-document-graph2:before {
    content: "\e9a7"
}

.icon-document-time:before {
    content: "\e9a8"
}

.icon-document-time2:before {
    content: "\e9a9"
}

.icon-document-text5:before {
    content: "\e9aa"
}

.icon-document-text6:before {
    content: "\e9ab"
}

.icon-document-code:before {
    content: "\e9ac"
}

.icon-document-code2:before {
    content: "\e9ad"
}

.icon-document-cloud:before {
    content: "\e9ae"
}

.icon-document-cloud2:before {
    content: "\e9af"
}

.icon-documents:before {
    content: "\e9b0"
}

.icon-documents2:before {
    content: "\e9b1"
}

.icon-documents3:before {
    content: "\e9b2"
}

.icon-documents4:before {
    content: "\e9b3"
}

.icon-document-search:before {
    content: "\e9b4"
}

.icon-document-search2:before {
    content: "\e9b5"
}

.icon-document-star:before {
    content: "\e9b6"
}

.icon-document-star2:before {
    content: "\e9b7"
}

.icon-document-unlocked:before {
    content: "\e9b8"
}

.icon-document-unlocked2:before {
    content: "\e9b9"
}

.icon-document-locked:before {
    content: "\e9ba"
}

.icon-document-locked2:before {
    content: "\e9bb"
}

.icon-document-error:before {
    content: "\e9bc"
}

.icon-document-error2:before {
    content: "\e9bd"
}

.icon-document-cancel:before {
    content: "\e9be"
}

.icon-document-cancel2:before {
    content: "\e9bf"
}

.icon-document-checked:before {
    content: "\e9c0"
}

.icon-document-checked2:before {
    content: "\e9c1"
}

.icon-document-add:before {
    content: "\e9c2"
}

.icon-document-add2:before {
    content: "\e9c3"
}

.icon-document-remove:before {
    content: "\e9c4"
}

.icon-document-remove2:before {
    content: "\e9c5"
}

.icon-document-forbidden:before {
    content: "\e9c6"
}

.icon-document-forbidden2:before {
    content: "\e9c7"
}

.icon-document-information:before {
    content: "\e9c8"
}

.icon-document-information2:before {
    content: "\e9c9"
}

.icon-folder-information:before {
    content: "\e9ca"
}

.icon-folder-information2:before {
    content: "\e9cb"
}

.icon-document-list:before {
    content: "\e9cc"
}

.icon-document-list2:before {
    content: "\e9cd"
}

.icon-document-font:before {
    content: "\e9ce"
}

.icon-document-font2:before {
    content: "\e9cf"
}

.icon-inbox2:before {
    content: "\e9d0"
}

.icon-inbox3:before {
    content: "\e9d1"
}

.icon-inboxes:before {
    content: "\e9d2"
}

.icon-inboxes2:before {
    content: "\e9d3"
}

.icon-inbox-document:before {
    content: "\e9d4"
}

.icon-inbox-document2:before {
    content: "\e9d5"
}

.icon-inbox-document-text:before {
    content: "\e9d6"
}

.icon-inbox-document-text2:before {
    content: "\e9d7"
}

.icon-inbox-download:before {
    content: "\e9d8"
}

.icon-inbox-download2:before {
    content: "\e9d9"
}

.icon-inbox-upload:before {
    content: "\e9da"
}

.icon-inbox-upload2:before {
    content: "\e9db"
}

.icon-folder-3:before {
    content: "\e9dc"
}

.icon-folder4:before {
    content: "\e9dd"
}

.icon-folder5:before {
    content: "\e9de"
}

.icon-folder6:before {
    content: "\e9df"
}

.icon-folders:before {
    content: "\e9e0"
}

.icon-folders2:before {
    content: "\e9e1"
}

.icon-folder-download:before {
    content: "\e9e2"
}

.icon-folder-download2:before {
    content: "\e9e3"
}

.icon-folder-upload:before {
    content: "\e9e4"
}

.icon-folder-upload2:before {
    content: "\e9e5"
}

.icon-folder-unlocked:before {
    content: "\e9e6"
}

.icon-folder-unlocked2:before {
    content: "\e9e7"
}

.icon-folder-locked:before {
    content: "\e9e8"
}

.icon-folder-locked2:before {
    content: "\e9e9"
}

.icon-folder-search:before {
    content: "\e9ea"
}

.icon-folder-search2:before {
    content: "\e9eb"
}

.icon-folder-error:before {
    content: "\e9ec"
}

.icon-folder-error2:before {
    content: "\e9ed"
}

.icon-folder-cancel:before {
    content: "\e9ee"
}

.icon-folder-cancel2:before {
    content: "\e9ef"
}

.icon-folder-checked:before {
    content: "\e9f0"
}

.icon-folder-checked2:before {
    content: "\e9f1"
}

.icon-folder-add:before {
    content: "\e9f2"
}

.icon-folder-add2:before {
    content: "\e9f3"
}

.icon-folder-remove:before {
    content: "\e9f4"
}

.icon-folder-remove2:before {
    content: "\e9f5"
}

.icon-folder-forbidden:before {
    content: "\e9f6"
}

.icon-folder-forbidden2:before {
    content: "\e9f7"
}

.icon-folder-bookmark:before {
    content: "\e9f8"
}

.icon-folder-bookmark2:before {
    content: "\e9f9"
}

.icon-document-zip:before {
    content: "\e9fa"
}

.icon-document-zip2:before {
    content: "\e9fb"
}

.icon-zip:before {
    content: "\e9fc"
}

.icon-zip2:before {
    content: "\e9fd"
}

.icon-search2:before {
    content: "\e9fe"
}

.icon-search3:before {
    content: "\e9ff"
}

.icon-search-plus2:before {
    content: "\ea00"
}

.icon-search-plus3:before {
    content: "\ea01"
}

.icon-search-minus2:before {
    content: "\ea02"
}

.icon-search-minus3:before {
    content: "\ea03"
}

.icon-lock2:before {
    content: "\ea04"
}

.icon-lock3:before {
    content: "\ea05"
}

.icon-lock-open:before {
    content: "\ea06"
}

.icon-lock-open2:before {
    content: "\ea07"
}

.icon-lock-open3:before {
    content: "\ea08"
}

.icon-lock-open4:before {
    content: "\ea09"
}

.icon-lock-stripes:before {
    content: "\ea0a"
}

.icon-lock-stripes2:before {
    content: "\ea0b"
}

.icon-lock-rounded:before {
    content: "\ea0c"
}

.icon-lock-rounded2:before {
    content: "\ea0d"
}

.icon-lock-rounded-open:before {
    content: "\ea0e"
}

.icon-lock-rounded-open2:before {
    content: "\ea0f"
}

.icon-lock-rounded-open3:before {
    content: "\ea10"
}

.icon-lock-rounded-open4:before {
    content: "\ea11"
}

.icon-combination-lock:before {
    content: "\ea12"
}

.icon-combination-lock2:before {
    content: "\ea13"
}

.icon-printer:before {
    content: "\ea14"
}

.icon-printer2:before {
    content: "\ea15"
}

.icon-printer-3:before {
    content: "\ea16"
}

.icon-printer4:before {
    content: "\ea17"
}

.icon-printer-text:before {
    content: "\ea18"
}

.icon-printer-text2:before {
    content: "\ea19"
}

.icon-printer-text3:before {
    content: "\ea1a"
}

.icon-printer-text4:before {
    content: "\ea1b"
}

.icon-document-shred:before {
    content: "\ea1c"
}

.icon-document-shred2:before {
    content: "\ea1d"
}

.icon-shredder:before {
    content: "\ea1e"
}

.icon-shredder2:before {
    content: "\ea1f"
}

.icon-document-scan:before {
    content: "\ea20"
}

.icon-document-scan2:before {
    content: "\ea21"
}

.icon-cloud-download2:before {
    content: "\ea22"
}

.icon-cloud-download3:before {
    content: "\ea23"
}

.icon-cloud-upload2:before {
    content: "\ea24"
}

.icon-cloud-upload3:before {
    content: "\ea25"
}

.icon-cloud-error:before {
    content: "\ea26"
}

.icon-cloud-error2:before {
    content: "\ea27"
}

.icon-cloud2:before {
    content: "\ea28"
}

.icon-cloud3:before {
    content: "\ea29"
}

.icon-inbox-filled:before {
    content: "\ea2a"
}

.icon-inbox-filled2:before {
    content: "\ea2b"
}

.icon-pen:before {
    content: "\ea2c"
}

.icon-pen2:before {
    content: "\ea2d"
}

.icon-pen-angled:before {
    content: "\ea2e"
}

.icon-pen-angled2:before {
    content: "\ea2f"
}

.icon-document-edit:before {
    content: "\ea30"
}

.icon-document-edit2:before {
    content: "\ea31"
}

.icon-document-certificate:before {
    content: "\ea32"
}

.icon-document-certificate2:before {
    content: "\ea33"
}

.icon-certificate2:before {
    content: "\ea34"
}

.icon-certificate3:before {
    content: "\ea35"
}

.icon-package:before {
    content: "\ea36"
}

.icon-package2:before {
    content: "\ea37"
}

.icon-box:before {
    content: "\ea38"
}

.icon-box2:before {
    content: "\ea39"
}

.icon-box-filled:before {
    content: "\ea3a"
}

.icon-box-filled2:before {
    content: "\ea3b"
}

.icon-box3:before {
    content: "\ea3c"
}

.icon-box4:before {
    content: "\ea3d"
}

.icon-box5:before {
    content: "\ea3e"
}

.icon-box6:before {
    content: "\ea3f"
}

.icon-box-bookmark:before {
    content: "\ea40"
}

.icon-box-bookmark2:before {
    content: "\ea41"
}

.icon-tag-cord:before {
    content: "\ea42"
}

.icon-tag-cord2:before {
    content: "\ea43"
}

.icon-tag2:before {
    content: "\ea44"
}

.icon-tag3:before {
    content: "\ea45"
}

.icon-tags2:before {
    content: "\ea46"
}

.icon-tags3:before {
    content: "\ea47"
}

.icon-tag-add:before {
    content: "\ea48"
}

.icon-tag-add2:before {
    content: "\ea49"
}

.icon-tag-remove:before {
    content: "\ea4a"
}

.icon-tag-remove2:before {
    content: "\ea4b"
}

.icon-tag-checked:before {
    content: "\ea4c"
}

.icon-tag-checked2:before {
    content: "\ea4d"
}

.icon-tag-cancel:before {
    content: "\ea4e"
}

.icon-tag-cancel2:before {
    content: "\ea4f"
}

.icon-paperclip2:before {
    content: "\ea50"
}

.icon-paperclip3:before {
    content: "\ea51"
}

.icon-basketball:before {
    content: "\ea52"
}

.icon-basketball2:before {
    content: "\ea53"
}

.icon-baseball:before {
    content: "\ea54"
}

.icon-baseball2:before {
    content: "\ea55"
}

.icon-tennis-ball:before {
    content: "\ea56"
}

.icon-tennis-ball2:before {
    content: "\ea57"
}

.icon-bowling-ball:before {
    content: "\ea58"
}

.icon-bowling-ball2:before {
    content: "\ea59"
}

.icon-billiard-ball:before {
    content: "\ea5a"
}

.icon-billiard-ball2:before {
    content: "\ea5b"
}

.icon-soccer-ball:before {
    content: "\ea5c"
}

.icon-soccer-ball2:before {
    content: "\ea5d"
}

.icon-soccer-court:before {
    content: "\ea5e"
}

.icon-soccer-court2:before {
    content: "\ea5f"
}

.icon-football:before {
    content: "\ea60"
}

.icon-football2:before {
    content: "\ea61"
}

.icon-football3:before {
    content: "\ea62"
}

.icon-football4:before {
    content: "\ea63"
}

.icon-basketball3:before {
    content: "\ea64"
}

.icon-basketball4:before {
    content: "\ea65"
}

.icon-baseball-set:before {
    content: "\ea66"
}

.icon-baseball-set2:before {
    content: "\ea67"
}

.icon-tennis-ball3:before {
    content: "\ea68"
}

.icon-tennis-ball4:before {
    content: "\ea69"
}

.icon-trophy3:before {
    content: "\ea6a"
}

.icon-trophy4:before {
    content: "\ea6b"
}

.icon-trophy-one:before {
    content: "\ea6c"
}

.icon-trophy-one2:before {
    content: "\ea6d"
}

.icon-trophy5:before {
    content: "\ea6e"
}

.icon-trophy6:before {
    content: "\ea6f"
}

.icon-medal2:before {
    content: "\ea70"
}

.icon-medal3:before {
    content: "\ea71"
}

.icon-medal4:before {
    content: "\ea72"
}

.icon-medal5:before {
    content: "\ea73"
}

.icon-weights:before {
    content: "\ea74"
}

.icon-weights2:before {
    content: "\ea75"
}

.icon-tennis-racket:before {
    content: "\ea76"
}

.icon-tennis-racket2:before {
    content: "\ea77"
}

.icon-basketball-hoop:before {
    content: "\ea78"
}

.icon-basketball-hoop2:before {
    content: "\ea79"
}

.icon-table-tennis:before {
    content: "\ea7a"
}

.icon-table-tennis2:before {
    content: "\ea7b"
}

.icon-volleyball:before {
    content: "\ea7c"
}

.icon-volleyball2:before {
    content: "\ea7d"
}

.icon-stop-watch:before {
    content: "\ea7e"
}

.icon-stop-watch2:before {
    content: "\ea7f"
}

.icon-stop-watch3:before {
    content: "\ea80"
}

.icon-stop-watch4:before {
    content: "\ea81"
}

.icon-hockey-stick:before {
    content: "\ea82"
}

.icon-hockey-stick2:before {
    content: "\ea83"
}

.icon-hockey-sticks:before {
    content: "\ea84"
}

.icon-hockey-sticks2:before {
    content: "\ea85"
}

.icon-shuttlecock:before {
    content: "\ea86"
}

.icon-shuttlecock2:before {
    content: "\ea87"
}

.icon-golf:before {
    content: "\ea88"
}

.icon-golf2:before {
    content: "\ea89"
}

.icon-move:before {
    content: "\ea8a"
}

.icon-move2:before {
    content: "\ea8b"
}

.icon-clipboard-move:before {
    content: "\ea8c"
}

.icon-clipboard-move2:before {
    content: "\ea8d"
}

.icon-award:before {
    content: "\ea8e"
}

.icon-award2:before {
    content: "\ea8f"
}

.icon-award3:before {
    content: "\ea90"
}

.icon-award4:before {
    content: "\ea91"
}

.icon-award5:before {
    content: "\ea92"
}

.icon-award6:before {
    content: "\ea93"
}

.icon-award7:before {
    content: "\ea94"
}

.icon-award8:before {
    content: "\ea95"
}

.icon-medal6:before {
    content: "\ea96"
}

.icon-medal7:before {
    content: "\ea97"
}

.icon-medal8:before {
    content: "\ea98"
}

.icon-medal9:before {
    content: "\ea99"
}

.icon-boxing-glove:before {
    content: "\ea9a"
}

.icon-boxing-glove2:before {
    content: "\ea9b"
}

.icon-whistle:before {
    content: "\ea9c"
}

.icon-whistle2:before {
    content: "\ea9d"
}

.icon-volleyball-water:before {
    content: "\ea9e"
}

.icon-volleyball-water2:before {
    content: "\ea9f"
}

.icon-checkered-flag:before {
    content: "\eaa0"
}

.icon-checkered-flag2:before {
    content: "\eaa1"
}

.icon-target-arrow:before {
    content: "\eaa2"
}

.icon-target-arrow2:before {
    content: "\eaa3"
}

.icon-target2:before {
    content: "\eaa4"
}

.icon-target3:before {
    content: "\eaa5"
}

.icon-sailing-boat:before {
    content: "\eaa6"
}

.icon-sailing-boat2:before {
    content: "\eaa7"
}

.icon-sailing-boat-water:before {
    content: "\eaa8"
}

.icon-sailing-boat-water2:before {
    content: "\eaa9"
}

.icon-bowling-pins:before {
    content: "\eaaa"
}

.icon-bowling-pins2:before {
    content: "\eaab"
}

.icon-bowling-pin-ball:before {
    content: "\eaac"
}

.icon-bowling-pin-ball2:before {
    content: "\eaad"
}

.icon-diving-goggles:before {
    content: "\eaae"
}

.icon-diving-goggles2:before {
    content: "\eaaf"
}

.icon-sports-shoe:before {
    content: "\eab0"
}

.icon-sports-shoe2:before {
    content: "\eab1"
}

.icon-soccer-shoe:before {
    content: "\eab2"
}

.icon-soccer-shoe2:before {
    content: "\eab3"
}

.icon-ice-skate:before {
    content: "\eab4"
}

.icon-ice-skate2:before {
    content: "\eab5"
}

.icon-cloud4:before {
    content: "\eab6"
}

.icon-cloud5:before {
    content: "\eab7"
}

.icon-cloud-sun:before {
    content: "\eab8"
}

.icon-cloud-sun2:before {
    content: "\eab9"
}

.icon-cloud-moon:before {
    content: "\eaba"
}

.icon-cloud-moon2:before {
    content: "\eabb"
}

.icon-cloud-rain:before {
    content: "\eabc"
}

.icon-cloud-rain2:before {
    content: "\eabd"
}

.icon-cloud-sun-rain:before {
    content: "\eabe"
}

.icon-cloud-sun-rain2:before {
    content: "\eabf"
}

.icon-cloud-moon-rain:before {
    content: "\eac0"
}

.icon-cloud-moon-rain2:before {
    content: "\eac1"
}

.icon-cloud-snow:before {
    content: "\eac2"
}

.icon-cloud-snow2:before {
    content: "\eac3"
}

.icon-cloud-sun-snow:before {
    content: "\eac4"
}

.icon-cloud-sun-snow2:before {
    content: "\eac5"
}

.icon-cloud-moon-snow:before {
    content: "\eac6"
}

.icon-cloud-moon-snow2:before {
    content: "\eac7"
}

.icon-cloud-lightning:before {
    content: "\eac8"
}

.icon-cloud-lightning2:before {
    content: "\eac9"
}

.icon-cloud-sun-lightning:before {
    content: "\eaca"
}

.icon-cloud-sun-lightning2:before {
    content: "\eacb"
}

.icon-cloud-moon-lightning:before {
    content: "\eacc"
}

.icon-cloud-moon-lightning2:before {
    content: "\eacd"
}

.icon-cloud-wind:before {
    content: "\eace"
}

.icon-cloud-wind2:before {
    content: "\eacf"
}

.icon-cloud-raindrops:before {
    content: "\ead0"
}

.icon-cloud-raindrops2:before {
    content: "\ead1"
}

.icon-cloud-sun-raindrops:before {
    content: "\ead2"
}

.icon-cloud-sun-raindrops2:before {
    content: "\ead3"
}

.icon-cloud-moon-raindrops:before {
    content: "\ead4"
}

.icon-cloud-moon-raindrops2:before {
    content: "\ead5"
}

.icon-cloud-snowflakes:before {
    content: "\ead6"
}

.icon-cloud-snowflakes2:before {
    content: "\ead7"
}

.icon-cloud-sun-snowflakes:before {
    content: "\ead8"
}

.icon-cloud-sun-snowflakes2:before {
    content: "\ead9"
}

.icon-cloud-moon-snowflakes:before {
    content: "\eada"
}

.icon-cloud-moon-snowflakes2:before {
    content: "\eadb"
}

.icon-clouds:before {
    content: "\eadc"
}

.icon-clouds2:before {
    content: "\eadd"
}

.icon-cloud-add:before {
    content: "\eade"
}

.icon-cloud-add2:before {
    content: "\eadf"
}

.icon-cloud-remove:before {
    content: "\eae0"
}

.icon-cloud-remove2:before {
    content: "\eae1"
}

.icon-cloud-error-3:before {
    content: "\eae2"
}

.icon-cloud-error4:before {
    content: "\eae3"
}

.icon-cloud-fog:before {
    content: "\eae4"
}

.icon-cloud-fog2:before {
    content: "\eae5"
}

.icon--cloud-sun-fog:before {
    content: "\eae6"
}

.icon--cloud-sun-fog2:before {
    content: "\eae7"
}

.icon-cloud-moon-fog:before {
    content: "\eae8"
}

.icon-cloud-moon-fog2:before {
    content: "\eae9"
}

.icon-moon-stars:before {
    content: "\eaea"
}

.icon-moon-stars2:before {
    content: "\eaeb"
}

.icon-moon:before {
    content: "\eaec"
}

.icon-moon2:before {
    content: "\eaed"
}

.icon-sun:before {
    content: "\eaee"
}

.icon-sun2:before {
    content: "\eaef"
}

.icon-sunrise:before {
    content: "\eaf0"
}

.icon-sunrise2:before {
    content: "\eaf1"
}

.icon-sunset:before {
    content: "\eaf2"
}

.icon-sunset2:before {
    content: "\eaf3"
}

.icon-sunset3:before {
    content: "\eaf4"
}

.icon-sunset4:before {
    content: "\eaf5"
}

.icon-sunset5:before {
    content: "\eaf6"
}

.icon-sunset6:before {
    content: "\eaf7"
}

.icon-rainbow:before {
    content: "\eaf8"
}

.icon-rainbow2:before {
    content: "\eaf9"
}

.icon-umbrella2:before {
    content: "\eafa"
}

.icon-umbrella3:before {
    content: "\eafb"
}

.icon-raindrops:before {
    content: "\eafc"
}

.icon-raindrops2:before {
    content: "\eafd"
}

.icon-raindrop:before {
    content: "\eafe"
}

.icon-raindrop2:before {
    content: "\eaff"
}

.icon-sunglasses:before {
    content: "\eb00"
}

.icon-sunglasses2:before {
    content: "\eb01"
}

.icon-stars:before {
    content: "\eb02"
}

.icon-stars2:before {
    content: "\eb03"
}

.icon-clouds3:before {
    content: "\eb04"
}

.icon-clouds4:before {
    content: "\eb05"
}

.icon-moonrise:before {
    content: "\eb06"
}

.icon-moonrise2:before {
    content: "\eb07"
}

.icon-moonset:before {
    content: "\eb08"
}

.icon-moonset2:before {
    content: "\eb09"
}

.icon-wind:before {
    content: "\eb0a"
}

.icon-wind2:before {
    content: "\eb0b"
}

.icon-full-moon:before {
    content: "\eb0c"
}

.icon-full-moon2:before {
    content: "\eb0d"
}

.icon-crescent:before {
    content: "\eb0e"
}

.icon-crescent2:before {
    content: "\eb0f"
}

.icon-half-moon:before {
    content: "\eb10"
}

.icon-half-moon2:before {
    content: "\eb11"
}

.icon-gibbous-moon:before {
    content: "\eb12"
}

.icon-gibbous-moon2:before {
    content: "\eb13"
}

.icon-moon3:before {
    content: "\eb14"
}

.icon-moon4:before {
    content: "\eb15"
}

.icon-gibbous-moon3:before {
    content: "\eb16"
}

.icon-gibbous-moon4:before {
    content: "\eb17"
}

.icon-half-moon3:before {
    content: "\eb18"
}

.icon-half-moon4:before {
    content: "\eb19"
}

.icon-crescent3:before {
    content: "\eb1a"
}

.icon-crescent4:before {
    content: "\eb1b"
}

.icon-barometer:before {
    content: "\eb1c"
}

.icon-barometer2:before {
    content: "\eb1d"
}

.icon-compass-north:before {
    content: "\eb1e"
}

.icon-compass-north2:before {
    content: "\eb1f"
}

.icon-compass-west:before {
    content: "\eb20"
}

.icon-compass-west2:before {
    content: "\eb21"
}

.icon-compass-east:before {
    content: "\eb22"
}

.icon-compass-east2:before {
    content: "\eb23"
}

.icon-compass-south:before {
    content: "\eb24"
}

.icon-compass-south2:before {
    content: "\eb25"
}

.icon-air-sock:before {
    content: "\eb26"
}

.icon-air-sock2:before {
    content: "\eb27"
}

.icon-tornado:before {
    content: "\eb28"
}

.icon-tornado2:before {
    content: "\eb29"
}

.icon-degree-fahrenheit:before {
    content: "\eb2a"
}

.icon-degree-fahrenheit2:before {
    content: "\eb2b"
}

.icon-degree-celsius:before {
    content: "\eb2c"
}

.icon-degree-celsius2:before {
    content: "\eb2d"
}

.icon-warning2:before {
    content: "\eb2e"
}

.icon-warning3:before {
    content: "\eb2f"
}

.icon-compass2:before {
    content: "\eb30"
}

.icon-compass3:before {
    content: "\eb31"
}

.icon-compass4:before {
    content: "\eb32"
}

.icon-compass5:before {
    content: "\eb33"
}

.icon-compass6:before {
    content: "\eb34"
}

.icon-compass7:before {
    content: "\eb35"
}

.icon-compass8:before {
    content: "\eb36"
}

.icon-compass9:before {
    content: "\eb37"
}

.icon-thermometer2:before {
    content: "\eb38"
}

.icon-thermometer-3:before {
    content: "\eb39"
}

.icon-thermometer-low:before {
    content: "\eb3a"
}

.icon-thermometer-low2:before {
    content: "\eb3b"
}

.icon-thermometer-quarter2:before {
    content: "\eb3c"
}

.icon-thermometer-quarter-3:before {
    content: "\eb3d"
}

.icon-thermometer-half2:before {
    content: "\eb3e"
}

.icon-thermometer-half3:before {
    content: "\eb3f"
}

.icon-thermometer-three-quarters2:before {
    content: "\eb40"
}

.icon-thermometer-three-quarters3:before {
    content: "\eb41"
}

.icon-thermometer-full2:before {
    content: "\eb42"
}

.icon-thermometer-full3:before {
    content: "\eb43"
}

.icon-lightning:before {
    content: "\eb44"
}

.icon-lightning2:before {
    content: "\eb45"
}

.icon-wind-turbine:before {
    content: "\eb46"
}

.icon-wind-turbine2:before {
    content: "\eb47"
}

.icon-snowflake:before {
    content: "\eb48"
}

.icon-snowflake2:before {
    content: "\eb49"
}

.icon-flashed-face:before {
    content: "\eb4a"
}

.icon-flashed-face2:before {
    content: "\eb4b"
}

.icon-flashed-face3:before {
    content: "\eb4c"
}

.icon-flashed-face4:before {
    content: "\eb4d"
}

.icon-flashed-face-glasses:before {
    content: "\eb4e"
}

.icon-flashed-face-glasses2:before {
    content: "\eb4f"
}

.icon-face-missing-moth:before {
    content: "\eb50"
}

.icon-face-missing-moth2:before {
    content: "\eb51"
}

.icon-neutral-face:before {
    content: "\eb52"
}

.icon-neutral-face2:before {
    content: "\eb53"
}

.icon-smiling-face:before {
    content: "\eb54"
}

.icon-smiling-face2:before {
    content: "\eb55"
}

.icon-sad-face:before {
    content: "\eb56"
}

.icon-sad-face2:before {
    content: "\eb57"
}

.icon-face-open-mouth:before {
    content: "\eb58"
}

.icon-face-open-mouth2:before {
    content: "\eb59"
}

.icon-face-open-mouth3:before {
    content: "\eb5a"
}

.icon-face-open-mouth4:before {
    content: "\eb5b"
}

.icon-winking-face:before {
    content: "\eb5c"
}

.icon-winking-face2:before {
    content: "\eb5d"
}

.icon-laughing-face:before {
    content: "\eb5e"
}

.icon-laughing-face2:before {
    content: "\eb5f"
}

.icon-laughing-face3:before {
    content: "\eb60"
}

.icon-laughing-face4:before {
    content: "\eb61"
}

.icon-smirking-face:before {
    content: "\eb62"
}

.icon-smirking-face2:before {
    content: "\eb63"
}

.icon-stubborn-face:before {
    content: "\eb64"
}

.icon-stubborn-face2:before {
    content: "\eb65"
}

.icon-neutral-face3:before {
    content: "\eb66"
}

.icon-neutral-face4:before {
    content: "\eb67"
}

.icon-sad-face3:before {
    content: "\eb68"
}

.icon-sad-face4:before {
    content: "\eb69"
}

.icon-smiling-face3:before {
    content: "\eb6a"
}

.icon-smiling-face4:before {
    content: "\eb6b"
}

.icon-smiling-face-eyebrows:before {
    content: "\eb6c"
}

.icon-smiling-face-eyebrows2:before {
    content: "\eb6d"
}

.icon-grinning-face-eyebrows:before {
    content: "\eb6e"
}

.icon-grinning-face-eyebrows2:before {
    content: "\eb6f"
}

.icon-sad-face-eyebrows:before {
    content: "\eb70"
}

.icon-sad-face-eyebrows2:before {
    content: "\eb71"
}

.icon-neutral-face-eyebrows:before {
    content: "\eb72"
}

.icon-neutral-face-eyebrows2:before {
    content: "\eb73"
}

.icon-angry-face:before {
    content: "\eb74"
}

.icon-angry-face2:before {
    content: "\eb75"
}

.icon-worried-face:before {
    content: "\eb76"
}

.icon-worried-face2:before {
    content: "\eb77"
}

.icon-winking-face3:before {
    content: "\eb78"
}

.icon-winking-face4:before {
    content: "\eb79"
}

.icon-angry-face-eyebrows:before {
    content: "\eb7a"
}

.icon-angry-face-eyebrows2:before {
    content: "\eb7b"
}

.icon-grinning-face:before {
    content: "\eb7c"
}

.icon-grinning-face2:before {
    content: "\eb7d"
}

.icon-sad-face5:before {
    content: "\eb7e"
}

.icon-sad-face6:before {
    content: "\eb7f"
}

.icon-grinning-face-eyebrows3:before {
    content: "\eb80"
}

.icon-grinning-face-eyebrows4:before {
    content: "\eb81"
}

.icon-fake-grinning-face-eyebrows:before {
    content: "\eb82"
}

.icon-fake-grinning-face-eyebrows2:before {
    content: "\eb83"
}

.icon-worried-face-eyebrows:before {
    content: "\eb84"
}

.icon-worried-face-eyebrows2:before {
    content: "\eb85"
}

.icon-face-stuck-out-tongue:before {
    content: "\eb86"
}

.icon-face-stuck-out-tongue2:before {
    content: "\eb87"
}

.icon-face-stuck-out-tongue3:before {
    content: "\eb88"
}

.icon-face-stuck-out-tongue4:before {
    content: "\eb89"
}

.icon-kissing-face:before {
    content: "\eb8a"
}

.icon-kissing-face2:before {
    content: "\eb8b"
}

.icon-grinning-face-teeth:before {
    content: "\eb8c"
}

.icon-grinning-face-teeth2:before {
    content: "\eb8d"
}

.icon-angry-face-teeth:before {
    content: "\eb8e"
}

.icon-angry-face-teeth2:before {
    content: "\eb8f"
}

.icon-worried-face-teeth:before {
    content: "\eb90"
}

.icon-worried-face-teeth2:before {
    content: "\eb91"
}

.icon-grinning-face-teeth3:before {
    content: "\eb92"
}

.icon-grinning-face-teeth4:before {
    content: "\eb93"
}

.icon-face-open-mouth-eyebrows:before {
    content: "\eb94"
}

.icon-face-open-mouth-eyebrows2:before {
    content: "\eb95"
}

.icon-face-open-mouth-eyebrows3:before {
    content: "\eb96"
}

.icon-face-open-mouth-eyebrows4:before {
    content: "\eb97"
}

.icon-angry-face-open-mouth-eyebrows:before {
    content: "\eb98"
}

.icon-angry-face-open-mouth-eyebrows2:before {
    content: "\eb99"
}

.icon-unamused-face-tightly-closed-eyes:before {
    content: "\eb9a"
}

.icon-unamused-face-tightly-closed-eyes2:before {
    content: "\eb9b"
}

.icon-sad-face--tightly-closed-eyes:before {
    content: "\eb9c"
}

.icon-sad-face--tightly-closed-eyes2:before {
    content: "\eb9d"
}

.icon-kissing-face3:before {
    content: "\eb9e"
}

.icon-kissing-face4:before {
    content: "\eb9f"
}

.icon-face-closed-meyes:before {
    content: "\eba0"
}

.icon-face-closed-meyes2:before {
    content: "\eba1"
}

.icon-amused-face:before {
    content: "\eba2"
}

.icon-amused-face2:before {
    content: "\eba3"
}

.icon-amused-face-closed-eyes:before {
    content: "\eba4"
}

.icon-amused-face-closed-eyes2:before {
    content: "\eba5"
}

.icon-amused-face-closed-eyes3:before {
    content: "\eba6"
}

.icon-amused-face-closed-eyes4:before {
    content: "\eba7"
}

.icon-face-closed-eyes-open-mouth:before {
    content: "\eba8"
}

.icon-face-closed-eyes-open-mouth2:before {
    content: "\eba9"
}

.icon-face-closed-eyes-open-mouth3:before {
    content: "\ebaa"
}

.icon-face-closed-eyes-open-mouth4:before {
    content: "\ebab"
}

.icon-face-closed-eyes-open-mouth5:before {
    content: "\ebac"
}

.icon-face-closed-eyes-open-mouth6:before {
    content: "\ebad"
}

.icon-laughing-face5:before {
    content: "\ebae"
}

.icon-laughing-face6:before {
    content: "\ebaf"
}

.icon-smiling-face5:before {
    content: "\ebb0"
}

.icon-smiling-face6:before {
    content: "\ebb1"
}

.icon-grinning-face3:before {
    content: "\ebb2"
}

.icon-grinning-face4:before {
    content: "\ebb3"
}

.icon-sad-face7:before {
    content: "\ebb4"
}

.icon-sad-face8:before {
    content: "\ebb5"
}

.icon-sad-face9:before {
    content: "\ebb6"
}

.icon-sad-face10:before {
    content: "\ebb7"
}

.icon-sad-face-closed-eyes:before {
    content: "\ebb8"
}

.icon-sad-face-closed-eyes2:before {
    content: "\ebb9"
}

.icon-sad-face11:before {
    content: "\ebba"
}

.icon-sad-face12:before {
    content: "\ebbb"
}

.icon-smiling-face7:before {
    content: "\ebbc"
}

.icon-smiling-face8:before {
    content: "\ebbd"
}

.icon-astonished-face:before {
    content: "\ebbe"
}

.icon-astonished-face2:before {
    content: "\ebbf"
}

.icon-astonished-face3:before {
    content: "\ebc0"
}

.icon-astonished-face4:before {
    content: "\ebc1"
}

.icon-face-moustache:before {
    content: "\ebc2"
}

.icon-face-moustache2:before {
    content: "\ebc3"
}

.icon-face-moustache3:before {
    content: "\ebc4"
}

.icon-face-moustache4:before {
    content: "\ebc5"
}

.icon-face-glasses:before {
    content: "\ebc6"
}

.icon-face-glasses2:before {
    content: "\ebc7"
}

.icon-face-sunglasses:before {
    content: "\ebc8"
}

.icon-face-sunglasses2:before {
    content: "\ebc9"
}

.icon-smirking-face-sunglasses:before {
    content: "\ebca"
}

.icon-smirking-face-sunglasses2:before {
    content: "\ebcb"
}

.icon-middle-finger:before {
    content: "\ebcc"
}

.icon-middle-finger2:before {
    content: "\ebcd"
}

.icon-rock-n-roll:before {
    content: "\ebce"
}

.icon-rock-n-roll2:before {
    content: "\ebcf"
}

.icon-high-five:before {
    content: "\ebd0"
}

.icon-high-five2:before {
    content: "\ebd1"
}

.icon-thumb-up:before {
    content: "\ebd2"
}

.icon-thumb-up2:before {
    content: "\ebd3"
}

.icon-thumb-down:before {
    content: "\ebd4"
}

.icon-thumb-down2:before {
    content: "\ebd5"
}

.icon-thumb-up3:before {
    content: "\ebd6"
}

.icon-thumb-up4:before {
    content: "\ebd7"
}

.icon-thumb-down3:before {
    content: "\ebd8"
}

.icon-thumb-down4:before {
    content: "\ebd9"
}

.icon-two-fingers-swipe-left:before {
    content: "\ebda"
}

.icon-two-fingers-swipe-left2:before {
    content: "\ebdb"
}

.icon-two-fingers-swipe-right:before {
    content: "\ebdc"
}

.icon-two-fingers-swipe-right2:before {
    content: "\ebdd"
}

.icon-two-fingers-swipe-up:before {
    content: "\ebde"
}

.icon-two-fingers-swipe-up2:before {
    content: "\ebdf"
}

.icon-two-fingers-swipe-down:before {
    content: "\ebe0"
}

.icon-two-fingers-swipe-down2:before {
    content: "\ebe1"
}

.icon-two-fingers:before {
    content: "\ebe2"
}

.icon-two-fingers2:before {
    content: "\ebe3"
}

.icon-three-fingers-double-tap:before {
    content: "\ebe4"
}

.icon-three-fingers-double-tap2:before {
    content: "\ebe5"
}

.icon-two-fingers-res-out:before {
    content: "\ebe6"
}

.icon-two-fingers-res-out2:before {
    content: "\ebe7"
}

.icon-two-fingers-res-in:before {
    content: "\ebe8"
}

.icon-two-fingers-res-in2:before {
    content: "\ebe9"
}

.icon-two-fingers-rotate:before {
    content: "\ebea"
}

.icon-two-fingers-rotate2:before {
    content: "\ebeb"
}

.icon-one-finger-swipe-left:before {
    content: "\ebec"
}

.icon-one-finger-swipe-left2:before {
    content: "\ebed"
}

.icon-one-finger-swipe-right:before {
    content: "\ebee"
}

.icon-one-finger-swipe-right2:before {
    content: "\ebef"
}

.icon-one-finger-swipe-up:before {
    content: "\ebf0"
}

.icon-one-finger-swipe-up2:before {
    content: "\ebf1"
}

.icon-one-finger-swipe-down:before {
    content: "\ebf2"
}

.icon-one-finger-swipe-down2:before {
    content: "\ebf3"
}

.icon-one-finger:before {
    content: "\ebf4"
}

.icon-one-finger2:before {
    content: "\ebf5"
}

.icon-one-finger-double-tap:before {
    content: "\ebf6"
}

.icon-one-finger-double-tap2:before {
    content: "\ebf7"
}

.icon-one-finger-tap:before {
    content: "\ebf8"
}

.icon-one-finger-tap2:before {
    content: "\ebf9"
}

.icon-one-finger-tap-hold:before {
    content: "\ebfa"
}

.icon-one-finger-tap-hold2:before {
    content: "\ebfb"
}

.icon-thumb-finger-tap:before {
    content: "\ebfc"
}

.icon-thumb-finger-tap2:before {
    content: "\ebfd"
}

.icon-one-finger-click:before {
    content: "\ebfe"
}

.icon-one-finger-click2:before {
    content: "\ebff"
}

.icon-three-fingers-swipe-left:before {
    content: "\ec00"
}

.icon-three-fingers-swipe-left2:before {
    content: "\ec01"
}

.icon-three-fingers-swipe-right:before {
    content: "\ec02"
}

.icon-three-fingers-swipe-right2:before {
    content: "\ec03"
}

.icon-three-fingers-swipe-up:before {
    content: "\ec04"
}

.icon-three-fingers-swipe-up2:before {
    content: "\ec05"
}

.icon-three-fingers-swipe-down:before {
    content: "\ec06"
}

.icon-three-fingers-swipe-down2:before {
    content: "\ec07"
}

.icon-three-fingers:before {
    content: "\ec08"
}

.icon-three-fingers2:before {
    content: "\ec09"
}

.icon-three-fingers-double-tap3:before {
    content: "\ec0a"
}

.icon-three-fingers-double-tap4:before {
    content: "\ec0b"
}

.icon-two-fingers-swipe-up3:before {
    content: "\ec0c"
}

.icon-two-fingers-swipe-up4:before {
    content: "\ec0d"
}

.icon-one-finger-double-tap3:before {
    content: "\ec0e"
}

.icon-one-finger-double-tap4:before {
    content: "\ec0f"
}

.icon-two-fingers-swipe-down3:before {
    content: "\ec10"
}

.icon-two-fingers-swipe-down4:before {
    content: "\ec11"
}

.icon-two-fingers-swipe-right3:before {
    content: "\ec12"
}

.icon-two-fingers-swipe-right4:before {
    content: "\ec13"
}

.icon-two-fingers-swipe-left3:before {
    content: "\ec14"
}

.icon-two-fingers-swipe-left4:before {
    content: "\ec15"
}

.icon-one-finger-tap3:before {
    content: "\ec16"
}

.icon-one-finger-tap4:before {
    content: "\ec17"
}

.icon-one-finger-tap-hold3:before {
    content: "\ec18"
}

.icon-one-finger-tap-hold4:before {
    content: "\ec19"
}

.icon-one-finger-click3:before {
    content: "\ec1a"
}

.icon-one-finger-click4:before {
    content: "\ec1b"
}

.icon-one-finger-swipe-horizontally:before {
    content: "\ec1c"
}

.icon-one-finger-swipe-horizontally2:before {
    content: "\ec1d"
}

.icon-one-finger-swipe:before {
    content: "\ec1e"
}

.icon-one-finger-swipe2:before {
    content: "\ec1f"
}

.icon-two-fingers-double-tap:before {
    content: "\ec20"
}

.icon-two-fingers-double-tap2:before {
    content: "\ec21"
}

.icon-two-fingers-tap:before {
    content: "\ec22"
}

.icon-two-fingers-tap2:before {
    content: "\ec23"
}

.icon-one-finger-swipe-left3:before {
    content: "\ec24"
}

.icon-one-finger-swipe-left4:before {
    content: "\ec25"
}

.icon-one-finger-swipe-right3:before {
    content: "\ec26"
}

.icon-one-finger-swipe-right4:before {
    content: "\ec27"
}

.icon-one-finger-swipe-up3:before {
    content: "\ec28"
}

.icon-one-finger-swipe-up4:before {
    content: "\ec29"
}

.icon-one-finger-swipe-down3:before {
    content: "\ec2a"
}

.icon-one-finger-swipe-down4:before {
    content: "\ec2b"
}

.icon-file-numbers:before {
    content: "\ec2c"
}

.icon-file-numbers2:before {
    content: "\ec2d"
}

.icon-file-pages:before {
    content: "\ec2e"
}

.icon-file-pages2:before {
    content: "\ec2f"
}

.icon-file-app:before {
    content: "\ec30"
}

.icon-file-app2:before {
    content: "\ec31"
}

.icon-file-png:before {
    content: "\ec32"
}

.icon-file-png2:before {
    content: "\ec33"
}

.icon-file-pdf:before {
    content: "\ec34"
}

.icon-file-pdf2:before {
    content: "\ec35"
}

.icon-file-mp3:before {
    content: "\ec36"
}

.icon-file-mp32:before {
    content: "\ec37"
}

.icon-file-mp4:before {
    content: "\ec38"
}

.icon-file-mp42:before {
    content: "\ec39"
}

.icon-file-mov:before {
    content: "\ec3a"
}

.icon-file-mov2:before {
    content: "\ec3b"
}

.icon-file-jpg:before {
    content: "\ec3c"
}

.icon-file-jpg2:before {
    content: "\ec3d"
}

.icon-file-key:before {
    content: "\ec3e"
}

.icon-file-key2:before {
    content: "\ec3f"
}

.icon-file-html:before {
    content: "\ec40"
}

.icon-file-html2:before {
    content: "\ec41"
}

.icon-file-css:before {
    content: "\ec42"
}

.icon-file-css2:before {
    content: "\ec43"
}

.icon-file-java:before {
    content: "\ec44"
}

.icon-file-java2:before {
    content: "\ec45"
}

.icon-file-psd:before {
    content: "\ec46"
}

.icon-file-psd2:before {
    content: "\ec47"
}

.icon-file-ai:before {
    content: "\ec48"
}

.icon-file-ai2:before {
    content: "\ec49"
}

.icon-file-bmp:before {
    content: "\ec4a"
}

.icon-file-bmp2:before {
    content: "\ec4b"
}

.icon-file-dwg:before {
    content: "\ec4c"
}

.icon-file-dwg2:before {
    content: "\ec4d"
}

.icon-file-eps:before {
    content: "\ec4e"
}

.icon-file-eps2:before {
    content: "\ec4f"
}

.icon-file-tiff:before {
    content: "\ec50"
}

.icon-file-tiff2:before {
    content: "\ec51"
}

.icon-file-ots:before {
    content: "\ec52"
}

.icon-file-ots2:before {
    content: "\ec53"
}

.icon-file-php:before {
    content: "\ec54"
}

.icon-file-php2:before {
    content: "\ec55"
}

.icon-file-py:before {
    content: "\ec56"
}

.icon-file-py2:before {
    content: "\ec57"
}

.icon-file-c:before {
    content: "\ec58"
}

.icon-file-c2:before {
    content: "\ec59"
}

.icon-file-sql:before {
    content: "\ec5a"
}

.icon-file-sql2:before {
    content: "\ec5b"
}

.icon-file-rb:before {
    content: "\ec5c"
}

.icon-file-rb2:before {
    content: "\ec5d"
}

.icon-file-cpp:before {
    content: "\ec5e"
}

.icon-file-cpp2:before {
    content: "\ec5f"
}

.icon-file-tga:before {
    content: "\ec60"
}

.icon-file-tga2:before {
    content: "\ec61"
}

.icon-file-dxf:before {
    content: "\ec62"
}

.icon-file-dxf2:before {
    content: "\ec63"
}

.icon-file-doc:before {
    content: "\ec64"
}

.icon-file-doc2:before {
    content: "\ec65"
}

.icon-file-odt:before {
    content: "\ec66"
}

.icon-file-odt2:before {
    content: "\ec67"
}

.icon-file-xls:before {
    content: "\ec68"
}

.icon-file-xls2:before {
    content: "\ec69"
}

.icon-file-docx:before {
    content: "\ec6a"
}

.icon-file-docx2:before {
    content: "\ec6b"
}

.icon-file-ppt:before {
    content: "\ec6c"
}

.icon-file-ppt2:before {
    content: "\ec6d"
}

.icon-file-asp:before {
    content: "\ec6e"
}

.icon-file-asp2:before {
    content: "\ec6f"
}

.icon-file-ics:before {
    content: "\ec70"
}

.icon-file-ics2:before {
    content: "\ec71"
}

.icon-file-dat:before {
    content: "\ec72"
}

.icon-file-dat2:before {
    content: "\ec73"
}

.icon-file-xml:before {
    content: "\ec74"
}

.icon-file-xml2:before {
    content: "\ec75"
}

.icon-file-yml:before {
    content: "\ec76"
}

.icon-file-yml2:before {
    content: "\ec77"
}

.icon-file-h:before {
    content: "\ec78"
}

.icon-file-h2:before {
    content: "\ec79"
}

.icon-file-exe:before {
    content: "\ec7a"
}

.icon-file-exe2:before {
    content: "\ec7b"
}

.icon-file-avi:before {
    content: "\ec7c"
}

.icon-file-avi2:before {
    content: "\ec7d"
}

.icon-file-odp:before {
    content: "\ec7e"
}

.icon-file-odp2:before {
    content: "\ec7f"
}

.icon-file-dotx:before {
    content: "\ec80"
}

.icon-file-dotx2:before {
    content: "\ec81"
}

.icon-file-xlsx:before {
    content: "\ec82"
}

.icon-file-xlsx2:before {
    content: "\ec83"
}

.icon-file-ods:before {
    content: "\ec84"
}

.icon-file-ods2:before {
    content: "\ec85"
}

.icon-file-pps:before {
    content: "\ec86"
}

.icon-file-pps2:before {
    content: "\ec87"
}

.icon-file-dot:before {
    content: "\ec88"
}

.icon-file-dot2:before {
    content: "\ec89"
}

.icon-file-txt:before {
    content: "\ec8a"
}

.icon-file-txt2:before {
    content: "\ec8b"
}

.icon-file-rtf:before {
    content: "\ec8c"
}

.icon-file-rtf2:before {
    content: "\ec8d"
}

.icon-file-m4v:before {
    content: "\ec8e"
}

.icon-file-m4v2:before {
    content: "\ec8f"
}

.icon-file-flv:before {
    content: "\ec90"
}

.icon-file-flv2:before {
    content: "\ec91"
}

.icon-file-mpg:before {
    content: "\ec92"
}

.icon-file-mpg2:before {
    content: "\ec93"
}

.icon-file-quicktime:before {
    content: "\ec94"
}

.icon-file-quicktime2:before {
    content: "\ec95"
}

.icon-file-mid:before {
    content: "\ec96"
}

.icon-file-mid2:before {
    content: "\ec97"
}

.icon-file-3gp:before {
    content: "\ec98"
}

.icon-file-3gp2:before {
    content: "\ec99"
}

.icon-file-aiff:before {
    content: "\ec9a"
}

.icon-file-aiff2:before {
    content: "\ec9b"
}

.icon-file-aac:before {
    content: "\ec9c"
}

.icon-file-aac2:before {
    content: "\ec9d"
}

.icon-file-wav:before {
    content: "\ec9e"
}

.icon-file-wav2:before {
    content: "\ec9f"
}

.icon-file-zip:before {
    content: "\eca0"
}

.icon-file-zip2:before {
    content: "\eca1"
}

.icon-file-ott:before {
    content: "\eca2"
}

.icon-file-ott2:before {
    content: "\eca3"
}

.icon-file-tgz:before {
    content: "\eca4"
}

.icon-file-tgz2:before {
    content: "\eca5"
}

.icon-file-dmg:before {
    content: "\eca6"
}

.icon-file-dmg2:before {
    content: "\eca7"
}

.icon-file-iso:before {
    content: "\eca8"
}

.icon-file-iso2:before {
    content: "\eca9"
}

.icon-file-rar:before {
    content: "\ecaa"
}

.icon-file-rar2:before {
    content: "\ecab"
}

.icon-file-gif:before {
    content: "\ecac"
}

.icon-file-gif2:before {
    content: "\ecad"
}

.icon-document-file-numbers:before {
    content: "\ecae"
}

.icon-document-file-numbers2:before {
    content: "\ecaf"
}

.icon-document-file-pages:before {
    content: "\ecb0"
}

.icon-document-file-pages2:before {
    content: "\ecb1"
}

.icon-document-file-app:before {
    content: "\ecb2"
}

.icon-document-file-app2:before {
    content: "\ecb3"
}

.icon-document-file-png:before {
    content: "\ecb4"
}

.icon-document-file-png2:before {
    content: "\ecb5"
}

.icon-document-file-pdf:before {
    content: "\ecb6"
}

.icon-document-file-pdf2:before {
    content: "\ecb7"
}

.icon-document-file-mp3:before {
    content: "\ecb8"
}

.icon-document-file-mp32:before {
    content: "\ecb9"
}

.icon-document-file-mp4:before {
    content: "\ecba"
}

.icon-document-file-mp42:before {
    content: "\ecbb"
}

.icon-document-file-mov:before {
    content: "\ecbc"
}

.icon-document-file-mov2:before {
    content: "\ecbd"
}

.icon-document-file-jpg:before {
    content: "\ecbe"
}

.icon-document-file-jpg2:before {
    content: "\ecbf"
}

.icon-document-file-key:before {
    content: "\ecc0"
}

.icon-document-file-key2:before {
    content: "\ecc1"
}

.icon-document-file-html:before {
    content: "\ecc2"
}

.icon-document-file-html2:before {
    content: "\ecc3"
}

.icon-document-file-css:before {
    content: "\ecc4"
}

.icon-document-file-css2:before {
    content: "\ecc5"
}

.icon-document-file-java:before {
    content: "\ecc6"
}

.icon-document-file-java2:before {
    content: "\ecc7"
}

.icon-document-file-psd:before {
    content: "\ecc8"
}

.icon-document-file-psd2:before {
    content: "\ecc9"
}

.icon-document-file-ai:before {
    content: "\ecca"
}

.icon-document-file-ai2:before {
    content: "\eccb"
}

.icon-document-file-bmp:before {
    content: "\eccc"
}

.icon-document-file-bmp2:before {
    content: "\eccd"
}

.icon-document-file-dwg:before {
    content: "\ecce"
}

.icon-document-file-dwg2:before {
    content: "\eccf"
}

.icon-document-file-eps:before {
    content: "\ecd0"
}

.icon-document-file-eps2:before {
    content: "\ecd1"
}

.icon-document-file-tiff:before {
    content: "\ecd2"
}

.icon-document-file-tiff2:before {
    content: "\ecd3"
}

.icon-document-file-ots:before {
    content: "\ecd4"
}

.icon-document-file-ots2:before {
    content: "\ecd5"
}

.icon-document-file-php:before {
    content: "\ecd6"
}

.icon-document-file-php2:before {
    content: "\ecd7"
}

.icon-document-file-py:before {
    content: "\ecd8"
}

.icon-document-file-py2:before {
    content: "\ecd9"
}

.icon-document-file-c:before {
    content: "\ecda"
}

.icon-document-file-c2:before {
    content: "\ecdb"
}

.icon-document-file-sql:before {
    content: "\ecdc"
}

.icon-document-file-sql2:before {
    content: "\ecdd"
}

.icon-document-file-rb:before {
    content: "\ecde"
}

.icon-document-file-rb2:before {
    content: "\ecdf"
}

.icon-document-file-cpp:before {
    content: "\ece0"
}

.icon-document-file-cpp2:before {
    content: "\ece1"
}

.icon-document-file-tga:before {
    content: "\ece2"
}

.icon-document-file-tga2:before {
    content: "\ece3"
}

.icon-document-file-dxf:before {
    content: "\ece4"
}

.icon-document-file-dxf2:before {
    content: "\ece5"
}

.icon-document-file-doc:before {
    content: "\ece6"
}

.icon-document-file-doc2:before {
    content: "\ece7"
}

.icon-document-file-odt:before {
    content: "\ece8"
}

.icon-document-file-odt2:before {
    content: "\ece9"
}

.icon-document-file-xls:before {
    content: "\ecea"
}

.icon-document-file-xls2:before {
    content: "\eceb"
}

.icon-document-file-docx:before {
    content: "\ecec"
}

.icon-document-file-docx2:before {
    content: "\eced"
}

.icon-document-file-ppt:before {
    content: "\ecee"
}

.icon-document-file-ppt2:before {
    content: "\ecef"
}

.icon-document-file-asp:before {
    content: "\ecf0"
}

.icon-document-file-asp2:before {
    content: "\ecf1"
}

.icon-document-file-ics:before {
    content: "\ecf2"
}

.icon-document-file-ics2:before {
    content: "\ecf3"
}

.icon-document-file-dat:before {
    content: "\ecf4"
}

.icon-document-file-dat2:before {
    content: "\ecf5"
}

.icon-document-file-xml:before {
    content: "\ecf6"
}

.icon-document-file-xml2:before {
    content: "\ecf7"
}

.icon-document-file-yml:before {
    content: "\ecf8"
}

.icon-document-file-yml2:before {
    content: "\ecf9"
}

.icon-document-file-h:before {
    content: "\ecfa"
}

.icon-document-file-h2:before {
    content: "\ecfb"
}

.icon-document-file-exe:before {
    content: "\ecfc"
}

.icon-document-file-exe2:before {
    content: "\ecfd"
}

.icon-document-file-avi:before {
    content: "\ecfe"
}

.icon-document-file-avi2:before {
    content: "\ecff"
}

.icon-document-file-odp:before {
    content: "\ed00"
}

.icon-document-file-odp2:before {
    content: "\ed01"
}

.icon-document-file-dotx:before {
    content: "\ed02"
}

.icon-document-file-dotx2:before {
    content: "\ed03"
}

.icon-document-file-xlsx:before {
    content: "\ed04"
}

.icon-document-file-xlsx2:before {
    content: "\ed05"
}

.icon-document-file-ods:before {
    content: "\ed06"
}

.icon-document-file-ods2:before {
    content: "\ed07"
}

.icon-document-file-pps:before {
    content: "\ed08"
}

.icon-document-file-pps2:before {
    content: "\ed09"
}

.icon-document-file-dot:before {
    content: "\ed0a"
}

.icon-document-file-dot2:before {
    content: "\ed0b"
}

.icon-document-file-txt:before {
    content: "\ed0c"
}

.icon-document-file-txt2:before {
    content: "\ed0d"
}

.icon-document-file-rtf:before {
    content: "\ed0e"
}

.icon-document-file-rtf2:before {
    content: "\ed0f"
}

.icon-document-file-m4v:before {
    content: "\ed10"
}

.icon-document-file-m4v2:before {
    content: "\ed11"
}

.icon-document-file-flv:before {
    content: "\ed12"
}

.icon-document-file-flv2:before {
    content: "\ed13"
}

.icon-document-file-mpg:before {
    content: "\ed14"
}

.icon-document-file-mpg2:before {
    content: "\ed15"
}

.icon-document-file-qt:before {
    content: "\ed16"
}

.icon-document-file-qt2:before {
    content: "\ed17"
}

.icon-document-file-mid:before {
    content: "\ed18"
}

.icon-document-file-mid2:before {
    content: "\ed19"
}

.icon-document-file-3gp:before {
    content: "\ed1a"
}

.icon-document-file-3gp2:before {
    content: "\ed1b"
}

.icon-document-file-aiff:before {
    content: "\ed1c"
}

.icon-document-file-aiff2:before {
    content: "\ed1d"
}

.icon-document-file-aac:before {
    content: "\ed1e"
}

.icon-document-file-aac2:before {
    content: "\ed1f"
}

.icon-document-file-wav:before {
    content: "\ed20"
}

.icon-document-file-wav2:before {
    content: "\ed21"
}

.icon-document-file-zip:before {
    content: "\ed22"
}

.icon-document-file-zip2:before {
    content: "\ed23"
}

.icon-document-file-ott:before {
    content: "\ed24"
}

.icon-document-file-ott2:before {
    content: "\ed25"
}

.icon-document-file-tgz:before {
    content: "\ed26"
}

.icon-document-file-tgz2:before {
    content: "\ed27"
}

.icon-document-file-dmg:before {
    content: "\ed28"
}

.icon-document-file-dmg2:before {
    content: "\ed29"
}

.icon-document-file-iso:before {
    content: "\ed2a"
}

.icon-document-file-iso2:before {
    content: "\ed2b"
}

.icon-document-file-rar:before {
    content: "\ed2c"
}

.icon-document-file-rar2:before {
    content: "\ed2d"
}

.icon-document-file-gif:before {
    content: "\ed2e"
}

.icon-document-file-gif2:before {
    content: "\ed2f"
}

.icon-asterisk:before {
    content: "\f069"
}

.icon-plus:before {
    content: "\f067"
}

.icon-question:before {
    content: "\f128"
}

.icon-minus:before {
    content: "\f068"
}

.icon-glass:before {
    content: "\f000"
}

.icon-music:before {
    content: "\f001"
}

.icon-search:before {
    content: "\f002"
}

.icon-envelope-o:before {
    content: "\f003"
}

.icon-heart:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-o:before {
    content: "\f006"
}

.icon-user:before {
    content: "\f007"
}

.icon-film:before {
    content: "\f008"
}

.icon-th-large:before {
    content: "\f009"
}

.icon-th:before {
    content: "\f00a"
}

.icon-th-list:before {
    content: "\f00b"
}

.icon-check:before {
    content: "\f00c"
}

.icon-close:before {
    content: "\f00d"
}

.icon-remove:before {
    content: "\f00d"
}

.icon-times:before {
    content: "\f00d"
}

.icon-search-plus:before {
    content: "\f00e"
}

.icon-search-minus:before {
    content: "\f010"
}

.icon-power-off:before {
    content: "\f011"
}

.icon-signal:before {
    content: "\f012"
}

.icon-cog:before {
    content: "\f013"
}

.icon-gear:before {
    content: "\f013"
}

.icon-trash-o:before {
    content: "\f014"
}

.icon-home:before {
    content: "\f015"
}

.icon-file-o:before {
    content: "\f016"
}

.icon-clock-o:before {
    content: "\f017"
}

.icon-road:before {
    content: "\f018"
}

.icon-download:before {
    content: "\f019"
}

.icon-arrow-circle-o-down:before {
    content: "\f01a"
}

.icon-arrow-circle-o-up:before {
    content: "\f01b"
}

.icon-inbox:before {
    content: "\f01c"
}

.icon-play-circle-o:before {
    content: "\f01d"
}

.icon-repeat:before {
    content: "\f01e"
}

.icon-rotate-right:before {
    content: "\f01e"
}

.icon-refresh:before {
    content: "\f021"
}

.icon-list-alt:before {
    content: "\f022"
}

.icon-lock:before {
    content: "\f023"
}

.icon-flag:before {
    content: "\f024"
}

.icon-headphones:before {
    content: "\f025"
}

.icon-volume-off:before {
    content: "\f026"
}

.icon-volume-down:before {
    content: "\f027"
}

.icon-volume-up:before {
    content: "\f028"
}

.icon-qrcode:before {
    content: "\f029"
}

.icon-barcode:before {
    content: "\f02a"
}

.icon-tag:before {
    content: "\f02b"
}

.icon-tags:before {
    content: "\f02c"
}

.icon-book:before {
    content: "\f02d"
}

.icon-bookmark:before {
    content: "\f02e"
}

.icon-print:before {
    content: "\f02f"
}

.icon-camera:before {
    content: "\f030"
}

.icon-font:before {
    content: "\f031"
}

.icon-bold:before {
    content: "\f032"
}

.icon-italic:before {
    content: "\f033"
}

.icon-text-height:before {
    content: "\f034"
}

.icon-text-width:before {
    content: "\f035"
}

.icon-align-left:before {
    content: "\f036"
}

.icon-align-center:before {
    content: "\f037"
}

.icon-align-right:before {
    content: "\f038"
}

.icon-align-justify:before {
    content: "\f039"
}

.icon-list2:before {
    content: "\f03a"
}

.icon-dedent:before {
    content: "\f03b"
}

.icon-outdent:before {
    content: "\f03b"
}

.icon-indent:before {
    content: "\f03c"
}

.icon-video-camera:before {
    content: "\f03d"
}

.icon-image:before {
    content: "\f03e"
}

.icon-photo:before {
    content: "\f03e"
}

.icon-picture-o:before {
    content: "\f03e"
}

.icon-pencil:before {
    content: "\f040"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-adjust:before {
    content: "\f042"
}

.icon-tint:before {
    content: "\f043"
}

.icon-edit:before {
    content: "\f044"
}

.icon-pencil-square-o:before {
    content: "\f044"
}

.icon-share-square-o:before {
    content: "\f045"
}

.icon-check-square-o:before {
    content: "\f046"
}

.icon-arrows:before {
    content: "\f047"
}

.icon-step-backward:before {
    content: "\f048"
}

.icon-fast-backward:before {
    content: "\f049"
}

.icon-backward:before {
    content: "\f04a"
}

.icon-play:before {
    content: "\f04b"
}

.icon-pause:before {
    content: "\f04c"
}

.icon-stop:before {
    content: "\f04d"
}

.icon-forward:before {
    content: "\f04e"
}

.icon-fast-forward:before {
    content: "\f050"
}

.icon-step-forward:before {
    content: "\f051"
}

.icon-eject:before {
    content: "\f052"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-plus-circle:before {
    content: "\f055"
}

.icon-minus-circle:before {
    content: "\f056"
}

.icon-times-circle:before {
    content: "\f057"
}

.icon-check-circle:before {
    content: "\f058"
}

.icon-question-circle:before {
    content: "\f059"
}

.icon-info-circle:before {
    content: "\f05a"
}

.icon-crosshairs:before {
    content: "\f05b"
}

.icon-times-circle-o:before {
    content: "\f05c"
}

.icon-check-circle-o:before {
    content: "\f05d"
}

.icon-ban:before {
    content: "\f05e"
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.icon-arrow-up:before {
    content: "\f062"
}

.icon-arrow-down:before {
    content: "\f063"
}

.icon-mail-forward:before {
    content: "\f064"
}

.icon-share:before {
    content: "\f064"
}

.icon-expand:before {
    content: "\f065"
}

.icon-compress:before {
    content: "\f066"
}

.icon-exclamation-circle:before {
    content: "\f06a"
}

.icon-gift:before {
    content: "\f06b"
}

.icon-leaf:before {
    content: "\f06c"
}

.icon-fire:before {
    content: "\f06d"
}

.icon-eye:before {
    content: "\f06e"
}

.icon-eye-slash:before {
    content: "\f070"
}

.icon-exclamation-triangle:before {
    content: "\f071"
}

.icon-warning:before {
    content: "\f071"
}

.icon-plane:before {
    content: "\f072"
}

.icon-calendar:before {
    content: "\f073"
}

.icon-random:before {
    content: "\f074"
}

.icon-comment:before {
    content: "\f075"
}

.icon-magnet:before {
    content: "\f076"
}

.icon-chevron-up:before {
    content: "\f077"
}

.icon-chevron-down:before {
    content: "\f078"
}

.icon-retweet:before {
    content: "\f079"
}

.icon-shopping-cart:before {
    content: "\f07a"
}

.icon-folder2:before {
    content: "\f07b"
}

.icon-folder-open:before {
    content: "\f07c"
}

.icon-arrows-v:before {
    content: "\f07d"
}

.icon-arrows-h:before {
    content: "\f07e"
}

.icon-bar-chart:before {
    content: "\f080"
}

.icon-bar-chart-o:before {
    content: "\f080"
}

.icon-twitter-square:before {
    content: "\f081"
}

.icon-facebook-square:before {
    content: "\f082"
}

.icon-camera-retro:before {
    content: "\f083"
}

.icon-key2:before {
    content: "\f084"
}

.icon-cogs:before {
    content: "\f085"
}

.icon-gears:before {
    content: "\f085"
}

.icon-comments:before {
    content: "\f086"
}

.icon-thumbs-o-up:before {
    content: "\f087"
}

.icon-thumbs-o-down:before {
    content: "\f088"
}

.icon-star-half:before {
    content: "\f089"
}

.icon-heart-o:before {
    content: "\f08a"
}

.icon-sign-out:before {
    content: "\f08b"
}

.icon-linkedin-square:before {
    content: "\f08c"
}

.icon-thumb-tack:before {
    content: "\f08d"
}

.icon-external-link:before {
    content: "\f08e"
}

.icon-sign-in:before {
    content: "\f090"
}

.icon-trophy2:before {
    content: "\f091"
}

.icon-github-square:before {
    content: "\f092"
}

.icon-upload:before {
    content: "\f093"
}

.icon-lemon-o:before {
    content: "\f094"
}

.icon-phone:before {
    content: "\f095"
}

.icon-square-o:before {
    content: "\f096"
}

.icon-bookmark-o:before {
    content: "\f097"
}

.icon-phone-square:before {
    content: "\f098"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-facebook-f:before {
    content: "\f09a"
}

.icon-github:before {
    content: "\f09b"
}

.icon-unlock:before {
    content: "\f09c"
}

.icon-credit-card:before {
    content: "\f09d"
}

.icon-feed:before {
    content: "\f09e"
}

.icon-rss:before {
    content: "\f09e"
}

.icon-hdd-o:before {
    content: "\f0a0"
}

.icon-bullhorn:before {
    content: "\f0a1"
}

.icon-bell-o:before {
    content: "\f0a2"
}

.icon-certificate:before {
    content: "\f0a3"
}

.icon-hand-o-right:before {
    content: "\f0a4"
}

.icon-hand-o-left:before {
    content: "\f0a5"
}

.icon-hand-o-up:before {
    content: "\f0a6"
}

.icon-hand-o-down:before {
    content: "\f0a7"
}

.icon-arrow-circle-left:before {
    content: "\f0a8"
}

.icon-arrow-circle-right:before {
    content: "\f0a9"
}

.icon-arrow-circle-up:before {
    content: "\f0aa"
}

.icon-arrow-circle-down:before {
    content: "\f0ab"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-wrench:before {
    content: "\f0ad"
}

.icon-tasks:before {
    content: "\f0ae"
}

.icon-filter:before {
    content: "\f0b0"
}

.icon-briefcase2:before {
    content: "\f0b1"
}

.icon-arrows-alt:before {
    content: "\f0b2"
}

.icon-group:before {
    content: "\f0c0"
}

.icon-users:before {
    content: "\f0c0"
}

.icon-chain:before {
    content: "\f0c1"
}

.icon-link:before {
    content: "\f0c1"
}

.icon-cloud:before {
    content: "\f0c2"
}

.icon-flask:before {
    content: "\f0c3"
}

.icon-cut:before {
    content: "\f0c4"
}

.icon-scissors:before {
    content: "\f0c4"
}

.icon-copy:before {
    content: "\f0c5"
}

.icon-files-o:before {
    content: "\f0c5"
}

.icon-paperclip:before {
    content: "\f0c6"
}

.icon-floppy-o:before {
    content: "\f0c7"
}

.icon-save:before {
    content: "\f0c7"
}

.icon-square:before {
    content: "\f0c8"
}

.icon-bars:before {
    content: "\f0c9"
}

.icon-navicon:before {
    content: "\f0c9"
}

.icon-reorder:before {
    content: "\f0c9"
}

.icon-list-ul:before {
    content: "\f0ca"
}

.icon-list-ol:before {
    content: "\f0cb"
}

.icon-strikethrough:before {
    content: "\f0cc"
}

.icon-underline:before {
    content: "\f0cd"
}

.icon-table:before {
    content: "\f0ce"
}

.icon-magic:before {
    content: "\f0d0"
}

.icon-truck:before {
    content: "\f0d1"
}

.icon-pinterest:before {
    content: "\f0d2"
}

.icon-pinterest-square:before {
    content: "\f0d3"
}

.icon-google-plus-square:before {
    content: "\f0d4"
}

.icon-google-plus:before {
    content: "\f0d5"
}

.icon-money:before {
    content: "\f0d6"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before {
    content: "\f0da"
}

.icon-columns:before {
    content: "\f0db"
}

.icon-sort:before {
    content: "\f0dc"
}

.icon-unsorted:before {
    content: "\f0dc"
}

.icon-sort-desc:before {
    content: "\f0dd"
}

.icon-sort-down:before {
    content: "\f0dd"
}

.icon-sort-asc:before {
    content: "\f0de"
}

.icon-sort-up:before {
    content: "\f0de"
}

.icon-envelope:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-rotate-left:before {
    content: "\f0e2"
}

.icon-undo:before {
    content: "\f0e2"
}

.icon-gavel:before {
    content: "\f0e3"
}

.icon-legal:before {
    content: "\f0e3"
}

.icon-dashboard:before {
    content: "\f0e4"
}

.icon-tachometer:before {
    content: "\f0e4"
}

.icon-comment-o:before {
    content: "\f0e5"
}

.icon-comments-o:before {
    content: "\f0e6"
}

.icon-bolt:before {
    content: "\f0e7"
}

.icon-flash:before {
    content: "\f0e7"
}

.icon-sitemap:before {
    content: "\f0e8"
}

.icon-umbrella:before {
    content: "\f0e9"
}

.icon-clipboard:before {
    content: "\f0ea"
}

.icon-paste:before {
    content: "\f0ea"
}

.icon-lightbulb-o:before {
    content: "\f0eb"
}

.icon-exchange:before {
    content: "\f0ec"
}

.icon-cloud-download:before {
    content: "\f0ed"
}

.icon-cloud-upload:before {
    content: "\f0ee"
}

.icon-user-md:before {
    content: "\f0f0"
}

.icon-stethoscope:before {
    content: "\f0f1"
}

.icon-suitcase:before {
    content: "\f0f2"
}

.icon-bell:before {
    content: "\f0f3"
}

.icon-coffee:before {
    content: "\f0f4"
}

.icon-cutlery:before {
    content: "\f0f5"
}

.icon-file-text-o:before {
    content: "\f0f6"
}

.icon-building-o:before {
    content: "\f0f7"
}

.icon-hospital-o:before {
    content: "\f0f8"
}

.icon-ambulance:before {
    content: "\f0f9"
}

.icon-medkit:before {
    content: "\f0fa"
}

.icon-fighter-jet:before {
    content: "\f0fb"
}

.icon-beer:before {
    content: "\f0fc"
}

.icon-h-square:before {
    content: "\f0fd"
}

.icon-plus-square:before {
    content: "\f0fe"
}

.icon-angle-double-left:before {
    content: "\f100"
}

.icon-angle-double-right:before {
    content: "\f101"
}

.icon-angle-double-up:before {
    content: "\f102"
}

.icon-angle-double-down:before {
    content: "\f103"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-desktop:before {
    content: "\f108"
}

.icon-laptop:before {
    content: "\f109"
}

.icon-tablet:before {
    content: "\f10a"
}

.icon-mobile:before {
    content: "\f10b"
}

.icon-mobile-phone:before {
    content: "\f10b"
}

.icon-circle-o:before {
    content: "\f10c"
}

.icon-quote-left:before {
    content: "\f10d"
}

.icon-quote-right:before {
    content: "\f10e"
}

.icon-spinner:before {
    content: "\f110"
}

.icon-circle:before {
    content: "\f111"
}

.icon-mail-reply:before {
    content: "\f112"
}

.icon-reply:before {
    content: "\f112"
}

.icon-github-alt:before {
    content: "\f113"
}

.icon-folder-o:before {
    content: "\f114"
}

.icon-folder-open-o:before {
    content: "\f115"
}

.icon-smile-o:before {
    content: "\f118"
}

.icon-frown-o:before {
    content: "\f119"
}

.icon-meh-o:before {
    content: "\f11a"
}

.icon-gamepad:before {
    content: "\f11b"
}

.icon-keyboard-o:before {
    content: "\f11c"
}

.icon-flag-o:before {
    content: "\f11d"
}

.icon-flag-checkered:before {
    content: "\f11e"
}

.icon-terminal:before {
    content: "\f120"
}

.icon-code:before {
    content: "\f121"
}

.icon-mail-reply-all:before {
    content: "\f122"
}

.icon-reply-all:before {
    content: "\f122"
}

.icon-star-half-empty:before {
    content: "\f123"
}

.icon-star-half-full:before {
    content: "\f123"
}

.icon-star-half-o:before {
    content: "\f123"
}

.icon-location-arrow:before {
    content: "\f124"
}

.icon-crop:before {
    content: "\f125"
}

.icon-code-fork:before {
    content: "\f126"
}

.icon-chain-broken:before {
    content: "\f127"
}

.icon-unlink:before {
    content: "\f127"
}

.icon-info:before {
    content: "\f129"
}

.icon-exclamation:before {
    content: "\f12a"
}

.icon-superscript:before {
    content: "\f12b"
}

.icon-subscript:before {
    content: "\f12c"
}

.icon-eraser:before {
    content: "\f12d"
}

.icon-puzzle-piece:before {
    content: "\f12e"
}

.icon-microphone:before {
    content: "\f130"
}

.icon-microphone-slash:before {
    content: "\f131"
}

.icon-shield:before {
    content: "\f132"
}

.icon-calendar-o:before {
    content: "\f133"
}

.icon-fire-extinguisher:before {
    content: "\f134"
}

.icon-rocket:before {
    content: "\f135"
}

.icon-maxcdn:before {
    content: "\f136"
}

.icon-chevron-circle-left:before {
    content: "\f137"
}

.icon-chevron-circle-right:before {
    content: "\f138"
}

.icon-chevron-circle-up:before {
    content: "\f139"
}

.icon-chevron-circle-down:before {
    content: "\f13a"
}

.icon-html5:before {
    content: "\f13b"
}

.icon-css3:before {
    content: "\f13c"
}

.icon-anchor:before {
    content: "\f13d"
}

.icon-unlock-alt:before {
    content: "\f13e"
}

.icon-bullseye:before {
    content: "\f140"
}

.icon-ellipsis-h:before {
    content: "\f141"
}

.icon-ellipsis-v:before {
    content: "\f142"
}

.icon-rss-square:before {
    content: "\f143"
}

.icon-play-circle:before {
    content: "\f144"
}

.icon-ticket:before {
    content: "\f145"
}

.icon-minus-square:before {
    content: "\f146"
}

.icon-minus-square-o:before {
    content: "\f147"
}

.icon-level-up:before {
    content: "\f148"
}

.icon-level-down:before {
    content: "\f149"
}

.icon-check-square:before {
    content: "\f14a"
}

.icon-pencil-square:before {
    content: "\f14b"
}

.icon-external-link-square:before {
    content: "\f14c"
}

.icon-share-square:before {
    content: "\f14d"
}

.icon-compass:before {
    content: "\f14e"
}

.icon-caret-square-o-down:before {
    content: "\f150"
}

.icon-toggle-down:before {
    content: "\f150"
}

.icon-caret-square-o-up:before {
    content: "\f151"
}

.icon-toggle-up:before {
    content: "\f151"
}

.icon-caret-square-o-right:before {
    content: "\f152"
}

.icon-toggle-right:before {
    content: "\f152"
}

.icon-eur:before {
    content: "\f153"
}

.icon-euro:before {
    content: "\f153"
}

.icon-gbp:before {
    content: "\f154"
}

.icon-dollar:before {
    content: "\f155"
}

.icon-usd:before {
    content: "\f155"
}

.icon-inr:before {
    content: "\f156"
}

.icon-rupee:before {
    content: "\f156"
}

.icon-cny:before {
    content: "\f157"
}

.icon-jpy:before {
    content: "\f157"
}

.icon-rmb:before {
    content: "\f157"
}

.icon-yen:before {
    content: "\f157"
}

.icon-rouble:before {
    content: "\f158"
}

.icon-rub:before {
    content: "\f158"
}

.icon-ruble:before {
    content: "\f158"
}

.icon-krw:before {
    content: "\f159"
}

.icon-won:before {
    content: "\f159"
}

.icon-bitcoin:before {
    content: "\f15a"
}

.icon-btc:before {
    content: "\f15a"
}

.icon-file:before {
    content: "\f15b"
}

.icon-file-text:before {
    content: "\f15c"
}

.icon-sort-alpha-asc:before {
    content: "\f15d"
}

.icon-sort-alpha-desc:before {
    content: "\f15e"
}

.icon-sort-amount-asc:before {
    content: "\f160"
}

.icon-sort-amount-desc:before {
    content: "\f161"
}

.icon-sort-numeric-asc:before {
    content: "\f162"
}

.icon-sort-numeric-desc:before {
    content: "\f163"
}

.icon-thumbs-up:before {
    content: "\f164"
}

.icon-thumbs-down:before {
    content: "\f165"
}

.icon-youtube-square:before {
    content: "\f166"
}

.icon-youtube:before {
    content: "\f167"
}

.icon-xing:before {
    content: "\f168"
}

.icon-xing-square:before {
    content: "\f169"
}

.icon-youtube-play:before {
    content: "\f16a"
}

.icon-dropbox:before {
    content: "\f16b"
}

.icon-stack-overflow:before {
    content: "\f16c"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-flickr:before {
    content: "\f16e"
}

.icon-adn:before {
    content: "\f170"
}

.icon-bitbucket:before {
    content: "\f171"
}

.icon-bitbucket-square:before {
    content: "\f172"
}

.icon-tumblr:before {
    content: "\f173"
}

.icon-tumblr-square:before {
    content: "\f174"
}

.icon-long-arrow-down:before {
    content: "\f175"
}

.icon-long-arrow-up:before {
    content: "\f176"
}

.icon-long-arrow-left:before {
    content: "\f177"
}

.icon-long-arrow-right:before {
    content: "\f178"
}

.icon-apple:before {
    content: "\f179"
}

.icon-windows:before {
    content: "\f17a"
}

.icon-android:before {
    content: "\f17b"
}

.icon-linux:before {
    content: "\f17c"
}

.icon-dribbble:before {
    content: "\f17d"
}

.icon-skype:before {
    content: "\f17e"
}

.icon-foursquare:before {
    content: "\f180"
}

.icon-trello:before {
    content: "\f181"
}

.icon-female:before {
    content: "\f182"
}

.icon-male:before {
    content: "\f183"
}

.icon-gittip:before {
    content: "\f184"
}

.icon-gratipay:before {
    content: "\f184"
}

.icon-sun-o:before {
    content: "\f185"
}

.icon-moon-o:before {
    content: "\f186"
}

.icon-archive:before {
    content: "\f187"
}

.icon-bug:before {
    content: "\f188"
}

.icon-vk:before {
    content: "\f189"
}

.icon-weibo:before {
    content: "\f18a"
}

.icon-renren:before {
    content: "\f18b"
}

.icon-pagelines:before {
    content: "\f18c"
}

.icon-stack-exchange:before {
    content: "\f18d"
}

.icon-arrow-circle-o-right:before {
    content: "\f18e"
}

.icon-arrow-circle-o-left:before {
    content: "\f190"
}

.icon-caret-square-o-left:before {
    content: "\f191"
}

.icon-toggle-left:before {
    content: "\f191"
}

.icon-dot-circle-o:before {
    content: "\f192"
}

.icon-wheelchair:before {
    content: "\f193"
}

.icon-vimeo-square:before {
    content: "\f194"
}

.icon-try:before {
    content: "\f195"
}

.icon-turkish-lira:before {
    content: "\f195"
}

.icon-plus-square-o:before {
    content: "\f196"
}

.icon-space-shuttle:before {
    content: "\f197"
}

.icon-slack:before {
    content: "\f198"
}

.icon-envelope-square:before {
    content: "\f199"
}

.icon-wordpress:before {
    content: "\f19a"
}

.icon-openid:before {
    content: "\f19b"
}

.icon-bank:before {
    content: "\f19c"
}

.icon-institution:before {
    content: "\f19c"
}

.icon-university:before {
    content: "\f19c"
}

.icon-graduation-cap:before {
    content: "\f19d"
}

.icon-mortar-board:before {
    content: "\f19d"
}

.icon-yahoo:before {
    content: "\f19e"
}

.icon-google:before {
    content: "\f1a0"
}

.icon-reddit:before {
    content: "\f1a1"
}

.icon-reddit-square:before {
    content: "\f1a2"
}

.icon-stumbleupon-circle:before {
    content: "\f1a3"
}

.icon-stumbleupon:before {
    content: "\f1a4"
}

.icon-delicious:before {
    content: "\f1a5"
}

.icon-digg:before {
    content: "\f1a6"
}

.icon-pied-piper-pp:before {
    content: "\f1a7"
}

.icon-pied-piper-alt:before {
    content: "\f1a8"
}

.icon-drupal:before {
    content: "\f1a9"
}

.icon-joomla:before {
    content: "\f1aa"
}

.icon-language:before {
    content: "\f1ab"
}

.icon-fax:before {
    content: "\f1ac"
}

.icon-building2:before {
    content: "\f1ad"
}

.icon-child:before {
    content: "\f1ae"
}

.icon-paw:before {
    content: "\f1b0"
}

.icon-spoon:before {
    content: "\f1b1"
}

.icon-cube:before {
    content: "\f1b2"
}

.icon-cubes:before {
    content: "\f1b3"
}

.icon-behance:before {
    content: "\f1b4"
}

.icon-behance-square:before {
    content: "\f1b5"
}

.icon-steam:before {
    content: "\f1b6"
}

.icon-steam-square:before {
    content: "\f1b7"
}

.icon-recycle:before {
    content: "\f1b8"
}

.icon-automobile:before {
    content: "\f1b9"
}

.icon-car:before {
    content: "\f1b9"
}

.icon-cab:before {
    content: "\f1ba"
}

.icon-taxi:before {
    content: "\f1ba"
}

.icon-tree:before {
    content: "\f1bb"
}

.icon-spotify:before {
    content: "\f1bc"
}

.icon-deviantart:before {
    content: "\f1bd"
}

.icon-soundcloud:before {
    content: "\f1be"
}

.icon-database:before {
    content: "\f1c0"
}

.icon-file-pdf-o:before {
    content: "\f1c1"
}

.icon-file-word-o:before {
    content: "\f1c2"
}

.icon-file-excel-o:before {
    content: "\f1c3"
}

.icon-file-powerpoint-o:before {
    content: "\f1c4"
}

.icon-file-image-o:before {
    content: "\f1c5"
}

.icon-file-photo-o:before {
    content: "\f1c5"
}

.icon-file-picture-o:before {
    content: "\f1c5"
}

.icon-file-archive-o:before {
    content: "\f1c6"
}

.icon-file-zip-o:before {
    content: "\f1c6"
}

.icon-file-audio-o:before {
    content: "\f1c7"
}

.icon-file-sound-o:before {
    content: "\f1c7"
}

.icon-file-movie-o:before {
    content: "\f1c8"
}

.icon-file-video-o:before {
    content: "\f1c8"
}

.icon-file-code-o:before {
    content: "\f1c9"
}

.icon-vine:before {
    content: "\f1ca"
}

.icon-codepen:before {
    content: "\f1cb"
}

.icon-jsfiddle:before {
    content: "\f1cc"
}

.icon-life-bouy:before {
    content: "\f1cd"
}

.icon-life-buoy:before {
    content: "\f1cd"
}

.icon-life-ring:before {
    content: "\f1cd"
}

.icon-life-saver:before {
    content: "\f1cd"
}

.icon-support:before {
    content: "\f1cd"
}

.icon-circle-o-notch:before {
    content: "\f1ce"
}

.icon-ra:before {
    content: "\f1d0"
}

.icon-rebel:before {
    content: "\f1d0"
}

.icon-resistance:before {
    content: "\f1d0"
}

.icon-empire:before {
    content: "\f1d1"
}

.icon-ge:before {
    content: "\f1d1"
}

.icon-git-square:before {
    content: "\f1d2"
}

.icon-git:before {
    content: "\f1d3"
}

.icon-hacker-news:before {
    content: "\f1d4"
}

.icon-y-combinator-square:before {
    content: "\f1d4"
}

.icon-yc-square:before {
    content: "\f1d4"
}

.icon-tencent-weibo:before {
    content: "\f1d5"
}

.icon-qq:before {
    content: "\f1d6"
}

.icon-wechat:before {
    content: "\f1d7"
}

.icon-weixin:before {
    content: "\f1d7"
}

.icon-paper-plane:before {
    content: "\f1d8"
}

.icon-send:before {
    content: "\f1d8"
}

.icon-paper-plane-o:before {
    content: "\f1d9"
}

.icon-send-o:before {
    content: "\f1d9"
}

.icon-history:before {
    content: "\f1da"
}

.icon-circle-thin:before {
    content: "\f1db"
}

.icon-header:before {
    content: "\f1dc"
}

.icon-paragraph:before {
    content: "\f1dd"
}

.icon-sliders:before {
    content: "\f1de"
}

.icon-share-alt:before {
    content: "\f1e0"
}

.icon-share-alt-square:before {
    content: "\f1e1"
}

.icon-bomb:before {
    content: "\f1e2"
}

.icon-futbol-o:before {
    content: "\f1e3"
}

.icon-soccer-ball-o:before {
    content: "\f1e3"
}

.icon-tty:before {
    content: "\f1e4"
}

.icon-binoculars:before {
    content: "\f1e5"
}

.icon-plug:before {
    content: "\f1e6"
}

.icon-slideshare:before {
    content: "\f1e7"
}

.icon-twitch:before {
    content: "\f1e8"
}

.icon-yelp:before {
    content: "\f1e9"
}

.icon-newspaper-o:before {
    content: "\f1ea"
}

.icon-wifi:before {
    content: "\f1eb"
}

.icon-calculator:before {
    content: "\f1ec"
}

.icon-paypal:before {
    content: "\f1ed"
}

.icon-google-wallet:before {
    content: "\f1ee"
}

.icon-cc-visa:before {
    content: "\f1f0"
}

.icon-cc-mastercard:before {
    content: "\f1f1"
}

.icon-cc-discover:before {
    content: "\f1f2"
}

.icon-cc-amex:before {
    content: "\f1f3"
}

.icon-cc-paypal:before {
    content: "\f1f4"
}

.icon-cc-stripe:before {
    content: "\f1f5"
}

.icon-bell-slash:before {
    content: "\f1f6"
}

.icon-bell-slash-o:before {
    content: "\f1f7"
}

.icon-trash:before {
    content: "\f1f8"
}

.icon-copyright:before {
    content: "\f1f9"
}

.icon-at:before {
    content: "\f1fa"
}

.icon-eyedropper:before {
    content: "\f1fb"
}

.icon-paint-brush:before {
    content: "\f1fc"
}

.icon-birthday-cake:before {
    content: "\f1fd"
}

.icon-area-chart:before {
    content: "\f1fe"
}

.icon-pie-chart:before {
    content: "\f200"
}

.icon-line-chart:before {
    content: "\f201"
}

.icon-lastfm:before {
    content: "\f202"
}

.icon-lastfm-square:before {
    content: "\f203"
}

.icon-toggle-off:before {
    content: "\f204"
}

.icon-toggle-on:before {
    content: "\f205"
}

.icon-bicycle:before {
    content: "\f206"
}

.icon-bus:before {
    content: "\f207"
}

.icon-ioxhost:before {
    content: "\f208"
}

.icon-angellist:before {
    content: "\f209"
}

.icon-cc:before {
    content: "\f20a"
}

.icon-ils:before {
    content: "\f20b"
}

.icon-shekel:before {
    content: "\f20b"
}

.icon-sheqel:before {
    content: "\f20b"
}

.icon-meanpath:before {
    content: "\f20c"
}

.icon-buysellads:before {
    content: "\f20d"
}

.icon-connectdevelop:before {
    content: "\f20e"
}

.icon-dashcube:before {
    content: "\f210"
}

.icon-forumbee:before {
    content: "\f211"
}

.icon-leanpub:before {
    content: "\f212"
}

.icon-sellsy:before {
    content: "\f213"
}

.icon-shirtsinbulk:before {
    content: "\f214"
}

.icon-simplybuilt:before {
    content: "\f215"
}

.icon-skyatlas:before {
    content: "\f216"
}

.icon-cart-plus:before {
    content: "\f217"
}

.icon-cart-arrow-down:before {
    content: "\f218"
}

.icon-diamond:before {
    content: "\f219"
}

.icon-ship:before {
    content: "\f21a"
}

.icon-user-secret:before {
    content: "\f21b"
}

.icon-motorcycle:before {
    content: "\f21c"
}

.icon-street-view:before {
    content: "\f21d"
}

.icon-heartbeat:before {
    content: "\f21e"
}

.icon-venus:before {
    content: "\f221"
}

.icon-mars:before {
    content: "\f222"
}

.icon-mercury:before {
    content: "\f223"
}

.icon-intersex:before {
    content: "\f224"
}

.icon-transgender:before {
    content: "\f224"
}

.icon-transgender-alt:before {
    content: "\f225"
}

.icon-venus-double:before {
    content: "\f226"
}

.icon-mars-double:before {
    content: "\f227"
}

.icon-venus-mars:before {
    content: "\f228"
}

.icon-mars-stroke:before {
    content: "\f229"
}

.icon-mars-stroke-v:before {
    content: "\f22a"
}

.icon-mars-stroke-h:before {
    content: "\f22b"
}

.icon-neuter:before {
    content: "\f22c"
}

.icon-genderless:before {
    content: "\f22d"
}

.icon-facebook-official:before {
    content: "\f230"
}

.icon-pinterest-p:before {
    content: "\f231"
}

.icon-whatsapp:before {
    content: "\f232"
}

.icon-server:before {
    content: "\f233"
}

.icon-user-plus:before {
    content: "\f234"
}

.icon-user-times:before {
    content: "\f235"
}

.icon-bed:before {
    content: "\f236"
}

.icon-hotel:before {
    content: "\f236"
}

.icon-viacoin:before {
    content: "\f237"
}

.icon-train:before {
    content: "\f238"
}

.icon-subway:before {
    content: "\f239"
}

.icon-medium:before {
    content: "\f23a"
}

.icon-y-combinator:before {
    content: "\f23b"
}

.icon-yc:before {
    content: "\f23b"
}

.icon-optin-monster:before {
    content: "\f23c"
}

.icon-opencart:before {
    content: "\f23d"
}

.icon-expeditedssl:before {
    content: "\f23e"
}

.icon-battery:before {
    content: "\f240"
}

.icon-battery-4:before {
    content: "\f240"
}

.icon-battery-full:before {
    content: "\f240"
}

.icon-battery-3:before {
    content: "\f241"
}

.icon-battery-three-quarters:before {
    content: "\f241"
}

.icon-battery-2:before {
    content: "\f242"
}

.icon-battery-half:before {
    content: "\f242"
}

.icon-battery-1:before {
    content: "\f243"
}

.icon-battery-quarter:before {
    content: "\f243"
}

.icon-battery-0:before {
    content: "\f244"
}

.icon-battery-empty:before {
    content: "\f244"
}

.icon-mouse-pointer:before {
    content: "\f245"
}

.icon-i-cursor:before {
    content: "\f246"
}

.icon-object-group:before {
    content: "\f247"
}

.icon-object-ungroup:before {
    content: "\f248"
}

.icon-sticky-note:before {
    content: "\f249"
}

.icon-sticky-note-o:before {
    content: "\f24a"
}

.icon-cc-jcb:before {
    content: "\f24b"
}

.icon-cc-diners-club:before {
    content: "\f24c"
}

.icon-clone:before {
    content: "\f24d"
}

.icon-balance-scale:before {
    content: "\f24e"
}

.icon-hourglass-o:before {
    content: "\f250"
}

.icon-hourglass-1:before {
    content: "\f251"
}

.icon-hourglass-start:before {
    content: "\f251"
}

.icon-hourglass-2:before {
    content: "\f252"
}

.icon-hourglass-half:before {
    content: "\f252"
}

.icon-hourglass-3:before {
    content: "\f253"
}

.icon-hourglass-end:before {
    content: "\f253"
}

.icon-hourglass:before {
    content: "\f254"
}

.icon-hand-grab-o:before {
    content: "\f255"
}

.icon-hand-rock-o:before {
    content: "\f255"
}

.icon-hand-paper-o:before {
    content: "\f256"
}

.icon-hand-stop-o:before {
    content: "\f256"
}

.icon-hand-scissors-o:before {
    content: "\f257"
}

.icon-hand-lizard-o:before {
    content: "\f258"
}

.icon-hand-spock-o:before {
    content: "\f259"
}

.icon-hand-pointer-o:before {
    content: "\f25a"
}

.icon-hand-peace-o:before {
    content: "\f25b"
}

.icon-trademark:before {
    content: "\f25c"
}

.icon-registered:before {
    content: "\f25d"
}

.icon-creative-commons:before {
    content: "\f25e"
}

.icon-gg:before {
    content: "\f260"
}

.icon-gg-circle:before {
    content: "\f261"
}

.icon-tripadvisor:before {
    content: "\f262"
}

.icon-odnoklassniki:before {
    content: "\f263"
}

.icon-odnoklassniki-square:before {
    content: "\f264"
}

.icon-get-pocket:before {
    content: "\f265"
}

.icon-wikipedia-w:before {
    content: "\f266"
}

.icon-safari:before {
    content: "\f267"
}

.icon-chrome:before {
    content: "\f268"
}

.icon-firefox:before {
    content: "\f269"
}

.icon-opera:before {
    content: "\f26a"
}

.icon-internet-explorer:before {
    content: "\f26b"
}

.icon-television:before {
    content: "\f26c"
}

.icon-tv:before {
    content: "\f26c"
}

.icon-contao:before {
    content: "\f26d"
}

.icon-500px:before {
    content: "\f26e"
}

.icon-amazon:before {
    content: "\f270"
}

.icon-calendar-plus-o:before {
    content: "\f271"
}

.icon-calendar-minus-o:before {
    content: "\f272"
}

.icon-calendar-times-o:before {
    content: "\f273"
}

.icon-calendar-check-o:before {
    content: "\f274"
}

.icon-industry:before {
    content: "\f275"
}

.icon-map-pin:before {
    content: "\f276"
}

.icon-map-signs:before {
    content: "\f277"
}

.icon-map-o:before {
    content: "\f278"
}

.icon-map:before {
    content: "\f279"
}

.icon-commenting:before {
    content: "\f27a"
}

.icon-commenting-o:before {
    content: "\f27b"
}

.icon-houzz:before {
    content: "\f27c"
}

.icon-vimeo:before {
    content: "\f27d"
}

.icon-black-tie:before {
    content: "\f27e"
}

.icon-fonticons:before {
    content: "\f280"
}

.icon-reddit-alien:before {
    content: "\f281"
}

.icon-edge:before {
    content: "\f282"
}

.icon-credit-card-alt:before {
    content: "\f283"
}

.icon-codiepie:before {
    content: "\f284"
}

.icon-modx:before {
    content: "\f285"
}

.icon-fort-awesome:before {
    content: "\f286"
}

.icon-usb:before {
    content: "\f287"
}

.icon-product-hunt:before {
    content: "\f288"
}

.icon-mixcloud:before {
    content: "\f289"
}

.icon-scribd:before {
    content: "\f28a"
}

.icon-pause-circle:before {
    content: "\f28b"
}

.icon-pause-circle-o:before {
    content: "\f28c"
}

.icon-stop-circle:before {
    content: "\f28d"
}

.icon-stop-circle-o:before {
    content: "\f28e"
}

.icon-shopping-bag:before {
    content: "\f290"
}

.icon-shopping-basket:before {
    content: "\f291"
}

.icon-hashtag:before {
    content: "\f292"
}

.icon-bluetooth:before {
    content: "\f293"
}

.icon-bluetooth-b:before {
    content: "\f294"
}

.icon-percent:before {
    content: "\f295"
}

.icon-gitlab:before {
    content: "\f296"
}

.icon-wpbeginner:before {
    content: "\f297"
}

.icon-wpforms:before {
    content: "\f298"
}

.icon-envira:before {
    content: "\f299"
}

.icon-universal-access:before {
    content: "\f29a"
}

.icon-wheelchair-alt:before {
    content: "\f29b"
}

.icon-question-circle-o:before {
    content: "\f29c"
}

.icon-blind:before {
    content: "\f29d"
}

.icon-audio-description:before {
    content: "\f29e"
}

.icon-volume-control-phone:before {
    content: "\f2a0"
}

.icon-braille:before {
    content: "\f2a1"
}

.icon-assistive-listening-systems:before {
    content: "\f2a2"
}

.icon-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.icon-asl-interpreting:before {
    content: "\f2a3"
}

.icon-deaf:before {
    content: "\f2a4"
}

.icon-deafness:before {
    content: "\f2a4"
}

.icon-hard-of-hearing:before {
    content: "\f2a4"
}

.icon-glide:before {
    content: "\f2a5"
}

.icon-glide-g:before {
    content: "\f2a6"
}

.icon-sign-language:before {
    content: "\f2a7"
}

.icon-signing:before {
    content: "\f2a7"
}

.icon-low-vision:before {
    content: "\f2a8"
}

.icon-viadeo:before {
    content: "\f2a9"
}

.icon-viadeo-square:before {
    content: "\f2aa"
}

.icon-snapchat:before {
    content: "\f2ab"
}

.icon-snapchat-ghost:before {
    content: "\f2ac"
}

.icon-snapchat-square:before {
    content: "\f2ad"
}

.icon-pied-piper:before {
    content: "\f2ae"
}

.icon-first-order:before {
    content: "\f2b0"
}

.icon-yoast:before {
    content: "\f2b1"
}

.icon-themeisle:before {
    content: "\f2b2"
}

.icon-google-plus-circle:before {
    content: "\f2b3"
}

.icon-google-plus-official:before {
    content: "\f2b3"
}

.icon-fa:before {
    content: "\f2b4"
}

.icon-font-awesome:before {
    content: "\f2b4"
}

.icon-handshake-o:before {
    content: "\f2b5"
}

.icon-envelope-open:before {
    content: "\f2b6"
}

.icon-envelope-open-o:before {
    content: "\f2b7"
}

.icon-linode:before {
    content: "\f2b8"
}

.icon-address-book:before {
    content: "\f2b9"
}

.icon-address-book-o:before {
    content: "\f2ba"
}

.icon-address-card:before {
    content: "\f2bb"
}

.icon-vcard:before {
    content: "\f2bb"
}

.icon-address-card-o:before {
    content: "\f2bc"
}

.icon-vcard-o:before {
    content: "\f2bc"
}

.icon-user-circle:before {
    content: "\f2bd"
}

.icon-user-circle-o:before {
    content: "\f2be"
}

.icon-user-o:before {
    content: "\f2c0"
}

.icon-id-badge:before {
    content: "\f2c1"
}

.icon-drivers-license:before {
    content: "\f2c2"
}

.icon-id-card:before {
    content: "\f2c2"
}

.icon-drivers-license-o:before {
    content: "\f2c3"
}

.icon-id-card-o:before {
    content: "\f2c3"
}

.icon-quora:before {
    content: "\f2c4"
}

.icon-free-code-camp:before {
    content: "\f2c5"
}

.icon-telegram:before {
    content: "\f2c6"
}

.icon-thermometer:before {
    content: "\f2c7"
}

.icon-thermometer-4:before {
    content: "\f2c7"
}

.icon-thermometer-full:before {
    content: "\f2c7"
}

.icon-thermometer-3:before {
    content: "\f2c8"
}

.icon-thermometer-three-quarters:before {
    content: "\f2c8"
}

.icon-thermometer-2:before {
    content: "\f2c9"
}

.icon-thermometer-half:before {
    content: "\f2c9"
}

.icon-thermometer-1:before {
    content: "\f2ca"
}

.icon-thermometer-quarter:before {
    content: "\f2ca"
}

.icon-thermometer-0:before {
    content: "\f2cb"
}

.icon-thermometer-empty:before {
    content: "\f2cb"
}

.icon-shower:before {
    content: "\f2cc"
}

.icon-bath:before {
    content: "\f2cd"
}

.icon-bathtub:before {
    content: "\f2cd"
}

.icon-s15:before {
    content: "\f2cd"
}

.icon-podcast:before {
    content: "\f2ce"
}

.icon-window-maximize:before {
    content: "\f2d0"
}

.icon-window-minimize:before {
    content: "\f2d1"
}

.icon-window-restore:before {
    content: "\f2d2"
}

.icon-times-rectangle:before {
    content: "\f2d3"
}

.icon-window-close:before {
    content: "\f2d3"
}

.icon-times-rectangle-o:before {
    content: "\f2d4"
}

.icon-window-close-o:before {
    content: "\f2d4"
}

.icon-bandcamp:before {
    content: "\f2d5"
}

.icon-grav:before {
    content: "\f2d6"
}

.icon-etsy:before {
    content: "\f2d7"
}

.icon-imdb:before {
    content: "\f2d8"
}

.icon-ravelry:before {
    content: "\f2d9"
}

.icon-eercast:before {
    content: "\f2da"
}

.icon-microchip:before {
    content: "\f2db"
}

.icon-snowflake-o:before {
    content: "\f2dc"
}

.icon-superpowers:before {
    content: "\f2dd"
}

.icon-wpexplorer:before {
    content: "\f2de"
}

.icon-meetup:before {
    content: "\f2e0"
}

#export-csv{
    position: absolute;
    right: 0px;
    margin-right: 20px;
    margin-top: -20px;
}

.btn-export-csv{
    cursor: pointer;
}

.white {
    background-color: #fff!important;
}
.white {
    background: #fff!important;
}
.b-b {
    border-bottom: 1px solid #e1e8ee!important;
}
.p-b-0 {
    padding-bottom: 0!important;
}
.p-10 {
    padding: 10px!important;
}

.p-t-b-10 {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.p-l-10 {
    padding-left: 10px!important;
}
.p-b-10 {
    padding-bottom: 10px!important;
}

.p-t-b-20 {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.r-5 {
    border-radius: 5px!important;
}
.no-m {
    margin: 0!important;
}
.border {
    border: 1px solid #e1e8ee;
}

.text-blue {
    color: #4ea9e0!important;
}

.bolder, .font-weight-bolder {
    font-weight: 900!important;
}

.separator {
    border-bottom: 1px solid #edf0f2;
}

.chosen-container-single .chosen-single {
    display: block !important;
    width: 100%;
    height: 36px !important;
    padding: 6px 32px 6px 12px !important;
    font-size: 13px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #c4cdcf !important;
    border-radius: 3px !important;
    outline: 0 !important;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(219, 219, 219, .69) !important;
    -moz-box-shadow: inset 0 -3px 0 0 rgba(219, 219, 219, .69) !important;
    box-shadow: inset 0 -3px 0 0 rgba(219, 219, 219, .69);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.chosen-container-single .chosen-single span {
    padding-top: 2px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 2px;
}

/* additional by adam endvy */

#fg_search input{
    margin-right: 5px;
    margin-bottom: 2px;
}

.rpd-dataform.inline{
    margin-bottom: 5px;
    float: left !important;
}

.table tr:nth-child(even) {background: #d3f7de}
.table tr:nth-child(odd) {background: #FFF}

.form-group input.btn, .btn-toolbar input.btn{
    margin-left: 15px;
}

.btn-toolbar{
    margin-top: 20px;
}



