/*!
 *  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-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-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);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

	

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
		
}
.n-icon-spinner {
	position: relative;
}
	
.n-icon-spinner:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 2px solid #ccc;
	border-top-color: #333;
	animation: spinner .6s linear infinite;
}
	
.n-icon-glass:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f000";
}
	
.n-icon-music:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f001";
}
	
.n-icon-search:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f002";
}
	
.n-icon-envelope-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f003";
}
	
.n-icon-heart:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f004";
}
	
.n-icon-star:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f005";
}
	
.n-icon-star-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f006";
}
	
.n-icon-user:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f007";
}
	
.n-icon-film:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f008";
}
	
.n-icon-th-large:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f009";
}
	
.n-icon-th:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f00a";
}
	
.n-icon-th-list:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f00b";
}
	
.n-icon-check:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f00c";
}
	
.n-icon-remove:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f00d";
}
	
.n-icon-close:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f00d";
}
	
.n-icon-times:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f00d";
}
	
.n-icon-search-plus:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f00e";
}
	
.n-icon-search-minus:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f010";
}
	
.n-icon-power-off:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f011";
}
	
.n-icon-signal:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f012";
}
	
.n-icon-gear:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f013";
}
	
.n-icon-cog:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f013";
}
	
.n-icon-trash-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f014";
}
	
.n-icon-home:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f015";
}
	
.n-icon-file-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f016";
}
	
.n-icon-clock-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f017";
}
	
.n-icon-road:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f018";
}
	
.n-icon-download:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f019";
}
	
.n-icon-arrow-circle-o-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f01a";
}
	
.n-icon-arrow-circle-o-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f01b";
}
	
.n-icon-inbox:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f01c";
}
	
.n-icon-play-circle-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f01d";
}
	
.n-icon-rotate-right:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f01e";
}
	
.n-icon-repeat:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f01e";
}
	
.n-icon-refresh:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f021";
}
	
.n-icon-list-alt:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f022";
}
	
.n-icon-lock:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f023";
}
	
.n-icon-flag:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f024";
}
	
.n-icon-headphones:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f025";
}
	
.n-icon-volume-off:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f026";
}
	
.n-icon-volume-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f027";
}
	
.n-icon-volume-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f028";
}
	
.n-icon-qrcode:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f029";
}
	
.n-icon-barcode:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f02a";
}
	
.n-icon-tag:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f02b";
}
	
.n-icon-tags:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f02c";
}
	
.n-icon-book:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f02d";
}
	
.n-icon-bookmark:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f02e";
}
	
.n-icon-print:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f02f";
}
	
.n-icon-camera:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f030";
}
	
.n-icon-font:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f031";
}
	
.n-icon-bold:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f032";
}
	
.n-icon-italic:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f033";
}
	
.n-icon-text-height:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f034";
}
	
.n-icon-text-width:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f035";
}
	
.n-icon-align-left:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f036";
}
	
.n-icon-align-center:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f037";
}
	
.n-icon-align-right:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f038";
}
	
.n-icon-align-justify:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f039";
}
	
.n-icon-list:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f03a";
}
	
.n-icon-dedent:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f03b";
}
	
.n-icon-outdent:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f03b";
}
	
.n-icon-indent:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f03c";
}
	
.n-icon-video-camera:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f03d";
}
	
.n-icon-photo:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f03e";
}
	
.n-icon-image:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f03e";
}
	
.n-icon-picture-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f03e";
}
	
.n-icon-pencil:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f040";
}
	
.n-icon-map-marker:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f041";
}
	
.n-icon-adjust:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f042";
}
	
.n-icon-tint:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f043";
}
	
.n-icon-edit:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f044";
}
	
.n-icon-pencil-square-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f044";
}
	
.n-icon-share-square-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f045";
}
	
.n-icon-check-square-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f046";
}
	
.n-icon-arrows:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f047";
}
	
.n-icon-step-backward:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f048";
}
	
.n-icon-fast-backward:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f049";
}
	
.n-icon-backward:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f04a";
}
	
.n-icon-play:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f04b";
}
	
.n-icon-pause:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f04c";
}
	
.n-icon-stop:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f04d";
}
	
.n-icon-forward:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f04e";
}
	
.n-icon-fast-forward:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f050";
}
	
.n-icon-step-forward:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f051";
}
	
.n-icon-eject:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f052";
}
	
.n-icon-chevron-left:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f053";
}
	
.n-icon-chevron-right:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f054";
}
	
.n-icon-plus-circle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f055";
}
	
.n-icon-minus-circle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f056";
}
	
.n-icon-times-circle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f057";
}
	
.n-icon-check-circle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f058";
}
	
.n-icon-question-circle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f059";
}
	
.n-icon-info-circle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f05a";
}
	
.n-icon-crosshairs:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f05b";
}
	
.n-icon-times-circle-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f05c";
}
	
.n-icon-check-circle-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f05d";
}
	
.n-icon-ban:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f05e";
}
	
.n-icon-arrow-left:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f060";
}
	
.n-icon-arrow-right:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f061";
}
	
.n-icon-arrow-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f062";
}
	
.n-icon-arrow-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f063";
}
	
.n-icon-mail-forward:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f064";
}
	
.n-icon-share:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f064";
}
	
.n-icon-expand:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f065";
}
	
.n-icon-compress:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f066";
}
	
.n-icon-plus:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f067";
}
	
.n-icon-minus:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f068";
}
	
.n-icon-asterisk:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f069";
}
	
.n-icon-exclamation-circle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f06a";
}
	
.n-icon-gift:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f06b";
}
	
.n-icon-leaf:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f06c";
}
	
.n-icon-fire:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f06d";
}
	
.n-icon-eye:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f06e";
}
	
.n-icon-eye-slash:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f070";
}
	
.n-icon-warning:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f071";
}
	
.n-icon-exclamation-triangle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f071";
}
	
.n-icon-plane:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f072";
}
	
.n-icon-calendar:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f073";
}
	
.n-icon-random:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f074";
}
	
.n-icon-comment:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f075";
}
	
.n-icon-magnet:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f076";
}
	
.n-icon-chevron-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f077";
}
	
.n-icon-chevron-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f078";
}
	
.n-icon-retweet:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f079";
}
	
.n-icon-shopping-cart:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f07a";
}
	
.n-icon-folder:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f07b";
}
	
.n-icon-folder-open:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f07c";
}
	
.n-icon-arrows-v:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f07d";
}
	
.n-icon-arrows-h:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f07e";
}
	
.n-icon-bar-chart-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f080";
}
	
.n-icon-bar-chart:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f080";
}
	
.n-icon-twitter-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f081";
}
	
.n-icon-facebook-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f082";
}
	
.n-icon-camera-retro:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f083";
}
	
.n-icon-key:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f084";
}
	
.n-icon-gears:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f085";
}
	
.n-icon-cogs:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f085";
}
	
.n-icon-comments:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f086";
}
	
.n-icon-thumbs-o-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f087";
}
	
.n-icon-thumbs-o-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f088";
}
	
.n-icon-star-half:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f089";
}
	
.n-icon-heart-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f08a";
}
	
.n-icon-sign-out:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f08b";
}
	
.n-icon-linkedin-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f08c";
}
	
.n-icon-thumb-tack:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f08d";
}
	
.n-icon-external-link:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f08e";
}
	
.n-icon-sign-in:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f090";
}
	
.n-icon-trophy:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f091";
}
	
.n-icon-github-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f092";
}
	
.n-icon-upload:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f093";
}
	
.n-icon-lemon-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f094";
}
	
.n-icon-phone:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f095";
}
	
.n-icon-square-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f096";
}
	
.n-icon-bookmark-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f097";
}
	
.n-icon-phone-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f098";
}
	
.n-icon-twitter:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f099";
}
	
.n-icon-facebook-f:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f09a";
}
	
.n-icon-facebook:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f09a";
}
	
.n-icon-github:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f09b";
}
	
.n-icon-unlock:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f09c";
}
	
.n-icon-credit-card:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f09d";
}
	
.n-icon-feed:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f09e";
}
	
.n-icon-rss:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f09e";
}
	
.n-icon-hdd-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0a0";
}
	
.n-icon-bullhorn:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0a1";
}
	
.n-icon-bell:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0f3";
}
	
.n-icon-certificate:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0a3";
}
	
.n-icon-hand-o-right:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0a4";
}
	
.n-icon-hand-o-left:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0a5";
}
	
.n-icon-hand-o-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0a6";
}
	
.n-icon-hand-o-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0a7";
}
	
.n-icon-arrow-circle-left:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0a8";
}
	
.n-icon-arrow-circle-right:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0a9";
}
	
.n-icon-arrow-circle-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0aa";
}
	
.n-icon-arrow-circle-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0ab";
}
	
.n-icon-globe:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0ac";
}
	
.n-icon-wrench:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0ad";
}
	
.n-icon-tasks:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0ae";
}
	
.n-icon-filter:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0b0";
}
	
.n-icon-briefcase:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0b1";
}
	
.n-icon-arrows-alt:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0b2";
}
	
.n-icon-group:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c0";
}
	
.n-icon-users:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c0";
}
	
.n-icon-chain:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c1";
}
	
.n-icon-link:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c1";
}
	
.n-icon-cloud:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c2";
}
	
.n-icon-flask:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c3";
}
	
.n-icon-cut:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c4";
}
	
.n-icon-scissors:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c4";
}
	
.n-icon-copy:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c5";
}
	
.n-icon-files-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c5";
}
	
.n-icon-paperclip:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c6";
}
	
.n-icon-save:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c7";
}
	
.n-icon-floppy-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c7";
}
	
.n-icon-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c8";
}
	
.n-icon-navicon:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c9";
}
	
.n-icon-reorder:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c9";
}
	
.n-icon-bars:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0c9";
}
	
.n-icon-list-ul:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0ca";
}
	
.n-icon-list-ol:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0cb";
}
	
.n-icon-strikethrough:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0cc";
}
	
.n-icon-underline:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0cd";
}
	
.n-icon-table:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0ce";
}
	
.n-icon-magic:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0d0";
}
	
.n-icon-truck:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0d1";
}
	
.n-icon-pinterest:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0d2";
}
	
.n-icon-pinterest-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0d3";
}
	
.n-icon-google-plus-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0d4";
}
	
.n-icon-google-plus:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0d5";
}
	
.n-icon-money:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0d6";
}
	
.n-icon-caret-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0d7";
}
	
.n-icon-caret-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0d8";
}
	
.n-icon-caret-left:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0d9";
}
	
.n-icon-caret-right:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0da";
}
	
.n-icon-columns:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0db";
}
	
.n-icon-unsorted:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0dc";
}
	
.n-icon-sort:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0dc";
}
	
.n-icon-sort-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0dd";
}
	
.n-icon-sort-desc:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0dd";
}
	
.n-icon-sort-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0de";
}
	
.n-icon-sort-asc:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0de";
}
	
.n-icon-envelope:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0e0";
}
	
.n-icon-linkedin:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0e1";
}
	
.n-icon-rotate-left:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0e2";
}
	
.n-icon-undo:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0e2";
}
	
.n-icon-legal:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0e3";
}
	
.n-icon-gavel:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0e3";
}
	
.n-icon-dashboard:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0e4";
}
	
.n-icon-tachometer:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0e4";
}
	
.n-icon-comment-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0e5";
}
	
.n-icon-comments-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0e6";
}
	
.n-icon-flash:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0e7";
}
	
.n-icon-bolt:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0e7";
}
	
.n-icon-sitemap:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0e8";
}
	
.n-icon-umbrella:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0e9";
}
	
.n-icon-paste:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0ea";
}
	
.n-icon-clipboard:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0ea";
}
	
.n-icon-lightbulb-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0eb";
}
	
.n-icon-exchange:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0ec";
}
	
.n-icon-cloud-download:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0ed";
}
	
.n-icon-cloud-upload:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0ee";
}
	
.n-icon-user-md:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0f0";
}
	
.n-icon-stethoscope:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0f1";
}
	
.n-icon-suitcase:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0f2";
}
	
.n-icon-bell-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0a2";
}
	
.n-icon-coffee:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0f4";
}
	
.n-icon-cutlery:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0f5";
}
	
.n-icon-file-text-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0f6";
}
	
.n-icon-building-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0f7";
}
	
.n-icon-hospital-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0f8";
}
	
.n-icon-ambulance:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0f9";
}
	
.n-icon-medkit:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0fa";
}
	
.n-icon-fighter-jet:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0fb";
}
	
.n-icon-beer:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0fc";
}
	
.n-icon-h-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0fd";
}
	
.n-icon-plus-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f0fe";
}
	
.n-icon-angle-double-left:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f100";
}
	
.n-icon-angle-double-right:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f101";
}
	
.n-icon-angle-double-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f102";
}
	
.n-icon-angle-double-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f103";
}
	
.n-icon-angle-left:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f104";
}
	
.n-icon-angle-right:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f105";
}
	
.n-icon-angle-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f106";
}
	
.n-icon-angle-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f107";
}
	
.n-icon-desktop:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f108";
}
	
.n-icon-laptop:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f109";
}
	
.n-icon-tablet:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f10a";
}
	
.n-icon-mobile-phone:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f10b";
}
	
.n-icon-mobile:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f10b";
}
	
.n-icon-circle-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f10c";
}
	
.n-icon-quote-left:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f10d";
}
	
.n-icon-quote-right:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f10e";
}
	
.n-icon-circle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f111";
}
	
.n-icon-mail-reply:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f112";
}
	
.n-icon-reply:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f112";
}
	
.n-icon-github-alt:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f113";
}
	
.n-icon-folder-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f114";
}
	
.n-icon-folder-open-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f115";
}
	
.n-icon-smile-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f118";
}
	
.n-icon-frown-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f119";
}
	
.n-icon-meh-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f11a";
}
	
.n-icon-gamepad:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f11b";
}
	
.n-icon-keyboard-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f11c";
}
	
.n-icon-flag-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f11d";
}
	
.n-icon-flag-checkered:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f11e";
}
	
.n-icon-terminal:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f120";
}
	
.n-icon-code:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f121";
}
	
.n-icon-mail-reply-all:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f122";
}
	
.n-icon-reply-all:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f122";
}
	
.n-icon-star-half-empty:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f123";
}
	
.n-icon-star-half-full:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f123";
}
	
.n-icon-star-half-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f123";
}
	
.n-icon-location-arrow:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f124";
}
	
.n-icon-crop:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f125";
}
	
.n-icon-code-fork:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f126";
}
	
.n-icon-unlink:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f127";
}
	
.n-icon-chain-broken:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f127";
}
	
.n-icon-question:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f128";
}
	
.n-icon-info:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f129";
}
	
.n-icon-exclamation:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f12a";
}
	
.n-icon-superscript:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f12b";
}
	
.n-icon-subscript:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f12c";
}
	
.n-icon-eraser:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f12d";
}
	
.n-icon-puzzle-piece:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f12e";
}
	
.n-icon-microphone:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f130";
}
	
.n-icon-microphone-slash:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f131";
}
	
.n-icon-shield:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f132";
}
	
.n-icon-calendar-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f133";
}
	
.n-icon-fire-extinguisher:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f134";
}
	
.n-icon-rocket:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f135";
}
	
.n-icon-maxcdn:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f136";
}
	
.n-icon-chevron-circle-left:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f137";
}
	
.n-icon-chevron-circle-right:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f138";
}
	
.n-icon-chevron-circle-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f139";
}
	
.n-icon-chevron-circle-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f13a";
}
	
.n-icon-html5:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f13b";
}
	
.n-icon-css3:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f13c";
}
	
.n-icon-anchor:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f13d";
}
	
.n-icon-unlock-alt:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f13e";
}
	
.n-icon-bullseye:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f140";
}
	
.n-icon-ellipsis-h:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f141";
}
	
.n-icon-ellipsis-v:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f142";
}
	
.n-icon-rss-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f143";
}
	
.n-icon-play-circle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f144";
}
	
.n-icon-ticket:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f145";
}
	
.n-icon-minus-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f146";
}
	
.n-icon-minus-square-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f147";
}
	
.n-icon-level-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f148";
}
	
.n-icon-level-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f149";
}
	
.n-icon-check-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f14a";
}
	
.n-icon-pencil-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f14b";
}
	
.n-icon-external-link-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f14c";
}
	
.n-icon-share-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f14d";
}
	
.n-icon-compass:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f14e";
}
	
.n-icon-toggle-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f150";
}
	
.n-icon-caret-square-o-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f150";
}
	
.n-icon-toggle-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f151";
}
	
.n-icon-caret-square-o-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f151";
}
	
.n-icon-toggle-right:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f152";
}
	
.n-icon-caret-square-o-right:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f152";
}
	
.n-icon-euro:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f153";
}
	
.n-icon-eur:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f153";
}
	
.n-icon-gbp:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f154";
}
	
.n-icon-dollar:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f155";
}
	
.n-icon-usd:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f155";
}
	
.n-icon-rupee:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f156";
}
	
.n-icon-inr:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f156";
}
	
.n-icon-cny:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f157";
}
	
.n-icon-rmb:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f157";
}
	
.n-icon-yen:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f157";
}
	
.n-icon-jpy:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f157";
}
	
.n-icon-ruble:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f158";
}
	
.n-icon-rouble:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f158";
}
	
.n-icon-rub:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f158";
}
	
.n-icon-won:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f159";
}
	
.n-icon-krw:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f159";
}
	
.n-icon-bitcoin:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f15a";
}
	
.n-icon-btc:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f15a";
}
	
.n-icon-file:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f15b";
}
	
.n-icon-file-text:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f15c";
}
	
.n-icon-sort-alpha-asc:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f15d";
}
	
.n-icon-sort-alpha-desc:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f15e";
}
	
.n-icon-sort-amount-asc:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f160";
}
	
.n-icon-sort-amount-desc:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f161";
}
	
.n-icon-sort-numeric-asc:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f162";
}
	
.n-icon-sort-numeric-desc:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f163";
}
	
.n-icon-thumbs-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f164";
}
	
.n-icon-thumbs-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f165";
}
	
.n-icon-youtube-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f166";
}
	
.n-icon-youtube:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f167";
}
	
.n-icon-xing:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f168";
}
	
.n-icon-xing-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f169";
}
	
.n-icon-youtube-play:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f16a";
}
	
.n-icon-dropbox:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f16b";
}
	
.n-icon-stack-overflow:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f16c";
}
	
.n-icon-instagram:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f16d";
}
	
.n-icon-flickr:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f16e";
}
	
.n-icon-adn:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f170";
}
	
.n-icon-bitbucket:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f171";
}
	
.n-icon-bitbucket-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f172";
}
	
.n-icon-tumblr:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f173";
}
	
.n-icon-tumblr-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f174";
}
	
.n-icon-long-arrow-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f175";
}
	
.n-icon-long-arrow-up:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f176";
}
	
.n-icon-long-arrow-left:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f177";
}
	
.n-icon-long-arrow-right:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f178";
}
	
.n-icon-apple:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f179";
}
	
.n-icon-windows:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f17a";
}
	
.n-icon-android:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f17b";
}
	
.n-icon-linux:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f17c";
}
	
.n-icon-dribbble:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f17d";
}
	
.n-icon-skype:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f17e";
}
	
.n-icon-foursquare:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f180";
}
	
.n-icon-trello:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f181";
}
	
.n-icon-female:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f182";
}
	
.n-icon-male:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f183";
}
	
.n-icon-gittip:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f184";
}
	
.n-icon-gratipay:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f184";
}
	
.n-icon-sun-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f185";
}
	
.n-icon-moon-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f186";
}
	
.n-icon-archive:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f187";
}
	
.n-icon-bug:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f188";
}
	
.n-icon-vk:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f189";
}
	
.n-icon-weibo:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f18a";
}
	
.n-icon-renren:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f18b";
}
	
.n-icon-pagelines:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f18c";
}
	
.n-icon-stack-exchange:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f18d";
}
	
.n-icon-arrow-circle-o-right:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f18e";
}
	
.n-icon-arrow-circle-o-left:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f190";
}
	
.n-icon-toggle-left:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f191";
}
	
.n-icon-caret-square-o-left:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f191";
}
	
.n-icon-dot-circle-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f192";
}
	
.n-icon-wheelchair:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f193";
}
	
.n-icon-vimeo-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f194";
}
	
.n-icon-turkish-lira:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f195";
}
	
.n-icon-try:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f195";
}
	
.n-icon-plus-square-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f196";
}
	
.n-icon-space-shuttle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f197";
}
	
.n-icon-slack:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f198";
}
	
.n-icon-envelope-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f199";
}
	
.n-icon-wordpress:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f19a";
}
	
.n-icon-openid:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f19b";
}
	
.n-icon-institution:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f19c";
}
	
.n-icon-bank:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f19c";
}
	
.n-icon-university:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f19c";
}
	
.n-icon-mortar-board:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f19d";
}
	
.n-icon-graduation-cap:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f19d";
}
	
.n-icon-yahoo:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f19e";
}
	
.n-icon-google:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1a0";
}
	
.n-icon-reddit:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1a1";
}
	
.n-icon-reddit-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1a2";
}
	
.n-icon-stumbleupon-circle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1a3";
}
	
.n-icon-stumbleupon:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1a4";
}
	
.n-icon-delicious:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1a5";
}
	
.n-icon-digg:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1a6";
}
	
.n-icon-pied-piper-pp:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1a7";
}
	
.n-icon-pied-piper-alt:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1a8";
}
	
.n-icon-drupal:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1a9";
}
	
.n-icon-joomla:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1aa";
}
	
.n-icon-language:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1ab";
}
	
.n-icon-fax:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1ac";
}
	
.n-icon-building:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1ad";
}
	
.n-icon-child:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1ae";
}
	
.n-icon-paw:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1b0";
}
	
.n-icon-spoon:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1b1";
}
	
.n-icon-cube:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1b2";
}
	
.n-icon-cubes:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1b3";
}
	
.n-icon-behance:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1b4";
}
	
.n-icon-behance-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1b5";
}
	
.n-icon-steam:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1b6";
}
	
.n-icon-steam-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1b7";
}
	
.n-icon-recycle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1b8";
}
	
.n-icon-automobile:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1b9";
}
	
.n-icon-car:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1b9";
}
	
.n-icon-cab:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1ba";
}
	
.n-icon-taxi:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1ba";
}
	
.n-icon-tree:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1bb";
}
	
.n-icon-spotify:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1bc";
}
	
.n-icon-deviantart:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1bd";
}
	
.n-icon-soundcloud:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1be";
}
	
.n-icon-database:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1c0";
}
	
.n-icon-file-pdf-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1c1";
}
	
.n-icon-file-word-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1c2";
}
	
.n-icon-file-excel-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1c3";
}
	
.n-icon-file-powerpoint-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1c4";
}
	
.n-icon-file-photo-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1c5";
}
	
.n-icon-file-picture-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1c5";
}
	
.n-icon-file-image-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1c5";
}
	
.n-icon-file-zip-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1c6";
}
	
.n-icon-file-archive-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1c6";
}
	
.n-icon-file-sound-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1c7";
}
	
.n-icon-file-audio-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1c7";
}
	
.n-icon-file-movie-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1c8";
}
	
.n-icon-file-video-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1c8";
}
	
.n-icon-file-code-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1c9";
}
	
.n-icon-vine:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1ca";
}
	
.n-icon-codepen:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1cb";
}
	
.n-icon-jsfiddle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1cc";
}
	
.n-icon-life-bouy:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1cd";
}
	
.n-icon-life-buoy:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1cd";
}
	
.n-icon-life-saver:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1cd";
}
	
.n-icon-support:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1cd";
}
	
.n-icon-life-ring:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1cd";
}
	
.n-icon-circle-o-notch:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1ce";
}
	
.n-icon-ra:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d0";
}
	
.n-icon-resistance:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d0";
}
	
.n-icon-rebel:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d0";
}
	
.n-icon-ge:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d1";
}
	
.n-icon-empire:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d1";
}
	
.n-icon-git-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d2";
}
	
.n-icon-git:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d3";
}
	
.n-icon-y-combinator-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d4";
}
	
.n-icon-yc-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d4";
}
	
.n-icon-hacker-news:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d4";
}
	
.n-icon-tencent-weibo:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d5";
}
	
.n-icon-qq:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d6";
}
	
.n-icon-wechat:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d7";
}
	
.n-icon-weixin:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d7";
}
	
.n-icon-send:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d8";
}
	
.n-icon-paper-plane:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d8";
}
	
.n-icon-send-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d9";
}
	
.n-icon-paper-plane-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1d9";
}
	
.n-icon-history:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1da";
}
	
.n-icon-circle-thin:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1db";
}
	
.n-icon-header:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1dc";
}
	
.n-icon-paragraph:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1dd";
}
	
.n-icon-sliders:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1de";
}
	
.n-icon-share-alt:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1e0";
}
	
.n-icon-share-alt-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1e1";
}
	
.n-icon-bomb:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1e2";
}
	
.n-icon-soccer-ball-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1e3";
}
	
.n-icon-futbol-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1e3";
}
	
.n-icon-tty:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1e4";
}
	
.n-icon-binoculars:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1e5";
}
	
.n-icon-plug:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1e6";
}
	
.n-icon-slideshare:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1e7";
}
	
.n-icon-twitch:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1e8";
}
	
.n-icon-yelp:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1e9";
}
	
.n-icon-newspaper-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1ea";
}
	
.n-icon-wifi:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1eb";
}
	
.n-icon-calculator:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1ec";
}
	
.n-icon-paypal:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1ed";
}
	
.n-icon-google-wallet:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1ee";
}
	
.n-icon-cc-visa:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1f0";
}
	
.n-icon-cc-mastercard:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1f1";
}
	
.n-icon-cc-discover:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1f2";
}
	
.n-icon-cc-amex:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1f3";
}
	
.n-icon-cc-paypal:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1f4";
}
	
.n-icon-cc-stripe:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1f5";
}
	
.n-icon-bell-slash:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1f6";
}
	
.n-icon-bell-slash-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1f7";
}
	
.n-icon-trash:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1f8";
}
	
.n-icon-copyright:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1f9";
}
	
.n-icon-at:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1fa";
}
	
.n-icon-eyedropper:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1fb";
}
	
.n-icon-paint-brush:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1fc";
}
	
.n-icon-birthday-cake:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1fd";
}
	
.n-icon-area-chart:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f1fe";
}
	
.n-icon-pie-chart:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f200";
}
	
.n-icon-line-chart:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f201";
}
	
.n-icon-lastfm:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f202";
}
	
.n-icon-lastfm-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f203";
}
	
.n-icon-toggle-off:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f204";
}
	
.n-icon-toggle-on:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f205";
}
	
.n-icon-bicycle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f206";
}
	
.n-icon-bus:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f207";
}
	
.n-icon-ioxhost:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f208";
}
	
.n-icon-angellist:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f209";
}
	
.n-icon-cc:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f20a";
}
	
.n-icon-shekel:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f20b";
}
	
.n-icon-sheqel:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f20b";
}
	
.n-icon-ils:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f20b";
}
	
.n-icon-meanpath:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f20c";
}
	
.n-icon-buysellads:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f20d";
}
	
.n-icon-connectdevelop:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f20e";
}
	
.n-icon-dashcube:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f210";
}
	
.n-icon-forumbee:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f211";
}
	
.n-icon-leanpub:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f212";
}
	
.n-icon-sellsy:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f213";
}
	
.n-icon-shirtsinbulk:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f214";
}
	
.n-icon-simplybuilt:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f215";
}
	
.n-icon-skyatlas:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f216";
}
	
.n-icon-cart-plus:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f217";
}
	
.n-icon-cart-arrow-down:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f218";
}
	
.n-icon-diamond:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f219";
}
	
.n-icon-ship:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f21a";
}
	
.n-icon-user-secret:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f21b";
}
	
.n-icon-motorcycle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f21c";
}
	
.n-icon-street-view:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f21d";
}
	
.n-icon-heartbeat:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f21e";
}
	
.n-icon-venus:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f221";
}
	
.n-icon-mars:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f222";
}
	
.n-icon-mercury:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f223";
}
	
.n-icon-intersex:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f224";
}
	
.n-icon-transgender:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f224";
}
	
.n-icon-transgender-alt:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f225";
}
	
.n-icon-venus-double:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f226";
}
	
.n-icon-mars-double:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f227";
}
	
.n-icon-venus-mars:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f228";
}
	
.n-icon-mars-stroke:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f229";
}
	
.n-icon-mars-stroke-v:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f22a";
}
	
.n-icon-mars-stroke-h:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f22b";
}
	
.n-icon-neuter:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f22c";
}
	
.n-icon-genderless:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f22d";
}
	
.n-icon-facebook-official:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f230";
}
	
.n-icon-pinterest-p:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f231";
}
	
.n-icon-whatsapp:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f232";
}
	
.n-icon-server:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f233";
}
	
.n-icon-user-plus:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f234";
}
	
.n-icon-user-times:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f235";
}
	
.n-icon-hotel:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f236";
}
	
.n-icon-bed:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f236";
}
	
.n-icon-viacoin:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f237";
}
	
.n-icon-train:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f238";
}
	
.n-icon-subway:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f239";
}
	
.n-icon-medium:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f23a";
}
	
.n-icon-yc:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f23b";
}
	
.n-icon-y-combinator:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f23b";
}
	
.n-icon-optin-monster:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f23c";
}
	
.n-icon-opencart:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f23d";
}
	
.n-icon-expeditedssl:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f23e";
}
	
.n-icon-battery-4:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f240";
}
	
.n-icon-battery:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f240";
}
	
.n-icon-battery-full:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f240";
}
	
.n-icon-battery-3:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f241";
}
	
.n-icon-battery-three-quarters:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f241";
}
	
.n-icon-battery-2:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f242";
}
	
.n-icon-battery-half:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f242";
}
	
.n-icon-battery-1:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f243";
}
	
.n-icon-battery-quarter:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f243";
}
	
.n-icon-battery-0:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f244";
}
	
.n-icon-battery-empty:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f244";
}
	
.n-icon-mouse-pointer:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f245";
}
	
.n-icon-i-cursor:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f246";
}
	
.n-icon-object-group:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f247";
}
	
.n-icon-object-ungroup:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f248";
}
	
.n-icon-sticky-note:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f249";
}
	
.n-icon-sticky-note-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f24a";
}
	
.n-icon-cc-jcb:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f24b";
}
	
.n-icon-cc-diners-club:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f24c";
}
	
.n-icon-clone:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f24d";
}
	
.n-icon-balance-scale:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f24e";
}
	
.n-icon-hourglass-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f250";
}
	
.n-icon-hourglass-1:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f251";
}
	
.n-icon-hourglass-start:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f251";
}
	
.n-icon-hourglass-2:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f252";
}
	
.n-icon-hourglass-half:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f252";
}
	
.n-icon-hourglass-3:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f253";
}
	
.n-icon-hourglass-end:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f253";
}
	
.n-icon-hourglass:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f254";
}
	
.n-icon-hand-grab-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f255";
}
	
.n-icon-hand-rock-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f255";
}
	
.n-icon-hand-stop-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f256";
}
	
.n-icon-hand-paper-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f256";
}
	
.n-icon-hand-scissors-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f257";
}
	
.n-icon-hand-lizard-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f258";
}
	
.n-icon-hand-spock-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f259";
}
	
.n-icon-hand-pointer-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f25a";
}
	
.n-icon-hand-peace-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f25b";
}
	
.n-icon-trademark:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f25c";
}
	
.n-icon-registered:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f25d";
}
	
.n-icon-creative-commons:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f25e";
}
	
.n-icon-gg:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f260";
}
	
.n-icon-gg-circle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f261";
}
	
.n-icon-tripadvisor:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f262";
}
	
.n-icon-odnoklassniki:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f263";
}
	
.n-icon-odnoklassniki-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f264";
}
	
.n-icon-get-pocket:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f265";
}
	
.n-icon-wikipedia-w:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f266";
}
	
.n-icon-safari:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f267";
}
	
.n-icon-chrome:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f268";
}
	
.n-icon-firefox:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f269";
}
	
.n-icon-opera:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f26a";
}
	
.n-icon-internet-explorer:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f26b";
}
	
.n-icon-tv:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f26c";
}
	
.n-icon-television:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f26c";
}
	
.n-icon-contao:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f26d";
}
	
.n-icon-500px:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f26e";
}
	
.n-icon-amazon:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f270";
}
	
.n-icon-calendar-plus-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f271";
}
	
.n-icon-calendar-minus-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f272";
}
	
.n-icon-calendar-times-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f273";
}
	
.n-icon-calendar-check-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f274";
}
	
.n-icon-industry:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f275";
}
	
.n-icon-map-pin:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f276";
}
	
.n-icon-map-signs:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f277";
}
	
.n-icon-map-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f278";
}
	
.n-icon-map:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f279";
}
	
.n-icon-commenting:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f27a";
}
	
.n-icon-commenting-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f27b";
}
	
.n-icon-houzz:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f27c";
}
	
.n-icon-vimeo:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f27d";
}
	
.n-icon-black-tie:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f27e";
}
	
.n-icon-fonticons:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f280";
}
	
.n-icon-reddit-alien:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f281";
}
	
.n-icon-edge:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f282";
}
	
.n-icon-credit-card-alt:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f283";
}
	
.n-icon-codiepie:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f284";
}
	
.n-icon-modx:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f285";
}
	
.n-icon-fort-awesome:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f286";
}
	
.n-icon-usb:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f287";
}
	
.n-icon-product-hunt:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f288";
}
	
.n-icon-mixcloud:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f289";
}
	
.n-icon-scribd:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f28a";
}
	
.n-icon-pause-circle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f28b";
}
	
.n-icon-pause-circle-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f28c";
}
	
.n-icon-stop-circle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f28d";
}
	
.n-icon-stop-circle-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f28e";
}
	
.n-icon-shopping-bag:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f290";
}
	
.n-icon-shopping-basket:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f291";
}
	
.n-icon-hashtag:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f292";
}
	
.n-icon-bluetooth:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f293";
}
	
.n-icon-bluetooth-b:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f294";
}
	
.n-icon-percent:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f295";
}
	
.n-icon-gitlab:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f296";
}
	
.n-icon-wpbeginner:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f297";
}
	
.n-icon-wpforms:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f298";
}
	
.n-icon-envira:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f299";
}
	
.n-icon-universal-access:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f29a";
}
	
.n-icon-wheelchair-alt:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f29b";
}
	
.n-icon-question-circle-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f29c";
}
	
.n-icon-blind:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f29d";
}
	
.n-icon-audio-description:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f29e";
}
	
.n-icon-volume-control-phone:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2a0";
}
	
.n-icon-braille:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2a1";
}
	
.n-icon-assistive-listening-systems:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2a2";
}
	
.n-icon-asl-interpreting:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2a3";
}
	
.n-icon-american-sign-language-interpreting:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2a3";
}
	
.n-icon-deafness:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2a4";
}
	
.n-icon-hard-of-hearing:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2a4";
}
	
.n-icon-deaf:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2a4";
}
	
.n-icon-glide:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2a5";
}
	
.n-icon-glide-g:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2a6";
}
	
.n-icon-signing:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2a7";
}
	
.n-icon-sign-language:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2a7";
}
	
.n-icon-low-vision:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2a8";
}
	
.n-icon-viadeo:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2a9";
}
	
.n-icon-viadeo-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2aa";
}
	
.n-icon-snapchat:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2ab";
}
	
.n-icon-snapchat-ghost:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2ac";
}
	
.n-icon-snapchat-square:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2ad";
}
	
.n-icon-pied-piper:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2ae";
}
	
.n-icon-first-order:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2b0";
}
	
.n-icon-yoast:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2b1";
}
	
.n-icon-themeisle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2b2";
}
	
.n-icon-google-plus-circle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2b3";
}
	
.n-icon-google-plus-official:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2b3";
}
	
.n-icon-fa:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2b4";
}
	
.n-icon-font-awesome:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2b4";
}
	
.n-icon-handshake-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2b5";
}
	
.n-icon-envelope-open:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2b6";
}
	
.n-icon-envelope-open-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2b7";
}
	
.n-icon-linode:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2b8";
}
	
.n-icon-address-book:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2b9";
}
	
.n-icon-address-book-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2ba";
}
	
.n-icon-vcard:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2bb";
}
	
.n-icon-address-card:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2bb";
}
	
.n-icon-vcard-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2bc";
}
	
.n-icon-address-card-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2bc";
}
	
.n-icon-user-circle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2bd";
}
	
.n-icon-user-circle-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2be";
}
	
.n-icon-user-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2c0";
}
	
.n-icon-id-badge:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2c1";
}
	
.n-icon-drivers-license:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2c2";
}
	
.n-icon-id-card:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2c2";
}
	
.n-icon-drivers-license-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2c3";
}
	
.n-icon-id-card-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2c3";
}
	
.n-icon-quora:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2c4";
}
	
.n-icon-free-code-camp:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2c5";
}
	
.n-icon-telegram:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2c6";
}
	
.n-icon-thermometer-4:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2c7";
}
	
.n-icon-thermometer:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2c7";
}
	
.n-icon-thermometer-full:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2c7";
}
	
.n-icon-thermometer-3:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2c8";
}
	
.n-icon-thermometer-three-quarters:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2c8";
}
	
.n-icon-thermometer-2:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2c9";
}
	
.n-icon-thermometer-half:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2c9";
}
	
.n-icon-thermometer-1:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2ca";
}
	
.n-icon-thermometer-quarter:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2ca";
}
	
.n-icon-thermometer-0:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2cb";
}
	
.n-icon-thermometer-empty:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2cb";
}
	
.n-icon-shower:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2cc";
}
	
.n-icon-bathtub:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2cd";
}
	
.n-icon-s15:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2cd";
}
	
.n-icon-bath:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2cd";
}
	
.n-icon-podcast:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2ce";
}
	
.n-icon-window-maximize:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2d0";
}
	
.n-icon-window-minimize:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2d1";
}
	
.n-icon-window-restore:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2d2";
}
	
.n-icon-times-rectangle:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2d3";
}
	
.n-icon-window-close:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2d3";
}
	
.n-icon-times-rectangle-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2d4";
}
	
.n-icon-window-close-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2d4";
}
	
.n-icon-bandcamp:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2d5";
}
	
.n-icon-grav:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2d6";
}
	
.n-icon-etsy:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2d7";
}
	
.n-icon-imdb:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2d8";
}
	
.n-icon-ravelry:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2d9";
}
	
.n-icon-eercast:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2da";
}
	
.n-icon-microchip:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2db";
}
	
.n-icon-snowflake-o:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2dc";
}
	
.n-icon-superpowers:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2dd";
}
	
.n-icon-wpexplorer:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2de";
}
	
.n-icon-meetup:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f2e0";
}
	
textarea, input, button, select {
	font-family: inherit; ;
	font-size: inherit; ;
}
	
a.primary {
	color: #0064B4;
}
	
a.primary:hover {
	color: #333;
}
	
a.secondary {
	color: #333;
}
	
a.secondary:hover {
	color: #666;
}
	
a.tertiary {
	color: #989898;
}
	
a.tertiary:hover {
	color: #999;
}
	
.n-default table {
	border-collapse: collapse;
}
	
.n-default table thead {
	background-color: #eaeaea;
	color: #666;
}
	
	[n-sticky-header=true] {
	position: fixed;
	top: 0;
	transition: position 0.3s linear, top 0.3s linear;
}
	

.n-confirm {
	margin: auto;
	background-color: #fff;
	box-shadow: 4px 4px 4px 4px #777;
	width: 30rem;
	max-width: 90vw;
}
	
.n-confirm h1 {
	font-size: 1.5rem;
	text-align: center;
	margin: 0.7rem 0;
}
	
.n-confirm h1+ .n-confirm-content {
	margin-top: 0;
	padding-top: 0.7rem;
}
	
.n-confirm .n-confirm-content {
	width: 23rem;
	display: inline-block;
	padding: 2rem;
	padding-left: 3rem;
	text-align: left;
	margin-top: 1rem;
	color: #333;
}
	
.n-confirm .n-confirm-buttons {
	padding: 1rem;
	text-align: right;
}
	
.n-confirm .n-confirm-buttons button {
	margin: 0 1rem;
}
	
.n-confirm .n-confirm-icon {
	width: 6rem;
	display: inline-block;
	padding: 2rem;
	vertical-align: top;
}
	
.n-confirm .n-confirm-icon .n-icon:before {
	font-size: 6rem;
	vertical-align: middle;
}
	
.n-confirm .n-confirm-icon .n-icon.n-icon-question-circle-o {
	color: #0064B4;
}
	
.n-confirm .n-confirm-icon .n-icon.n-icon-exclamation-triangle {
	color: #FFDC00;
}
	
.n-confirm .n-confirm-icon .n-icon.n-icon-exclamation-circle {
	color: #DA291C;
}
	
.n-prompt {
	align-items: center;
	background-color: rgba(100, 102, 105, 0.8);
	display: flex;
	flex-flow: row nowrap;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
	
.n-prompt .n-prompt-container {
	position: relative;
	height: auto;
	min-height: 10rem;
	max-height: 90vh;
	width: auto;
	max-width: 90vw;
	overflow-y: auto;
	overflow-x: hidden;
}
	
.n-prompt .n-prompt-container > .n-icon-spinner {
	position: static;
}
	
@media (min-width: 40em) {
	.n-prompt .n-prompt-container {
		min-width: 30rem;
	}
		
}
.n-input-date table {
	border: solid 1px #bababa;
	border-style: none none solid none;
}
	
.n-input-date caption {
	height: 3rem;
	line-height: 3rem;
	position: relative;
	background-color: #0064B4;
	color: #fff;
}
	
.n-input-date caption .month {
	font-weight: 700;
	font-size: 1.2rem;
}
	
.n-input-date caption a {
	font-size: 1.625rem;
	height: 3rem;
	width: 3rem;
	position: absolute;
	background-color: inherit;
	color: inherit;
}
	
.n-input-date caption a.n-input-date-previous {
	left: 0;
}
	
.n-input-date caption a.n-input-date-next {
	right: 0;
}
	
.n-input-date caption a:hover {
	background-color: #005090;
	text-decoration: none;
}
	
.n-input-date td {
	background-color: #fff;
	text-align: center;
	padding: 0.7rem;
}
	
.n-input-date td:hover {
	background-color: #fafafa;
}
	
.n-input-date th {
	padding: 0.7rem;
	background-color: #fafafa;
	border: solid 1px #bababa;
	border-style: none none solid none;
	text-align: center;
}
	
.n-input-date td.n-input-date-today, .n-input-date span.n-input-date-today {
	background-color: #fafafa;
}
	
.n-input-date td.n-input-date-selected, .n-input-date span.n-input-date-selected {
	background-color: #FFDC00;
	color: #fff;
}
	
.n-input-file {
	align-items: center;
	border: solid 1px #bababa;
	display: flex;
	height: 6rem;
	justify-content: center;
	flex-direction: column;
	width: 30rem;
}
	
.n-input-file.drag-drop {
	border: 4px dashed #0097FF;
}
	
.n-input-file.drag-over {
	background-color: #ADDEFF;
}
	
.n-input-file input {
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 0.1px;
	z-index: -1;
}
	
.n-input-combo {
	display: flex;
}
	
.n-input-combo .n-input-combo-input-container {
	flex-grow: 1;
	position: relative;
}
	
.n-input-combo .n-input-combo-input-container input {
	margin: 0;
	width: 100%;
}
	
.n-input-combo .n-input-combo-label-container {
	padding: 0;
	border: solid 1px #bababa;
	border-style: solid none solid solid;
}
	
.n-input-combo .n-input-combo-label-container .n-input-combo-label, .n-input-combo .n-input-combo-label-container .n-input-combo-dropdown-label {
	cursor: pointer;
}
	
.n-input-combo .n-input-combo-label-container .n-input-combo-label {
	white-space: nowrap;
	padding: 0.8rem;
}
	
.n-input-combo .n-input-combo-label-container .n-input-combo-label .n-icon {
	font-size: 0.7rem;
	margin-left: 1rem;
}
	
.n-input-combo .n-input-combo-label-container {
	position: relative;
}
	
.n-input-combo .n-input-combo-label-container ul {
	top: 100%;
}
	
.n-input-combo .n-input-combo-dropdown {
	border: solid 1px #bababa;
	height: auto;
	max-height: 16rem;
	overflow: auto;
	z-index: 1000;
	position: absolute;
	width: auto;
	background-color: #fff;
	margin: 0;
	padding: 0;
	min-width: 100%;
}
	
.n-input-combo .n-input-combo-dropdown .dropdown_item {
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	list-style: none;
	margin: 0;
	padding: 0.8rem 1rem;
}
	
.n-input-combo .n-input-combo-dropdown .dropdown_item:last-child {
	border-bottom: none;
}
	
.n-input-combo .n-input-combo-dropdown .dropdown_item.active {
	background-color: #e5e5e5;
}
	
.n-input-combo .n-input-combo-dropdown li {
	list-style-type: none;
	text-align: left;
	padding: 0.8rem;
}
	
.n-input-combo .n-input-combo-dropdown .n-input-combo-dropdown-value {
	cursor: pointer;
}
	
.n-input-combo .n-input-combo-dropdown .n-input-combo-dropdown-value:hover {
	background-color: #f3f3f3;
}
	
.n-input-combo .n-input-combo-dropdown .n-input-combo-dropdown-value.active {
	background-color: #eaeaea;
}
	
.n-input-combo .n-input-combo-dropdown .n-input-combo-dropdown-value span {
	white-space: nowrap;
}
	
.n-input-combo .n-input-combo-dropdown.n-input-combo-dropdown-values {
	top: calc(100% - 1px);
}
	
@media only screen and (min-width:320px) and (max-width: 960px) {
	.n-input-combo .n-input-combo-label-container .n-input-combo-label .n-icon {
		margin-left: 0.5rem;
	}
		
}
.n-form-date {
	display: inline-block;
	position: relative;
}
	
.n-form-date .n-form-text {
	display: inline-block;
}
	
.n-form-date .n-input-date {
	z-index: 1000;
	top: 100%;
	max-width: 23rem;
	border: solid 1px #bababa;
	border-style: none solid none solid;
}
	
.n-form-date .n-form-input-wrapper {
	display: flex;
}
	
.n-form-date .n-form-date-icon {
	transition: all 250ms ease-in-out;
	cursor: pointer;
	background-color: #0064B4;
	color: #fff;
	line-height: 2.7rem;
	width: 3rem;
	height: 3rem;
	text-align: center;
	display: inline-block;
}
	
.n-form-date .n-form-date-icon:before {
	font-size: 1.35rem;
}
	
.n-form-date .n-form-date-icon.n-form-date-icon-show {
	background-color: #DA291C;
	color: #fff;
}
	
.n-form-combo .n-input-combo-input-container {
	flex-grow: 1;
	flex-basis: 0;
}
	
.n-form-combo .n-form-combo-bottom {
	flex-grow: 0.1;
	flex-basis: 0;
	line-height: 3rem;
}
	
.n-form-combo .n-form-combo-bottom span {
	margin-left: 0.3rem;
}
	
.n-form-combo .n-input-combo {
	margin: 0 0.7rem;
}
	
.n-form-combo .n-input-combo input {
	height: 100%;
}
	
.n-form-checkbox {
	display: inline-block;
	margin: 0 0.7rem;
}
	
.n-form-checkbox .n-form-checkbox-label {
	height: 1rem;
}
	
.n-form-checkbox .n-form-checkbox-content {
	display: inline-block;
	padding: 0.3rem;
}
	
.n-form-checkbox .n-form-checkbox-content input[type="checkbox"] {
	opacity: 0;
	position: absolute;
}
	
.n-form-checkbox .n-form-label {
	cursor: pointer;
}
	
.n-form-checkbox input + label {
	cursor: pointer;
	line-height: 1.5rem;
	margin-right: 1.5rem;
	position: relative;
	display: inline-block;
}
	
.n-form-checkbox input + label:before {
	border: solid 1px #bababa;
	display: inline-block;
	content: "";
	height: 1.125rem;
	width: 1.125rem;
	position: absolute;
	left: 0;
	top: 0.25rem;
	background-color: #eaeaea;
}
	
.n-form-checkbox input + label:after {
	font-family: FontAwesome;
	font-size: 14px;
	top: .0625rem;
	color: #0064B4;
	content: "\f00c";
	font-size: 0.75rem;
	opacity: 0;
	position: absolute;
	left: .25rem;
	text-align: center;
	color: #fff;
}
	
.n-form-checkbox input:checked + label:after {
	opacity: 1;
}
	
.n-form-checkbox input:checked + label:before {
	background: #0064B4;
	border: solid 1px #bababa;
}
	
.n-form-switch {
	display: inline-block;
}
	
.n-form-switch input.n-form-checkbox-input + .n-form-switch-label {
	height: 1.5rem;
	line-height: 1.5rem;
	position: relative;
	display: inline-block;
	font-size: 1rem;
	cursor: pointer;
}
	
.n-form-switch input.n-form-checkbox-input + .n-form-switch-label:before {
	background: inherit;
	border: solid 1px #bababa;
	content: "";
	height: 1.625rem;
	width: 3rem;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 0;
	box-sizing: initial;
}
	
.n-form-switch input.n-form-checkbox-input + .n-form-switch-label:after {
	content: none;
}
	
.n-form-switch input.n-form-checkbox-input + .n-form-switch-label .n-form-switch-button {
	height: 1.25rem;
	width: 1.25rem;
	top: 0.25rem;
	left: 0.25rem;
	background: #aaa;
	margin: 0;
	position: absolute;
	transition: all 0.3s ease-in 0s;
}
	
.n-form-switch input.n-form-checkbox-input:checked + .n-form-switch-label .n-form-switch-button {
	margin-left: 1.375rem;
	background-color: #4AA32C;
}
	
.n-form.layout1 .n-form-content {
	display: flex;
	flex-direction: column;
}
	
.n-form.layout1 .n-form-content .n-form-component {
	display: flex;
	justify-content: center;
}
	
.n-form.layout1 .n-form-content .n-form-component .n-form-label, .n-form.layout1 .n-form-content .n-form-component input, .n-form.layout1 .n-form-content .n-form-component textarea, .n-form.layout1 .n-form-content .n-form-component .n-component, .n-form.layout1 .n-form-content .n-form-component .n-form-component-content {
	flex-grow: 1;
	flex-basis: 0;
}
	
.n-form.layout1 .n-form-content .n-form-component .n-form-label {
	text-align: right;
	padding: 0.7rem;
}
	
.n-form.layout2 .n-form-content {
	display: flex;
	flex-direction: column;
}
	
.n-form.layout2 .n-form-content .n-form-component {
	margin: 0.5rem 0;
}
	
.n-form.layout2 .n-form-content .n-form-component label {
	display: block;
	color: #666;
	padding: 0.4rem 0;
}
	
.n-form.layout2 .n-form-component {
	width: 100%;
}
	
.n-form.layout2 .n-form-component.n-form-text input, .n-form.layout2 .n-form-component.n-form-text textarea {
	width: calc(100% - 2rem);
}
	
.n-form.layout2 .n-form-component.n-form-text input[type=date], .n-form.layout2 .n-form-component.n-form-text textarea[type=date] {
	width: calc(100% - 5rem);
}
	
.n-form.layout2 .n-form-component.n-form-text.n-form-date-input input, .n-form.layout2 .n-form-component.n-form-text.n-form-date-input textarea {
	width: calc(100% - 5rem);
}
	
.n-form label.n-form-input-required:after {
	content: '*';
	color: #DA291C;
	padding: 0 0.4rem;
}
	
.n-form input, .n-form select, .n-form textarea {
	padding: 0.3rem 0.7rem;
	box-shadow: none;
	border-radius: 0px;
	background-color: #fff;
	border: solid 1px #bababa;
}
	
.n-form input[disabled], .n-form select[disabled], .n-form textarea[disabled] {
	color: #ccc;
	background-color: #aaa;
}
	
.n-form .n-form-component {
	display: inline-block;
}
	
.n-form .n-form-component .n-form-input {
	display: flex;
}
	
.n-form .n-form-required:after {
	content: '*';
}
	
.n-form .n-form-invalid {
	border-color: #DA291C;
	color: #DA291C;
}
	
.n-form .n-form-invalid input, .n-form .n-form-invalid textarea {
	border-color: #DA291C;
	color: #DA291C;
}
	
.n-form .n-form-valid {
	border-color: #4AA32C;
}
	
.n-form .n-form-valid input, .n-form .n-form-valid textarea {
	border-color: #4AA32C;
}
	
.n-form .n-form-hidden {
	visibility: hidden;
}
	
.n-form .n-form-component .n-input-result.n-icon-check {
	color: #4AA32C;
}
	
.n-form .n-form-component .n-input-result.n-icon-times {
	color: #DA291C;
}
	
.n-form-table {
	margin: 1rem auto;
}
	
.n-form-table .n-form-table-header {
	display: flex;
}
	
.n-form-table .n-form-table-header .n-form-label {
	flex-grow: 1;
	flex-basis: 0;
}
	
.n-form-table .n-form-component {
	display: inline-block;
	flex-grow: 1;
	flex-basis: 0;
}
	
.n-form-table .n-form-section:nth-child {
	background-color: #fafafa;
}
	
.n-form-table .n-form-section {
	display: flex;
}
	
@media only screen and (min-width: 961px) {
	.n-form-table .n-form-table-content .n-form-label {
		display: none;
	}
		
}
@media only screen and (min-width:320px) and (max-width: 960px) {
	.n-form-table .n-form-section {
		flex-direction: column;
	}
		
	.n-form-table .n-form-section .n-form-section {
		display: block;
	}
		
	.n-form-table .n-form-table-header {
		display: none;
	}
		
	.n-form-table .n-form-component {
		display: inline-block;
	}
		
	.n-form-table .n-form-component > * {
		flex-grow: 1;
		flex-basis: 0;
	}
		
}
.n-wizard .navigation {
	text-align: center;
}
	
.n-wizard .navigation ol {
	position: relative;
	padding: 0rem;
	margin: 0rem;
}
	
.n-wizard .navigation ol .step {
	border: solid 1px #bababa;
	border-style: solid none solid solid;
	padding: 0.5rem 1rem;
	display: inline-block;
}
	
.n-wizard .navigation ol .step:last-child {
	border-style: solid;
}
	
.n-wizard .navigation ol .step .number:after {
	content: '. ';
}
	
.n-wizard .navigation ol .step.active {
	background-color: #0064B4;
	color: #fff;
}
	
.n-wizard .navigation ol .step.active:after {
	content: ' ';
	width: 0; ;
	height: 0;
	border-top: 1.25rem solid transparent;
	border-bottom: 1.25rem solid transparent;
	border-left: 0.7rem solid #0064B4;
	z-index: 10;
	position: absolute;
	top: 2px;
	margin-left: 1rem;
}
	
.n-wizard .navigation ol .step.active:last-child:after {
	content: none;
}
	
.n-wizard .navigation ol .step.active + .step {
	padding-left: 1.7rem;
}
	
.n-wizard .navigation ol .step[disabled=disabled] {
	background-color: #aaa;
}
	
@media only screen and (min-width:320px) and (max-width: 960px) {
	.n-wizard .navigation ol .step {
		font-size: 0.9rem;
		padding: 0.5rem 0.7rem;
	}
		
	.n-wizard .navigation ol .step .number:after {
		content: none;
	}
		
	.n-wizard .navigation ol .step .title {
		display: none;
	}
		
	.n-wizard .navigation ol .step.active .number {
		display: none;
	}
		
	.n-wizard .navigation ol .step.active .title {
		display: inline-block;
	}
		
	.n-wizard .navigation ol .step.active:after {
		content: none;
	}
		
	.n-wizard .navigation ol .step.active + .step {
		padding-left: 0.7rem;
	}
		
}
.n-collapsible .n-collapsible-title {
	cursor: pointer;
}
	
.n-collapsible .n-icon-spinner {
	height: 3rem;
}
	
.n-menu-dropdown {
	margin: 0;
	padding: 0;
}
	
.n-menu-dropdown li {
	cursor: pointer;
	position: relative;
	list-style: none;
	padding: 0.7rem;
	display: inline-block;
}
	
.n-menu-dropdown li:hover {
	background-color: #fafafa;
}
	
.n-menu-dropdown li li {
	display: block;
}
	
.n-menu-dropdown li span, .n-menu-dropdown li a {
	white-space: nowrap;
	display: block;
}
	
.n-menu-dropdown ul {
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
}
	
.n-menu-dropdown ul .n-menu-dropdown {
	top: 0;
	left: 100%;
}
	
	@media email {
	.wrapper {
	  width: 100%; }

	#outlook a {
	  padding: 0; }

	body {
	  width: 100% !important;
	  min-width: 100%;
	  -webkit-text-size-adjust: 100%;
	  -ms-text-size-adjust: 100%;
	  margin: 0;
	  Margin: 0;
	  padding: 0;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box; }

	.ExternalClass {
	  width: 100%; }
	  .ExternalClass,
	  .ExternalClass p,
	  .ExternalClass span,
	  .ExternalClass font,
	  .ExternalClass td,
	  .ExternalClass div {
	    line-height: 100%; }

	#backgroundTable {
	  margin: 0;
	  Margin: 0;
	  padding: 0;
	  width: 100% !important;
	  line-height: 100% !important; }

	img {
	  outline: none;
	  text-decoration: none;
	  -ms-interpolation-mode: bicubic;
	  width: auto;
	  max-width: 100%;
	  clear: both;
	  display: block; }

	center {
	  width: 100%;
	  min-width: 580px; }

	a img {
	  border: none; }

	p {
	  margin: 0 0 0 10px;
	  Margin: 0 0 0 10px; }

	table {
	  border-spacing: 0;
	  border-collapse: collapse; }

	td {
	  word-wrap: break-word;
	  -webkit-hyphens: auto;
	  -moz-hyphens: auto;
	  hyphens: auto;
	  border-collapse: collapse !important; }

	table, tr, td {
	  padding: 0;
	  vertical-align: top;
	  text-align: left; }

	@media only screen {
	  html {
	    min-height: 100%;
	    background: #f3f3f3; } }

	table.body {
	  background: #f3f3f3;
	  height: 100%;
	  width: 100%; }

	table.container {
	  background: #fefefe;
	  width: 580px;
	  margin: 0 auto;
	  Margin: 0 auto;
	  text-align: inherit; }

	table.row {
	  padding: 0;
	  width: 100%;
	  position: relative; }

	table.spacer {
	  width: 100%; }
	  table.spacer td {
	    mso-line-height-rule: exactly; }

	table.container table.row {
	  display: table; }

	td.columns,
	td.column,
	th.columns,
	th.column {
	  margin: 0 auto;
	  Margin: 0 auto;
	  padding-left: 16px;
	  padding-bottom: 16px; }
	  td.columns .column,
	  td.columns .columns,
	  td.column .column,
	  td.column .columns,
	  th.columns .column,
	  th.columns .columns,
	  th.column .column,
	  th.column .columns {
	    padding-left: 0 !important;
	    padding-right: 0 !important; }
	    td.columns .column center,
	    td.columns .columns center,
	    td.column .column center,
	    td.column .columns center,
	    th.columns .column center,
	    th.columns .columns center,
	    th.column .column center,
	    th.column .columns center {
	      min-width: none !important; }

	td.columns.last,
	td.column.last,
	th.columns.last,
	th.column.last {
	  padding-right: 16px; }

	td.columns table:not(.button),
	td.column table:not(.button),
	th.columns table:not(.button),
	th.column table:not(.button) {
	  width: 100%; }

	td.large-1,
	th.large-1 {
	  width: 32.33333px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-1.first,
	th.large-1.first {
	  padding-left: 16px; }

	td.large-1.last,
	th.large-1.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-1,
	.collapse > tbody > tr > th.large-1 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 48.33333px; }

	.collapse td.large-1.first,
	.collapse th.large-1.first,
	.collapse td.large-1.last,
	.collapse th.large-1.last {
	  width: 56.33333px; }

	td.large-1 center,
	th.large-1 center {
	  min-width: 0.33333px; }

	.body .columns td.large-1,
	.body .column td.large-1,
	.body .columns th.large-1,
	.body .column th.large-1 {
	  width: 8.33333%; }

	td.large-2,
	th.large-2 {
	  width: 80.66667px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-2.first,
	th.large-2.first {
	  padding-left: 16px; }

	td.large-2.last,
	th.large-2.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-2,
	.collapse > tbody > tr > th.large-2 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 96.66667px; }

	.collapse td.large-2.first,
	.collapse th.large-2.first,
	.collapse td.large-2.last,
	.collapse th.large-2.last {
	  width: 104.66667px; }

	td.large-2 center,
	th.large-2 center {
	  min-width: 48.66667px; }

	.body .columns td.large-2,
	.body .column td.large-2,
	.body .columns th.large-2,
	.body .column th.large-2 {
	  width: 16.66667%; }

	td.large-3,
	th.large-3 {
	  width: 129px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-3.first,
	th.large-3.first {
	  padding-left: 16px; }

	td.large-3.last,
	th.large-3.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-3,
	.collapse > tbody > tr > th.large-3 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 145px; }

	.collapse td.large-3.first,
	.collapse th.large-3.first,
	.collapse td.large-3.last,
	.collapse th.large-3.last {
	  width: 153px; }

	td.large-3 center,
	th.large-3 center {
	  min-width: 97px; }

	.body .columns td.large-3,
	.body .column td.large-3,
	.body .columns th.large-3,
	.body .column th.large-3 {
	  width: 25%; }

	td.large-4,
	th.large-4 {
	  width: 177.33333px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-4.first,
	th.large-4.first {
	  padding-left: 16px; }

	td.large-4.last,
	th.large-4.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-4,
	.collapse > tbody > tr > th.large-4 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 193.33333px; }

	.collapse td.large-4.first,
	.collapse th.large-4.first,
	.collapse td.large-4.last,
	.collapse th.large-4.last {
	  width: 201.33333px; }

	td.large-4 center,
	th.large-4 center {
	  min-width: 145.33333px; }

	.body .columns td.large-4,
	.body .column td.large-4,
	.body .columns th.large-4,
	.body .column th.large-4 {
	  width: 33.33333%; }

	td.large-5,
	th.large-5 {
	  width: 225.66667px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-5.first,
	th.large-5.first {
	  padding-left: 16px; }

	td.large-5.last,
	th.large-5.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-5,
	.collapse > tbody > tr > th.large-5 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 241.66667px; }

	.collapse td.large-5.first,
	.collapse th.large-5.first,
	.collapse td.large-5.last,
	.collapse th.large-5.last {
	  width: 249.66667px; }

	td.large-5 center,
	th.large-5 center {
	  min-width: 193.66667px; }

	.body .columns td.large-5,
	.body .column td.large-5,
	.body .columns th.large-5,
	.body .column th.large-5 {
	  width: 41.66667%; }

	td.large-6,
	th.large-6 {
	  width: 274px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-6.first,
	th.large-6.first {
	  padding-left: 16px; }

	td.large-6.last,
	th.large-6.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-6,
	.collapse > tbody > tr > th.large-6 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 290px; }

	.collapse td.large-6.first,
	.collapse th.large-6.first,
	.collapse td.large-6.last,
	.collapse th.large-6.last {
	  width: 298px; }

	td.large-6 center,
	th.large-6 center {
	  min-width: 242px; }

	.body .columns td.large-6,
	.body .column td.large-6,
	.body .columns th.large-6,
	.body .column th.large-6 {
	  width: 50%; }

	td.large-7,
	th.large-7 {
	  width: 322.33333px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-7.first,
	th.large-7.first {
	  padding-left: 16px; }

	td.large-7.last,
	th.large-7.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-7,
	.collapse > tbody > tr > th.large-7 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 338.33333px; }

	.collapse td.large-7.first,
	.collapse th.large-7.first,
	.collapse td.large-7.last,
	.collapse th.large-7.last {
	  width: 346.33333px; }

	td.large-7 center,
	th.large-7 center {
	  min-width: 290.33333px; }

	.body .columns td.large-7,
	.body .column td.large-7,
	.body .columns th.large-7,
	.body .column th.large-7 {
	  width: 58.33333%; }

	td.large-8,
	th.large-8 {
	  width: 370.66667px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-8.first,
	th.large-8.first {
	  padding-left: 16px; }

	td.large-8.last,
	th.large-8.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-8,
	.collapse > tbody > tr > th.large-8 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 386.66667px; }

	.collapse td.large-8.first,
	.collapse th.large-8.first,
	.collapse td.large-8.last,
	.collapse th.large-8.last {
	  width: 394.66667px; }

	td.large-8 center,
	th.large-8 center {
	  min-width: 338.66667px; }

	.body .columns td.large-8,
	.body .column td.large-8,
	.body .columns th.large-8,
	.body .column th.large-8 {
	  width: 66.66667%; }

	td.large-9,
	th.large-9 {
	  width: 419px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-9.first,
	th.large-9.first {
	  padding-left: 16px; }

	td.large-9.last,
	th.large-9.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-9,
	.collapse > tbody > tr > th.large-9 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 435px; }

	.collapse td.large-9.first,
	.collapse th.large-9.first,
	.collapse td.large-9.last,
	.collapse th.large-9.last {
	  width: 443px; }

	td.large-9 center,
	th.large-9 center {
	  min-width: 387px; }

	.body .columns td.large-9,
	.body .column td.large-9,
	.body .columns th.large-9,
	.body .column th.large-9 {
	  width: 75%; }

	td.large-10,
	th.large-10 {
	  width: 467.33333px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-10.first,
	th.large-10.first {
	  padding-left: 16px; }

	td.large-10.last,
	th.large-10.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-10,
	.collapse > tbody > tr > th.large-10 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 483.33333px; }

	.collapse td.large-10.first,
	.collapse th.large-10.first,
	.collapse td.large-10.last,
	.collapse th.large-10.last {
	  width: 491.33333px; }

	td.large-10 center,
	th.large-10 center {
	  min-width: 435.33333px; }

	.body .columns td.large-10,
	.body .column td.large-10,
	.body .columns th.large-10,
	.body .column th.large-10 {
	  width: 83.33333%; }

	td.large-11,
	th.large-11 {
	  width: 515.66667px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-11.first,
	th.large-11.first {
	  padding-left: 16px; }

	td.large-11.last,
	th.large-11.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-11,
	.collapse > tbody > tr > th.large-11 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 531.66667px; }

	.collapse td.large-11.first,
	.collapse th.large-11.first,
	.collapse td.large-11.last,
	.collapse th.large-11.last {
	  width: 539.66667px; }

	td.large-11 center,
	th.large-11 center {
	  min-width: 483.66667px; }

	.body .columns td.large-11,
	.body .column td.large-11,
	.body .columns th.large-11,
	.body .column th.large-11 {
	  width: 91.66667%; }

	td.large-12,
	th.large-12 {
	  width: 564px;
	  padding-left: 8px;
	  padding-right: 8px; }

	td.large-12.first,
	th.large-12.first {
	  padding-left: 16px; }

	td.large-12.last,
	th.large-12.last {
	  padding-right: 16px; }

	.collapse > tbody > tr > td.large-12,
	.collapse > tbody > tr > th.large-12 {
	  padding-right: 0;
	  padding-left: 0;
	  width: 580px; }

	.collapse td.large-12.first,
	.collapse th.large-12.first,
	.collapse td.large-12.last,
	.collapse th.large-12.last {
	  width: 588px; }

	td.large-12 center,
	th.large-12 center {
	  min-width: 532px; }

	.body .columns td.large-12,
	.body .column td.large-12,
	.body .columns th.large-12,
	.body .column th.large-12 {
	  width: 100%; }

	td.large-offset-1,
	td.large-offset-1.first,
	td.large-offset-1.last,
	th.large-offset-1,
	th.large-offset-1.first,
	th.large-offset-1.last {
	  padding-left: 64.33333px; }

	td.large-offset-2,
	td.large-offset-2.first,
	td.large-offset-2.last,
	th.large-offset-2,
	th.large-offset-2.first,
	th.large-offset-2.last {
	  padding-left: 112.66667px; }

	td.large-offset-3,
	td.large-offset-3.first,
	td.large-offset-3.last,
	th.large-offset-3,
	th.large-offset-3.first,
	th.large-offset-3.last {
	  padding-left: 161px; }

	td.large-offset-4,
	td.large-offset-4.first,
	td.large-offset-4.last,
	th.large-offset-4,
	th.large-offset-4.first,
	th.large-offset-4.last {
	  padding-left: 209.33333px; }

	td.large-offset-5,
	td.large-offset-5.first,
	td.large-offset-5.last,
	th.large-offset-5,
	th.large-offset-5.first,
	th.large-offset-5.last {
	  padding-left: 257.66667px; }

	td.large-offset-6,
	td.large-offset-6.first,
	td.large-offset-6.last,
	th.large-offset-6,
	th.large-offset-6.first,
	th.large-offset-6.last {
	  padding-left: 306px; }

	td.large-offset-7,
	td.large-offset-7.first,
	td.large-offset-7.last,
	th.large-offset-7,
	th.large-offset-7.first,
	th.large-offset-7.last {
	  padding-left: 354.33333px; }

	td.large-offset-8,
	td.large-offset-8.first,
	td.large-offset-8.last,
	th.large-offset-8,
	th.large-offset-8.first,
	th.large-offset-8.last {
	  padding-left: 402.66667px; }

	td.large-offset-9,
	td.large-offset-9.first,
	td.large-offset-9.last,
	th.large-offset-9,
	th.large-offset-9.first,
	th.large-offset-9.last {
	  padding-left: 451px; }

	td.large-offset-10,
	td.large-offset-10.first,
	td.large-offset-10.last,
	th.large-offset-10,
	th.large-offset-10.first,
	th.large-offset-10.last {
	  padding-left: 499.33333px; }

	td.large-offset-11,
	td.large-offset-11.first,
	td.large-offset-11.last,
	th.large-offset-11,
	th.large-offset-11.first,
	th.large-offset-11.last {
	  padding-left: 547.66667px; }

	td.expander,
	th.expander {
	  visibility: hidden;
	  width: 0;
	  padding: 0 !important; }

	table.container.radius {
	  border-radius: 0;
	  border-collapse: separate; }

	.block-grid {
	  width: 100%;
	  max-width: 580px; }
	  .block-grid td {
	    display: inline-block;
	    padding: 8px; }

	.up-2 td {
	  width: 274px !important; }

	.up-3 td {
	  width: 177px !important; }

	.up-4 td {
	  width: 129px !important; }

	.up-5 td {
	  width: 100px !important; }

	.up-6 td {
	  width: 80px !important; }

	.up-7 td {
	  width: 66px !important; }

	.up-8 td {
	  width: 56px !important; }

	table.text-center,
	th.text-center,
	td.text-center,
	h1.text-center,
	h2.text-center,
	h3.text-center,
	h4.text-center,
	h5.text-center,
	h6.text-center,
	p.text-center,
	span.text-center {
	  text-align: center; }

	table.text-left,
	th.text-left,
	td.text-left,
	h1.text-left,
	h2.text-left,
	h3.text-left,
	h4.text-left,
	h5.text-left,
	h6.text-left,
	p.text-left,
	span.text-left {
	  text-align: left; }

	table.text-right,
	th.text-right,
	td.text-right,
	h1.text-right,
	h2.text-right,
	h3.text-right,
	h4.text-right,
	h5.text-right,
	h6.text-right,
	p.text-right,
	span.text-right {
	  text-align: right; }

	span.text-center {
	  display: block;
	  width: 100%;
	  text-align: center; }

	@media only screen and (max-width: 596px) {
	  .small-float-center {
	    margin: 0 auto !important;
	    float: none !important;
	    text-align: center !important; }
	  .small-text-center {
	    text-align: center !important; }
	  .small-text-left {
	    text-align: left !important; }
	  .small-text-right {
	    text-align: right !important; } }

	img.float-left {
	  float: left;
	  text-align: left; }

	img.float-right {
	  float: right;
	  text-align: right; }

	img.float-center,
	img.text-center {
	  margin: 0 auto;
	  Margin: 0 auto;
	  float: none;
	  text-align: center; }

	table.float-center,
	td.float-center,
	th.float-center {
	  margin: 0 auto;
	  Margin: 0 auto;
	  float: none;
	  text-align: center; }

	.hide-for-large {
	  display: none !important;
	  mso-hide: all;
	  overflow: hidden;
	  max-height: 0;
	  font-size: 0;
	  width: 0;
	  line-height: 0; }
	  @media only screen and (max-width: 596px) {
	    .hide-for-large {
	      display: block !important;
	      width: auto !important;
	      overflow: visible !important;
	      max-height: none !important;
	      font-size: inherit !important;
	      line-height: inherit !important; } }

	table.body table.container .hide-for-large * {
	  mso-hide: all; }

	@media only screen and (max-width: 596px) {
	  table.body table.container .hide-for-large,
	  table.body table.container .row.hide-for-large {
	    display: table !important;
	    width: 100% !important; } }

	@media only screen and (max-width: 596px) {
	  table.body table.container .callout-inner.hide-for-large {
	    display: table-cell !important;
	    width: 100% !important; } }

	@media only screen and (max-width: 596px) {
	  table.body table.container .show-for-large {
	    display: none !important;
	    width: 0;
	    mso-hide: all;
	    overflow: hidden; } }

	body,
	table.body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	td,
	th,
	a {
	  color: #0a0a0a;
	  font-family: Helvetica, Arial, sans-serif;
	  font-weight: normal;
	  padding: 0;
	  margin: 0;
	  Margin: 0;
	  text-align: left;
	  line-height: 1.3; }

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	  color: inherit;
	  word-wrap: normal;
	  font-family: Helvetica, Arial, sans-serif;
	  font-weight: normal;
	  margin-bottom: 10px;
	  Margin-bottom: 10px; }

	h1 {
	  font-size: 34px; }

	h2 {
	  font-size: 30px; }

	h3 {
	  font-size: 28px; }

	h4 {
	  font-size: 24px; }

	h5 {
	  font-size: 20px; }

	h6 {
	  font-size: 18px; }

	body,
	table.body,
	p,
	td,
	th {
	  font-size: 16px;
	  line-height: 1.3; }

	p {
	  margin-bottom: 10px;
	  Margin-bottom: 10px; }
	  p.lead {
	    font-size: 20px;
	    line-height: 1.6; }
	  p.subheader {
	    margin-top: 4px;
	    margin-bottom: 8px;
	    Margin-top: 4px;
	    Margin-bottom: 8px;
	    font-weight: normal;
	    line-height: 1.4;
	    color: #8a8a8a; }

	small {
	  font-size: 80%;
	  color: #cacaca; }

	a {
	  color: #2199e8;
	  text-decoration: none; }
	  a:hover {
	    color: #147dc2; }
	  a:active {
	    color: #147dc2; }
	  a:visited {
	    color: #2199e8; }

	h1 a,
	h1 a:visited,
	h2 a,
	h2 a:visited,
	h3 a,
	h3 a:visited,
	h4 a,
	h4 a:visited,
	h5 a,
	h5 a:visited,
	h6 a,
	h6 a:visited {
	  color: #2199e8; }

	pre {
	  background: #f3f3f3;
	  margin: 30px 0;
	  Margin: 30px 0; }
	  pre code {
	    color: #cacaca; }
	    pre code span.callout {
	      color: #8a8a8a;
	      font-weight: bold; }
	    pre code span.callout-strong {
	      color: #ff6908;
	      font-weight: bold; }

	table.hr {
	  width: 100%; }
	  table.hr th {
	    height: 0;
	    max-width: 580px;
	    border-top: 0;
	    border-right: 0;
	    border-bottom: 1px solid #0a0a0a;
	    border-left: 0;
	    margin: 20px auto;
	    Margin: 20px auto;
	    clear: both; }

	.stat {
	  font-size: 40px;
	  line-height: 1; }
	  p + .stat {
	    margin-top: -16px;
	    Margin-top: -16px; }

	span.preheader {
	  display: none !important;
	  visibility: hidden;
	  mso-hide: all !important;
	  font-size: 1px;
	  color: #f3f3f3;
	  line-height: 1px;
	  max-height: 0px;
	  max-width: 0px;
	  opacity: 0;
	  overflow: hidden; }

	table.button {
	  width: auto;
	  margin: 0 0 16px 0;
	  Margin: 0 0 16px 0; }
	  table.button table td {
	    text-align: left;
	    color: #fefefe;
	    background: #2199e8;
	    border: 2px solid #2199e8; }
	    table.button table td a {
	      font-family: Helvetica, Arial, sans-serif;
	      font-size: 16px;
	      font-weight: bold;
	      color: #fefefe;
	      text-decoration: none;
	      display: inline-block;
	      padding: 8px 16px 8px 16px;
	      border: 0 solid #2199e8;
	      border-radius: 3px; }
	  table.button.radius table td {
	    border-radius: 3px;
	    border: none; }
	  table.button.rounded table td {
	    border-radius: 500px;
	    border: none; }

	table.button:hover table tr td a,
	table.button:active table tr td a,
	table.button table tr td a:visited,
	table.button.tiny:hover table tr td a,
	table.button.tiny:active table tr td a,
	table.button.tiny table tr td a:visited,
	table.button.small:hover table tr td a,
	table.button.small:active table tr td a,
	table.button.small table tr td a:visited,
	table.button.large:hover table tr td a,
	table.button.large:active table tr td a,
	table.button.large table tr td a:visited {
	  color: #fefefe; }

	table.button.tiny table td,
	table.button.tiny table a {
	  padding: 4px 8px 4px 8px; }

	table.button.tiny table a {
	  font-size: 10px;
	  font-weight: normal; }

	table.button.small table td,
	table.button.small table a {
	  padding: 5px 10px 5px 10px;
	  font-size: 12px; }

	table.button.large table a {
	  padding: 10px 20px 10px 20px;
	  font-size: 20px; }

	table.button.expand,
	table.button.expanded {
	  width: 100% !important; }
	  table.button.expand table,
	  table.button.expanded table {
	    width: 100%; }
	    table.button.expand table a,
	    table.button.expanded table a {
	      text-align: center;
	      width: 100%;
	      padding-left: 0;
	      padding-right: 0; }
	  table.button.expand center,
	  table.button.expanded center {
	    min-width: 0; }

	table.button:hover table td,
	table.button:visited table td,
	table.button:active table td {
	  background: #147dc2;
	  color: #fefefe; }

	table.button:hover table a,
	table.button:visited table a,
	table.button:active table a {
	  border: 0 solid #147dc2; }

	table.button.secondary table td {
	  background: #777777;
	  color: #fefefe;
	  border: 0px solid #777777; }

	table.button.secondary table a {
	  color: #fefefe;
	  border: 0 solid #777777; }

	table.button.secondary:hover table td {
	  background: #919191;
	  color: #fefefe; }

	table.button.secondary:hover table a {
	  border: 0 solid #919191; }

	table.button.secondary:hover table td a {
	  color: #fefefe; }

	table.button.secondary:active table td a {
	  color: #fefefe; }

	table.button.secondary table td a:visited {
	  color: #fefefe; }

	table.button.success table td {
	  background: #3adb76;
	  border: 0px solid #3adb76; }

	table.button.success table a {
	  border: 0 solid #3adb76; }

	table.button.success:hover table td {
	  background: #23bf5d; }

	table.button.success:hover table a {
	  border: 0 solid #23bf5d; }

	table.button.alert table td {
	  background: #ec5840;
	  border: 0px solid #ec5840; }

	table.button.alert table a {
	  border: 0 solid #ec5840; }

	table.button.alert:hover table td {
	  background: #e23317; }

	table.button.alert:hover table a {
	  border: 0 solid #e23317; }

	table.button.warning table td {
	  background: #ffae00;
	  border: 0px solid #ffae00; }

	table.button.warning table a {
	  border: 0px solid #ffae00; }

	table.button.warning:hover table td {
	  background: #cc8b00; }

	table.button.warning:hover table a {
	  border: 0px solid #cc8b00; }

	table.callout {
	  margin-bottom: 16px;
	  Margin-bottom: 16px; }

	th.callout-inner {
	  width: 100%;
	  border: 1px solid #cbcbcb;
	  padding: 10px;
	  background: #fefefe; }
	  th.callout-inner.primary {
	    background: #def0fc;
	    border: 1px solid #444444;
	    color: #0a0a0a; }
	  th.callout-inner.secondary {
	    background: #ebebeb;
	    border: 1px solid #444444;
	    color: #0a0a0a; }
	  th.callout-inner.success {
	    background: #e1faea;
	    border: 1px solid #1b9448;
	    color: #fefefe; }
	  th.callout-inner.warning {
	    background: #fff3d9;
	    border: 1px solid #996800;
	    color: #fefefe; }
	  th.callout-inner.alert {
	    background: #fce6e2;
	    border: 1px solid #b42912;
	    color: #fefefe; }

	.thumbnail {
	  border: solid 4px #fefefe;
	  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
	  display: inline-block;
	  line-height: 0;
	  max-width: 100%;
	  transition: box-shadow 200ms ease-out;
	  border-radius: 3px;
	  margin-bottom: 16px; }
	  .thumbnail:hover, .thumbnail:focus {
	    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

	table.menu {
	  width: 580px; }
	  table.menu td.menu-item,
	  table.menu th.menu-item {
	    padding: 10px;
	    padding-right: 10px; }
	    table.menu td.menu-item a,
	    table.menu th.menu-item a {
	      color: #2199e8; }

	table.menu.vertical td.menu-item,
	table.menu.vertical th.menu-item {
	  padding: 10px;
	  padding-right: 0;
	  display: block; }
	  table.menu.vertical td.menu-item a,
	  table.menu.vertical th.menu-item a {
	    width: 100%; }

	table.menu.vertical td.menu-item table.menu.vertical td.menu-item,
	table.menu.vertical td.menu-item table.menu.vertical th.menu-item,
	table.menu.vertical th.menu-item table.menu.vertical td.menu-item,
	table.menu.vertical th.menu-item table.menu.vertical th.menu-item {
	  padding-left: 10px; }

	table.menu.text-center a {
	  text-align: center; }

	.menu[align="center"] {
	  width: auto !important; }

	body.outlook p {
	  display: inline !important; }

	@media only screen and (max-width: 596px) {
	  table.body img {
	    width: auto;
	    height: auto; }
	  table.body center {
	    min-width: 0 !important; }
	  table.body .container {
	    width: 95% !important; }
	  table.body .columns,
	  table.body .column {
	    height: auto !important;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    padding-left: 16px !important;
	    padding-right: 16px !important; }
	    table.body .columns .column,
	    table.body .columns .columns,
	    table.body .column .column,
	    table.body .column .columns {
	      padding-left: 0 !important;
	      padding-right: 0 !important; }
	  table.body .collapse .columns,
	  table.body .collapse .column {
	    padding-left: 0 !important;
	    padding-right: 0 !important; }
	  td.small-1,
	  th.small-1 {
	    display: inline-block !important;
	    width: 8.33333% !important; }
	  td.small-2,
	  th.small-2 {
	    display: inline-block !important;
	    width: 16.66667% !important; }
	  td.small-3,
	  th.small-3 {
	    display: inline-block !important;
	    width: 25% !important; }
	  td.small-4,
	  th.small-4 {
	    display: inline-block !important;
	    width: 33.33333% !important; }
	  td.small-5,
	  th.small-5 {
	    display: inline-block !important;
	    width: 41.66667% !important; }
	  td.small-6,
	  th.small-6 {
	    display: inline-block !important;
	    width: 50% !important; }
	  td.small-7,
	  th.small-7 {
	    display: inline-block !important;
	    width: 58.33333% !important; }
	  td.small-8,
	  th.small-8 {
	    display: inline-block !important;
	    width: 66.66667% !important; }
	  td.small-9,
	  th.small-9 {
	    display: inline-block !important;
	    width: 75% !important; }
	  td.small-10,
	  th.small-10 {
	    display: inline-block !important;
	    width: 83.33333% !important; }
	  td.small-11,
	  th.small-11 {
	    display: inline-block !important;
	    width: 91.66667% !important; }
	  td.small-12,
	  th.small-12 {
	    display: inline-block !important;
	    width: 100% !important; }
	  .columns td.small-12,
	  .column td.small-12,
	  .columns th.small-12,
	  .column th.small-12 {
	    display: block !important;
	    width: 100% !important; }
	  table.body td.small-offset-1,
	  table.body th.small-offset-1 {
	    margin-left: 8.33333% !important;
	    Margin-left: 8.33333% !important; }
	  table.body td.small-offset-2,
	  table.body th.small-offset-2 {
	    margin-left: 16.66667% !important;
	    Margin-left: 16.66667% !important; }
	  table.body td.small-offset-3,
	  table.body th.small-offset-3 {
	    margin-left: 25% !important;
	    Margin-left: 25% !important; }
	  table.body td.small-offset-4,
	  table.body th.small-offset-4 {
	    margin-left: 33.33333% !important;
	    Margin-left: 33.33333% !important; }
	  table.body td.small-offset-5,
	  table.body th.small-offset-5 {
	    margin-left: 41.66667% !important;
	    Margin-left: 41.66667% !important; }
	  table.body td.small-offset-6,
	  table.body th.small-offset-6 {
	    margin-left: 50% !important;
	    Margin-left: 50% !important; }
	  table.body td.small-offset-7,
	  table.body th.small-offset-7 {
	    margin-left: 58.33333% !important;
	    Margin-left: 58.33333% !important; }
	  table.body td.small-offset-8,
	  table.body th.small-offset-8 {
	    margin-left: 66.66667% !important;
	    Margin-left: 66.66667% !important; }
	  table.body td.small-offset-9,
	  table.body th.small-offset-9 {
	    margin-left: 75% !important;
	    Margin-left: 75% !important; }
	  table.body td.small-offset-10,
	  table.body th.small-offset-10 {
	    margin-left: 83.33333% !important;
	    Margin-left: 83.33333% !important; }
	  table.body td.small-offset-11,
	  table.body th.small-offset-11 {
	    margin-left: 91.66667% !important;
	    Margin-left: 91.66667% !important; }
	  table.body table.columns td.expander,
	  table.body table.columns th.expander {
	    display: none !important; }
	  table.body .right-text-pad,
	  table.body .text-pad-right {
	    padding-left: 10px !important; }
	  table.body .left-text-pad,
	  table.body .text-pad-left {
	    padding-right: 10px !important; }
	  table.menu {
	    width: 100% !important; }
	    table.menu td,
	    table.menu th {
	      width: auto !important;
	      display: inline-block !important; }
	    table.menu.vertical td,
	    table.menu.vertical th, table.menu.small-vertical td,
	    table.menu.small-vertical th {
	      display: block !important; }
	  table.menu[align="center"] {
	    width: auto !important; }
	  table.button.small-expand,
	  table.button.small-expanded {
	    width: 100% !important; }
	    table.button.small-expand table,
	    table.button.small-expanded table {
	      width: 100%; }
	      table.button.small-expand table a,
	      table.button.small-expanded table a {
		text-align: center !important;
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important; }
	    table.button.small-expand center,
	    table.button.small-expanded center {
	      min-width: 0; } }

}
	

.n-paging {
	margin: 1rem auto;
	text-align: center;
}
	
.n-paging button {
	background-color: #eaeaea;
	color: #666;
	margin: 0.1rem;
	line-height: 1rem;
}
	
.n-paging button .n-icon {
	margin: 0;
}
	
.n-paging button[disabled] {
	background-color: #f3f3f3;
	color: #333;
}
	
.n-paging .n-paging-previous {
	margin-right: 0.5rem;
}
	
.n-paging .n-paging-next {
	margin-left: 0.5rem;
}
	
.n-sidebar {
	z-index: 100;
	position: fixed;
	height: 100vh;
	width: 40vw;
	top: 0;
	right: 0;
	background-color: #fff;
	border: solid 1px #bababa;
}
	
.n-sidebar header {
	height: 3rem;
	padding: 1rem;
}
	
.n-sidebar header .close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
}
	
.n-sidebar main {
	padding: 1rem 2rem;
	height: calc(100vh - 6rem);
	overflow: auto;
}
	
.n-sidebar footer {
	height: 3rem;
}
	
.n-messages .n-message {
	padding: 1rem;
}
	
.n-messages .n-message + .n-message {
	margin-top: 0.3rem;
}
	
.n-messages .n-message a {
	color: inherit;
	text-decoration: underline;
}
	
.n-messages .n-message-severity-info {
	background-color: #0064B4;
	color: #fff;
}
	
.n-messages .n-message-severity-error {
	background-color: #DA291C;
	color: #fff;
}
	
.n-messages .n-message-severity-critical {
	background-color: #FF4136;
	color: #fff;
}
	
.n-messages .n-message-severity-warning {
	background-color: #FFDC00;
	color: #fff;
}
	
.n-messages .n-message-severity-trace {
	background-color: #0064B4;
	color: #fff;
}
	
.n-paging {
	margin: 1rem auto;
	text-align: center;
}
	
.n-paging button {
	background-color: #eaeaea;
	color: #666;
	margin: 0.1rem;
	line-height: 1rem;
}
	
.n-paging button .n-icon {
	margin: 0;
}
	
.n-paging button[disabled] {
	background-color: #f3f3f3;
	color: #333;
}
	
.n-paging .n-paging-previous {
	margin-right: 0.5rem;
}
	
.n-paging .n-paging-next {
	margin-left: 0.5rem;
}
	
.n-info {
	position: relative;
	display: inline-block;
}
	
.n-info .n-icon {
	cursor: pointer;
}
	
.n-info .n-info-content {
	z-index: 10;
	position: absolute;
	top: 100%;
	background-color: #333;
	color: #fff;
	padding: 1rem;
	min-width: 20rem;
}
	
.n-info .n-info-content a {
	color: #fff;
}
	
.n-tags {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
	
.n-tags .n-tag {
	margin: 1rem 0.3rem;
}
	
.n-tags .n-tag .n-tag-remove {
	cursor: pointer;
	border: solid 1px #bababa;
	border-style: solid solid solid none;
	background-color: #DA291C;
	color: #fff;
	padding: 0.7rem;
}
	
.n-tags .n-tag .n-tag-title {
	border: solid 1px #bababa;
	padding: 0.7rem;
}
	
.nabu-cms-core-language-switcher {
	list-style-type: none;
	margin: 0;
}
	
.nabu-cms-core-language-switcher.flat li {
	cursor: pointer;
	display: inline-block;
	margin: 0.25rem 0.5rem;
}
	
.nabu-cms-core-language-switcher.dropdown:after {
	content: '>';
}
	
.nabu-cms-core-language-switcher.dropdown li {
	cursor: pointer;
	display: none;
}
	
.nabu-cms-core-language-switcher.dropdown li.selected {
	display: block;
}
	
.nabu-cms-core-language-switcher.dropdown:hover li {
	display: block;
}
	
@media email {
	.container > tr > td {
		padding: 1rem;
	}
		
	.button {
		background-color: rgb(33, 153, 232);
		color: #fff;
		padding: 0.5rem 1rem;
		border-radius: 5px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 0.8rem;
	}
		
	.container {
		border: solid 1px #ccc;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
		
}
.n-file-uploader .n-icon-loader {
	display: block;
	margin: auto;
}
	
.a-documents {
	min-width: 80vw;
}
	
.a-documents .n-form-text.has_icon, .a-documents .n-form-combo.has_icon {
	position: relative;
}
	
.a-documents .n-form-text.has_icon .icon, .a-documents .n-form-combo.has_icon .icon {
	position: absolute;
	left: 0.7rem;
	top: 50%;
}
	
.warning-country-code {
	font-style: italic;
	color: red;
	font-size: 14px;
}
	
.back {
	display: inline-block;
	color: #d17c02;
	margin: 1rem 0;
	cursor: pointer;
}
	
.back:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: '\f053';
	margin-right: 0.5rem;
	text-decoration: none;
	display: inline-block;
	height: calc(1.8rem - 1px);
	padding: 0.2rem 0 0 0.45rem;
	width: calc(1.8rem - 1px);
}
	
.back:hover {
	text-decoration: underline;
}
	
.back:hover:before {
	background : rgba(255, 255, 255, 1);
	background : -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
	background : -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
	background : -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
	background : -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
	background : -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
	background : linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
	filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	border-radius: 50%;
	border: 1px solid #d9d9d9;
	height: 1.8rem;
	width: 1.8rem;
}
	
.back.top {
	margin: 0 0 2rem 0;
}
	
.back.bottom {
	margin: 2rem 0 0 0;
}
	
[template="a-navision-sync"] {
	background-color: #fff;
	position: relative;
}
	
[template="a-navision-sync"] .a-navision-sync {
	padding: 1rem 2rem;
}
	
[template="a-navision-sync"] .a-navision-sync .close {
	cursor: pointer;
	position: absolute;
	top: 1rem;
	right: 1rem;
}
	
[template="a-navision-sync"] .a-navision-sync .navision_title {
	margin: 0.5rem 0;
	text-align: center;
}
	
[template="a-navision-sync"] .a-navision-sync .navision_progress {
	min-height: 3rem;
	height: auto;
	padding: 0.5rem 0;
}
	
[template="a-navision-sync"] .a-navision-sync .navision_progress .label {
	margin: 0 0.5rem;
}
	
[template="a-navision-sync"] .a-navision-sync .navision_progress .loading {
	text-align: center;
}
	
[template="a-navision-sync"] .a-navision-sync .navision_progress .result {
	padding: 0.5rem 1rem;
}
	
[template="a-navision-sync"] .a-navision-sync .navision_progress .result .small {
	font-size: 0.8rem;
}
	
[template="a-navision-sync"] .a-navision-sync .navision_progress .result.success {
	background-color: rgba(74, 163, 44, 0.2);
	color: rgba(74, 163, 44, 1);
}
	
[template="a-navision-sync"] .a-navision-sync .navision_progress .result.error {
	background-color: rgba(218, 41, 28, 0.2);
	color: rgba(218, 41, 28, 1);
}
	
[template="a-navision-sync"] .a-navision-sync .navision_actions {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}
	
[template="a-navision-sync"] .a-navision-sync .navision_actions button, .button {
	margin: 0;
}
	
.a-notification {
	background-color: rgba(248, 125, 4, 0.6);
	border: 3px solid #F87D04;
	font-size: 1rem;
	padding: 0.25rem 2rem;
}
	
.a-notification .notification_title {
	color: #000;
	font-size: 1rem;
	font-weight: bold;
}
	
.a-notification .notification_text.center {
	text-align: center;
}
	
[template="confirmation-modal"] {
	background-color: #fff;
	position: relative;
}
	
[template="confirmation-modal"] .confirmation-modal {
	padding: 1rem 2rem;
}
	
[template="confirmation-modal"] .confirmation-modal .close {
	cursor: pointer;
	position: absolute;
	top: 1rem;
	right: 1rem;
}
	
[template="confirmation-modal"] .confirmation-modal .confirmation_title {
	margin: 0.5rem 0;
	text-align: center;
}
	
[template="confirmation-modal"] .confirmation-modal .confirmation_actions {
	display: flex;
	flex-flow: row nowrap;
	margin-top: 2rem;
	justify-content: space-around;
}
	
[template="confirmation-modal"] .confirmation-modal .confirmation_actions button, .button {
	margin: 0;
}
	
.iti-flag {
	width: 20px;
}
	
.iti-flag.be {
	width: 18px;
}
	
.iti-flag.ch {
	width: 15px;
}
	
.iti-flag.mc {
	width: 19px;
}
	
.iti-flag.ne {
	width: 18px;
}
	
.iti-flag.np {
	width: 13px;
}
	
.iti-flag.va {
	width: 15px;
}
	
.iti-flag.ac {
	height: 10px;
	background-position: 0px 0px;
}
	
.iti-flag.ad {
	height: 14px;
	background-position: -22px 0px;
}
	
.iti-flag.ae {
	height: 10px;
	background-position: -44px 0px;
}
	
.iti-flag.af {
	height: 14px;
	background-position: -66px 0px;
}
	
.iti-flag.ag {
	height: 14px;
	background-position: -88px 0px;
}
	
.iti-flag.ai {
	height: 10px;
	background-position: -110px 0px;
}
	
.iti-flag.al {
	height: 15px;
	background-position: -132px 0px;
}
	
.iti-flag.am {
	height: 10px;
	background-position: -154px 0px;
}
	
.iti-flag.ao {
	height: 14px;
	background-position: -176px 0px;
}
	
.iti-flag.aq {
	height: 14px;
	background-position: -198px 0px;
}
	
.iti-flag.ar {
	height: 13px;
	background-position: -220px 0px;
}
	
.iti-flag.as {
	height: 10px;
	background-position: -242px 0px;
}
	
.iti-flag.at {
	height: 14px;
	background-position: -264px 0px;
}
	
.iti-flag.au {
	height: 10px;
	background-position: -286px 0px;
}
	
.iti-flag.aw {
	height: 14px;
	background-position: -308px 0px;
}
	
.iti-flag.ax {
	height: 13px;
	background-position: -330px 0px;
}
	
.iti-flag.az {
	height: 10px;
	background-position: -352px 0px;
}
	
.iti-flag.ba {
	height: 10px;
	background-position: -374px 0px;
}
	
.iti-flag.bb {
	height: 14px;
	background-position: -396px 0px;
}
	
.iti-flag.bd {
	height: 12px;
	background-position: -418px 0px;
}
	
.iti-flag.be {
	height: 15px;
	background-position: -440px 0px;
}
	
.iti-flag.bf {
	height: 14px;
	background-position: -460px 0px;
}
	
.iti-flag.bg {
	height: 12px;
	background-position: -482px 0px;
}
	
.iti-flag.bh {
	height: 12px;
	background-position: -504px 0px;
}
	
.iti-flag.bi {
	height: 12px;
	background-position: -526px 0px;
}
	
.iti-flag.bj {
	height: 14px;
	background-position: -548px 0px;
}
	
.iti-flag.bl {
	height: 14px;
	background-position: -570px 0px;
}
	
.iti-flag.bm {
	height: 10px;
	background-position: -592px 0px;
}
	
.iti-flag.bn {
	height: 10px;
	background-position: -614px 0px;
}
	
.iti-flag.bo {
	height: 14px;
	background-position: -636px 0px;
}
	
.iti-flag.bq {
	height: 14px;
	background-position: -658px 0px;
}
	
.iti-flag.br {
	height: 14px;
	background-position: -680px 0px;
}
	
.iti-flag.bs {
	height: 10px;
	background-position: -702px 0px;
}
	
.iti-flag.bt {
	height: 14px;
	background-position: -724px 0px;
}
	
.iti-flag.bv {
	height: 15px;
	background-position: -746px 0px;
}
	
.iti-flag.bw {
	height: 14px;
	background-position: -768px 0px;
}
	
.iti-flag.by {
	height: 10px;
	background-position: -790px 0px;
}
	
.iti-flag.bz {
	height: 14px;
	background-position: -812px 0px;
}
	
.iti-flag.ca {
	height: 10px;
	background-position: -834px 0px;
}
	
.iti-flag.cc {
	height: 10px;
	background-position: -856px 0px;
}
	
.iti-flag.cd {
	height: 15px;
	background-position: -878px 0px;
}
	
.iti-flag.cf {
	height: 14px;
	background-position: -900px 0px;
}
	
.iti-flag.cg {
	height: 14px;
	background-position: -922px 0px;
}
	
.iti-flag.ch {
	height: 15px;
	background-position: -944px 0px;
}
	
.iti-flag.ci {
	height: 14px;
	background-position: -961px 0px;
}
	
.iti-flag.ck {
	height: 10px;
	background-position: -983px 0px;
}
	
.iti-flag.cl {
	height: 14px;
	background-position: -1005px 0px;
}
	
.iti-flag.cm {
	height: 14px;
	background-position: -1027px 0px;
}
	
.iti-flag.cn {
	height: 14px;
	background-position: -1049px 0px;
}
	
.iti-flag.co {
	height: 14px;
	background-position: -1071px 0px;
}
	
.iti-flag.cp {
	height: 14px;
	background-position: -1093px 0px;
}
	
.iti-flag.cr {
	height: 12px;
	background-position: -1115px 0px;
}
	
.iti-flag.cu {
	height: 10px;
	background-position: -1137px 0px;
}
	
.iti-flag.cv {
	height: 12px;
	background-position: -1159px 0px;
}
	
.iti-flag.cw {
	height: 14px;
	background-position: -1181px 0px;
}
	
.iti-flag.cx {
	height: 10px;
	background-position: -1203px 0px;
}
	
.iti-flag.cy {
	height: 14px;
	background-position: -1225px 0px;
}
	
.iti-flag.cz {
	height: 14px;
	background-position: -1247px 0px;
}
	
.iti-flag.de {
	height: 12px;
	background-position: -1269px 0px;
}
	
.iti-flag.dg {
	height: 10px;
	background-position: -1291px 0px;
}
	
.iti-flag.dj {
	height: 14px;
	background-position: -1313px 0px;
}
	
.iti-flag.dk {
	height: 15px;
	background-position: -1335px 0px;
}
	
.iti-flag.dm {
	height: 10px;
	background-position: -1357px 0px;
}
	
.iti-flag.do {
	height: 13px;
	background-position: -1379px 0px;
}
	
.iti-flag.dz {
	height: 14px;
	background-position: -1401px 0px;
}
	
.iti-flag.ea {
	height: 14px;
	background-position: -1423px 0px;
}
	
.iti-flag.ec {
	height: 14px;
	background-position: -1445px 0px;
}
	
.iti-flag.ee {
	height: 13px;
	background-position: -1467px 0px;
}
	
.iti-flag.eg {
	height: 14px;
	background-position: -1489px 0px;
}
	
.iti-flag.eh {
	height: 10px;
	background-position: -1511px 0px;
}
	
.iti-flag.er {
	height: 10px;
	background-position: -1533px 0px;
}
	
.iti-flag.es {
	height: 14px;
	background-position: -1555px 0px;
}
	
.iti-flag.et {
	height: 10px;
	background-position: -1577px 0px;
}
	
.iti-flag.eu {
	height: 14px;
	background-position: -1599px 0px;
}
	
.iti-flag.fi {
	height: 12px;
	background-position: -1621px 0px;
}
	
.iti-flag.fj {
	height: 10px;
	background-position: -1643px 0px;
}
	
.iti-flag.fk {
	height: 10px;
	background-position: -1665px 0px;
}
	
.iti-flag.fm {
	height: 11px;
	background-position: -1687px 0px;
}
	
.iti-flag.fo {
	height: 15px;
	background-position: -1709px 0px;
}
	
.iti-flag.fr {
	height: 14px;
	background-position: -1731px 0px;
}
	
.iti-flag.ga {
	height: 15px;
	background-position: -1753px 0px;
}
	
.iti-flag.gb {
	height: 10px;
	background-position: -1775px 0px;
}
	
.iti-flag.gd {
	height: 12px;
	background-position: -1797px 0px;
}
	
.iti-flag.ge {
	height: 14px;
	background-position: -1819px 0px;
}
	
.iti-flag.gf {
	height: 14px;
	background-position: -1841px 0px;
}
	
.iti-flag.gg {
	height: 14px;
	background-position: -1863px 0px;
}
	
.iti-flag.gh {
	height: 14px;
	background-position: -1885px 0px;
}
	
.iti-flag.gi {
	height: 10px;
	background-position: -1907px 0px;
}
	
.iti-flag.gl {
	height: 14px;
	background-position: -1929px 0px;
}
	
.iti-flag.gm {
	height: 14px;
	background-position: -1951px 0px;
}
	
.iti-flag.gn {
	height: 14px;
	background-position: -1973px 0px;
}
	
.iti-flag.gp {
	height: 14px;
	background-position: -1995px 0px;
}
	
.iti-flag.gq {
	height: 14px;
	background-position: -2017px 0px;
}
	
.iti-flag.gr {
	height: 14px;
	background-position: -2039px 0px;
}
	
.iti-flag.gs {
	height: 10px;
	background-position: -2061px 0px;
}
	
.iti-flag.gt {
	height: 13px;
	background-position: -2083px 0px;
}
	
.iti-flag.gu {
	height: 11px;
	background-position: -2105px 0px;
}
	
.iti-flag.gw {
	height: 10px;
	background-position: -2127px 0px;
}
	
.iti-flag.gy {
	height: 12px;
	background-position: -2149px 0px;
}
	
.iti-flag.hk {
	height: 14px;
	background-position: -2171px 0px;
}
	
.iti-flag.hm {
	height: 10px;
	background-position: -2193px 0px;
}
	
.iti-flag.hn {
	height: 10px;
	background-position: -2215px 0px;
}
	
.iti-flag.hr {
	height: 10px;
	background-position: -2237px 0px;
}
	
.iti-flag.ht {
	height: 12px;
	background-position: -2259px 0px;
}
	
.iti-flag.hu {
	height: 10px;
	background-position: -2281px 0px;
}
	
.iti-flag.ic {
	height: 14px;
	background-position: -2303px 0px;
}
	
.iti-flag.id {
	height: 14px;
	background-position: -2325px 0px;
}
	
.iti-flag.ie {
	height: 10px;
	background-position: -2347px 0px;
}
	
.iti-flag.il {
	height: 15px;
	background-position: -2369px 0px;
}
	
.iti-flag.im {
	height: 10px;
	background-position: -2391px 0px;
}
	
.iti-flag.in {
	height: 14px;
	background-position: -2413px 0px;
}
	
.iti-flag.io {
	height: 10px;
	background-position: -2435px 0px;
}
	
.iti-flag.iq {
	height: 14px;
	background-position: -2457px 0px;
}
	
.iti-flag.ir {
	height: 12px;
	background-position: -2479px 0px;
}
	
.iti-flag.is {
	height: 15px;
	background-position: -2501px 0px;
}
	
.iti-flag.it {
	height: 14px;
	background-position: -2523px 0px;
}
	
.iti-flag.je {
	height: 12px;
	background-position: -2545px 0px;
}
	
.iti-flag.jm {
	height: 10px;
	background-position: -2567px 0px;
}
	
.iti-flag.jo {
	height: 10px;
	background-position: -2589px 0px;
}
	
.iti-flag.jp {
	height: 14px;
	background-position: -2611px 0px;
}
	
.iti-flag.ke {
	height: 14px;
	background-position: -2633px 0px;
}
	
.iti-flag.kg {
	height: 12px;
	background-position: -2655px 0px;
}
	
.iti-flag.kh {
	height: 13px;
	background-position: -2677px 0px;
}
	
.iti-flag.ki {
	height: 10px;
	background-position: -2699px 0px;
}
	
.iti-flag.km {
	height: 12px;
	background-position: -2721px 0px;
}
	
.iti-flag.kn {
	height: 14px;
	background-position: -2743px 0px;
}
	
.iti-flag.kp {
	height: 10px;
	background-position: -2765px 0px;
}
	
.iti-flag.kr {
	height: 14px;
	background-position: -2787px 0px;
}
	
.iti-flag.kw {
	height: 10px;
	background-position: -2809px 0px;
}
	
.iti-flag.ky {
	height: 10px;
	background-position: -2831px 0px;
}
	
.iti-flag.kz {
	height: 10px;
	background-position: -2853px 0px;
}
	
.iti-flag.la {
	height: 14px;
	background-position: -2875px 0px;
}
	
.iti-flag.lb {
	height: 14px;
	background-position: -2897px 0px;
}
	
.iti-flag.lc {
	height: 10px;
	background-position: -2919px 0px;
}
	
.iti-flag.li {
	height: 12px;
	background-position: -2941px 0px;
}
	
.iti-flag.lk {
	height: 10px;
	background-position: -2963px 0px;
}
	
.iti-flag.lr {
	height: 11px;
	background-position: -2985px 0px;
}
	
.iti-flag.ls {
	height: 14px;
	background-position: -3007px 0px;
}
	
.iti-flag.lt {
	height: 12px;
	background-position: -3029px 0px;
}
	
.iti-flag.lu {
	height: 12px;
	background-position: -3051px 0px;
}
	
.iti-flag.lv {
	height: 10px;
	background-position: -3073px 0px;
}
	
.iti-flag.ly {
	height: 10px;
	background-position: -3095px 0px;
}
	
.iti-flag.ma {
	height: 14px;
	background-position: -3117px 0px;
}
	
.iti-flag.mc {
	height: 15px;
	background-position: -3139px 0px;
}
	
.iti-flag.md {
	height: 10px;
	background-position: -3160px 0px;
}
	
.iti-flag.me {
	height: 10px;
	background-position: -3182px 0px;
}
	
.iti-flag.mf {
	height: 14px;
	background-position: -3204px 0px;
}
	
.iti-flag.mg {
	height: 14px;
	background-position: -3226px 0px;
}
	
.iti-flag.mh {
	height: 11px;
	background-position: -3248px 0px;
}
	
.iti-flag.mk {
	height: 10px;
	background-position: -3270px 0px;
}
	
.iti-flag.ml {
	height: 14px;
	background-position: -3292px 0px;
}
	
.iti-flag.mm {
	height: 14px;
	background-position: -3314px 0px;
}
	
.iti-flag.mn {
	height: 10px;
	background-position: -3336px 0px;
}
	
.iti-flag.mo {
	height: 14px;
	background-position: -3358px 0px;
}
	
.iti-flag.mp {
	height: 10px;
	background-position: -3380px 0px;
}
	
.iti-flag.mq {
	height: 14px;
	background-position: -3402px 0px;
}
	
.iti-flag.mr {
	height: 14px;
	background-position: -3424px 0px;
}
	
.iti-flag.ms {
	height: 10px;
	background-position: -3446px 0px;
}
	
.iti-flag.mt {
	height: 14px;
	background-position: -3468px 0px;
}
	
.iti-flag.mu {
	height: 14px;
	background-position: -3490px 0px;
}
	
.iti-flag.mv {
	height: 14px;
	background-position: -3512px 0px;
}
	
.iti-flag.mw {
	height: 14px;
	background-position: -3534px 0px;
}
	
.iti-flag.mx {
	height: 12px;
	background-position: -3556px 0px;
}
	
.iti-flag.my {
	height: 10px;
	background-position: -3578px 0px;
}
	
.iti-flag.mz {
	height: 14px;
	background-position: -3600px 0px;
}
	
.iti-flag.na {
	height: 14px;
	background-position: -3622px 0px;
}
	
.iti-flag.nc {
	height: 10px;
	background-position: -3644px 0px;
}
	
.iti-flag.ne {
	height: 15px;
	background-position: -3666px 0px;
}
	
.iti-flag.nf {
	height: 10px;
	background-position: -3686px 0px;
}
	
.iti-flag.ng {
	height: 10px;
	background-position: -3708px 0px;
}
	
.iti-flag.ni {
	height: 12px;
	background-position: -3730px 0px;
}
	
.iti-flag.nl {
	height: 14px;
	background-position: -3752px 0px;
}
	
.iti-flag.no {
	height: 15px;
	background-position: -3774px 0px;
}
	
.iti-flag.np {
	height: 15px;
	background-position: -3796px 0px;
}
	
.iti-flag.nr {
	height: 10px;
	background-position: -3811px 0px;
}
	
.iti-flag.nu {
	height: 10px;
	background-position: -3833px 0px;
}
	
.iti-flag.nz {
	height: 10px;
	background-position: -3855px 0px;
}
	
.iti-flag.om {
	height: 10px;
	background-position: -3877px 0px;
}
	
.iti-flag.pa {
	height: 14px;
	background-position: -3899px 0px;
}
	
.iti-flag.pe {
	height: 14px;
	background-position: -3921px 0px;
}
	
.iti-flag.pf {
	height: 14px;
	background-position: -3943px 0px;
}
	
.iti-flag.pg {
	height: 15px;
	background-position: -3965px 0px;
}
	
.iti-flag.ph {
	height: 10px;
	background-position: -3987px 0px;
}
	
.iti-flag.pk {
	height: 14px;
	background-position: -4009px 0px;
}
	
.iti-flag.pl {
	height: 13px;
	background-position: -4031px 0px;
}
	
.iti-flag.pm {
	height: 14px;
	background-position: -4053px 0px;
}
	
.iti-flag.pn {
	height: 10px;
	background-position: -4075px 0px;
}
	
.iti-flag.pr {
	height: 14px;
	background-position: -4097px 0px;
}
	
.iti-flag.ps {
	height: 10px;
	background-position: -4119px 0px;
}
	
.iti-flag.pt {
	height: 14px;
	background-position: -4141px 0px;
}
	
.iti-flag.pw {
	height: 13px;
	background-position: -4163px 0px;
}
	
.iti-flag.py {
	height: 11px;
	background-position: -4185px 0px;
}
	
.iti-flag.qa {
	height: 8px;
	background-position: -4207px 0px;
}
	
.iti-flag.re {
	height: 14px;
	background-position: -4229px 0px;
}
	
.iti-flag.ro {
	height: 14px;
	background-position: -4251px 0px;
}
	
.iti-flag.rs {
	height: 14px;
	background-position: -4273px 0px;
}
	
.iti-flag.ru {
	height: 14px;
	background-position: -4295px 0px;
}
	
.iti-flag.rw {
	height: 14px;
	background-position: -4317px 0px;
}
	
.iti-flag.sa {
	height: 14px;
	background-position: -4339px 0px;
}
	
.iti-flag.sb {
	height: 10px;
	background-position: -4361px 0px;
}
	
.iti-flag.sc {
	height: 10px;
	background-position: -4383px 0px;
}
	
.iti-flag.sd {
	height: 10px;
	background-position: -4405px 0px;
}
	
.iti-flag.se {
	height: 13px;
	background-position: -4427px 0px;
}
	
.iti-flag.sg {
	height: 14px;
	background-position: -4449px 0px;
}
	
.iti-flag.sh {
	height: 10px;
	background-position: -4471px 0px;
}
	
.iti-flag.si {
	height: 10px;
	background-position: -4493px 0px;
}
	
.iti-flag.sj {
	height: 15px;
	background-position: -4515px 0px;
}
	
.iti-flag.sk {
	height: 14px;
	background-position: -4537px 0px;
}
	
.iti-flag.sl {
	height: 14px;
	background-position: -4559px 0px;
}
	
.iti-flag.sm {
	height: 15px;
	background-position: -4581px 0px;
}
	
.iti-flag.sn {
	height: 14px;
	background-position: -4603px 0px;
}
	
.iti-flag.so {
	height: 14px;
	background-position: -4625px 0px;
}
	
.iti-flag.sr {
	height: 14px;
	background-position: -4647px 0px;
}
	
.iti-flag.ss {
	height: 10px;
	background-position: -4669px 0px;
}
	
.iti-flag.st {
	height: 10px;
	background-position: -4691px 0px;
}
	
.iti-flag.sv {
	height: 12px;
	background-position: -4713px 0px;
}
	
.iti-flag.sx {
	height: 14px;
	background-position: -4735px 0px;
}
	
.iti-flag.sy {
	height: 14px;
	background-position: -4757px 0px;
}
	
.iti-flag.sz {
	height: 14px;
	background-position: -4779px 0px;
}
	
.iti-flag.ta {
	height: 10px;
	background-position: -4801px 0px;
}
	
.iti-flag.tc {
	height: 10px;
	background-position: -4823px 0px;
}
	
.iti-flag.td {
	height: 14px;
	background-position: -4845px 0px;
}
	
.iti-flag.tf {
	height: 14px;
	background-position: -4867px 0px;
}
	
.iti-flag.tg {
	height: 13px;
	background-position: -4889px 0px;
}
	
.iti-flag.th {
	height: 14px;
	background-position: -4911px 0px;
}
	
.iti-flag.tj {
	height: 10px;
	background-position: -4933px 0px;
}
	
.iti-flag.tk {
	height: 10px;
	background-position: -4955px 0px;
}
	
.iti-flag.tl {
	height: 10px;
	background-position: -4977px 0px;
}
	
.iti-flag.tm {
	height: 14px;
	background-position: -4999px 0px;
}
	
.iti-flag.tn {
	height: 14px;
	background-position: -5021px 0px;
}
	
.iti-flag.to {
	height: 10px;
	background-position: -5043px 0px;
}
	
.iti-flag.tr {
	height: 14px;
	background-position: -5065px 0px;
}
	
.iti-flag.tt {
	height: 12px;
	background-position: -5087px 0px;
}
	
.iti-flag.tv {
	height: 10px;
	background-position: -5109px 0px;
}
	
.iti-flag.tw {
	height: 14px;
	background-position: -5131px 0px;
}
	
.iti-flag.tz {
	height: 14px;
	background-position: -5153px 0px;
}
	
.iti-flag.ua {
	height: 14px;
	background-position: -5175px 0px;
}
	
.iti-flag.ug {
	height: 14px;
	background-position: -5197px 0px;
}
	
.iti-flag.um {
	height: 11px;
	background-position: -5219px 0px;
}
	
.iti-flag.us {
	height: 11px;
	background-position: -5241px 0px;
}
	
.iti-flag.uy {
	height: 14px;
	background-position: -5263px 0px;
}
	
.iti-flag.uz {
	height: 10px;
	background-position: -5285px 0px;
}
	
.iti-flag.va {
	height: 15px;
	background-position: -5307px 0px;
}
	
.iti-flag.vc {
	height: 14px;
	background-position: -5324px 0px;
}
	
.iti-flag.ve {
	height: 14px;
	background-position: -5346px 0px;
}
	
.iti-flag.vg {
	height: 10px;
	background-position: -5368px 0px;
}
	
.iti-flag.vi {
	height: 14px;
	background-position: -5390px 0px;
}
	
.iti-flag.vn {
	height: 14px;
	background-position: -5412px 0px;
}
	
.iti-flag.vu {
	height: 12px;
	background-position: -5434px 0px;
}
	
.iti-flag.wf {
	height: 14px;
	background-position: -5456px 0px;
}
	
.iti-flag.ws {
	height: 10px;
	background-position: -5478px 0px;
}
	
.iti-flag.xk {
	height: 15px;
	background-position: -5500px 0px;
}
	
.iti-flag.ye {
	height: 14px;
	background-position: -5522px 0px;
}
	
.iti-flag.yt {
	height: 14px;
	background-position: -5544px 0px;
}
	
.iti-flag.za {
	height: 14px;
	background-position: -5566px 0px;
}
	
.iti-flag.zm {
	height: 14px;
	background-position: -5588px 0px;
}
	
.iti-flag.zw {
	height: 10px;
	background-position: -5610px 0px;
}
	
.iti-flag {
	width: 20px;
	height: 15px;
	background-image: url("/resources/images/flags.png");
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	background-position: 20px 0;
}
	
.iti-flag.np {
	background-color: transparent;
}
	
.n-form-phone.n-form-component .n-form-input-wrapper {
	display: flex;
}
	
.n-form-phone.n-form-component .n-form-input-wrapper .n-form-component.phone.n-form-text {
	margin-right: 0;
	margin-left: 1rem;
	width: 100%;
}
	
.n-form-phone.n-form-component .n-form-input-wrapper .countryCode.n-input-combo .n-input-combo-input {
	margin-bottom: 0;
}
	
.n-form-phone.n-form-component .n-form-input-wrapper .countryCode.n-input-combo .n-input-combo-dropdown.n-input-combo-dropdown-values {
	top: 2.375rem;
	max-height: 12rem;
}
	
.n-form-phone.n-form-component .n-form-input-wrapper .countryCode.n-input-combo .n-input-combo-dropdown.n-input-combo-dropdown-values .n-input-combo-dropdown-value {
	padding: 0.4rem;
	display: flex;
	align-items: center;
}
	
.n-form-phone.n-form-component .n-form-input-wrapper .countryCode.n-input-combo .n-input-combo-dropdown.n-input-combo-dropdown-values .n-input-combo-dropdown-value .iti-flag {
	margin-right: 0.5rem;
}
	
.n-form-phone.n-form-component .n-form-input-wrapper .countryCode.n-input-combo .n-input-combo-dropdown.n-input-combo-dropdown-values .n-input-combo-dropdown-value .country-code {
	margin-left: auto;
}
	
.n-file-uploader .n-icon-loader {
	display: block;
	margin: auto;
}
	
.n-progress-bar {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
	
.n-progress-bar input[type='range'] {
	border: none;
	border-radius: 8px;
	padding: 0;
	position: relative;
	margin: 0;
	width: 100%;
	z-index: 1;
}
	
.n-progress-bar .n-form-input-wrapper .field {
	height: 1rem;
}
	
.n-progress-bar input[type=range]:focus {
	outline: none;
}
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.n-progress-bar  input[type='range'] {
		overflow: hidden;
		width: 100%;
		-webkit-appearance: none;
		background-color: red;
		border-radius: 8px;
	}
		
	.n-progress-bar  input[type='range']::-webkit-slider-runnable-track {
		height: 1rem;
		-webkit-appearance: none;
		color: red;
		margin-top: -1px;
	}
		
	.n-progress-bar  input[type='range']::-webkit-slider-thumb {
		width: 1px;
		-webkit-appearance: none;
		height: 1rem;
		cursor: ew-resize;
		background: #0097FF;
		box-shadow: -48rem 0 0 48rem #0097FF;
	}
		
}
.n-progress-bar input[type="range"]::-moz-range-progress {
	background-color: color-tint("primary", "base");
	height: 100%;
}
	
.n-progress-bar input[type=range]::-moz-range-thumb {
	background-color: transparent;
	border: none;
}
	
.n-progress-bar input[type="range"]::-ms-track {
	border: none;
	border-radius: 8px;
	color: transparent;
	height: spacing("m");
}
	
.n-progress-bar input[type="range"]::-ms-fill-lower {
	background-color: color-tint("primary", "base");
	color: color-tint("primary", "base");
}
	
.n-progress-bar input[type="range"]::-ms-fill-upper {
	background-color: color-tint("primary", "lighter");
	color: color-tint("primary", "lighter");
}
	
.n-progress-bar input[type="range"]::-ms-thumb {
	background-color: transparent;
	border: none;
	width: 0;
}
	
.n-progress-bar .n-form-tooltip {
	display: none !important;
}
	
[template="a-toggle-2fa-modal"] {
	background-color: #fff;
	position: relative;
}
	
[template="a-toggle-2fa-modal"] .a-toggle-2fa-modal {
	padding: 1rem 2rem;
}
	
[template="a-toggle-2fa-modal"] .a-toggle-2fa-modal .close {
	cursor: pointer;
	position: absolute;
	top: 1rem;
	right: 1rem;
}
	
[template="a-toggle-2fa-modal"] .a-toggle-2fa-modal .toggle2fa_title {
	margin: 0.5rem 0;
	text-align: center;
}
	
[template="a-toggle-2fa-modal"] .a-toggle-2fa-modal .toggle2fa_actions {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}
	
[template="a-toggle-2fa-modal"] .a-toggle-2fa-modal .toggle2fa_actions button, .button {
	margin: 0;
}
	
.a-accounts .actions {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}
	
.a-accounts .actions .button {
	margin-right: 0;
}
	
.a-change-password {
	background-color: #fff;
	padding: 2rem;
	position: relative;
}
	
.a-change-password .actions {
	text-align: right;
	padding: 1rem 0;
}
	
.a-change-password .actions a {
	margin-right: 1rem;
}
	
.a-change-password .close {
	cursor: pointer;
	position: absolute;
	top: 1rem;
	right: 1rem;
}
	
.a-change-password .toggle2fa_title {
	margin: 0.5rem 0;
	text-align: center;
}
	
.n-modal {
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	transition: all ease 0.2s;
	width: 100vw;
	z-index: 9999;
}
	
.n-modal:not(.show) {
	background-color: rgba(0, 0, 0, 0);
	display: none;
}
	
.n-modal.show {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
	
.n-modal .modal_wrapper {
	background-color: #fff;
	border: solid 1px #bababa;
	display: flex;
	flex-flow: column nowrap;
	height: auto;
	min-height: 15rem;
	max-height: 90vh;
	padding: 2rem;
	width: auto;
	max-width: 90vw;
	overflow: hidden;
	overflow-y: scroll;
}
	
.n-modal .modal_wrapper .content {
	flex: 1;
}
	
@media (min-width: 40em) {
	.n-modal .modal_wrapper {
		min-width: 30rem;
	}
		
}
html {
	font-family: 'Segoe UI', 'DejaVu Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow: -moz-scrollbars-none;
}
	
html, body {
	font-weight: 300;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
	
html, body, *, *:before, *:after {
	box-sizing: border-box;
}
	
body {
	height: 100vh;
}
	
body #header {
	width: 100%;
}
	
body #header .top {
	border-bottom: 1px solid #efefef;
	color: #999;
	display: flex;
	flex-flow: row wrap;
	font-size: 12px;
	min-height: 36px;
	height: auto;
	justify-content: space-between;
	line-height: 36px;
	padding: 0 7.25vw;
}
	
body #header .top .contact {
	text-align: center;
}
	
body #header .top .contact span {
	border-right: 1px solid #efefef;
	padding: 0 6px;
	white-space: nowrap;
}
	
body #header .top .contact span:last-child {
	border-right: none;
}
	
body #header .top .contact span a {
	color: inherit;
}
	
body #header .top .social {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: 100%;
}
	
body #header .top .social a {
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 50%;
	color: inherit;
	display: flex;
	flex-flow: row nowrap;
	height: 26px;
	justify-content: center;
	margin: 5px 3.5px;
	text-decoration: none;
	width: 26px;
}
	
body #header .top .social a i {
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 24px;
}
	
body #header .main {
	align-items: center;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#fbfbfb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 );
	border-bottom: 1px solid #efefef;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	height: 5rem;
	padding: 2vw;
	width: 100%;
}
	
body #header .main #logo {
	background-image: url('/resources/images/logo1.png');
	background-size: contain;
	background-position: left;
	background-origin: content-box;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 53px;
	padding: 1rem 0 1rem 1rem;
	width: 112px;
}
	
body #header .main .buttons {
	text-align: right;
}
	
body #main {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	width: 100%;
}
	
body #main .subheader section {
	justify-content: flex-start;
	padding: 1rem 2rem;
}
	
body #main .subheader h4 {
	font-weight: 500;
	margin: 0;
}
	
body #main .subheader button {
	margin-left: auto;
}
	
body #main .content {
	padding: 0;
	width: 100%;
}
	
body #footer {
	border-top: 1px solid #efefef;
	color: #999;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	font-size: 0.8em;
	min-height: 75px;
	height: auto;
	line-height: 75px;
	padding: 0 7.25vw;
	width: 100%;
}
	
body #footer .social a {
	border-right: 1px solid #ccc;
	color: inherit;
	padding: 0 6px;
	text-decoration: none;
	text-transform: capitalize; ;
}
	
body #footer .social a:nth-child(even) {
	color: #d17c02;
}
	
body #footer .social a:last-child {
	border-right: none;
}
	
#main .content label {
	font-size: 14px;
	font-weight: 400;
}
	
#main .content .nf_icon_field {
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	box-shadow: inset 0 2px 12px -3px rgba(0,0,0,0.25);
	margin-bottom: 2rem;
	padding: 0.125rem 0.75rem;
	width: 100%;
}
	
#main .content .nf_icon_field .field_container input {
	background: transparent;
	border: none;
	font-size: 1.2rem;
	padding: 0.5rem 0.25rem;
	margin: 0;
}
	
.n-input-combo li {
	margin-bottom: 0;
}
	
table.ferromac.no_wrap tbody tr td {
	white-space: nowrap;
}
	
@media (min-width: 37.5rem) {
	body #header .top > div {
		text-align: left;
	}
		
	body #header .top .social {
		width: auto;
	}
		
	body #header .main {
		padding: 0 7.25vw;
	}
		
	body #header .main #logo {
		background-position: center;
		padding: 0;
		width: 152px;
	}
		
	body #main .subheader {
		padding: 0 7.25vw;
	}
		
	body #main .content {
		padding: 0 7.25vw;
	}
		
}
@media (min-width: 37.5rem) {
	#main[template="customers"] .content .nf_icon_field, #main[template="sales"] .content .nf_icon_field {
		width: 320px;
	}
		
	#main[template="customers"] .content .nf_icon_field .field_container input, #main[template="sales"] .content .nf_icon_field .field_container input {
		font-size: 0.9rem;
		padding: 0.25rem;
	}
		
	#main[template="customers"] .content table.ferromac tbody td:not(:last-child), #main[template="sales"] .content table.ferromac tbody td:not(:last-child) {
		border-bottom-color: #bcbcbc;
	}
		
	#main[template="customers"] .content table.ferromac .button-default, #main[template="sales"] .content table.ferromac .button-default {
		padding: 0.25rem 0.5rem;
		margin: 0;
	}
		
}
.n-component.n-input-combo .n-input-combo-input-container .n-icon.n-icon-arrow-down {
	position: absolute;
	top: 0.8rem;
	right: 0.5rem;
}
	
.n-component.n-input-combo .n-form-combo-bottom {
	display: none;
}
	
.property >.icon {
	display: flex;
	align-items: center;
}
	
.tab_container {
	width: 100%;
}
	
.tab_container section {
	margin: 0 auto;
}
	
.tab_container section .section_content {
	display: flex;
	flex-flow: column nowrap;
}
	
.tab_container section .section_content .data-card {
	min-width: calc(100% - 2rem);
}
	
.tab_container section .section_content .data-card.flex_start {
	min-width: unset;
}
	
.tab_container .tabs {
	background-color: #333;
	border-bottom: 1px solid #d9d9d9;
	color: #fff;
	min-height: 4.5rem;
}
	
.tab_container .tabs section {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	min-height: 4.5rem;
	justify-content: flex-end;
	padding: 0 1rem;
}
	
.tab_container .tabs section.align_left {
	justify-content: flex-start;
}
	
.tab_container .tabs section .align_left {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	margin-right: auto;
}
	
.tab_container .tabs section .align_left .n-icon {
	margin: 0 1rem;
}
	
.tab_container .tabs section .align_left a {
	color: #fff;
	text-decoration: none;
}
	
.tab_container .tabs section .align_left a:hover {
	text-decoration: underline;
}
	
.tab_container .tabs section .title {
	margin: 0;
}
	
.tab_container .tabs section > .n-icon {
	margin: 0 1rem;
}
	
.tab_container .tabs section .node_title {
	line-height: 2rem;
	font-size: 1.333em;
}
	
.tab_container .tabs section .tab {
	align-items: center;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	margin: 0.5rem;
	padding: 0.25rem 1rem;
	transition: all 0.2s ease-out;
}
	
.tab_container .tabs section .tab:hover {
	background-color: #4d4d4d;
}
	
.tab_container .tabs section .tab.active {
	background-color: #666;
}
	
.tab_container .tabs section .tab .icon:before, .tab_container .tabs section .tab .n-icon:before {
	font-size: 1.2rem;
}
	
.tab_container .tabs section .tab .label {
	font-size: 0.7em;
	text-transform: uppercase;
}
	
@media (min-width: 56.75rem) {
	.tab_container section .section_content {
		flex-direction: row;
		justify-content: space-around;
	}
		
	.tab_container section .section_content.spacer {
		margin-left: 17.5rem;
	}
		
}
.data-card {
	background-color: #fbfbfb;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	margin: 0 1rem 4rem;
}
	
.data-card .data-card-heading {
	background : rgba(255, 255, 255, 1);
	background : -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
	background : -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
	background : -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
	background : -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
	background : -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
	background : linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
	filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	border-bottom: 1px solid #e6e6e6;
	border-radius: 5px 5px 0 0;
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	padding: 1rem 1.5rem;
}
	
.data-card .data-card-heading .icon, .data-card .data-card-heading .n-icon {
	color: #f28e00;
}
	
.data-card .data-card-heading .icon:before, .data-card .data-card-heading .n-icon:before {
	font-size: 1.4rem;
	margin-right: 1rem;
}
	
.data-card .data-card-heading .title {
	margin: 0;
}
	
.data-card .data-card-heading .action {
	margin-left: auto;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
}
	
.data-card .data-card-body {
	padding: 2rem;
}
	
.data-card .data-card-body .information .property {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 0.5rem;
}
	
.data-card .data-card-body .information .property .icon {
	margin-right: 1rem;
	width: 2rem;
}
	
.data-card .data-card-body .information .property .icon > * {
	color: #f28e00;
}
	
.data-card .data-card-body .information .property .icon > *:before {
	font-size: 1.4rem;
}
	
.data-card .data-card-body .information .property .property_content {
	align-items: flex-start;
	display: flex;
	flex-flow: column nowrap;
	flex: 1;
	margin-top: 0.25rem;
}
	
.data-card .data-card-body .information .property .property_content .key {
	color: #f28e00;
	font-size: 0.9em;
	font-weight: 600;
}
	
.data-card .data-card-body table {
	margin: 0;
	margin-bottom: 2rem;
}
	
.data-card .data-card-body table tbody td {
	background-color: #fff;
}
	
.data-card .data-card-body .n-form {
	background-color: #fff;
	margin: 0;
}
	
.data-card .data-card-body .n-form .n-form-content {
	padding: 0.5rem;
}
	
.data-card .data-card-body .n-form .n-form-component {
	align-items: flex-start;
	flex-flow: column nowrap;
}
	
.data-card .data-card-body .n-form .n-form-component .n-form-label {
	color: #666;
	font-size: 0.8em;
	margin-bottom: 0.25rem;
	padding: 0;
	text-align: left;
}
	
.data-card .data-card-body .n-form .n-form-component .n-component {
	flex-basis: auto;
	margin: 0;
}
	
.data-card .data-card-body .n-form .n-form-component button {
	margin-top: 1rem;
}
	
td .simptip {
	margin: 0.3rem;
}
	
@media (min-width: desktop) {
	.data_card.flex_start {
		align-self: flex-start;
	}
		
}
.n-modal .modal_wrapper {
	min-height: 12rem;
	padding: 1.5rem;
}
	
.n-modal .modal_content .title {
	margin-top: 1rem;
}
	
.n-modal .modal_content .n-form {
	background-color: #fff;
	margin: 0;
}
	
.n-modal .modal_content .n-form .n-form-content {
	padding: 0.5rem;
}
	
.n-modal .modal_content .n-form .n-form-component {
	align-items: flex-start;
	flex-flow: column nowrap;
}
	
.n-modal .modal_content .n-form .n-form-component .n-form-label {
	color: #666;
	font-size: 0.8em;
	margin-bottom: 0.25rem;
	padding: 0;
	text-align: left;
}
	
.n-modal .modal_content .n-form .n-form-component .n-component {
	flex-basis: auto;
	margin: 0;
}
	
.n-modal .modal_content .n-form .n-form-component button {
	margin-top: 1rem;
}
	
.n-modal .buttons {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	margin-top: 1rem;
}
	
	

	/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html {
  font-size: 10px;
}
@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  color: #333;
  font-size: 16px;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
*, *:before, *:after {
  box-sizing: border-box;
}
.container,
.container-full-width,
.container-pp,
.container-pl,
.container-tp,
.container-tl {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .container,
  .container-full-width,
  .container-pp,
  .container-pl,
  .container-tp,
  .container-tl {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.container:before,
.container-full-width:before,
.container-pp:before,
.container-pl:before,
.container-tp:before,
.container-tl:before {
  content: " ";
  display: table;
}
.container:after,
.container-full-width:after,
.container-pp:after,
.container-pl:after,
.container-tp:after,
.container-tl:after {
  content: " ";
  display: table;
  clear: both;
}
@media (min-width: 540px) {
  .container,
  .container-tl,
  .container-tp,
  .container-pl {
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-tl,
  .container-tp {
    max-width: 748px;
  }
}
@media (min-width: 991px) {
  .container,
  .container-tl {
    max-width: 971px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
.row {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media (min-width: 768px) {
  .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}
.row .col-pp-20,
.row .col-pp-25,
.row .col-pp-33,
.row .col-pp-40,
.row .col-pp-50,
.row .col-pp-60,
.row .col-pp-66,
.row .col-pp-75,
.row .col-pp-80,
.row .col-pp-100,
.row .col-pl-20,
.row .col-pl-25,
.row .col-pl-33,
.row .col-pl-40,
.row .col-pl-50,
.row .col-pl-60,
.row .col-pl-66,
.row .col-pl-75,
.row .col-pl-80,
.row .col-pl-100,
.row .col-tp-20,
.row .col-tp-25,
.row .col-tp-33,
.row .col-tp-40,
.row .col-tp-50,
.row .col-tp-60,
.row .col-tp-66,
.row .col-tp-75,
.row .col-tp-80,
.row .col-tp-100,
.row .col-tl-20,
.row .col-tl-25,
.row .col-tl-33,
.row .col-tl-40,
.row .col-tl-50,
.row .col-tl-60,
.row .col-tl-66,
.row .col-tl-75,
.row .col-tl-80,
.row .col-tl-100,
.row .col-dt-20,
.row .col-dt-25,
.row .col-dt-33,
.row .col-dt-40,
.row .col-dt-50,
.row .col-dt-60,
.row .col-dt-66,
.row .col-dt-75,
.row .col-dt-80,
.row .col-dt-100 {
  position: relative;
  width: 100%;
  float: left;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .row .col-pp-20,
  .row .col-pp-25,
  .row .col-pp-33,
  .row .col-pp-40,
  .row .col-pp-50,
  .row .col-pp-60,
  .row .col-pp-66,
  .row .col-pp-75,
  .row .col-pp-80,
  .row .col-pp-100,
  .row .col-pl-20,
  .row .col-pl-25,
  .row .col-pl-33,
  .row .col-pl-40,
  .row .col-pl-50,
  .row .col-pl-60,
  .row .col-pl-66,
  .row .col-pl-75,
  .row .col-pl-80,
  .row .col-pl-100,
  .row .col-tp-20,
  .row .col-tp-25,
  .row .col-tp-33,
  .row .col-tp-40,
  .row .col-tp-50,
  .row .col-tp-60,
  .row .col-tp-66,
  .row .col-tp-75,
  .row .col-tp-80,
  .row .col-tp-100,
  .row .col-tl-20,
  .row .col-tl-25,
  .row .col-tl-33,
  .row .col-tl-40,
  .row .col-tl-50,
  .row .col-tl-60,
  .row .col-tl-66,
  .row .col-tl-75,
  .row .col-tl-80,
  .row .col-tl-100,
  .row .col-dt-20,
  .row .col-dt-25,
  .row .col-dt-33,
  .row .col-dt-40,
  .row .col-dt-50,
  .row .col-dt-60,
  .row .col-dt-66,
  .row .col-dt-75,
  .row .col-dt-80,
  .row .col-dt-100 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.row .col-pp-20 {
  width: 20%;
}
.row .col-pp-25 {
  width: 25%;
}
.row .col-pp-33 {
  width: 33.3333%;
}
.row .col-pp-40 {
  width: 40%;
}
.row .col-pp-50 {
  width: 50%;
}
.row .col-pp-60 {
  width: 60%;
}
.row .col-pp-66 {
  width: 66.6666%;
}
.row .col-pp-75 {
  width: 75%;
}
.row .col-pp-80 {
  width: 80%;
}
.row .col-pp-100 {
  width: 100%;
}
@media (min-width: 540px) {
  .row .col-pl-20 {
    width: 20%;
  }
  .row .col-pl-25 {
    width: 25%;
  }
  .row .col-pl-33 {
    width: 33.3333%;
  }
  .row .col-pl-40 {
    width: 40%;
  }
  .row .col-pl-50 {
    width: 50%;
  }
  .row .col-pl-60 {
    width: 60%;
  }
  .row .col-pl-66 {
    width: 66.6666%;
  }
  .row .col-pl-75 {
    width: 75%;
  }
  .row .col-pl-80 {
    width: 80%;
  }
  .row .col-pl-100 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .row .col-tp-20 {
    width: 20%;
  }
  .row .col-tp-25 {
    width: 25%;
  }
  .row .col-tp-33 {
    width: 33.3333%;
  }
  .row .col-tp-40 {
    width: 40%;
  }
  .row .col-tp-50 {
    width: 50%;
  }
  .row .col-tp-60 {
    width: 60%;
  }
  .row .col-tp-66 {
    width: 66.6666%;
  }
  .row .col-tp-75 {
    width: 75%;
  }
  .row .col-tp-80 {
    width: 80%;
  }
  .row .col-tp-100 {
    width: 100%;
  }
}
@media (min-width: 991px) {
  .row .col-tl-20 {
    width: 20%;
  }
  .row .col-tl-25 {
    width: 25%;
  }
  .row .col-tl-33 {
    width: 33.3333%;
  }
  .row .col-tl-40 {
    width: 40%;
  }
  .row .col-tl-50 {
    width: 50%;
  }
  .row .col-tl-60 {
    width: 60%;
  }
  .row .col-tl-66 {
    width: 66.6666%;
  }
  .row .col-tl-75 {
    width: 75%;
  }
  .row .col-tl-80 {
    width: 80%;
  }
  .row .col-tl-100 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .row .col-dt-20 {
    width: 20%;
  }
  .row .col-dt-25 {
    width: 25%;
  }
  .row .col-dt-33 {
    width: 33.3333%;
  }
  .row .col-dt-40 {
    width: 40%;
  }
  .row .col-dt-50 {
    width: 50%;
  }
  .row .col-dt-60 {
    width: 60%;
  }
  .row .col-dt-66 {
    width: 66.6666%;
  }
  .row .col-dt-75 {
    width: 75%;
  }
  .row .col-dt-80 {
    width: 80%;
  }
  .row .col-dt-100 {
    width: 100%;
  }
}
@media (max-width: 539px) {
  .offset-pp-10 {
    margin-left: 10%;
  }

  .offset-pp-20 {
    margin-left: 20%;
  }

  .offset-pp-25 {
    margin-left: 25%;
  }

  .offset-pp-30 {
    margin-left: 30%;
  }

  .offset-pp-33 {
    margin-left: 33.3333%;
  }

  .offset-pp-40 {
    margin-left: 40%;
  }

  .offset-pp-50 {
    margin-left: 50%;
  }

  .offset-pp-60 {
    margin-left: 60%;
  }

  .offset-pp-66 {
    margin-left: 66.6666%;
  }

  .offset-pp-75 {
    margin-left: 75%;
  }

  .offset-pp-80 {
    margin-left: 80%;
  }
}
@media (min-width: 540px) {
  .offset-pl-10 {
    margin-left: 10%;
  }

  .offset-pl-20 {
    margin-left: 20%;
  }

  .offset-pl-25 {
    margin-left: 25%;
  }

  .offset-pl-30 {
    margin-left: 30%;
  }

  .offset-pl-33 {
    margin-left: 33.3333%;
  }

  .offset-pl-40 {
    margin-left: 40%;
  }

  .offset-pl-50 {
    margin-left: 50%;
  }

  .offset-pl-60 {
    margin-left: 60%;
  }

  .offset-pl-66 {
    margin-left: 66.6666%;
  }

  .offset-pl-75 {
    margin-left: 75%;
  }

  .offset-pl-80 {
    margin-left: 80%;
  }
}
@media (min-width: 768px) {
  .offset-tp-10 {
    margin-left: 10%;
  }

  .offset-tp-20 {
    margin-left: 20%;
  }

  .offset-tp-25 {
    margin-left: 25%;
  }

  .offset-tp-30 {
    margin-left: 30%;
  }

  .offset-tp-33 {
    margin-left: 33.3333%;
  }

  .offset-tp-40 {
    margin-left: 40%;
  }

  .offset-tp-50 {
    margin-left: 50%;
  }

  .offset-tp-60 {
    margin-left: 60%;
  }

  .offset-tp-66 {
    margin-left: 66.6666%;
  }

  .offset-tp-75 {
    margin-left: 75%;
  }

  .offset-tp-80 {
    margin-left: 80%;
  }
}
@media (min-width: 991px) {
  .offset-tl-10 {
    margin-left: 10%;
  }

  .offset-tl-20 {
    margin-left: 20%;
  }

  .offset-tl-25 {
    margin-left: 25%;
  }

  .offset-tl-30 {
    margin-left: 30%;
  }

  .offset-tl-33 {
    margin-left: 33.3333%;
  }

  .offset-tl-40 {
    margin-left: 40%;
  }

  .offset-tl-50 {
    margin-left: 50%;
  }

  .offset-tl-60 {
    margin-left: 60%;
  }

  .offset-tl-66 {
    margin-left: 66.6666%;
  }

  .offset-tl-75 {
    margin-left: 75%;
  }

  .offset-tl-80 {
    margin-left: 80%;
  }
}
@media (min-width: 1200px) {
  .offset-dt-10 {
    margin-left: 10%;
  }

  .offset-dt-20 {
    margin-left: 20%;
  }

  .offset-dt-25 {
    margin-left: 25%;
  }

  .offset-dt-30 {
    margin-left: 30%;
  }

  .offset-dt-33 {
    margin-left: 33.3333%;
  }

  .offset-dt-40 {
    margin-left: 40%;
  }

  .offset-dt-50 {
    margin-left: 50%;
  }

  .offset-dt-60 {
    margin-left: 60%;
  }

  .offset-dt-66 {
    margin-left: 66.6666%;
  }

  .offset-dt-75 {
    margin-left: 75%;
  }

  .offset-dt-80 {
    margin-left: 80%;
  }
}
@media (max-width: 539px) {
  .push-pp-10 {
    left: 10%;
  }

  .push-pp-20 {
    left: 20%;
  }

  .push-pp-25 {
    left: 25%;
  }

  .push-pp-30 {
    left: 30%;
  }

  .push-pp-33 {
    left: 33.3333%;
  }

  .push-pp-40 {
    left: 40%;
  }

  .push-pp-50 {
    left: 50%;
  }

  .push-pp-60 {
    left: 60%;
  }

  .push-pp-66 {
    left: 66.6666%;
  }

  .push-pp-75 {
    left: 75%;
  }

  .push-pp-80 {
    left: 80%;
  }
}
@media (min-width: 540px) {
  .push-pl-10 {
    left: 10%;
  }

  .push-pl-20 {
    left: 20%;
  }

  .push-pl-25 {
    left: 25%;
  }

  .push-pl-30 {
    left: 30%;
  }

  .push-pl-33 {
    left: 33.3333%;
  }

  .push-pl-40 {
    left: 40%;
  }

  .push-pl-50 {
    left: 50%;
  }

  .push-pl-60 {
    left: 60%;
  }

  .push-pl-66 {
    left: 66.6666%;
  }

  .push-pl-75 {
    left: 75%;
  }

  .push-pl-80 {
    left: 80%;
  }
}
@media (min-width: 768px) {
  .push-tp-10 {
    left: 10%;
  }

  .push-tp-20 {
    left: 20%;
  }

  .push-tp-25 {
    left: 25%;
  }

  .push-tp-30 {
    left: 30%;
  }

  .push-tp-33 {
    left: 33.3333%;
  }

  .push-tp-40 {
    left: 40%;
  }

  .push-tp-50 {
    left: 50%;
  }

  .push-tp-60 {
    left: 60%;
  }

  .push-tp-66 {
    left: 66.6666%;
  }

  .push-tp-75 {
    left: 75%;
  }

  .push-tp-80 {
    left: 80%;
  }
}
@media (min-width: 991px) {
  .push-tl-10 {
    left: 10%;
  }

  .push-tl-20 {
    left: 20%;
  }

  .push-tl-25 {
    left: 25%;
  }

  .push-tl-30 {
    left: 30%;
  }

  .push-tl-33 {
    left: 33.3333%;
  }

  .push-tl-40 {
    left: 40%;
  }

  .push-tl-50 {
    left: 50%;
  }

  .push-tl-60 {
    left: 60%;
  }

  .push-tl-66 {
    left: 66.6666%;
  }

  .push-tl-75 {
    left: 75%;
  }

  .push-tl-80 {
    left: 80%;
  }
}
@media (min-width: 1200px) {
  .push-dt-10 {
    left: 10%;
  }

  .push-dt-20 {
    left: 20%;
  }

  .push-dt-25 {
    left: 25%;
  }

  .push-dt-30 {
    left: 30%;
  }

  .push-dt-33 {
    left: 33.3333%;
  }

  .push-dt-40 {
    left: 40%;
  }

  .push-dt-50 {
    left: 50%;
  }

  .push-dt-60 {
    left: 60%;
  }

  .push-dt-66 {
    left: 66.6666%;
  }

  .push-dt-75 {
    left: 75%;
  }

  .push-dt-80 {
    left: 80%;
  }
}
@media (max-width: 539px) {
  .pull-pp-10 {
    right: 10%;
  }

  .pull-pp-20 {
    right: 20%;
  }

  .pull-pp-25 {
    right: 25%;
  }

  .pull-pp-30 {
    right: 30%;
  }

  .pull-pp-33 {
    right: 33.3333%;
  }

  .pull-pp-40 {
    right: 40%;
  }

  .pull-pp-50 {
    right: 50%;
  }

  .pull-pp-60 {
    right: 60%;
  }

  .pull-pp-66 {
    right: 66.6666%;
  }

  .pull-pp-75 {
    right: 75%;
  }

  .pull-pp-80 {
    right: 80%;
  }
}
@media (min-width: 540px) {
  .pull-pl-10 {
    right: 10%;
  }

  .pull-pl-20 {
    right: 20%;
  }

  .pull-pl-25 {
    right: 25%;
  }

  .pull-pl-30 {
    right: 30%;
  }

  .pull-pl-33 {
    right: 33.3333%;
  }

  .pull-pl-40 {
    right: 40%;
  }

  .pull-pl-50 {
    right: 50%;
  }

  .pull-pl-60 {
    right: 60%;
  }

  .pull-pl-66 {
    right: 66.6666%;
  }

  .pull-pl-75 {
    right: 75%;
  }

  .pull-pl-80 {
    right: 80%;
  }
}
@media (min-width: 768px) {
  .pull-tp-10 {
    right: 10%;
  }

  .pull-tp-20 {
    right: 20%;
  }

  .pull-tp-25 {
    right: 25%;
  }

  .pull-tp-30 {
    right: 30%;
  }

  .pull-tp-33 {
    right: 33.3333%;
  }

  .pull-tp-40 {
    right: 40%;
  }

  .pull-tp-50 {
    right: 50%;
  }

  .pull-tp-60 {
    right: 60%;
  }

  .pull-tp-66 {
    right: 66.6666%;
  }

  .pull-tp-75 {
    right: 75%;
  }

  .pull-tp-80 {
    right: 80%;
  }
}
@media (min-width: 991px) {
  .pull-tl-10 {
    right: 10%;
  }

  .pull-tl-20 {
    right: 20%;
  }

  .pull-tl-25 {
    right: 25%;
  }

  .pull-tl-30 {
    right: 30%;
  }

  .pull-tl-33 {
    right: 33.3333%;
  }

  .pull-tl-40 {
    right: 40%;
  }

  .pull-tl-50 {
    right: 50%;
  }

  .pull-tl-60 {
    right: 60%;
  }

  .pull-tl-66 {
    right: 66.6666%;
  }

  .pull-tl-75 {
    right: 75%;
  }

  .pull-tl-80 {
    right: 80%;
  }
}
@media (min-width: 1200px) {
  .pull-dt-10 {
    right: 10%;
  }

  .pull-dt-20 {
    right: 20%;
  }

  .pull-dt-25 {
    right: 25%;
  }

  .pull-dt-30 {
    right: 30%;
  }

  .pull-dt-33 {
    right: 33.3333%;
  }

  .pull-dt-40 {
    right: 40%;
  }

  .pull-dt-50 {
    right: 50%;
  }

  .pull-dt-60 {
    right: 60%;
  }

  .pull-dt-66 {
    right: 66.6666%;
  }

  .pull-dt-75 {
    right: 75%;
  }

  .pull-dt-80 {
    right: 80%;
  }
}
.display-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}
.row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media (min-width: 768px) {
  .row-flex {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row-flex:before {
  content: " ";
  display: table;
}
.row-flex:after {
  content: " ";
  display: table;
  clear: both;
}
.row-flex .col {
  position: relative;
  display: block;
  -ms-flex: 1;
      flex: 1;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .row-flex .col {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.row-flex .col-pp-20,
.row-flex .col-pp-25,
.row-flex .col-pp-33,
.row-flex .col-pp-40,
.row-flex .col-pp-50,
.row-flex .col-pp-60,
.row-flex .col-pp-66,
.row-flex .col-pp-75,
.row-flex .col-pp-80,
.row-flex .col-pp-100,
.row-flex .col-pl-20,
.row-flex .col-pl-25,
.row-flex .col-pl-33,
.row-flex .col-pl-40,
.row-flex .col-pl-50,
.row-flex .col-pl-60,
.row-flex .col-pl-66,
.row-flex .col-pl-75,
.row-flex .col-pl-80,
.row-flex .col-pl-100,
.row-flex .col-tp-20,
.row-flex .col-tp-25,
.row-flex .col-tp-33,
.row-flex .col-tp-40,
.row-flex .col-tp-50,
.row-flex .col-tp-60,
.row-flex .col-tp-66,
.row-flex .col-tp-75,
.row-flex .col-tp-80,
.row-flex .col-tp-100,
.row-flex .col-tl-20,
.row-flex .col-tl-25,
.row-flex .col-tl-33,
.row-flex .col-tl-40,
.row-flex .col-tl-50,
.row-flex .col-tl-60,
.row-flex .col-tl-66,
.row-flex .col-tl-75,
.row-flex .col-tl-80,
.row-flex .col-tl-100,
.row-flex .col-dt-20,
.row-flex .col-dt-25,
.row-flex .col-dt-33,
.row-flex .col-dt-40,
.row-flex .col-dt-50,
.row-flex .col-dt-60,
.row-flex .col-dt-66,
.row-flex .col-dt-75,
.row-flex .col-dt-80,
.row-flex .col-dt-100 {
  position: relative;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .row-flex .col-pp-20,
  .row-flex .col-pp-25,
  .row-flex .col-pp-33,
  .row-flex .col-pp-40,
  .row-flex .col-pp-50,
  .row-flex .col-pp-60,
  .row-flex .col-pp-66,
  .row-flex .col-pp-75,
  .row-flex .col-pp-80,
  .row-flex .col-pp-100,
  .row-flex .col-pl-20,
  .row-flex .col-pl-25,
  .row-flex .col-pl-33,
  .row-flex .col-pl-40,
  .row-flex .col-pl-50,
  .row-flex .col-pl-60,
  .row-flex .col-pl-66,
  .row-flex .col-pl-75,
  .row-flex .col-pl-80,
  .row-flex .col-pl-100,
  .row-flex .col-tp-20,
  .row-flex .col-tp-25,
  .row-flex .col-tp-33,
  .row-flex .col-tp-40,
  .row-flex .col-tp-50,
  .row-flex .col-tp-60,
  .row-flex .col-tp-66,
  .row-flex .col-tp-75,
  .row-flex .col-tp-80,
  .row-flex .col-tp-100,
  .row-flex .col-tl-20,
  .row-flex .col-tl-25,
  .row-flex .col-tl-33,
  .row-flex .col-tl-40,
  .row-flex .col-tl-50,
  .row-flex .col-tl-60,
  .row-flex .col-tl-66,
  .row-flex .col-tl-75,
  .row-flex .col-tl-80,
  .row-flex .col-tl-100,
  .row-flex .col-dt-20,
  .row-flex .col-dt-25,
  .row-flex .col-dt-33,
  .row-flex .col-dt-40,
  .row-flex .col-dt-50,
  .row-flex .col-dt-60,
  .row-flex .col-dt-66,
  .row-flex .col-dt-75,
  .row-flex .col-dt-80,
  .row-flex .col-dt-100 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.row-flex .col-pp-20 {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}
.row-flex .col-pp-25 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}
.row-flex .col-pp-33 {
  -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.row-flex .col-pp-40 {
  -ms-flex: 0 0 40%;
      flex: 0 0 40%;
  max-width: 40%;
}
.row-flex .col-pp-50 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
.row-flex .col-pp-60 {
  -ms-flex: 0 0 60%;
      flex: 0 0 60%;
  max-width: 60%;
}
.row-flex .col-pp-66 {
  -ms-flex: 0 0 66.6666%;
      flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.row-flex .col-pp-75 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}
.row-flex .col-pp-80 {
  -ms-flex: 0 0 80%;
      flex: 0 0 80%;
  max-width: 80%;
}
.row-flex .col-pp-100 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 540px) {
  .row-flex .col-pl-20 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-flex .col-pl-25 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .col-pl-33 {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .row-flex .col-pl-40 {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    max-width: 40%;
  }
  .row-flex .col-pl-50 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .col-pl-60 {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%;
  }
  .row-flex .col-pl-66 {
    -ms-flex: 0 0 66.6666%;
        flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .row-flex .col-pl-75 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .col-pl-80 {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    max-width: 80%;
  }
  .row-flex .col-pl-100 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .row-flex .col-tp-20 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-flex .col-tp-25 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .col-tp-33 {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .row-flex .col-tp-40 {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    max-width: 40%;
  }
  .row-flex .col-tp-50 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .col-tp-60 {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%;
  }
  .row-flex .col-tp-66 {
    -ms-flex: 0 0 66.6666%;
        flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .row-flex .col-tp-75 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .col-tp-80 {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    max-width: 80%;
  }
  .row-flex .col-tp-100 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  .row-flex .col-tl-20 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-flex .col-tl-25 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .col-tl-33 {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .row-flex .col-tl-40 {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    max-width: 40%;
  }
  .row-flex .col-tl-50 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .col-tl-60 {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%;
  }
  .row-flex .col-tl-66 {
    -ms-flex: 0 0 66.6666%;
        flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .row-flex .col-tl-75 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .col-tl-80 {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    max-width: 80%;
  }
  .row-flex .col-tl-100 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .row-flex .col-dt-20 {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-flex .col-dt-25 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .col-dt-33 {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .row-flex .col-dt-40 {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    max-width: 40%;
  }
  .row-flex .col-dt-50 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .col-dt-60 {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%;
  }
  .row-flex .col-dt-66 {
    -ms-flex: 0 0 66.6666%;
        flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .row-flex .col-dt-75 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .col-dt-80 {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%;
    max-width: 80%;
  }
  .row-flex .col-dt-100 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
.row-flex,
.display-flex {
}
.row-flex.items-top,
.display-flex.items-top {
  -ms-flex-align: start;
      align-items: flex-start;
}
.row-flex.items-center-v,
.display-flex.items-center-v {
  -ms-flex-align: center;
      align-items: center;
}
.row-flex.items-bottom,
.display-flex.items-bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}
.row-flex.items-baseline,
.display-flex.items-baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}
.row-flex.items-left,
.display-flex.items-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.row-flex.items-center-h,
.display-flex.items-center-h {
  -ms-flex-pack: center;
      justify-content: center;
}
.row-flex.items-right,
.display-flex.items-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.row-flex.items-spaced-around,
.display-flex.items-spaced-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.row-flex.items-spaced-between,
.display-flex.items-spaced-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.row-flex .item-top,
.display-flex .item-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.row-flex .item-center-v,
.display-flex .item-center-v {
  -ms-flex-item-align: center;
      align-self: center;
}
.row-flex .item-bottom,
.display-flex .item-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.row-flex .item-baseline,
.display-flex .item-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.row-flex .item-first,
.display-flex .item-first {
  -ms-flex-order: -1;
      order: -1;
}
.row-flex .item-last,
.display-flex .item-last {
  -ms-flex-order: 1;
      order: 1;
}
*:focus, *:visited {
  outline: none !important;
}
p {
  margin-top: 0;
  margin-bottom: 1.3em;
  font-size: 1em;
}

a {
  color: #0069b4;
  outline: none;
}
a:hover, a:focus, a:visited {
  color: #003c68;
  outline: none;
}
.summary {
  font-size: 1.1em;
  font-weight: 700;
}
@media (min-width: 768px) {
  .summary {
    font-size: 1.1429em;
    font-weight: 300;
  }
}
.split {
  -moz-column-count: 0;
       column-count: 0;
  -moz-column-gap: 0;
       column-gap: 0;
}
@media (min-width: 768px) {
  .split {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
}
h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange,
h6.orange {
  color: #ff9900;
}

h1, .h1 {
  font-size: 3.157em;
}
h1:not(.h1), .h1:not(.h1) {
  margin-top: 0;
}

h2, .h2 {
  font-size: 2.369em;
}

h3, .h3 {
  font-size: 1.777em;
}

h4, .h4 {
  font-size: 1.333em;
}

h5, .h5 {
  font-size: 1em;
}
h5:not(.h5), .h5:not(.h5) {
  font-weight: 700;
}
h5 code, h5 kbd, h5 pre, .h5 code, .h5 kbd, .h5 pre {
  font-weight: 400;
}

small, h6, .h6 {
  font-size: 0.75em;
}
blockquote {
  border-left: 4px solid #0069b4;
  padding: 0.2em 0 0.2em 1em;
  margin: 1em 0 1.3em 0;
}
blockquote ol:last-of-type,
blockquote p:last-of-type,
blockquote ul:last-of-type {
  margin-bottom: 0;
}
blockquote footer {
  margin-top: 0.5em;
  font-size: 0.75em;
  color: #898989;
}
blockquote footer:before {
  content: '\2014 \00A0';
}
blockquote footer cite {
  font-style: italic;
}
code, kbd, pre {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 0.82em;
  border-radius: 3px;
}

code {
  padding: 0 0.5em;
  display: inline-block;
  background: #EFEFEF;
  vertical-align: baseline;
}

kbd {
  padding: 0 0.5em;
  display: inline-block;
  background: #333;
  vertical-align: baseline;
  color: white;
}

pre {
  padding: 0.7rem 1rem;
  display: block;
  background-color: #EFEFEF;
  line-height: 1.5;
  overflow: auto;
  white-space: pre;
}
pre code, pre kbd {
  font-size: inherit;
  background-color: transparent;
}
.dropcap:first-letter {
  font-size: 3em;
  float: left;
  margin-top: 0;
  margin-right: 0.5rem;
  line-height: 1;
  margin-left: -0.2rem;
  text-transform: uppercase;
}
@-moz-document url-prefix() {
  .dropcap:first-letter {
    margin-top: 9px;
  }
}
.show-pp,
.show-pl,
.show-tp,
.show-tl,
.show-dt,
.show-pp-block,
.show-pp-inline,
.show-pp-inline-block,
.show-pl-block,
.show-pl-inline,
.show-pl-inline-block,
.show-tp-block,
.show-tp-inline,
.show-tp-inline-block,
.show-tl-block,
.show-tl-inline,
.show-tl-inline-block,
.show-dt-block,
.show-dt-inline,
.show-dt-inline-block {
  display: none !important;
}

@media (max-width: 539px) {
  .show-pp, .show-pp-block {
    display: block !important;
  }

  .show-pp-inline-block {
    display: inline-block !important;
  }

  .show-pp-inline {
    display: inline !important;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .show-pl, .show-pl-block {
    display: block !important;
  }

  .show-pl-inline-block {
    display: inline-block !important;
  }

  .show-pl-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .show-tp, .show-tp-block {
    display: block !important;
  }

  .show-tp-inline-block {
    display: inline-block !important;
  }

  .show-tp-inline {
    display: inline !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .show-tl, .show-tl-block {
    display: block !important;
  }

  .show-tl-inline-block {
    display: inline-block !important;
  }

  .show-tl-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .show-dt, .show-dt-block {
    display: block !important;
  }

  .show-dt-inline-block {
    display: inline-block !important;
  }

  .show-dt-inline {
    display: inline !important;
  }
}
@media (max-width: 539px) {
  .hide-pp {
    display: none !important;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .hide-pl {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .hide-tp {
    display: none !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .hide-tl {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hide-dt {
    display: none !important;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media (max-width: 539px) {
  .text-pp-center {
    text-align: center;
  }

  .text-pp-left {
    text-align: left;
  }

  .text-pp-right {
    text-align: right;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .text-pl-center {
    text-align: center;
  }

  .text-pl-left {
    text-align: left;
  }

  .text-pl-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .text-tp-center {
    text-align: center;
  }

  .text-tp-left {
    text-align: left;
  }

  .text-tp-right {
    text-align: right;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .text-tl-center {
    text-align: center;
  }

  .text-tl-left {
    text-align: left;
  }

  .text-tl-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-dt-center {
    text-align: center;
  }

  .text-dt-left {
    text-align: left;
  }

  .text-dt-right {
    text-align: right;
  }
}
.show-elements {
  outline: 1px solid rgba(0, 0, 0, 0.3);
}
.show-elements * {
  outline: 1px solid rgba(0, 0, 255, 0.4);
}

.test-block:before {
  content: "Test block";
  margin: 0 auto;
  display: block;
  padding: 3rem 0;
  text-align: center;
  opacity: 0.6;
  vertical-align: middle;
  background-color: #EFEFEF;
  border-radius: 3px;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-default.round,
.button-outlined.round,
.button-stripped.round {
  border-radius: 10px;
}

.button-default {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: inherit;
  padding: 0.6rem 1rem;
  line-height: 1.5;
  margin-right: 1rem;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  background-color: #0069b4;
  color: white;
}
.button-default i.fa {
  margin: 0 0 0 0.3rem;
}
.button-default:active {
  transform: scale(0.97);
}
.button-default[disabled="true"], .button-default[disabled="disabled"], .button-default[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.button-default.h1, .button-default.h2, .button-default.h3, .button-default.h4, .button-default.h5, .button-default.h6 {
  padding-left: 0.9em;
  padding-right: 0.9em;
}
.button-default:hover, .button-default:visited, .button-default:focus {
  background-color: #004b81;
}
.button-default:active {
  background-color: #004577;
}
.button-default.orange {
  background: #f28e00;
  background: linear-gradient(to bottom, #f28e00 0%, #d17c02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28e00', endColorstr='#d17c02',GradientType=0 );
}
.button-default.black {
  background: #999999;
  background: linear-gradient(to bottom, #999999 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#333333',GradientType=0 );
}

.button-outlined {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: inherit;
  padding: 0.6rem 1rem;
  line-height: 1.5;
  margin-right: 1rem;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  background-color: transparent;
  border-color: #0069b4;
  color: #0069b4;
}
.button-outlined i.fa {
  margin: 0 0 0 0.3rem;
}
.button-outlined:active {
  transform: scale(0.97);
}
.button-outlined[disabled="true"], .button-outlined[disabled="disabled"], .button-outlined[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.button-outlined.h1, .button-outlined.h2, .button-outlined.h3, .button-outlined.h4, .button-outlined.h5, .button-outlined.h6 {
  padding-left: 0.9em;
  padding-right: 0.9em;
}
.button-outlined:hover, .button-outlined:visited, .button-outlined:focus {
  color: #004b81;
  border-color: #004b81;
}
.button-outlined:active {
  color: #004577;
  border-color: #004b81;
}
.button-outlined.black {
  border-color: #565656;
  color: #565656;
}

.button-stripped {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: inherit;
  padding: 0.6rem 1rem;
  line-height: 1.5;
  margin-right: 1rem;
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  background-color: transparent;
  color: #0069b4;
}
.button-stripped i.fa {
  margin: 0 0 0 0.3rem;
}
.button-stripped:active {
  transform: scale(0.97);
}
.button-stripped[disabled="true"], .button-stripped[disabled="disabled"], .button-stripped[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.button-stripped.h1, .button-stripped.h2, .button-stripped.h3, .button-stripped.h4, .button-stripped.h5, .button-stripped.h6 {
  padding-left: 0.9em;
  padding-right: 0.9em;
}
.button-stripped:hover {
  color: #004b81;
}
.button-stripped:visited, .button-stripped:focus {
  text-decoration: underline;
  color: #004b81;
}
.button-stripped:active {
  color: #004577;
}
ul, ol, dl {
  margin: 0 0 1.3em 0;
  padding: 0;
  list-style-position: inside;
}
ul:not(ol), ol:not(ol), dl:not(ol) {
  list-style-type: circle;
}
ul li, ol li, dl li {
  margin-bottom: 0.3em;
}
ul dt, ol dt, dl dt {
  margin-top: 0.3em;
}
ul dd, ol dd, dl dd {
  margin-left: 2rem;
}
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
  margin: 0.5rem 0 0.4rem;
  padding-left: 2rem;
  font-size: 90%;
}
form {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 1rem 0;
}
fieldset legend {
  font-size: 1.333em;
  margin: 1.414em 0 0.5em;
  display: block;
  width: 100%;
}
label {
  font-weight: 700;
  display: block;
  color: #333;
  line-height: normal;
  margin-bottom: 0.5em;
}

.checkbox, .radio {
  padding-left: 25px;
  margin-top: 0;
  margin-bottom: 1.1rem;
  position: relative;
  display: table;
  cursor: pointer;
  font-weight: 400;
}
.checkbox input, .radio input {
  position: absolute;
  width: auto;
  margin: 0;
  left: 0;
  cursor: pointer;
}
.checkbox input[type="checkbox"], .radio input[type="checkbox"] {
  top: 0.3rem;
}
@-moz-document url-prefix() {
  .checkbox input[type="checkbox"], .radio input[type="checkbox"] {
    top: 0.35rem;
  }
}
.checkbox input[type="radio"], .radio input[type="radio"] {
  top: 0.2rem;
}
@-moz-document url-prefix() {
  .checkbox input[type="radio"], .radio input[type="radio"] {
    top: 0.32rem;
  }
}
.checkbox-inline, .radio-inline {
  display: inline-block;
  margin-right: 1.2rem;
}
.checkbox-inline input[type="radio"], .radio-inline input[type="radio"] {
  top: 0.2rem;
}
@-moz-document url-prefix() {
  .checkbox-inline input[type="radio"], .radio-inline input[type="radio"] {
    top: 0.32rem;
  }
}
label.button-default,
label.button-outlined,
label.button-stripped {
  position: relative;
  font-weight: 400;
  margin-bottom: 1.2rem;
}
label.button-default [type="file"],
label.button-outlined [type="file"],
label.button-stripped [type="file"] {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}
input,
select,
textarea {
  font-family: inherit;
  font-weight: 400;
  font-size: inherit;
  display: block;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  box-shadow: none;
  line-height: 1.5;
  padding: 0.6rem 1rem;
  margin-bottom: 1.2rem;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #0069b4;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
select:not([type="checkbox"]):not([type="radio"]),
textarea:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  width: 100%;
}
input[type="file"],
select[type="file"],
textarea[type="file"] {
  margin: 0.8rem 0 2rem;
  line-height: 0;
  border: 0;
  padding: 0;
}
input[type="password"],
select[type="password"],
textarea[type="password"] {
  font-family: verdana;
}
input[type="password"]::-webkit-input-placeholder,
select[type="password"]::-webkit-input-placeholder,
textarea[type="password"]::-webkit-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input[type="password"]:-moz-placeholder,
select[type="password"]:-moz-placeholder,
textarea[type="password"]:-moz-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input[type="password"]::-moz-placeholder,
select[type="password"]::-moz-placeholder,
textarea[type="password"]::-moz-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input[type="password"]:-ms-input-placeholder,
select[type="password"]:-ms-input-placeholder,
textarea[type="password"]:-ms-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a3a3a3;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a3a3a3;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a3a3a3;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a3a3a3;
}
.input-with-button {
  width: 100%;
  display: table;
  margin-bottom: 1.2rem;
  border-collapse: separate;
}
.input-with-button label {
  width: 100%;
  display: table-caption;
}
.input-with-button .button-wrapper {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  position: relative;
}
.input-with-button .button-wrapper .button-default,
.input-with-button .button-wrapper .button-outlined {
  margin: 0;
  min-width: 100%;
}
.input-with-button .button-wrapper .button-default:active,
.input-with-button .button-wrapper .button-outlined:active {
  transform: none;
}
.input-with-button input[type="text"] {
  width: 100%;
  display: table-cell;
  margin: 0;
  position: relative;
}
.input-with-button.button-left .button-wrapper .button-default,
.input-with-button.button-left .button-wrapper .button-outlined {
  border-radius: 3px 0 0 3px;
}
.input-with-button.button-left input[type="text"] {
  border-radius: 0 3px 3px 0;
}
.input-with-button.button-right .button-wrapper .button-default,
.input-with-button.button-right .button-wrapper .button-outlined {
  border-radius: 0 3px 3px 0;
}
.input-with-button.button-right input[type="text"] {
  border-radius: 3px 0 0 3px;
}
textarea {
  width: 100% !important;
  min-height: 150px;
}
select {
  cursor: pointer;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABmJLR0QA/wD/AP+gvaeTAAAKRElEQVR4nO3dPYtmZwHG8WuGXbTJJiuZRLNGYhGLgIUgJoiIgpXfQAh+B7G1sLPwIwhaWPnS2BgNJiBRBBMkyWQNbnwJImol2suuxWTI7Diz87zc59xvvx/c/ckhz/lfz9kn2QQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACARh3UvgCquJXkS0meSnI9yT+S/CbJ7ypeE/Bgn0ry2SQfTvLfJO8meSnJ3ypeE9CJzyT5RZK7Se5dcP6U5KtJDmtdIHCfwyTPJ3knF39m7yZ5OcmztS4QaNtBkm/k8vCfPy8mebjKlQKnbiR5IZt9Zu8m+Wa81QXOOEzynWz2EDl7jpM8XuF6geQoyevZ/nP7vXiDByS5luQH2f4hcnru5OT3AsB6nkjyh+z+uf1RTj77wKT2jb8RAOvbN/5GAEyuVPyNAFhPqfgbATCp0vE3AmB5peN/dgRcX/GfA6hkqfgbAbCcpeJvBMAklo6/EQDlLR1/IwAGt1b8jQAoZ634GwEwqGtJfpj1HiJGAOxv7fifnh/HCIAh1Iq/EQC7qxV/IwAGUTv+RgBsr3b8jQDoXCvxNwJgc63E3wiATrUWfyMArtZa/I0A6Eyr8TcC4HKtxt8IgE4cJPlu6j8srjq3428RhFNHSd5M/c/lVef78VcJQ7O+lfoPiU2PNwHQ/jf/8+fby9wGYB/PJbmb+g+IbY43Acysl2/+58/nlrgZwO5+mfoPBiMANtNr/O8l+fUC9wPY0cdT/6Gwz/HHAcykt9f+F52ni98VmnRY+wK40hdrX8Cenk7yYrwJYHxHSX6W5BO1L2RPX6h9AazDAGjfk7UvoIBnkrwSbwIY1xNJfpXkk7UvpICP1b4A1mEAtO8DtS+gEG8CGNUo3/xPfbD2BbAOA6B9/6x9AQU9k+TlGAGM4yjJSxnjm/+pv9e+AODEp1P/R0F+GAj/b4Qf/F10ni15k4DdHST5c+o/FEof/4kgPTtKcpz6n6PS56/xZhia8pXUfzAscbwJoEejfvO/l+T5gvcJKOAwyQup/3BY4vw+3gTQj1G/+d/LyY90ffuHBt1I8nrqPySMAGY1cvyPkzxc7lYBpT2S5Lep/7BY4vjjAFo28mv/V5PcLHergKUYAbAu8QeaMfoI+Gi5WwV7GTn+r0X8oUsjj4B3YgRQn/gDzTICYBniDzTPCICyxB/ohhEAZYg/0B0jAPYj/kC3jADYjfgD3TMCYDviDwzDCIDNiD8wHCMAHkz8gWEZAXAx8QeGZwTA/cQfmIYRACfEH5iOEcDsxB+YlhHArMQfmJ4RwGzEH+A9RgCzEH+Ac4wARif+AJcwAhiV+ANc4ZEkr6b+Q80IoJSR4/9GkkfL3SpgdkYAoxg9/kflbhXACSOA3ok/wI6MAHol/gB7MgLojfgDFDLyCPhLkqeK3SlquxXxByjKCKB1t5LcSf1/n8QfGI4RQKvEH2BhRgCtEX+AlRgBtGLk+L8Z8QcaZARQm/gDVGIEUIv4A1RmBLA28QdohBHAWsQfoDFGAEsTf4BGGQEsRfwBGmcEUJr4A3TCCKAU8QfojBHAvsQfoFNGALsSf4DO3YwRwHbEH2AQRgCbEn+AwRgBXEX8AQZlBHAZ8QcYnBHAeeIPMAkjgFPiDzAZIwDxB5iUETAv8QeY3M0kr6X+Q9sIWI/4A5Bk7BHwboyAs8QfgPsYAeMTfwAuZASMS/wBeCAjYDziD8BGjIBxiD8AWzEC+if+AOzECOiX+AOwFyOgP+IPQBFGQD/EH4CijID2iT8AizAC2iX+ACzKCGiP+AOwCiOgHeIPwKqMgPrEH4AqjIB6xB+AqoyA9Yk/AE0wAtYj/gA0xQhYnvgD0KRHk7yR+jEZcQSMHP/jiD9A945iBJQ2evwfK3erAKjJCChH/AHoihGwP/EHoEtGwO7EH4CuGQHbE38AhmAEbE78ARiKEXA18QdgSEbA5cQfgKEd5eT/+lY7Si2NAPEHYApGwPvEH4CpGAHiD8CkZh4B4g/A1GYcAeIPAJlrBIg/AJwxwwgQfwC4wEeSvJ36MVvivJ3kdgPXscS5k5NxAwA7G/lNwIjHN38AijEC+jjiD0BxRkDbR/wBWIwR0OYRfwAWZwS0dcQfgNUYAW0c8QdgdUaA+AMwKSNA/AGYlBEg/gBMyggQfwAmZQSIPwCTMgKWOW9F/AFonBEg/gBMyggQfwAmZQSIPwCTMgLEH4BJGQHiD8CkjADxB2BSRoD4AzApI0D8AZiUESD+AEzKCBB/ACY1+wgQfwCmNesIEH8ApjfbCBB/AHjPLCNA/AHgnNFHgPgDwCVGHQHiDwBXGG0EiD8AbGiUESD+ALCloyTHqR9x8QeAlT2WPkfAW0keX+B+AMA0ehsB4g8AhfQyAsQfAAprfQSIPwAspNURIP4AsLDWRoD4A8BKWhkB4g8AK6s9AsQfACqpNQJuR/wBoKq1R4D4A0Aj1hoB4g8AjVl6BIg/ADRqqREg/gDQuNIjQPwBoBOlRoD4A0Bn9h0B4g8AnbqV5E62j/8fkzxZ4XoBgEIeSvKTbB7/nyf5UJUrBQCKupbka0n+ncvD/58kX09yvdI1Ao05qH0BQDE3knw5yefz/rf8fyV5JclPczICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYGH/A+Hsu8OdXKd2AAAAAElFTkSuQmCC");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
}
select::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  select {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
hr {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  border: 0;
  border-top: 2px solid #EFEFEF;
}
input[disabled="true"], input[disabled="disabled"], input[disabled],
select[disabled="true"],
select[disabled="disabled"],
select[disabled],
textarea[disabled="true"],
textarea[disabled="disabled"],
textarea[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
input[disabled="true"]::-webkit-input-placeholder, input[disabled="disabled"]::-webkit-input-placeholder, input[disabled]::-webkit-input-placeholder,
select[disabled="true"]::-webkit-input-placeholder,
select[disabled="disabled"]::-webkit-input-placeholder,
select[disabled]::-webkit-input-placeholder,
textarea[disabled="true"]::-webkit-input-placeholder,
textarea[disabled="disabled"]::-webkit-input-placeholder,
textarea[disabled]::-webkit-input-placeholder {
  color: #bcbcbc;
}
input[disabled="true"]:-moz-placeholder, input[disabled="disabled"]:-moz-placeholder, input[disabled]:-moz-placeholder,
select[disabled="true"]:-moz-placeholder,
select[disabled="disabled"]:-moz-placeholder,
select[disabled]:-moz-placeholder,
textarea[disabled="true"]:-moz-placeholder,
textarea[disabled="disabled"]:-moz-placeholder,
textarea[disabled]:-moz-placeholder {
  color: #bcbcbc;
}
input[disabled="true"]::-moz-placeholder, input[disabled="disabled"]::-moz-placeholder, input[disabled]::-moz-placeholder,
select[disabled="true"]::-moz-placeholder,
select[disabled="disabled"]::-moz-placeholder,
select[disabled]::-moz-placeholder,
textarea[disabled="true"]::-moz-placeholder,
textarea[disabled="disabled"]::-moz-placeholder,
textarea[disabled]::-moz-placeholder {
  color: #bcbcbc;
}
input[disabled="true"]:-ms-input-placeholder, input[disabled="disabled"]:-ms-input-placeholder, input[disabled]:-ms-input-placeholder,
select[disabled="true"]:-ms-input-placeholder,
select[disabled="disabled"]:-ms-input-placeholder,
select[disabled]:-ms-input-placeholder,
textarea[disabled="true"]:-ms-input-placeholder,
textarea[disabled="disabled"]:-ms-input-placeholder,
textarea[disabled]:-ms-input-placeholder {
  color: #bcbcbc;
}
table {
  background-color: transparent;
  border-collapse: collapse;
  margin-bottom: 1.3em;
}
table > thead > tr > th {
  text-align: left;
  padding: 0.6rem 0;
  vertical-align: top;
  font-weight: 700;
  border-bottom: 1px solid #EFEFEF;
}
table > tbody > tr > td, table > tbody > tr th {
  text-align: left;
  padding: 0.6rem 0;
  vertical-align: top;
  border-bottom: 1px solid #EFEFEF;
}
table > tbody > tr > td:not(td), table > tbody > tr th:not(td) {
  font-weight: 700;
}
table > tfoot > tr > td {
  font-weight: 700;
  text-align: left;
  padding: 0.6rem 0;
  vertical-align: top;
  border-bottom: none;
}

table.ferromac {
  border-radius: 10px;
  font-size: 14px;
}
table.ferromac tr > th,
table.ferromac tr > td {
  padding: 9px 12px;
}
table.ferromac > thead {
  background: #f28e00;
  background: linear-gradient(to bottom, #f28e00 0%, #d17c02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28e00', endColorstr='#d17c02',GradientType=0 );
}
table.ferromac > thead > tr > th {
  border-right: 1px solid #fff;
  color: #fff;
}
table.ferromac > thead > tr > th:last-child {
  border-right: 1px solid #d17c02;
}
table.ferromac > tbody > tr > td, table.ferromac > tbody > tr th {
  border: 1px solid #bcbcbc;
  color: #333;
}
table.ferromac > tfoot {
  border: 1px solid #bcbcbc;
}
	

	[data-tooltip] {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
[data-tooltip]:before, [data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[data-tooltip]:before {
  content: '';
  border: 6px solid transparent;
}
[data-tooltip]:after {
  height: 22px;
  padding: 11px 11px 0 11px;
  font-size: 13px;
  line-height: 11px;
  content: attr(data-tooltip);
  white-space: nowrap;
}
[data-tooltip].simptip-position-top:before {
  border-top-color: #323232;
}
[data-tooltip].simptip-position-top:after {
  background-color: #323232;
  color: #ecf0f1;
}
[data-tooltip].simptip-position-bottom:before {
  border-bottom-color: #323232;
}
[data-tooltip].simptip-position-bottom:after {
  background-color: #323232;
  color: #ecf0f1;
}
[data-tooltip].simptip-position-left:before {
  border-left-color: #323232;
}
[data-tooltip].simptip-position-left:after {
  background-color: #323232;
  color: #ecf0f1;
}
[data-tooltip].simptip-position-right:before {
  border-right-color: #323232;
}
[data-tooltip].simptip-position-right:after {
  background-color: #323232;
  color: #ecf0f1;
}
[data-tooltip].simptip-position-top.half-arrow:before {
  border-right: 7px solid #323232;
}
[data-tooltip].simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #323232;
}
[data-tooltip]:hover, [data-tooltip]:focus {
  //background-color: transparent;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
  opacity: 1;
  visibility: visible;
}

.simptip-position-right:before, .simptip-position-left:before, .simptip-position-right:after, .simptip-position-left:after {
  bottom: 50%;
}
.simptip-position-right:before, .simptip-position-left:before {
  margin-bottom: -5px;
}
.simptip-position-right:after, .simptip-position-left:after {
  margin-bottom: -14.66667px;
}
.half-arrow.simptip-position-right:before, .half-arrow.simptip-position-left:before {
  bottom: 16px;
  border-style: none;
  border-top: 7px solid transparent;
}
.simptip-multiline.simptip-position-right:before, .simptip-multiline.simptip-position-left:before, .simptip-multiline.simptip-position-right:after, .simptip-multiline.simptip-position-left:after {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  margin-bottom: 0;
}
.simptip-multiline.simptip-position-right:before, .simptip-multiline.simptip-position-left:before {
  margin-bottom: 0;
}
.simptip-multiline.half-arrow.simptip-position-right:before, .simptip-multiline.half-arrow.simptip-position-left:before {
  margin-bottom: -2px;
}

.simptip-position-right:before, .simptip-position-right:after {
  left: 100%;
}
.simptip-position-right:before {
  margin-left: -2px;
}
.simptip-position-right:after {
  margin-left: 10px;
}
.simptip-position-right.simptip-movable:before {
  margin-left: -10px;
}
.simptip-position-right.simptip-movable:after {
  margin-left: 2px;
}
.simptip-position-right.simptip-movable:hover:before, .simptip-position-right.simptip-movable:hover:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.simptip-position-right.simptip-movable.half-arrow:before {
  margin-left: -5px;
}
.simptip-position-right.simptip-movable.simptip-multiline:hover:before, .simptip-position-right.simptip-movable.simptip-multiline:hover:after {
  -webkit-transform: translate(10px, 50%);
  -moz-transform: translate(10px, 50%);
  -ms-transform: translate(10px, 50%);
  -o-transform: translate(10px, 50%);
  transform: translate(10px, 50%);
}
.simptip-position-right.half-arrow:before {
  margin-left: 3px;
  border-right: 7px solid #323232;
}

.simptip-position-left:before, .simptip-position-left:after {
  right: 100%;
}
.simptip-position-left:before {
  margin-right: -2px;
}
.simptip-position-left:after {
  margin-right: 10px;
}
.simptip-position-left.simptip-movable:before {
  margin-right: -10px;
}
.simptip-position-left.simptip-movable:after {
  margin-right: 2px;
}
.simptip-position-left.simptip-movable:hover:before, .simptip-position-left.simptip-movable:hover:after {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.simptip-position-left.simptip-movable.half-arrow:before {
  margin-right: -5px;
}
.simptip-position-left.simptip-movable.simptip-multiline:hover:before, .simptip-position-left.simptip-movable.simptip-multiline:hover:after {
  -webkit-transform: translate(-10px, 50%);
  -moz-transform: translate(-10px, 50%);
  -ms-transform: translate(-10px, 50%);
  -o-transform: translate(-10px, 50%);
  transform: translate(-10px, 50%);
}
.simptip-position-left.half-arrow:before {
  margin-right: 3px;
  border-left: 7px solid #323232;
}

.simptip-position-bottom:before, .simptip-position-top:before, .simptip-position-bottom:after, .simptip-position-top:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.simptip-position-bottom:after, .simptip-position-top:after {
  width: auto;
}
.half-arrow.simptip-position-bottom:before, .half-arrow.simptip-position-top:before {
  border-style: none;
  border-right: 7px solid #323232;
}

.simptip-position-bottom:before, .simptip-position-bottom:after {
  top: 100%;
}
.simptip-position-bottom:before {
  margin-top: -5px;
}
.simptip-position-bottom:after {
  margin-top: 7px;
}
.simptip-position-bottom:hover:before, .simptip-position-bottom:hover:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.simptip-position-bottom.simptip-movable:before {
  margin-top: -15px;
}
.simptip-position-bottom.simptip-movable:after {
  margin-top: -3px;
}
.simptip-position-bottom.simptip-movable:hover:before, .simptip-position-bottom.simptip-movable:hover:after {
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  -o-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
}
.simptip-position-bottom.simptip-movable.half-arrow:before {
  margin-top: -10px;
}
.simptip-position-bottom.half-arrow:before {
  margin-top: 0;
  border-top: 7px solid transparent;
}

.simptip-position-top:before, .simptip-position-top:after {
  bottom: 100%;
}
.simptip-position-top:before {
  margin-bottom: -5px;
}
.simptip-position-top:after {
  margin-bottom: 7px;
}
.simptip-position-top:hover:before, .simptip-position-top:hover:after {
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
.simptip-position-top.simptip-movable:before {
  margin-bottom: -15px;
}
.simptip-position-top.simptip-movable:after {
  margin-bottom: -3px;
}
.simptip-position-top.simptip-movable:hover:before, .simptip-position-top.simptip-movable:hover:after {
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  -o-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}
.simptip-position-top.simptip-movable.half-arrow:before {
  margin-bottom: -10px;
}
.simptip-position-top.half-arrow:before {
  margin-bottom: 0;
  border-bottom: 7px solid transparent;
}

.simptip-movable:before, .simptip-movable:after {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.simptip-smooth:after {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.simptip-fade:before, .simptip-fade:after {
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
  -o-transition: opacity 0.2s linear, visibility 0.2s linear;
  -ms-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

.simptip-multiline:after {
  height: auto;
  width: 150px;
  padding: 11px;
  line-height: 19px;
  white-space: normal;
  text-align: left;
}

.simptip-success.simptip-position-top:before {
  border-top-color: #62c462;
}
.simptip-success.simptip-position-top:after {
  background-color: #62c462;
  color: #ecf0f1;
}
.simptip-success.simptip-position-bottom:before {
  border-bottom-color: #62c462;
}
.simptip-success.simptip-position-bottom:after {
  background-color: #62c462;
  color: #ecf0f1;
}
.simptip-success.simptip-position-left:before {
  border-left-color: #62c462;
}
.simptip-success.simptip-position-left:after {
  background-color: #62c462;
  color: #ecf0f1;
}
.simptip-success.simptip-position-right:before {
  border-right-color: #62c462;
}
.simptip-success.simptip-position-right:after {
  background-color: #62c462;
  color: #ecf0f1;
}
.simptip-success.simptip-position-top.half-arrow:before {
  border-right: 7px solid #62c462;
}
.simptip-success.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #62c462;
}

.simptip-info.simptip-position-top:before {
  border-top-color: #5bc0de;
}
.simptip-info.simptip-position-top:after {
  background-color: #5bc0de;
  color: #ecf0f1;
}
.simptip-info.simptip-position-bottom:before {
  border-bottom-color: #5bc0de;
}
.simptip-info.simptip-position-bottom:after {
  background-color: #5bc0de;
  color: #ecf0f1;
}
.simptip-info.simptip-position-left:before {
  border-left-color: #5bc0de;
}
.simptip-info.simptip-position-left:after {
  background-color: #5bc0de;
  color: #ecf0f1;
}
.simptip-info.simptip-position-right:before {
  border-right-color: #5bc0de;
}
.simptip-info.simptip-position-right:after {
  background-color: #5bc0de;
  color: #ecf0f1;
}
.simptip-info.simptip-position-top.half-arrow:before {
  border-right: 7px solid #5bc0de;
}
.simptip-info.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #5bc0de;
}

.simptip-danger.simptip-position-top:before {
  border-top-color: #e74c3c;
}
.simptip-danger.simptip-position-top:after {
  background-color: #e74c3c;
  color: #ecf0f1;
}
.simptip-danger.simptip-position-bottom:before {
  border-bottom-color: #e74c3c;
}
.simptip-danger.simptip-position-bottom:after {
  background-color: #e74c3c;
  color: #ecf0f1;
}
.simptip-danger.simptip-position-left:before {
  border-left-color: #e74c3c;
}
.simptip-danger.simptip-position-left:after {
  background-color: #e74c3c;
  color: #ecf0f1;
}
.simptip-danger.simptip-position-right:before {
  border-right-color: #e74c3c;
}
.simptip-danger.simptip-position-right:after {
  background-color: #e74c3c;
  color: #ecf0f1;
}
.simptip-danger.simptip-position-top.half-arrow:before {
  border-right: 7px solid #e74c3c;
}
.simptip-danger.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #e74c3c;
}

.simptip-warning.simptip-position-top:before {
  border-top-color: #e67e22;
}
.simptip-warning.simptip-position-top:after {
  background-color: #e67e22;
  color: #ecf0f1;
}
.simptip-warning.simptip-position-bottom:before {
  border-bottom-color: #e67e22;
}
.simptip-warning.simptip-position-bottom:after {
  background-color: #e67e22;
  color: #ecf0f1;
}
.simptip-warning.simptip-position-left:before {
  border-left-color: #e67e22;
}
.simptip-warning.simptip-position-left:after {
  background-color: #e67e22;
  color: #ecf0f1;
}
.simptip-warning.simptip-position-right:before {
  border-right-color: #e67e22;
}
.simptip-warning.simptip-position-right:after {
  background-color: #e67e22;
  color: #ecf0f1;
}
.simptip-warning.simptip-position-top.half-arrow:before {
  border-right: 7px solid #e67e22;
}
.simptip-warning.simptip-position-bottom.half-arrow:before {
  border-right: 7px solid #e67e22;
}
#main {
	background-color: #fff;
	min-height: calc(100vh - 241px);
	height: auto;
}
	
#main[template="login"], #main[template="forgot"], #main[template="reset"], #main[template="initialize"] {
	overflow: hidden;
}
	
#main .auth_holder {
	background-color: #fff;
	border-radius: 5px;
	padding: 1rem;
	position: relative;
	width: 100%;
}
	
#main .auth_holder:before_disabled {
	background-color: rgba(255,255,255,0.8);
	border-radius: 15px;
	display: block;
	height: calc(100% + 40px);
	position: absolute;
	top: -20px;
	left: -20px;
	width: calc(100% + 40px);
}
	
#main .auth_holder > * {
	position: relative; // prevent :before from overlapping child content ;
}
	
#main .auth_holder h3.welcome {
	color: #666;
	font-weight: 500;
	margin-top: 0.6em;
}
	
#main .auth_holder h5 {
	color: #666;
	font-weight: 300;
	margin: 0.3em 0 1.5em;
}
	
#main .auth_holder .form_holder {
	border: 1px solid #dcdcdc;
	margin: 0;
	padding: 1.5rem;
}
	
#main .auth_holder .form_holder section {
	padding: 0;
}
	
#main .auth_holder .form_holder section input {
	border-radius: 5px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 1.2rem;
}
	
#main .auth_holder .form_holder section .n-form-label {
	font-weight: normal;
	color: #666;
}
	
#main .auth_holder .form_holder footer button {
	background-color: #f28e00;
	background: linear-gradient(to bottom, #f28e00 0%, #d17c02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28e00', endColorstr='#d17c02',GradientType=0 );
	border-radius: 10px;
	color: #fff;
	margin-right: 0;
	text-transform: inherit;
}
	
#main .auth_holder .form_holder footer button[disabled] {
	background: none;
	background-color: #ccc;
}
	
#main .auth_holder .form_holder .message {
	background-color: #ffe4bd;
	border: 2px solid #ffbf66;
	color: #666;
	margin-bottom: 2rem;
	padding: 0.25rem 0.5rem;
}
	
#main .auth_holder .form_holder .form h4 {
	margin-top: 2.5em;
}
	
#main .auth_holder .form_holder.initialize .name_field {
	margin-bottom: 2.5rem;
}
	
@media (min-width: 37.5rem) {
	#main .auth_holder {
		margin: 2rem auto;
	}
		
	#main .auth_holder .form_holder {
		padding: 3rem 5rem;
	}
		
	#main .auth_holder .form_holder .n-form {
		margin-bottom: 0;
	}
		
	#main .auth_holder .form_holder .n-form .a-notification {
		margin: 0 -3rem;
	}
		
}
body {
	overflow: auto;
}
	
.n-form-radios.normal {
	margin-bottom: 1.2rem;
}
	
.n-form-radios.normal .n-form-radio {
	align-items: center;
	display: flex;
	margin-left: 0;
	margin-right: 2rem;
}
	
.n-form-radios.normal .n-form-radio .n-form-radio-input {
	margin-right: 0.5rem;
	margin-bottom: 0rem !important;
}
	
.n-form-radios.normal .n-form-radio .n-form-label {
	margin: 0;
}
	
.data-table.ferromac [data-th="Actions"] button {
	margin: 0.25rem;
}
	
button, .button {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 3px;
	font-family: inherit;
	padding: 0.6rem 1rem;
	line-height: 1.5;
	margin-right: 1rem;
	margin-bottom: 1rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	background-color: #0069b4;
	color: white;
	padding: 0.3rem 0.7rem;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
}
	
button[data-tooltip], .button[data-tooltip] {
	text-transform: inherit;
}
	
button.primary, .button.primary {
	background: #f28e00;
	background: linear-gradient(to bottom, #f28e00 0%, #d17c02 100%);
}
	
button.secondary, .button.secondary {
	background-color: #eaeaea;
	color: #333;
	border: solid 1px #bababa;
}
	
button.danger, .button.danger {
	background-color: #DA291C;
}
	
button.success, .button.success {
	background-color: #4AA32C;
}
	
button.transparent, .button.transparent {
	background-color: transparent;
	color: #666;
}
	
button.transparent:hover, .button.transparent:hover {
	color: #999;
}
	
button[disabled], button.disabled, .button[disabled], .button.disabled {
	background: none;
	background-color: #eaeaea;
	color: #666;
}
	
.n-input-result {
	display: none;
}
	
.n-message.n-message-severity-error {
	background-color: transparent;
	color: #DA291C;
	font-size: 0.8em;
	padding: 0.25rem 0;
}
	
.nabu-cms .completed {
	padding: 1rem;
	color: #666;
	font-size: 0.9em;
	margin: 2rem 0;
	border: solid 1px #bababa;
	background-color: #fafafa;
}
	
.no_data {
	padding: 1rem;
	margin: 2rem;
	text-align: center;
}
	
.message {
	border: solid 1px #bababa;
	margin: 1rem;
	padding: 1rem;
	background-color: #fafafa;
}
	
.message.error {
	background-color: #ffe4bd;
	border: 2px solid #ffbf66;
	font-size: 0.9em;
}
	
.n-form .n-form-component, .n-form .n-form-component input {
	display: inherit;
	margin-bottom: 0;
}
	
button .n-icon.n-icon-spinner {
	top: -0.3rem;
	padding: 0rem 1.4rem 0rem 0.3rem;
}
	
.n-form-text.has_icon, .n-form-combo.has_icon {
	position: relative;
}
	
.n-form-text.has_icon input, .n-form-combo.has_icon input {
	padding-left: 3rem;
	width: 100%;
}
	
.n-form-text.has_icon .icon, .n-form-combo.has_icon .icon {
	position: absolute;
	left: 0.7rem;
	top: 2.2rem;
}
	
.n-form-text.has_icon .n-input-combo, .n-form-combo.has_icon .n-input-combo {
	margin: 0;
	margin-bottom: 1.2rem;
}
	
.n-form-text.has_icon .n-input-combo .n-input-combo-input, .n-form-combo.has_icon .n-input-combo .n-input-combo-input {
	margin-bottom: 0 !important;
}
	
.n-form-text.has_icon .n-form-combo-bottom, .n-form-combo.has_icon .n-form-combo-bottom {
	flex-grow: 0;
}
	
table.data-table {
	width: 100%;
}
	
table.data-table tbody tr:nth-child(even) {
	background-color: #eee;
}
	
table.data-table button {
	font-size: 0.8em;
	margin: 0;
	padding: 0.3rem 0.7rem;
}
	
table.data-table button.disabled {
	border: 1px solid #ccc;
}
	
table.data-table td {
	vertical-align: middle;
}
	
table.data-table td:last-child {
	text-align: center;
}
	
section {
	width: 100%;
	padding: 2rem;
}
	
section .content {
	width: 100%;
}
	
section.small {
	width: 70rem;
	max-width: 100%;
}
	
@media only screen and (min-width:320px) and (max-width: 960px) {
	table.data-table thead {
		display: none;
	}
		
	table.data-table tbody td {
		clear: both;
		display: block;
		float: left;
		vertical-align: middle;
		width: 100%;
	}
		
	table.data-table tbody td:last-child {
		text-align: left;
	}
		
	table.data-table tbody td:before {
		content: attr(data-th);
		display: inline-block;
		font-weight: 600;
		width: 25%;
		min-width: 90px;
	}
		
	table.data-table tbody td:not(:last-child) {
		border-bottom-color: transparent;
	}
		
	table.data-table tbody td:nth-child(odd) {
		background-color: #efefef;
	}
		
	table.data-table tbody td:first-child {
		background-color: #d17c02;
		color: #fff;
	}
		
	table.data-table tfoot tr td {
		color: #999;
		font-weight: 400;
		text-align: center;
	}
		
	.n-form-text .icon {
		top: 3rem;
	}
		
}
@media email {
	table table {
		border: none !important;
	}
		
	table table th {
		border: none !important;
	}
		
}
html[data-useragent*="rv:11"], html[data-useragent*="MSIE 10.0"] [template="login"], html[data-useragent*="rv:11"], html[data-useragent*="MSIE 10.0"] [template="forgot"], html[data-useragent*="rv:11"], html[data-useragent*="MSIE 10.0"] [template="reset"] {
	height: 100px;
	justify-content: center;
}
	
[template="company"] .a-sales table.ferromac tbody tr td, [template="supplier"] .a-sales table.ferromac tbody tr td {
	white-space: nowrap;
}
	
[template="company"] .n-modal .modal_wrapper, [template="supplier"] .n-modal .modal_wrapper {
	overflow: scroll;
}
	
[template='document-create'] .n-form.layout2 .n-form-component .n-input-combo, [template='document-create'] .n-form.layout2 .n-form-component .n-form-input-wrapper {
	margin: 0;
}
	
[template='document-create'] .n-form.layout2 .n-form-component .n-input-combo .field, [template='document-create'] .n-form.layout2 .n-form-component .n-form-input-wrapper .field {
	width: 100%;
}
	
[template="document-detail"] .tab_container section .section_content {
	display: flex !important;
	flex-flow: column nowrap !important;
}
	
[template="company-accounts"] .n-modal .modal_wrapper {
	position: relative;
}
	
[template="company-accounts"] .n-modal .modal_wrapper .modal_content .loading_overlay {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	flex-flow: row nowrap;
	height: 100%;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
}
	
[template="company-accounts"] .n-modal .modal_wrapper .modal_content .loading_overlay .n-icon-spinner {
	width: 2rem;
}
	
[template="company-accounts"] .n-modal .modal_wrapper .modal_content .close {
	color: #f28e00;
	cursor: pointer;
	font-size: 0.8em;
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 100;
}
	
[template="company-accounts"] .n-modal .modal_wrapper .modal_content .close:hover {
	text-decoration: underline;
}
	
#main[template="login"], #main[template="reset"], #main[template="forgot"], #main[template="initialize"] {
	background-image: url("/resources/images/background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
	
#main[template="login"] .choose-option, #main[template="reset"] .choose-option, #main[template="forgot"] .choose-option, #main[template="initialize"] .choose-option {
	text-align: center;
}
	
#main[template="login"] .choose-option button, #main[template="reset"] .choose-option button, #main[template="forgot"] .choose-option button, #main[template="initialize"] .choose-option button {
	padding: 0.7rem 1rem;
	margin: 0;
	border-radius: 0;
}
	
#main[template="login"] .logo-flanders, #main[template="reset"] .logo-flanders, #main[template="forgot"] .logo-flanders, #main[template="initialize"] .logo-flanders {
	background-image: url("../images/flanders-investment-trade.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 4rem;
	margin: 1rem 0 0;
	padding: 0 2rem;
	width: 100%;
}
	
.form_holder {
	margin-top: 2.5em;
	padding: 4.5em;
	padding-bottom: 1em;
}
	
.form_holder h1 {
	color: #666;
	font-weight: 500;
	font-size: 1.333em;
	color: #ff9900;
}
	
.form_holder .n-form .message {
	background-color: #ffe4bd;
	border: 2px solid #ffbf66;
	color: #666;
	margin-bottom: 2rem;
	padding: 0.25rem 0.5rem;
}
	
.form_holder .n-form .n-form-section .n-form-component {
	display: block;
	margin: auto;
}
	
.form_holder .n-form .n-form-section .n-form-component.n-form-phone {
	margin-top: 2rem;
}
	
.form_holder .n-form .n-form-section .n-form-component.n-form-combo .n-component {
	margin: 0 0 1.2rem 0;
}
	
.form_holder .n-form .n-form-section .n-form-component.n-form-combo .n-component input {
	height: auto;
	margin-bottom: 0rem !important;
}
	
.form_holder .n-form .n-form-section .n-form-component.n-form-combo .n-component .n-form-combo-bottom {
	display: none;
}
	
.form_holder .n-form .n-form-section .n-form-component.n-form-radios.customer-type {
	margin-bottom: 1.2rem;
}
	
.form_holder .n-form .n-form-section .n-form-component.n-form-radios.customer-type.other-type {
	display: flex;
}
	
.form_holder .n-form .n-form-section .n-form-component.n-form-radios.customer-type .n-form-radio {
	align-items: center;
	display: flex;
	margin-left: 0;
	margin-right: 2rem;
}
	
.form_holder .n-form .n-form-section .n-form-component.n-form-radios.customer-type .n-form-radio .n-form-radio-input {
	margin-right: 0.5rem;
	margin-bottom: 0rem !important;
}
	
.form_holder .n-form .n-form-section .n-form-component.n-form-radios.customer-type .n-form-radio .n-form-label {
	margin: 0;
}
	
.form_holder .n-form footer .actions {
	text-align: right;
}
	
.form_holder .forgot {
	color: #666;
}
	
[template="sales"] .data-table .sales_status, [template="documents"] .data-table .sales_status {
	text-align: center;
}
	
[template="sales"] .data-table .sales_status i, [template="documents"] .data-table .sales_status i {
	font-size: 0.75rem;
	margin-right: 0.375rem;
}
	
[template="sales"] .data-table .sales_status.in_progress, [template="documents"] .data-table .sales_status.in_progress {
	color: #999;
}
	
[template="sales"] .data-table .sales_download_widget, [template="documents"] .data-table .sales_download_widget {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
	
[template="sales"] .data-table .sales_download_widget > *, [template="documents"] .data-table .sales_download_widget > * {
	margin: 0 0.5rem;
}
	
[template="sales"] .data-table .sales_download_widget select, [template="documents"] .data-table .sales_download_widget select {
	min-width: 180px;
}
	
@media only screen and (min-width:320px) and (max-width: 960px) {
	.sales, .documents {
		width: 90%;
	}
		
	.sales .content, .documents .content {
		width: 100%;
		padding: 0 !important;
	}
		
	.sales .content table, .documents .content table {
		width: 100%;
	}
		
	.sales .content table .sales_status, .documents .content table .sales_status {
		text-align: left;
	}
		
}
.sale_detail .section_content, .document_detail .section_content {
	flex-flow: row wrap;
}
	
.sale_detail .section_content.spacer .data-card, .document_detail .section_content.spacer .data-card {
	width: 100%;
}
	
.sale_detail .data-card .data-card-body .information .property .property_content .button, .document_detail .data-card .data-card-body .information .property .property_content .button {
	white-space: nowrap;
}
	
.sale_detail .data-card .data-card-body .information .property .property_content .button .icon, .document_detail .data-card .data-card-body .information .property .property_content .button .icon {
	margin: 0;
	width: auto;
}
	
.sale_detail .data-card .data-card-body .not-available, .document_detail .data-card .data-card-body .not-available {
	font-size: 0.9rem;
	font-style: italic;
}
	
.sale_detail .toggle-limit, .document_detail .toggle-limit {
	margin: -1rem 0 2rem;
	text-align: center;
}
	
.sale_detail .toggle-limit .toggle-limit_action, .document_detail .toggle-limit .toggle-limit_action {
	font-size: 0.9rem;
}
	
[template="login-history"] .filter-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
	
[template="login-history"] .filter-wrapper .n-form-component {
	flex: 1;
}
	
[template="login-history"] .filter-wrapper button {
	margin: 1rem;
	margin-right: 0;
}
	
[template="profile"] .data-card .form-section {
	background-color: #eee;
	margin: 0 0 1rem;
	padding: 0.5rem 1rem;
}
	
[template="profile"] .data-card .form-section .form-toggle {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
	
[template="profile"] .data-card .form-section .form-toggle .toggle_title {
	margin: 0;
}
	
[template="profile"] .data-card .form-section .form-toggle .n-icon {
	color: #f28e00;
}
	
[template="profile"] .data-card .form-section .form-toggle .n-icon:before {
	font-size: 1.2rem;
}
	
[template="profile"] .data-card .form-section .form-phone button, .button {
	margin-top: 1rem;
}
	
[template="profile"] .data-card .form-section .result {
	padding: 0.5rem 1rem;
}
	
[template="profile"] .data-card .form-section .result.small {
	font-size: 0.8rem;
}
	
[template="profile"] .data-card .form-section .result.success {
	background-color: rgba(74, 163, 44, 0.2);
	color: rgba(74, 163, 44, 1);
}
	
[template="profile"] .data-card .form-section .result.error {
	background-color: rgba(218, 41, 28, 0.2);
	color: rgba(218, 41, 28, 1);
}
	
[template="profile"] .data-card .form-section .n-form {
	background: transparent;
}
	
[template="profile"] .data-card .form-section .n-form .actions .button, [template="profile"] .data-card .form-section .n-form .actions button {
	margin: 0;
}
	
@media (min-width: 37.5rem) {
	[template="profile"] .data-card.form {
		min-width: 32rem;
	}
		
}
@media email {
	.email h1, .email h2, .email h3, .email h4, .email h5, .email h6, .email h7, .email img {
		padding: 2rem;
		text-align: center;
	}
		
	.email p {
		padding: 2rem;
	}
		
	.email .email-container {
		margin: 1rem;
		border: 1px solid #ccc;
	}
		
	.email .email-container h1 {
		color: #666;
	}
		
	.email .email-container h2 {
		padding: 0;
		margin: 0;
		color: #d17c02;
		font-size: 1.1rem;
		text-transform: uppercase;
	}
		
	.email #main {
		display: table;
	}
		
	button, .button {
		display: inline-block;
		border: 1px solid transparent;
		border-radius: 3px;
		font-family: inherit;
		padding: 0.6rem 1rem !important;
		line-height: 1.5;
		margin-right: 1rem;
		margin-bottom: 1rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		cursor: pointer;
		background-color: #0069b4;
		color: white !important;
	}
		
	button .button.primary {
		background: #f28e00 !important;
		background: linear-gradient(to bottom, #f28e00 0%, #d17c02 100%);
	}
		
}
.purchase .n-file-uploader .n-input-file, .purchase_detail .n-file-uploader .n-input-file {
	width: unset !important;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
	
[template="index"] #header .top .contact {
	display: none;
}
	
[template="index"] #header .top .social {
	display: none;
}
	
[template="index"] #header .top .nabu-cms-core-language-switcher {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin: 4px 0;
	margin-left: auto;
	width: 100%;
}
	
[template="index"] #header .top .nabu-cms-core-language-switcher li {
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	margin: 0 0.375rem;
	padding: 0 1rem;
	text-transform: uppercase;
}
	
[template="index"] #header .top .nabu-cms-core-language-switcher li:before {
	border-right: 1px solid #eee;
	content: "";
	display: inline-block;
	height: 18px;
	position: relative;
	right: 21px;
	top: 5px;
}
	
[template="index"] #header .top .nabu-cms-core-language-switcher li:hover {
	background-color: #eee;
	color: #d17c02;
}
	
[template="index"] #header .top .nabu-cms-core-language-switcher li.selected {
	color: #d17c02;
}
	
[template="index"] #header .top .logout {
	color: #333;
	margin-left: auto;
	margin-right: 2rem;
}
	
[template="index"] #header .main a {
	text-decoration: none;
}
	
[template="index"] #header .main a.route {
	text-decoration: underline;
	color: #666;
}
	
[template="index"] #header .main .buttons {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
}
	
[template="index"] #header .main .buttons button {
	border-radius: 10px;
	margin-bottom: 0;
	text-transform: none;
}
	
[template="index"] #header .main .buttons button.active {
	background-color: #f28e00;
	color: #fff;
}
	
[template="index"] #header .main .account_info {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	height: 2rem;
	justify-content: center;
	position: relative;
	width: auto;
}
	
[template="index"] #header .main .account_info .icon.user {
	color: #f28e00;
	margin-right: 1rem;
}
	
[template="index"] #header .main .account_info .icon.user:before {
	font-size: 1.3rem;
}
	
[template="index"] #header .main .account_info .icon.arrow {
	cursor: pointer;
}
	
[template="index"] #header .main .account_info .current_company + .icon.arrow {
	margin-left: 1rem;
}
	
[template="index"] #header .main .account_info .current_company {
	line-height: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 9rem;
	margin-left: 1rem;
	margin-right: 1rem;
}
	
[template="index"] #header .main .account_info .dropdown_container {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	box-shadow: 2px 10px 20px 0px rgba(0,0,0,0.25);
	display: none;
	padding: 1rem;
	position: absolute;
	top: 2rem;
	right: 0;
	min-width: 12rem;
	z-index: 1000;
}
	
[template="index"] #header .main .account_info .dropdown_container.opened {
	display: block;
}
	
[template="index"] #header .main .account_info .dropdown_container button {
	margin: 0;
}
	
[template="index"] #header .main .account_info .dropdown_container .n-input-combo .n-input-combo-dropdown {
	right: 0;
	max-width: calc(100vw - 3.5rem);
}
	
[template="index"] #header .main .account_info .dropdown_container .user-actions {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 1rem;
}
	
[template="index"] #header .main .account_info .no_companies {
	text-align: left;
}
	
@media (min-width: 37.5rem) {
	[template="index"] #header .top .nabu-cms-core-language-switcher {
		width: auto;
	}
		
	[template="index"] #header .top .contact {
		display: block;
	}
		
	[template="index"] #header .top .social {
		display: flex;
	}
		
	[template="index"] #header .main .account_info .current_company {
		max-width: 18rem;
	}
		
}
[template="sale"] .n-input-file, [template="document-detail"] .n-input-file {
	width: auto;
}
	
[template="sale"] .data-card, [template="document-detail"] .data-card {
	min-width: initial !important;
}
	
[template="sale"] .data-table td:last-child, [template="document-detail"] .data-table td:last-child {
	white-space: nowrap;
}
	
[template="sale"] .warning, [template="document-detail"] .warning {
	background-color: #888;
}
	
[template="sale"] .section_content.spacer .data-card, [template="document-detail"] .section_content.spacer .data-card {
	width: 100%;
}
	
[template="sale"] .section_content .information .property .property_content .button, [template="document-detail"] .section_content .information .property .property_content .button {
	white-space: nowrap;
}
	
[template="sale"] .section_content .information .property .property_content .button .icon, [template="document-detail"] .section_content .information .property .property_content .button .icon {
	margin: 0;
	width: auto;
}
	
[template="sale"] .section_content .data-card .data-card-body .a-notification, [template="document-detail"] .section_content .data-card .data-card-body .a-notification {
	margin-top: 2rem;
}
	
[template="sale"] .toggle-limit, [template="document-detail"] .toggle-limit {
	margin: -1rem 0 2rem;
	text-align: center;
}
	
[template="sale"] .toggle-limit .toggle-limit_action, [template="document-detail"] .toggle-limit .toggle-limit_action {
	font-size: 0.9rem;
}
	
.n-form.popup {
	background-color: #fff;
}
	
.n-form.popup .n-form-content {
	padding: 0;
}
	
.n-form.popup input {
	height: 3rem;
}
	
.n-form.popup .actions {
	padding: 1rem;
	text-align: right;
}
	
.n-form.popup .actions button {
	margin-left: 1rem;
}
	
[template="accounts"] .tab_container .main-view .content .toggle-buttons {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}
	
[template="accounts"] .tab_container .main-view .content .toggle-buttons button {
	margin-right: 0;
}
	
[template="accounts"] .tab_container .main-view .content .toggle-buttons button:first-child {
	border-radius: 3px 0 0 3px;
}
	
[template="accounts"] .tab_container .main-view .content .toggle-buttons button:last-child {
	border-radius:  0 3px 3px 0;
}
	
[template="accounts"] .tab_container .main-view .content .toggle-buttons + .a-accounts {
	margin-bottom: -2rem;
}
	
[template="accounts"] .tab_container .main-view .n-modal .modal_wrapper {
	position: relative;
}
	
[template="accounts"] .tab_container .main-view .n-modal .modal_wrapper .modal_content .loading_overlay {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	flex-flow: row nowrap;
	height: 100%;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
}
	
[template="accounts"] .tab_container .main-view .n-modal .modal_wrapper .modal_content .loading_overlay .n-icon-spinner {
	width: 2rem;
}
	
[template="accounts"] .tab_container .main-view .n-modal .modal_wrapper .modal_content .close {
	color: #f28e00;
	cursor: pointer;
	font-size: 0.8em;
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 100;
}
	
[template="accounts"] .tab_container .main-view .n-modal .modal_wrapper .modal_content .close:hover {
	text-decoration: underline;
}
	
[template="accounts"] .a-accounts .verification-sent {
	color: #aaa;
}
	
[template="accounts"] .a-accounts .verification-SUCCEEDED {
	color: #4AA32C;
}
	
[template="accounts"] .a-accounts .verification-ERROR {
	color: #DA291C;
}
	
[template="accounts"] .a-accounts .resend {
	font-weight: normal;
	margin-left: 0.7rem;
}
	
[route='initialize'] .n-form-label-wrapper {
	display: flex;
	align-items: flex-start;
}
	
[route='initialize'] .n-form-label-wrapper .n-info {
	display: flex;
}
	
[template="account"] .n-modal .modal_wrapper {
	width: 90vw;
	overflow-y: scroll;
	overflow-x: auto;
}
	
[template="account"] .tab_container section .section_content {
	flex-flow: column;
}