/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-plus-square-o:hover:before {
  content: "\f0fe";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-search:before {
  content: "\f002";
}

.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-exit:before {
  content: "\f00d";
}
