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

/*
[class^="icon-"], [class*=" icon-"] {
 font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/


[class^="icon-"], [class*=" icon-"],
[class^="icon-line-"], [class*=" icon-line-"],
[class^="icon-line2-"], [class*=" icon-line2-"],
.side-header #primary-menu ul > li.sub-menu > a:after,
.docs-navigation ul ul li.current a:after {
	display: inline-block;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-line-"], [class*=" icon-line-"], [class^="icon-line2-"], [class*=" icon-line2-"] { font-family: 'icomoon' !important; }


.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.iconlist {
	padding-left: 0;
	margin-left: 1.75em;
	list-style-type: none;
}

.iconlist li { position: relative; }

.iconlist ul {
	list-style-type: none;
	margin: 5px 0 5px 25px;
}

.iconlist > li [class^="icon-"]:first-child, .iconlist > li [class*=" icon-"]:first-child {
	position: absolute;
	left: -1.75em;
	width: 1.75em;
	text-align: center;
	top: 1px;
	width: 14px;
}

.iconlist.iconlist-large { font-size: 16px; }

.iconlist.iconlist-large li { margin: 4px 0; }

.iconlist.iconlist-large > li [class^="icon-"], .iconlist.iconlist-large > li [class*=" icon-"] {
	width: 16px;
	margin-right: 5px;
}

.iconlist-color li i {
  color: #1ABC9C;
  color: var(--themecolor);
}

.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.icon.pull-left {
  margin-right: .3em;
}
.icon.pull-right {
  margin-left: .3em;
}
.icon-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.icon-stacked {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stacked-1x,
.icon-stacked-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stacked-1x {
  line-height: inherit;
}
.icon-stacked-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #ffffff;
}


/*----------------------------------------------------------------------------------------------*/

.icon-file-text2:before {
  content: "\e926";
}
.icon-line-paper:before {
  content: "\e926";
}
.icon-spinner9:before {
  content: "\e982";
}
.icon-spin:before {
  content: "\e982";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-spinner:before {
  content: "\e900";
}
.icon-redo-alt:before {
  content: "\e900";
}
.icon-color_lens:before {
  content: "\e901";
}
.icon-palette:before {
  content: "\e901";
}
.icon-map:before {
  content: "\e902";
}
.icon-search1:before {
  content: "\e903";
}
.icon-line-search:before {
  content: "\e903";
}
.icon-tag:before {
  content: "\e904";
}
.icon-line-tag:before {
  content: "\e904";
}
.icon-loader:before {
  content: "\e905";
}
.icon-email:before {
  content: "\e906";
}
.icon-chat-3:before {
  content: "\e907";
}
.icon-clipboard:before {
  content: "\e908";
}
.icon-clipboard2:before {
  content: "\e908";
}
.icon-archive:before {
  content: "\e909";
}
.icon-archive1:before {
  content: "\e909";
}
.icon-checkmark-outline:before {
  content: "\e90a";
}
.icon-line-circle-check:before {
  content: "\e90a";
}
.icon-close-outline:before {
  content: "\e912";
}
.icon-line-circle-cross:before {
  content: "\e912";
}
.icon-store-front:before {
  content: "\e90b";
}
.icon-store:before {
  content: "\e90b";
}
.icon-time1:before {
  content: "\e913";
}
.icon-line-clock:before {
  content: "\e913";
}
.icon-envelope:before {
  content: "\e90c";
}
.icon-email3:before {
  content: "\e90c";
}
.icon-settings:before {
  content: "\e90d";
}
.icon-line-cog:before {
  content: "\e90d";
}
.icon-news:before {
  content: "\e90e";
}
.icon-wallet:before {
  content: "\e90f";
}
.icon-wallet1:before {
  content: "\e90f";
}
.icon-world:before {
  content: "\e910";
}
.icon-bulb:before {
  content: "\e911";
}
.icon-search:before {
  content: "\f002";
}
.icon-search3:before {
  content: "\f002";
}
.icon-user:before {
  content: "\f007";
}
.icon-user4:before {
  content: "\f007";
}
.icon-user-edit:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-home:before {
  content: "\f015";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-time:before {
  content: "\f017";
}
.icon-image:before {
  content: "\f03e";
}
.icon-photo:before {
  content: "\f03e";
}
.icon-picture-o:before {
  content: "\f03e";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-marker1:before {
  content: "\f041";
}
.icon-marker2:before {
  content: "\f041";
}
.icon-map-marker1:before {
  content: "\f041";
}
.icon-map-marker2:before {
  content: "\f041";
}
.icon-edit:before {
  content: "\f044";
}
.icon-edit2:before {
  content: "\f044";
}
.icon-pencil-square-o:before {
  content: "\f044";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-eye1:before {
  content: "\f06e";
}
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-warning:before {
  content: "\f071";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-calendar3:before {
  content: "\f073";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-shopping-cart1:before {
  content: "\f07a";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-gears:before {
  content: "\f085";
}
.icon-cogs1:before {
  content: "\f085";
}
.icon-sign-out:before {
  content: "\f08b";
}
.icon-line2-logout:before {
  content: "\f08b";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-linkedin:before {
  content: "\f08c";
}
.icon-phone:before {
  content: "\f095";
}
.icon-phone3:before {
  content: "\f095";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-credit:before {
  content: "\f09d";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-users:before {
  content: "\f0c0";
}
.icon-floppy-o:before {
  content: "\f0c7";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-save2:before {
  content: "\f0c7";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-money-bill: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-cloud-upload:before {
  content: "\f0ee";
}
.icon-upload:before {
  content: "\f0ee";
}
.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-unlock-alt:before {
  content: "\f13e";
}
.icon-unlock:before {
  content: "\f13e";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-up21:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-youtube:before {
  content: "\f16a";
}
.icon-trash:before {
  content: "\f1f8";
}
.icon-trash-alt:before {
  content: "\f1f8";
}
.icon-paint-brush:before {
  content: "\f1fc";
}
.icon-user-plus:before {
  content: "\f234";
}
.icon-map-o:before {
  content: "\f278";
}
.icon-line-map:before {
  content: "\f278";
}
.icon-address-card-o:before {
  content: "\f2bc";
}
.icon-vcard-o:before {
  content: "\f2bc";
}
.icon-vcard:before {
  content: "\f2bc";
}
.icon-user-o:before {
  content: "\f2c0";
}
.icon-user1:before {
  content: "\f2c0";
}
