@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?d08iwp');
  src:  url('fonts/icomoon.eot?d08iwp#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?d08iwp') format('truetype'),
    url('fonts/icomoon.woff?d08iwp') format('woff'),
    url('fonts/icomoon.svg?d08iwp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map-pin:before {
  content: "\e900";
}
.icon-calendar:before {
  content: "\e901";
}
.icon-arrow-down:before {
  content: "\e902";
}
.icon-arrow-left:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-arrow-up:before {
  content: "\e905";
}
.icon-sort-arrow-down:before {
  content: "\e906";
}
.icon-sort-arrow-up:before {
  content: "\e907";
}
.icon-play-left:before {
  content: "\e908";
}
.icon-cancel:before {
  content: "\e909";
}
.icon-plus:before {
  content: "\e90a";
}
.icon-checkmark:before {
  content: "\e90b";
}
.icon-filter:before {
  content: "\e90c";
}
.icon-sort:before {
  content: "\e90d";
}
.icon-minus:before {
  content: "\e90e";
}
.icon-cart-box:before {
  content: "\e90f";
}
.icon-menu:before {
  content: "\e910";
}
.icon-search:before {
  content: "\e911";
}
.icon-file:before {
  content: "\e912";
}
.icon-cart:before {
  content: "\e913";
}
.icon-play:before {
  content: "\e914";
}
.icon-question:before {
  content: "\e915";
}
.icon-instagram:before {
  content: "\e916";
}
.icon-facebook:before {
  content: "\e917";
}
.icon-twitter:before {
  content: "\e918";
}
.icon-youtube:before {
  content: "\e919";
}
.icon-grid:before {
  content: "\e91a";
}
.icon-doc-generic:before {
  content: "\e91b";
}
.icon-doc-pdf:before {
  content: "\e91c";
}
.icon-doc-video:before {
  content: "\e91d";
}
.icon-doc-word:before {
  content: "\e91e";
}
.icon-snapchat:before {
  content: "\e91f";
}
.icon-linkedin:before {
  content: "\e920";
}

.icon-document:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/paper-task.png);
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
}

.icon-checklist:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/checklist.png);
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
}

.icon-headset:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/headset.png);
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
}

.icon-info:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../../images/info.png);
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
}

.icon-close-full:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/close-full.png);
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
}

.icon-close-full-red:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../../images/close-full-red.png);
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
}

.icon-close-full-red-small:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/close-full-red-small.png);
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
}

.icon-redo:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../../images/redo.png);
    background-repeat: no-repeat;
    position: relative;
}

.icon-more-alt:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 4px;
    background-image: url(../../images/more-alt.png);
    background-repeat: no-repeat;
    position: relative;
    top: -6px;
}

.icon-filter:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../../images/filter.png);
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
}

button:not(.collapsed) .icon-filter:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../../images/filter-active.png);
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
}

.icon-chevron-down {
    content: '';
    display: inline-block;
    width: 10px;
    height: 6px;
    background-image: url(../../images/chevron-down.svg);
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
}
