
@font-face {
	font-family: 'gsicon-global';
	src:url('fonts/gsicon-global.eot?rxg5nd');
	src:url('fonts/gsicon-global.eot?rxg5nd#iefix') format('embedded-opentype'),
		url('fonts/gsicon-global.ttf?rxg5nd') format('truetype'),
		url('fonts/gsicon-global.woff?rxg5nd') format('woff'),
		url('fonts/gsicon-global.svg?rxg5nd#gsicon-global') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'gsicon-global';
        src: url('fonts/gsicon-global.svg#gsicon-global') format('svg');
    }
}

.gsicon {
	font-family: 'gsicon-global' !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	
	
	/* -webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	  text-rendering: optimizeLegibility !important; */
}

.gsicon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.gsicon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.gsicon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gsicon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gsicon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.gsicon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.gsicon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}



/*============= Icons ================*/

.icon-formula-fx:before {
  content: "\e91b";
}
.icon-filter-plus:before {
  content: "\e91a";
}
.icon-export:before {
  content: "\e918";
}
.icon-palette:before {
  content: "\e919";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-archive:before {
  content: "\f187";
}
.icon-area-chart:before {
  content: "\f1fe";
}
.icon-arrow-circle-down:before {
  content: "\f0ab";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.icon-arrow-circle-o-left:before {
  content: "\f190";
}
.icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-arrow-circle-up:before {
  content: "\f0aa";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrows:before {
  content: "\f047";
}
.icon-arrows-alt:before {
  content: "\f0b2";
}
.icon-arrows-h:before {
  content: "\f07e";
}
.icon-arrows-v:before {
  content: "\f07d";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-at:before {
  content: "\f1fa";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-ban:before {
  content: "\f05e";
}
.icon-bank:before {
  content: "\f19c";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-bell-o:before {
  content: "\f0a2";
}
.icon-binoculars:before {
  content: "\f1e5";
}
.icon-bitcoin:before {
  content: "\f15a";
}
.icon-bold:before {
  content: "\f032";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-bookmark-o:before {
  content: "\f097";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-bug:before {
  content: "\f188";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-calculator:before {
  content: "\f1ec";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-calendar-check-o:before {
  content: "\f274";
}
.icon-calendar-minus-o:before {
  content: "\f272";
}
.icon-calendar-o:before {
  content: "\f133";
}
.icon-calendar-plus-o:before {
  content: "\f271";
}
.icon-calendar-times-o:before {
  content: "\f273";
}
.icon-camera:before {
  content: "\f030";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-caret-square-o-down:before {
  content: "\f150";
}
.icon-caret-square-o-left:before {
  content: "\f191";
}
.icon-caret-square-o-right:before {
  content: "\f152";
}
.icon-caret-square-o-up:before {
  content: "\f151";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-cart-arrow-down:before {
  content: "\f218";
}
.icon-cart-plus:before {
  content: "\f217";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-chain:before {
  content: "\f0c1";
}
.icon-chain-broken:before {
  content: "\f127";
}
.icon-check:before {
  content: "\f00c";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-check-circle-o:before {
  content: "\f05d";
}
.icon-check-square:before {
  content: "\f14a";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-chevron-circle-down:before {
  content: "\f13a";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-chevron-circle-up:before {
  content: "\f139";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-circle-o-notch:before {
  content: "\f1ce";
}
.icon-clipboard:before {
  content: "\f0ea";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-clone:before {
  content: "\f24d";
}
.icon-close:before {
  content: "\f00d";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-cny:before {
  content: "\f157";
}
.icon-code:before {
  content: "\f121";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-cog:before {
  content: "\f013";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-comment:before {
  content: "\f075";
}
.icon-comment-o:before {
  content: "\f0e5";
}
.icon-commenting:before {
  content: "\f27a";
}
.icon-commenting-o:before {
  content: "\f27b";
}
.icon-comments:before {
  content: "\f086";
}
.icon-comments-o:before {
  content: "\f0e6";
}
.icon-compress:before {
  content: "\f066";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-copyright:before {
  content: "\f1f9";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-crop:before {
  content: "\f125";
}
.icon-crosshairs:before {
  content: "\f05b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-cube:before {
  content: "\f1b2";
}
.icon-cubes:before {
  content: "\f1b3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-database:before {
  content: "\f1c0";
}
.icon-dedent:before {
  content: "\f03b";
}
.icon-dollar:before {
  content: "\f155";
}
.icon-dot-circle-o:before {
  content: "\f192";
}
.icon-download:before {
  content: "\f019";
}
.icon-edit:before {
  content: "\f044";
}
.icon-eject:before {
  content: "\f052";
}
.icon-ellipsis-h:before {
  content: "\f141";
}
.icon-ellipsis-v:before {
  content: "\f142";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-envelope-square:before {
  content: "\f199";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-eur:before {
  content: "\f153";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-expand:before {
  content: "\f065";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-external-link-square:before {
  content: "\f14c";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-eye-slash:before {
  content: "\f070";
}
.icon-eyedropper:before {
  content: "\f1fb";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-fax:before {
  content: "\f1ac";
}
.icon-feed:before {
  content: "\f09e";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-archive-o:before {
  content: "\f1c6";
}
.icon-file-audio-o:before {
  content: "\f1c7";
}
.icon-file-code-o:before {
  content: "\f1c9";
}
.icon-file-excel-o:before {
  content: "\f1c3";
}
.icon-file-image-o:before {
  content: "\f1c5";
}
.icon-file-line:before {
  content: "\f15c";
}
.icon-file-movie-o:before {
  content: "\f1c8";
}
.icon-file-o:before {
  content: "\f016";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.icon-file-text-o:before {
  content: "\f0f6";
}
.icon-file-word-o:before {
  content: "\f1c2";
}
.icon-film:before {
  content: "\f008";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-flag-o:before {
  content: "\f11d";
}
.icon-floppy-o:before {
  content: "\f0c7";
}
.icon-folder:before {
  content: "\f07b";
}
.icon-folder-o:before {
  content: "\f114";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-folder-open-o:before {
  content: "\f115";
}
.icon-font:before {
  content: "\f031";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-hand-o-down:before {
  content: "\f0a7";
}
.icon-hand-o-left:before {
  content: "\f0a5";
}
.icon-hand-o-right:before {
  content: "\f0a4";
}
.icon-hand-o-up:before {
  content: "\f0a6";
}
.icon-hdd-o:before {
  content: "\f0a0";
}
.icon-history:before {
  content: "\f1da";
}
.icon-home2:before {
  content: "\f015";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-i-cursor:before {
  content: "\f246";
}
.icon-image:before {
  content: "\f03e";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-indent:before {
  content: "\f03c";
}
.icon-info:before {
  content: "\f129";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-inr:before {
  content: "\f156";
}
.icon-italic:before {
  content: "\f033";
}
.icon-key:before {
  content: "\f084";
}
.icon-krw:before {
  content: "\f159";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-line-chart:before {
  content: "\f201";
}
.icon-list:before {
  content: "\f03a";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-lock:before {
  content: "\f023";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-mail-forward:before {
  content: "\f064";
}
.icon-mail-reply:before {
  content: "\f112";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-slash:before {
  content: "\f131";
}
.icon-minus:before {
  content: "\f068";
}
.icon-minus-circle:before {
  content: "\f056";
}
.icon-minus-square:before {
  content: "\f146";
}
.icon-minus-square-o:before {
  content: "\f147";
}
.icon-mouse-pointer:before {
  content: "\f245";
}
.icon-music:before {
  content: "\f001";
}
.icon-newspaper-o:before {
  content: "\f1ea";
}
.icon-object-group:before {
  content: "\f247";
}
.icon-object-ungroup:before {
  content: "\f248";
}
.icon-paint-brush:before {
  content: "\f1fc";
}
.icon-paperclip:before {
  content: "\f0c6";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-pencil-square:before {
  content: "\f14b";
}
.icon-phone:before {
  content: "\f095";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-pie-chart:before {
  content: "\f200";
}
.icon-play:before {
  content: "\f04b";
}
.icon-play-circle:before {
  content: "\f144";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-plus:before {
  content: "\f067";
}
.icon-plus-circle:before {
  content: "\f055";
}
.icon-plus-square:before {
  content: "\f0fe";
}
.icon-plus-square-o:before {
  content: "\f196";
}
.icon-power-off:before {
  content: "\f011";
}
.icon-print:before {
  content: "\f02f";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-question:before {
  content: "\f128";
}
.icon-question-circle:before {
  content: "\f059";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-random:before {
  content: "\f074";
}
.icon-recycle:before {
  content: "\f1b8";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-repeat:before {
  content: "\f01e";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-rotate-left:before {
  content: "\f0e2";
}
.icon-rouble:before {
  content: "\f158";
}
.icon-search:before {
  content: "\f002";
}
.icon-search-minus:before {
  content: "\f010";
}
.icon-search-plus:before {
  content: "\f00e";
}
.icon-server:before {
  content: "\f233";
}
.icon-seta_seletor:before {
  content: "\f054";
}
.icon-share-alt:before {
  content: "\f1e0";
}
.icon-share-alt-square:before {
  content: "\f1e1";
}
.icon-share-square:before {
  content: "\f14d";
}
.icon-share-square-o:before {
  content: "\f045";
}
.icon-shield:before {
  content: "\f132";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-sign-in:before {
  content: "\f090";
}
.icon-sign-out:before {
  content: "\f08b";
}
.icon-signal:before {
  content: "\f012";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-slack:before {
  content: "\f198";
}
.icon-sliders:before {
  content: "\f1de";
}
.icon-sort:before {
  content: "\f0dc";
}
.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-spinner:before {
  content: "\f110";
}
.icon-square:before {
  content: "\f0c8";
}
.icon-square-o:before {
  content: "\f096";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-sticky-note:before {
  content: "\f249";
}
.icon-sticky-note-o:before {
  content: "\f24a";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-thumb-tack:before {
  content: "\f08d";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-thumbs-o-down:before {
  content: "\f088";
}
.icon-thumbs-o-up:before {
  content: "\f087";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-tint:before {
  content: "\f043";
}
.icon-toggle-off:before {
  content: "\f204";
}
.icon-toggle-on:before {
  content: "\f205";
}
.icon-trash:before {
  content: "\f1f8";
}
.icon-trash-o:before {
  content: "\f014";
}
.icon-tty:before {
  content: "\f1e4";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-upload:before {
  content: "\f093";
}
.icon-user:before {
  content: "\f007";
}
.icon-user-plus:before {
  content: "\f234";
}
.icon-user-secret:before {
  content: "\f21b";
}
.icon-user-times:before {
  content: "\f235";
}
.icon-video-camera:before {
  content: "\f03d";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-misleading:before {
  content: "\e917";
}
.icon-sound-source:before {
  content: "\e916";
}
.icon-pix:before {
  content: "\e915";
}
.icon-trash-integration:before {
  content: "\e914";
}
.icon-simulacao-ideal:before {
  content: "\e913";
}
.icon-cash:before {
  content: "\e911";
}
.icon-currency-index:before {
  content: "\e912";
}
.icon-replace:before {
  content: "\e910";
}
.icon-greater-equal:before {
  content: "\e90c";
}
.icon-smaller-equal:before {
  content: "\e90d";
}
.icon-diference:before {
  content: "\e90e";
}
.icon-equal:before {
  content: "\e90f";
}
.icon-open-parentheses:before {
  content: "\e90a";
}
.icon-close-parentheses:before {
  content: "\e90b";
}
.icon-divided:before {
  content: "\e909";
}
.icon-view-details:before {
  content: "\e908";
}
.icon-update-system:before {
  content: "\e907";
}
.icon-update:before {
  content: "\e904";
}
.icon-draggable:before {
  content: "\e903";
}
.icon-amortization-interest-icon:before {
  content: "\e902";
}
.icon-maximize:before {
  content: "\e901";
}
.icon-marker:before {
  content: "\e900";
}
.icon-cash-posting:before {
  content: "\e905";
}
.icon-banking-post:before {
  content: "\e906";
}
.icon-flag:before {
  content: "\e619";
}
.icon-menu:before {
  content: "\e60a";
}
.icon-operacoesFinanceiras:before {
  content: "\e660";
}
.icon-moedasIndices:before {
  content: "\e610";
}
.icon-workflow:before {
  content: "\e618";
}
.icon-simulacao:before {
  content: "\e61d";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-coin-dollar:before {
  content: "\e93b";
}
.icon-user1:before {
  content: "\e971";
}
