@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic);
@charset "UTF-8";
/* this file will be extracted to main dist folder and is imported in index.html */
/* This file is for setting global styles  */
/*!
 *  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(assets/fonts/fontawesome-webfont.eot);
  src: url(assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(assets/fonts/fontawesome-webfont.woff2) format("woff2"), url(assets/fonts/fontawesome-webfont.woff) format("woff"), url(assets/fonts/fontawesome-webfont.ttf) format("truetype"), url(assets/fonts/fontawesome-webfont.svg#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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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: #fff; }

/* 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; }

/*!
  Ionicons, v4.6.2
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url(assets/fonts/ionicons.eot);
  src: url(assets/fonts/ionicons.eot#iefix) format("embedded-opentype"), url(assets/fonts/ionicons.woff2) format("woff2"), url(assets/fonts/ionicons.woff) format("woff"), url(assets/fonts/ionicons.ttf) format("truetype"), url(assets/fonts/ionicons.svg#Ionicons) format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons,
.ion-ios-add:before,
.ion-ios-add-circle:before,
.ion-ios-add-circle-outline:before,
.ion-ios-airplane:before,
.ion-ios-alarm:before,
.ion-ios-albums:before,
.ion-ios-alert:before,
.ion-ios-american-football:before,
.ion-ios-analytics:before,
.ion-ios-aperture:before,
.ion-ios-apps:before,
.ion-ios-appstore:before,
.ion-ios-archive:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-dropdown:before,
.ion-ios-arrow-dropdown-circle:before,
.ion-ios-arrow-dropleft:before,
.ion-ios-arrow-dropleft-circle:before,
.ion-ios-arrow-dropright:before,
.ion-ios-arrow-dropright-circle:before,
.ion-ios-arrow-dropup:before,
.ion-ios-arrow-dropup-circle:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-round-back:before,
.ion-ios-arrow-round-down:before,
.ion-ios-arrow-round-forward:before,
.ion-ios-arrow-round-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-attach:before,
.ion-ios-backspace:before,
.ion-ios-barcode:before,
.ion-ios-baseball:before,
.ion-ios-basket:before,
.ion-ios-basketball:before,
.ion-ios-battery-charging:before,
.ion-ios-battery-dead:before,
.ion-ios-battery-full:before,
.ion-ios-beaker:before,
.ion-ios-bed:before,
.ion-ios-beer:before,
.ion-ios-bicycle:before,
.ion-ios-bluetooth:before,
.ion-ios-boat:before,
.ion-ios-body:before,
.ion-ios-bonfire:before,
.ion-ios-book:before,
.ion-ios-bookmark:before,
.ion-ios-bookmarks:before,
.ion-ios-bowtie:before,
.ion-ios-briefcase:before,
.ion-ios-browsers:before,
.ion-ios-brush:before,
.ion-ios-bug:before,
.ion-ios-build:before,
.ion-ios-bulb:before,
.ion-ios-bus:before,
.ion-ios-business:before,
.ion-ios-cafe:before,
.ion-ios-calculator:before,
.ion-ios-calendar:before,
.ion-ios-call:before,
.ion-ios-camera:before,
.ion-ios-car:before,
.ion-ios-card:before,
.ion-ios-cart:before,
.ion-ios-cash:before,
.ion-ios-cellular:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubbles:before,
.ion-ios-checkbox:before,
.ion-ios-checkbox-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-circle:before,
.ion-ios-checkmark-circle-outline:before,
.ion-ios-clipboard:before,
.ion-ios-clock:before,
.ion-ios-close:before,
.ion-ios-close-circle:before,
.ion-ios-close-circle-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-circle:before,
.ion-ios-cloud-done:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-code:before,
.ion-ios-code-download:before,
.ion-ios-code-working:before,
.ion-ios-cog:before,
.ion-ios-color-fill:before,
.ion-ios-color-filter:before,
.ion-ios-color-palette:before,
.ion-ios-color-wand:before,
.ion-ios-compass:before,
.ion-ios-construct:before,
.ion-ios-contact:before,
.ion-ios-contacts:before,
.ion-ios-contract:before,
.ion-ios-contrast:before,
.ion-ios-copy:before,
.ion-ios-create:before,
.ion-ios-crop:before,
.ion-ios-cube:before,
.ion-ios-cut:before,
.ion-ios-desktop:before,
.ion-ios-disc:before,
.ion-ios-document:before,
.ion-ios-done-all:before,
.ion-ios-download:before,
.ion-ios-easel:before,
.ion-ios-egg:before,
.ion-ios-exit:before,
.ion-ios-expand:before,
.ion-ios-eye:before,
.ion-ios-eye-off:before,
.ion-ios-fastforward:before,
.ion-ios-female:before,
.ion-ios-filing:before,
.ion-ios-film:before,
.ion-ios-finger-print:before,
.ion-ios-fitness:before,
.ion-ios-flag:before,
.ion-ios-flame:before,
.ion-ios-flash:before,
.ion-ios-flash-off:before,
.ion-ios-flashlight:before,
.ion-ios-flask:before,
.ion-ios-flower:before,
.ion-ios-folder:before,
.ion-ios-folder-open:before,
.ion-ios-football:before,
.ion-ios-funnel:before,
.ion-ios-gift:before,
.ion-ios-git-branch:before,
.ion-ios-git-commit:before,
.ion-ios-git-compare:before,
.ion-ios-git-merge:before,
.ion-ios-git-network:before,
.ion-ios-git-pull-request:before,
.ion-ios-glasses:before,
.ion-ios-globe:before,
.ion-ios-grid:before,
.ion-ios-hammer:before,
.ion-ios-hand:before,
.ion-ios-happy:before,
.ion-ios-headset:before,
.ion-ios-heart:before,
.ion-ios-heart-dislike:before,
.ion-ios-heart-empty:before,
.ion-ios-heart-half:before,
.ion-ios-help:before,
.ion-ios-help-buoy:before,
.ion-ios-help-circle:before,
.ion-ios-help-circle-outline:before,
.ion-ios-home:before,
.ion-ios-hourglass:before,
.ion-ios-ice-cream:before,
.ion-ios-image:before,
.ion-ios-images:before,
.ion-ios-infinite:before,
.ion-ios-information:before,
.ion-ios-information-circle:before,
.ion-ios-information-circle-outline:before,
.ion-ios-jet:before,
.ion-ios-journal:before,
.ion-ios-key:before,
.ion-ios-keypad:before,
.ion-ios-laptop:before,
.ion-ios-leaf:before,
.ion-ios-link:before,
.ion-ios-list:before,
.ion-ios-list-box:before,
.ion-ios-locate:before,
.ion-ios-lock:before,
.ion-ios-log-in:before,
.ion-ios-log-out:before,
.ion-ios-magnet:before,
.ion-ios-mail:before,
.ion-ios-mail-open:before,
.ion-ios-mail-unread:before,
.ion-ios-male:before,
.ion-ios-man:before,
.ion-ios-map:before,
.ion-ios-medal:before,
.ion-ios-medical:before,
.ion-ios-medkit:before,
.ion-ios-megaphone:before,
.ion-ios-menu:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-microphone:before,
.ion-ios-moon:before,
.ion-ios-more:before,
.ion-ios-move:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-notifications:before,
.ion-ios-notifications-off:before,
.ion-ios-notifications-outline:before,
.ion-ios-nuclear:before,
.ion-ios-nutrition:before,
.ion-ios-open:before,
.ion-ios-options:before,
.ion-ios-outlet:before,
.ion-ios-paper:before,
.ion-ios-paper-plane:before,
.ion-ios-partly-sunny:before,
.ion-ios-pause:before,
.ion-ios-paw:before,
.ion-ios-people:before,
.ion-ios-person:before,
.ion-ios-person-add:before,
.ion-ios-phone-landscape:before,
.ion-ios-phone-portrait:before,
.ion-ios-photos:before,
.ion-ios-pie:before,
.ion-ios-pin:before,
.ion-ios-pint:before,
.ion-ios-pizza:before,
.ion-ios-planet:before,
.ion-ios-play:before,
.ion-ios-play-circle:before,
.ion-ios-podium:before,
.ion-ios-power:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags:before,
.ion-ios-print:before,
.ion-ios-pulse:before,
.ion-ios-qr-scanner:before,
.ion-ios-quote:before,
.ion-ios-radio:before,
.ion-ios-radio-button-off:before,
.ion-ios-radio-button-on:before,
.ion-ios-rainy:before,
.ion-ios-recording:before,
.ion-ios-redo:before,
.ion-ios-refresh:before,
.ion-ios-refresh-circle:before,
.ion-ios-remove:before,
.ion-ios-remove-circle:before,
.ion-ios-remove-circle-outline:before,
.ion-ios-reorder:before,
.ion-ios-repeat:before,
.ion-ios-resize:before,
.ion-ios-restaurant:before,
.ion-ios-return-left:before,
.ion-ios-return-right:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind:before,
.ion-ios-ribbon:before,
.ion-ios-rocket:before,
.ion-ios-rose:before,
.ion-ios-sad:before,
.ion-ios-save:before,
.ion-ios-school:before,
.ion-ios-search:before,
.ion-ios-send:before,
.ion-ios-settings:before,
.ion-ios-share:before,
.ion-ios-share-alt:before,
.ion-ios-shirt:before,
.ion-ios-shuffle:before,
.ion-ios-skip-backward:before,
.ion-ios-skip-forward:before,
.ion-ios-snow:before,
.ion-ios-speedometer:before,
.ion-ios-square:before,
.ion-ios-square-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stats:before,
.ion-ios-stopwatch:before,
.ion-ios-subway:before,
.ion-ios-sunny:before,
.ion-ios-swap:before,
.ion-ios-switch:before,
.ion-ios-sync:before,
.ion-ios-tablet-landscape:before,
.ion-ios-tablet-portrait:before,
.ion-ios-tennisball:before,
.ion-ios-text:before,
.ion-ios-thermometer:before,
.ion-ios-thumbs-down:before,
.ion-ios-thumbs-up:before,
.ion-ios-thunderstorm:before,
.ion-ios-time:before,
.ion-ios-timer:before,
.ion-ios-today:before,
.ion-ios-train:before,
.ion-ios-transgender:before,
.ion-ios-trash:before,
.ion-ios-trending-down:before,
.ion-ios-trending-up:before,
.ion-ios-trophy:before,
.ion-ios-tv:before,
.ion-ios-umbrella:before,
.ion-ios-undo:before,
.ion-ios-unlock:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-volume-mute:before,
.ion-ios-volume-off:before,
.ion-ios-walk:before,
.ion-ios-wallet:before,
.ion-ios-warning:before,
.ion-ios-watch:before,
.ion-ios-water:before,
.ion-ios-wifi:before,
.ion-ios-wine:before,
.ion-ios-woman:before,
.ion-logo-android:before,
.ion-logo-angular:before,
.ion-logo-apple:before,
.ion-logo-bitbucket:before,
.ion-logo-bitcoin:before,
.ion-logo-buffer:before,
.ion-logo-chrome:before,
.ion-logo-closed-captioning:before,
.ion-logo-codepen:before,
.ion-logo-css3:before,
.ion-logo-designernews:before,
.ion-logo-dribbble:before,
.ion-logo-dropbox:before,
.ion-logo-euro:before,
.ion-logo-facebook:before,
.ion-logo-flickr:before,
.ion-logo-foursquare:before,
.ion-logo-freebsd-devil:before,
.ion-logo-game-controller-a:before,
.ion-logo-game-controller-b:before,
.ion-logo-github:before,
.ion-logo-google:before,
.ion-logo-googleplus:before,
.ion-logo-hackernews:before,
.ion-logo-html5:before,
.ion-logo-instagram:before,
.ion-logo-ionic:before,
.ion-logo-ionitron:before,
.ion-logo-javascript:before,
.ion-logo-linkedin:before,
.ion-logo-markdown:before,
.ion-logo-model-s:before,
.ion-logo-no-smoking:before,
.ion-logo-nodejs:before,
.ion-logo-npm:before,
.ion-logo-octocat:before,
.ion-logo-pinterest:before,
.ion-logo-playstation:before,
.ion-logo-polymer:before,
.ion-logo-python:before,
.ion-logo-reddit:before,
.ion-logo-rss:before,
.ion-logo-sass:before,
.ion-logo-skype:before,
.ion-logo-slack:before,
.ion-logo-snapchat:before,
.ion-logo-steam:before,
.ion-logo-tumblr:before,
.ion-logo-tux:before,
.ion-logo-twitch:before,
.ion-logo-twitter:before,
.ion-logo-usd:before,
.ion-logo-vimeo:before,
.ion-logo-vk:before,
.ion-logo-whatsapp:before,
.ion-logo-windows:before,
.ion-logo-wordpress:before,
.ion-logo-xbox:before,
.ion-logo-xing:before,
.ion-logo-yahoo:before,
.ion-logo-yen:before,
.ion-logo-youtube:before,
.ion-md-add:before,
.ion-md-add-circle:before,
.ion-md-add-circle-outline:before,
.ion-md-airplane:before,
.ion-md-alarm:before,
.ion-md-albums:before,
.ion-md-alert:before,
.ion-md-american-football:before,
.ion-md-analytics:before,
.ion-md-aperture:before,
.ion-md-apps:before,
.ion-md-appstore:before,
.ion-md-archive:before,
.ion-md-arrow-back:before,
.ion-md-arrow-down:before,
.ion-md-arrow-dropdown:before,
.ion-md-arrow-dropdown-circle:before,
.ion-md-arrow-dropleft:before,
.ion-md-arrow-dropleft-circle:before,
.ion-md-arrow-dropright:before,
.ion-md-arrow-dropright-circle:before,
.ion-md-arrow-dropup:before,
.ion-md-arrow-dropup-circle:before,
.ion-md-arrow-forward:before,
.ion-md-arrow-round-back:before,
.ion-md-arrow-round-down:before,
.ion-md-arrow-round-forward:before,
.ion-md-arrow-round-up:before,
.ion-md-arrow-up:before,
.ion-md-at:before,
.ion-md-attach:before,
.ion-md-backspace:before,
.ion-md-barcode:before,
.ion-md-baseball:before,
.ion-md-basket:before,
.ion-md-basketball:before,
.ion-md-battery-charging:before,
.ion-md-battery-dead:before,
.ion-md-battery-full:before,
.ion-md-beaker:before,
.ion-md-bed:before,
.ion-md-beer:before,
.ion-md-bicycle:before,
.ion-md-bluetooth:before,
.ion-md-boat:before,
.ion-md-body:before,
.ion-md-bonfire:before,
.ion-md-book:before,
.ion-md-bookmark:before,
.ion-md-bookmarks:before,
.ion-md-bowtie:before,
.ion-md-briefcase:before,
.ion-md-browsers:before,
.ion-md-brush:before,
.ion-md-bug:before,
.ion-md-build:before,
.ion-md-bulb:before,
.ion-md-bus:before,
.ion-md-business:before,
.ion-md-cafe:before,
.ion-md-calculator:before,
.ion-md-calendar:before,
.ion-md-call:before,
.ion-md-camera:before,
.ion-md-car:before,
.ion-md-card:before,
.ion-md-cart:before,
.ion-md-cash:before,
.ion-md-cellular:before,
.ion-md-chatboxes:before,
.ion-md-chatbubbles:before,
.ion-md-checkbox:before,
.ion-md-checkbox-outline:before,
.ion-md-checkmark:before,
.ion-md-checkmark-circle:before,
.ion-md-checkmark-circle-outline:before,
.ion-md-clipboard:before,
.ion-md-clock:before,
.ion-md-close:before,
.ion-md-close-circle:before,
.ion-md-close-circle-outline:before,
.ion-md-cloud:before,
.ion-md-cloud-circle:before,
.ion-md-cloud-done:before,
.ion-md-cloud-download:before,
.ion-md-cloud-outline:before,
.ion-md-cloud-upload:before,
.ion-md-cloudy:before,
.ion-md-cloudy-night:before,
.ion-md-code:before,
.ion-md-code-download:before,
.ion-md-code-working:before,
.ion-md-cog:before,
.ion-md-color-fill:before,
.ion-md-color-filter:before,
.ion-md-color-palette:before,
.ion-md-color-wand:before,
.ion-md-compass:before,
.ion-md-construct:before,
.ion-md-contact:before,
.ion-md-contacts:before,
.ion-md-contract:before,
.ion-md-contrast:before,
.ion-md-copy:before,
.ion-md-create:before,
.ion-md-crop:before,
.ion-md-cube:before,
.ion-md-cut:before,
.ion-md-desktop:before,
.ion-md-disc:before,
.ion-md-document:before,
.ion-md-done-all:before,
.ion-md-download:before,
.ion-md-easel:before,
.ion-md-egg:before,
.ion-md-exit:before,
.ion-md-expand:before,
.ion-md-eye:before,
.ion-md-eye-off:before,
.ion-md-fastforward:before,
.ion-md-female:before,
.ion-md-filing:before,
.ion-md-film:before,
.ion-md-finger-print:before,
.ion-md-fitness:before,
.ion-md-flag:before,
.ion-md-flame:before,
.ion-md-flash:before,
.ion-md-flash-off:before,
.ion-md-flashlight:before,
.ion-md-flask:before,
.ion-md-flower:before,
.ion-md-folder:before,
.ion-md-folder-open:before,
.ion-md-football:before,
.ion-md-funnel:before,
.ion-md-gift:before,
.ion-md-git-branch:before,
.ion-md-git-commit:before,
.ion-md-git-compare:before,
.ion-md-git-merge:before,
.ion-md-git-network:before,
.ion-md-git-pull-request:before,
.ion-md-glasses:before,
.ion-md-globe:before,
.ion-md-grid:before,
.ion-md-hammer:before,
.ion-md-hand:before,
.ion-md-happy:before,
.ion-md-headset:before,
.ion-md-heart:before,
.ion-md-heart-dislike:before,
.ion-md-heart-empty:before,
.ion-md-heart-half:before,
.ion-md-help:before,
.ion-md-help-buoy:before,
.ion-md-help-circle:before,
.ion-md-help-circle-outline:before,
.ion-md-home:before,
.ion-md-hourglass:before,
.ion-md-ice-cream:before,
.ion-md-image:before,
.ion-md-images:before,
.ion-md-infinite:before,
.ion-md-information:before,
.ion-md-information-circle:before,
.ion-md-information-circle-outline:before,
.ion-md-jet:before,
.ion-md-journal:before,
.ion-md-key:before,
.ion-md-keypad:before,
.ion-md-laptop:before,
.ion-md-leaf:before,
.ion-md-link:before,
.ion-md-list:before,
.ion-md-list-box:before,
.ion-md-locate:before,
.ion-md-lock:before,
.ion-md-log-in:before,
.ion-md-log-out:before,
.ion-md-magnet:before,
.ion-md-mail:before,
.ion-md-mail-open:before,
.ion-md-mail-unread:before,
.ion-md-male:before,
.ion-md-man:before,
.ion-md-map:before,
.ion-md-medal:before,
.ion-md-medical:before,
.ion-md-medkit:before,
.ion-md-megaphone:before,
.ion-md-menu:before,
.ion-md-mic:before,
.ion-md-mic-off:before,
.ion-md-microphone:before,
.ion-md-moon:before,
.ion-md-more:before,
.ion-md-move:before,
.ion-md-musical-note:before,
.ion-md-musical-notes:before,
.ion-md-navigate:before,
.ion-md-notifications:before,
.ion-md-notifications-off:before,
.ion-md-notifications-outline:before,
.ion-md-nuclear:before,
.ion-md-nutrition:before,
.ion-md-open:before,
.ion-md-options:before,
.ion-md-outlet:before,
.ion-md-paper:before,
.ion-md-paper-plane:before,
.ion-md-partly-sunny:before,
.ion-md-pause:before,
.ion-md-paw:before,
.ion-md-people:before,
.ion-md-person:before,
.ion-md-person-add:before,
.ion-md-phone-landscape:before,
.ion-md-phone-portrait:before,
.ion-md-photos:before,
.ion-md-pie:before,
.ion-md-pin:before,
.ion-md-pint:before,
.ion-md-pizza:before,
.ion-md-planet:before,
.ion-md-play:before,
.ion-md-play-circle:before,
.ion-md-podium:before,
.ion-md-power:before,
.ion-md-pricetag:before,
.ion-md-pricetags:before,
.ion-md-print:before,
.ion-md-pulse:before,
.ion-md-qr-scanner:before,
.ion-md-quote:before,
.ion-md-radio:before,
.ion-md-radio-button-off:before,
.ion-md-radio-button-on:before,
.ion-md-rainy:before,
.ion-md-recording:before,
.ion-md-redo:before,
.ion-md-refresh:before,
.ion-md-refresh-circle:before,
.ion-md-remove:before,
.ion-md-remove-circle:before,
.ion-md-remove-circle-outline:before,
.ion-md-reorder:before,
.ion-md-repeat:before,
.ion-md-resize:before,
.ion-md-restaurant:before,
.ion-md-return-left:before,
.ion-md-return-right:before,
.ion-md-reverse-camera:before,
.ion-md-rewind:before,
.ion-md-ribbon:before,
.ion-md-rocket:before,
.ion-md-rose:before,
.ion-md-sad:before,
.ion-md-save:before,
.ion-md-school:before,
.ion-md-search:before,
.ion-md-send:before,
.ion-md-settings:before,
.ion-md-share:before,
.ion-md-share-alt:before,
.ion-md-shirt:before,
.ion-md-shuffle:before,
.ion-md-skip-backward:before,
.ion-md-skip-forward:before,
.ion-md-snow:before,
.ion-md-speedometer:before,
.ion-md-square:before,
.ion-md-square-outline:before,
.ion-md-star:before,
.ion-md-star-half:before,
.ion-md-star-outline:before,
.ion-md-stats:before,
.ion-md-stopwatch:before,
.ion-md-subway:before,
.ion-md-sunny:before,
.ion-md-swap:before,
.ion-md-switch:before,
.ion-md-sync:before,
.ion-md-tablet-landscape:before,
.ion-md-tablet-portrait:before,
.ion-md-tennisball:before,
.ion-md-text:before,
.ion-md-thermometer:before,
.ion-md-thumbs-down:before,
.ion-md-thumbs-up:before,
.ion-md-thunderstorm:before,
.ion-md-time:before,
.ion-md-timer:before,
.ion-md-today:before,
.ion-md-train:before,
.ion-md-transgender:before,
.ion-md-trash:before,
.ion-md-trending-down:before,
.ion-md-trending-up:before,
.ion-md-trophy:before,
.ion-md-tv:before,
.ion-md-umbrella:before,
.ion-md-undo:before,
.ion-md-unlock:before,
.ion-md-videocam:before,
.ion-md-volume-high:before,
.ion-md-volume-low:before,
.ion-md-volume-mute:before,
.ion-md-volume-off:before,
.ion-md-walk:before,
.ion-md-wallet:before,
.ion-md-warning:before,
.ion-md-watch:before,
.ion-md-water:before,
.ion-md-wifi:before,
.ion-md-wine:before,
.ion-md-woman:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-ios-add:before {
  content: "\F102"; }

.ion-ios-add-circle:before {
  content: "\F101"; }

.ion-ios-add-circle-outline:before {
  content: "\F100"; }

.ion-ios-airplane:before {
  content: "\F137"; }

.ion-ios-alarm:before {
  content: "\F3C8"; }

.ion-ios-albums:before {
  content: "\F3CA"; }

.ion-ios-alert:before {
  content: "\F104"; }

.ion-ios-american-football:before {
  content: "\F106"; }

.ion-ios-analytics:before {
  content: "\F3CE"; }

.ion-ios-aperture:before {
  content: "\F108"; }

.ion-ios-apps:before {
  content: "\F10A"; }

.ion-ios-appstore:before {
  content: "\F10C"; }

.ion-ios-archive:before {
  content: "\F10E"; }

.ion-ios-arrow-back:before {
  content: "\F3CF"; }

.ion-ios-arrow-down:before {
  content: "\F3D0"; }

.ion-ios-arrow-dropdown:before {
  content: "\F110"; }

.ion-ios-arrow-dropdown-circle:before {
  content: "\F125"; }

.ion-ios-arrow-dropleft:before {
  content: "\F112"; }

.ion-ios-arrow-dropleft-circle:before {
  content: "\F129"; }

.ion-ios-arrow-dropright:before {
  content: "\F114"; }

.ion-ios-arrow-dropright-circle:before {
  content: "\F12B"; }

.ion-ios-arrow-dropup:before {
  content: "\F116"; }

.ion-ios-arrow-dropup-circle:before {
  content: "\F12D"; }

.ion-ios-arrow-forward:before {
  content: "\F3D1"; }

.ion-ios-arrow-round-back:before {
  content: "\F117"; }

.ion-ios-arrow-round-down:before {
  content: "\F118"; }

.ion-ios-arrow-round-forward:before {
  content: "\F119"; }

.ion-ios-arrow-round-up:before {
  content: "\F11A"; }

.ion-ios-arrow-up:before {
  content: "\F3D8"; }

.ion-ios-at:before {
  content: "\F3DA"; }

.ion-ios-attach:before {
  content: "\F11B"; }

.ion-ios-backspace:before {
  content: "\F11D"; }

.ion-ios-barcode:before {
  content: "\F3DC"; }

.ion-ios-baseball:before {
  content: "\F3DE"; }

.ion-ios-basket:before {
  content: "\F11F"; }

.ion-ios-basketball:before {
  content: "\F3E0"; }

.ion-ios-battery-charging:before {
  content: "\F120"; }

.ion-ios-battery-dead:before {
  content: "\F121"; }

.ion-ios-battery-full:before {
  content: "\F122"; }

.ion-ios-beaker:before {
  content: "\F124"; }

.ion-ios-bed:before {
  content: "\F139"; }

.ion-ios-beer:before {
  content: "\F126"; }

.ion-ios-bicycle:before {
  content: "\F127"; }

.ion-ios-bluetooth:before {
  content: "\F128"; }

.ion-ios-boat:before {
  content: "\F12A"; }

.ion-ios-body:before {
  content: "\F3E4"; }

.ion-ios-bonfire:before {
  content: "\F12C"; }

.ion-ios-book:before {
  content: "\F3E8"; }

.ion-ios-bookmark:before {
  content: "\F12E"; }

.ion-ios-bookmarks:before {
  content: "\F3EA"; }

.ion-ios-bowtie:before {
  content: "\F130"; }

.ion-ios-briefcase:before {
  content: "\F3EE"; }

.ion-ios-browsers:before {
  content: "\F3F0"; }

.ion-ios-brush:before {
  content: "\F132"; }

.ion-ios-bug:before {
  content: "\F134"; }

.ion-ios-build:before {
  content: "\F136"; }

.ion-ios-bulb:before {
  content: "\F138"; }

.ion-ios-bus:before {
  content: "\F13A"; }

.ion-ios-business:before {
  content: "\F1A3"; }

.ion-ios-cafe:before {
  content: "\F13C"; }

.ion-ios-calculator:before {
  content: "\F3F2"; }

.ion-ios-calendar:before {
  content: "\F3F4"; }

.ion-ios-call:before {
  content: "\F13E"; }

.ion-ios-camera:before {
  content: "\F3F6"; }

.ion-ios-car:before {
  content: "\F140"; }

.ion-ios-card:before {
  content: "\F142"; }

.ion-ios-cart:before {
  content: "\F3F8"; }

.ion-ios-cash:before {
  content: "\F144"; }

.ion-ios-cellular:before {
  content: "\F13D"; }

.ion-ios-chatboxes:before {
  content: "\F3FA"; }

.ion-ios-chatbubbles:before {
  content: "\F146"; }

.ion-ios-checkbox:before {
  content: "\F148"; }

.ion-ios-checkbox-outline:before {
  content: "\F147"; }

.ion-ios-checkmark:before {
  content: "\F3FF"; }

.ion-ios-checkmark-circle:before {
  content: "\F14A"; }

.ion-ios-checkmark-circle-outline:before {
  content: "\F149"; }

.ion-ios-clipboard:before {
  content: "\F14C"; }

.ion-ios-clock:before {
  content: "\F403"; }

.ion-ios-close:before {
  content: "\F406"; }

.ion-ios-close-circle:before {
  content: "\F14E"; }

.ion-ios-close-circle-outline:before {
  content: "\F14D"; }

.ion-ios-cloud:before {
  content: "\F40C"; }

.ion-ios-cloud-circle:before {
  content: "\F152"; }

.ion-ios-cloud-done:before {
  content: "\F154"; }

.ion-ios-cloud-download:before {
  content: "\F408"; }

.ion-ios-cloud-outline:before {
  content: "\F409"; }

.ion-ios-cloud-upload:before {
  content: "\F40B"; }

.ion-ios-cloudy:before {
  content: "\F410"; }

.ion-ios-cloudy-night:before {
  content: "\F40E"; }

.ion-ios-code:before {
  content: "\F157"; }

.ion-ios-code-download:before {
  content: "\F155"; }

.ion-ios-code-working:before {
  content: "\F156"; }

.ion-ios-cog:before {
  content: "\F412"; }

.ion-ios-color-fill:before {
  content: "\F159"; }

.ion-ios-color-filter:before {
  content: "\F414"; }

.ion-ios-color-palette:before {
  content: "\F15B"; }

.ion-ios-color-wand:before {
  content: "\F416"; }

.ion-ios-compass:before {
  content: "\F15D"; }

.ion-ios-construct:before {
  content: "\F15F"; }

.ion-ios-contact:before {
  content: "\F41A"; }

.ion-ios-contacts:before {
  content: "\F161"; }

.ion-ios-contract:before {
  content: "\F162"; }

.ion-ios-contrast:before {
  content: "\F163"; }

.ion-ios-copy:before {
  content: "\F41C"; }

.ion-ios-create:before {
  content: "\F165"; }

.ion-ios-crop:before {
  content: "\F41E"; }

.ion-ios-cube:before {
  content: "\F168"; }

.ion-ios-cut:before {
  content: "\F16A"; }

.ion-ios-desktop:before {
  content: "\F16C"; }

.ion-ios-disc:before {
  content: "\F16E"; }

.ion-ios-document:before {
  content: "\F170"; }

.ion-ios-done-all:before {
  content: "\F171"; }

.ion-ios-download:before {
  content: "\F420"; }

.ion-ios-easel:before {
  content: "\F173"; }

.ion-ios-egg:before {
  content: "\F175"; }

.ion-ios-exit:before {
  content: "\F177"; }

.ion-ios-expand:before {
  content: "\F178"; }

.ion-ios-eye:before {
  content: "\F425"; }

.ion-ios-eye-off:before {
  content: "\F17A"; }

.ion-ios-fastforward:before {
  content: "\F427"; }

.ion-ios-female:before {
  content: "\F17B"; }

.ion-ios-filing:before {
  content: "\F429"; }

.ion-ios-film:before {
  content: "\F42B"; }

.ion-ios-finger-print:before {
  content: "\F17C"; }

.ion-ios-fitness:before {
  content: "\F1AB"; }

.ion-ios-flag:before {
  content: "\F42D"; }

.ion-ios-flame:before {
  content: "\F42F"; }

.ion-ios-flash:before {
  content: "\F17E"; }

.ion-ios-flash-off:before {
  content: "\F12F"; }

.ion-ios-flashlight:before {
  content: "\F141"; }

.ion-ios-flask:before {
  content: "\F431"; }

.ion-ios-flower:before {
  content: "\F433"; }

.ion-ios-folder:before {
  content: "\F435"; }

.ion-ios-folder-open:before {
  content: "\F180"; }

.ion-ios-football:before {
  content: "\F437"; }

.ion-ios-funnel:before {
  content: "\F182"; }

.ion-ios-gift:before {
  content: "\F191"; }

.ion-ios-git-branch:before {
  content: "\F183"; }

.ion-ios-git-commit:before {
  content: "\F184"; }

.ion-ios-git-compare:before {
  content: "\F185"; }

.ion-ios-git-merge:before {
  content: "\F186"; }

.ion-ios-git-network:before {
  content: "\F187"; }

.ion-ios-git-pull-request:before {
  content: "\F188"; }

.ion-ios-glasses:before {
  content: "\F43F"; }

.ion-ios-globe:before {
  content: "\F18A"; }

.ion-ios-grid:before {
  content: "\F18C"; }

.ion-ios-hammer:before {
  content: "\F18E"; }

.ion-ios-hand:before {
  content: "\F190"; }

.ion-ios-happy:before {
  content: "\F192"; }

.ion-ios-headset:before {
  content: "\F194"; }

.ion-ios-heart:before {
  content: "\F443"; }

.ion-ios-heart-dislike:before {
  content: "\F13F"; }

.ion-ios-heart-empty:before {
  content: "\F19B"; }

.ion-ios-heart-half:before {
  content: "\F19D"; }

.ion-ios-help:before {
  content: "\F446"; }

.ion-ios-help-buoy:before {
  content: "\F196"; }

.ion-ios-help-circle:before {
  content: "\F198"; }

.ion-ios-help-circle-outline:before {
  content: "\F197"; }

.ion-ios-home:before {
  content: "\F448"; }

.ion-ios-hourglass:before {
  content: "\F103"; }

.ion-ios-ice-cream:before {
  content: "\F19A"; }

.ion-ios-image:before {
  content: "\F19C"; }

.ion-ios-images:before {
  content: "\F19E"; }

.ion-ios-infinite:before {
  content: "\F44A"; }

.ion-ios-information:before {
  content: "\F44D"; }

.ion-ios-information-circle:before {
  content: "\F1A0"; }

.ion-ios-information-circle-outline:before {
  content: "\F19F"; }

.ion-ios-jet:before {
  content: "\F1A5"; }

.ion-ios-journal:before {
  content: "\F189"; }

.ion-ios-key:before {
  content: "\F1A7"; }

.ion-ios-keypad:before {
  content: "\F450"; }

.ion-ios-laptop:before {
  content: "\F1A8"; }

.ion-ios-leaf:before {
  content: "\F1AA"; }

.ion-ios-link:before {
  content: "\F22A"; }

.ion-ios-list:before {
  content: "\F454"; }

.ion-ios-list-box:before {
  content: "\F143"; }

.ion-ios-locate:before {
  content: "\F1AE"; }

.ion-ios-lock:before {
  content: "\F1B0"; }

.ion-ios-log-in:before {
  content: "\F1B1"; }

.ion-ios-log-out:before {
  content: "\F1B2"; }

.ion-ios-magnet:before {
  content: "\F1B4"; }

.ion-ios-mail:before {
  content: "\F1B8"; }

.ion-ios-mail-open:before {
  content: "\F1B6"; }

.ion-ios-mail-unread:before {
  content: "\F145"; }

.ion-ios-male:before {
  content: "\F1B9"; }

.ion-ios-man:before {
  content: "\F1BB"; }

.ion-ios-map:before {
  content: "\F1BD"; }

.ion-ios-medal:before {
  content: "\F1BF"; }

.ion-ios-medical:before {
  content: "\F45C"; }

.ion-ios-medkit:before {
  content: "\F45E"; }

.ion-ios-megaphone:before {
  content: "\F1C1"; }

.ion-ios-menu:before {
  content: "\F1C3"; }

.ion-ios-mic:before {
  content: "\F461"; }

.ion-ios-mic-off:before {
  content: "\F45F"; }

.ion-ios-microphone:before {
  content: "\F1C6"; }

.ion-ios-moon:before {
  content: "\F468"; }

.ion-ios-more:before {
  content: "\F1C8"; }

.ion-ios-move:before {
  content: "\F1CB"; }

.ion-ios-musical-note:before {
  content: "\F46B"; }

.ion-ios-musical-notes:before {
  content: "\F46C"; }

.ion-ios-navigate:before {
  content: "\F46E"; }

.ion-ios-notifications:before {
  content: "\F1D3"; }

.ion-ios-notifications-off:before {
  content: "\F1D1"; }

.ion-ios-notifications-outline:before {
  content: "\F133"; }

.ion-ios-nuclear:before {
  content: "\F1D5"; }

.ion-ios-nutrition:before {
  content: "\F470"; }

.ion-ios-open:before {
  content: "\F1D7"; }

.ion-ios-options:before {
  content: "\F1D9"; }

.ion-ios-outlet:before {
  content: "\F1DB"; }

.ion-ios-paper:before {
  content: "\F472"; }

.ion-ios-paper-plane:before {
  content: "\F1DD"; }

.ion-ios-partly-sunny:before {
  content: "\F1DF"; }

.ion-ios-pause:before {
  content: "\F478"; }

.ion-ios-paw:before {
  content: "\F47A"; }

.ion-ios-people:before {
  content: "\F47C"; }

.ion-ios-person:before {
  content: "\F47E"; }

.ion-ios-person-add:before {
  content: "\F1E1"; }

.ion-ios-phone-landscape:before {
  content: "\F1E2"; }

.ion-ios-phone-portrait:before {
  content: "\F1E3"; }

.ion-ios-photos:before {
  content: "\F482"; }

.ion-ios-pie:before {
  content: "\F484"; }

.ion-ios-pin:before {
  content: "\F1E5"; }

.ion-ios-pint:before {
  content: "\F486"; }

.ion-ios-pizza:before {
  content: "\F1E7"; }

.ion-ios-planet:before {
  content: "\F1EB"; }

.ion-ios-play:before {
  content: "\F488"; }

.ion-ios-play-circle:before {
  content: "\F113"; }

.ion-ios-podium:before {
  content: "\F1ED"; }

.ion-ios-power:before {
  content: "\F1EF"; }

.ion-ios-pricetag:before {
  content: "\F48D"; }

.ion-ios-pricetags:before {
  content: "\F48F"; }

.ion-ios-print:before {
  content: "\F1F1"; }

.ion-ios-pulse:before {
  content: "\F493"; }

.ion-ios-qr-scanner:before {
  content: "\F1F3"; }

.ion-ios-quote:before {
  content: "\F1F5"; }

.ion-ios-radio:before {
  content: "\F1F9"; }

.ion-ios-radio-button-off:before {
  content: "\F1F6"; }

.ion-ios-radio-button-on:before {
  content: "\F1F7"; }

.ion-ios-rainy:before {
  content: "\F495"; }

.ion-ios-recording:before {
  content: "\F497"; }

.ion-ios-redo:before {
  content: "\F499"; }

.ion-ios-refresh:before {
  content: "\F49C"; }

.ion-ios-refresh-circle:before {
  content: "\F135"; }

.ion-ios-remove:before {
  content: "\F1FC"; }

.ion-ios-remove-circle:before {
  content: "\F1FB"; }

.ion-ios-remove-circle-outline:before {
  content: "\F1FA"; }

.ion-ios-reorder:before {
  content: "\F1FD"; }

.ion-ios-repeat:before {
  content: "\F1FE"; }

.ion-ios-resize:before {
  content: "\F1FF"; }

.ion-ios-restaurant:before {
  content: "\F201"; }

.ion-ios-return-left:before {
  content: "\F202"; }

.ion-ios-return-right:before {
  content: "\F203"; }

.ion-ios-reverse-camera:before {
  content: "\F49F"; }

.ion-ios-rewind:before {
  content: "\F4A1"; }

.ion-ios-ribbon:before {
  content: "\F205"; }

.ion-ios-rocket:before {
  content: "\F14B"; }

.ion-ios-rose:before {
  content: "\F4A3"; }

.ion-ios-sad:before {
  content: "\F207"; }

.ion-ios-save:before {
  content: "\F1A6"; }

.ion-ios-school:before {
  content: "\F209"; }

.ion-ios-search:before {
  content: "\F4A5"; }

.ion-ios-send:before {
  content: "\F20C"; }

.ion-ios-settings:before {
  content: "\F4A7"; }

.ion-ios-share:before {
  content: "\F211"; }

.ion-ios-share-alt:before {
  content: "\F20F"; }

.ion-ios-shirt:before {
  content: "\F213"; }

.ion-ios-shuffle:before {
  content: "\F4A9"; }

.ion-ios-skip-backward:before {
  content: "\F215"; }

.ion-ios-skip-forward:before {
  content: "\F217"; }

.ion-ios-snow:before {
  content: "\F218"; }

.ion-ios-speedometer:before {
  content: "\F4B0"; }

.ion-ios-square:before {
  content: "\F21A"; }

.ion-ios-square-outline:before {
  content: "\F15C"; }

.ion-ios-star:before {
  content: "\F4B3"; }

.ion-ios-star-half:before {
  content: "\F4B1"; }

.ion-ios-star-outline:before {
  content: "\F4B2"; }

.ion-ios-stats:before {
  content: "\F21C"; }

.ion-ios-stopwatch:before {
  content: "\F4B5"; }

.ion-ios-subway:before {
  content: "\F21E"; }

.ion-ios-sunny:before {
  content: "\F4B7"; }

.ion-ios-swap:before {
  content: "\F21F"; }

.ion-ios-switch:before {
  content: "\F221"; }

.ion-ios-sync:before {
  content: "\F222"; }

.ion-ios-tablet-landscape:before {
  content: "\F223"; }

.ion-ios-tablet-portrait:before {
  content: "\F24E"; }

.ion-ios-tennisball:before {
  content: "\F4BB"; }

.ion-ios-text:before {
  content: "\F250"; }

.ion-ios-thermometer:before {
  content: "\F252"; }

.ion-ios-thumbs-down:before {
  content: "\F254"; }

.ion-ios-thumbs-up:before {
  content: "\F256"; }

.ion-ios-thunderstorm:before {
  content: "\F4BD"; }

.ion-ios-time:before {
  content: "\F4BF"; }

.ion-ios-timer:before {
  content: "\F4C1"; }

.ion-ios-today:before {
  content: "\F14F"; }

.ion-ios-train:before {
  content: "\F258"; }

.ion-ios-transgender:before {
  content: "\F259"; }

.ion-ios-trash:before {
  content: "\F4C5"; }

.ion-ios-trending-down:before {
  content: "\F25A"; }

.ion-ios-trending-up:before {
  content: "\F25B"; }

.ion-ios-trophy:before {
  content: "\F25D"; }

.ion-ios-tv:before {
  content: "\F115"; }

.ion-ios-umbrella:before {
  content: "\F25F"; }

.ion-ios-undo:before {
  content: "\F4C7"; }

.ion-ios-unlock:before {
  content: "\F261"; }

.ion-ios-videocam:before {
  content: "\F4CD"; }

.ion-ios-volume-high:before {
  content: "\F11C"; }

.ion-ios-volume-low:before {
  content: "\F11E"; }

.ion-ios-volume-mute:before {
  content: "\F263"; }

.ion-ios-volume-off:before {
  content: "\F264"; }

.ion-ios-walk:before {
  content: "\F266"; }

.ion-ios-wallet:before {
  content: "\F18B"; }

.ion-ios-warning:before {
  content: "\F268"; }

.ion-ios-watch:before {
  content: "\F269"; }

.ion-ios-water:before {
  content: "\F26B"; }

.ion-ios-wifi:before {
  content: "\F26D"; }

.ion-ios-wine:before {
  content: "\F26F"; }

.ion-ios-woman:before {
  content: "\F271"; }

.ion-logo-android:before {
  content: "\F225"; }

.ion-logo-angular:before {
  content: "\F227"; }

.ion-logo-apple:before {
  content: "\F229"; }

.ion-logo-bitbucket:before {
  content: "\F193"; }

.ion-logo-bitcoin:before {
  content: "\F22B"; }

.ion-logo-buffer:before {
  content: "\F22D"; }

.ion-logo-chrome:before {
  content: "\F22F"; }

.ion-logo-closed-captioning:before {
  content: "\F105"; }

.ion-logo-codepen:before {
  content: "\F230"; }

.ion-logo-css3:before {
  content: "\F231"; }

.ion-logo-designernews:before {
  content: "\F232"; }

.ion-logo-dribbble:before {
  content: "\F233"; }

.ion-logo-dropbox:before {
  content: "\F234"; }

.ion-logo-euro:before {
  content: "\F235"; }

.ion-logo-facebook:before {
  content: "\F236"; }

.ion-logo-flickr:before {
  content: "\F107"; }

.ion-logo-foursquare:before {
  content: "\F237"; }

.ion-logo-freebsd-devil:before {
  content: "\F238"; }

.ion-logo-game-controller-a:before {
  content: "\F13B"; }

.ion-logo-game-controller-b:before {
  content: "\F181"; }

.ion-logo-github:before {
  content: "\F239"; }

.ion-logo-google:before {
  content: "\F23A"; }

.ion-logo-googleplus:before {
  content: "\F23B"; }

.ion-logo-hackernews:before {
  content: "\F23C"; }

.ion-logo-html5:before {
  content: "\F23D"; }

.ion-logo-instagram:before {
  content: "\F23E"; }

.ion-logo-ionic:before {
  content: "\F150"; }

.ion-logo-ionitron:before {
  content: "\F151"; }

.ion-logo-javascript:before {
  content: "\F23F"; }

.ion-logo-linkedin:before {
  content: "\F240"; }

.ion-logo-markdown:before {
  content: "\F241"; }

.ion-logo-model-s:before {
  content: "\F153"; }

.ion-logo-no-smoking:before {
  content: "\F109"; }

.ion-logo-nodejs:before {
  content: "\F242"; }

.ion-logo-npm:before {
  content: "\F195"; }

.ion-logo-octocat:before {
  content: "\F243"; }

.ion-logo-pinterest:before {
  content: "\F244"; }

.ion-logo-playstation:before {
  content: "\F245"; }

.ion-logo-polymer:before {
  content: "\F15E"; }

.ion-logo-python:before {
  content: "\F246"; }

.ion-logo-reddit:before {
  content: "\F247"; }

.ion-logo-rss:before {
  content: "\F248"; }

.ion-logo-sass:before {
  content: "\F249"; }

.ion-logo-skype:before {
  content: "\F24A"; }

.ion-logo-slack:before {
  content: "\F10B"; }

.ion-logo-snapchat:before {
  content: "\F24B"; }

.ion-logo-steam:before {
  content: "\F24C"; }

.ion-logo-tumblr:before {
  content: "\F24D"; }

.ion-logo-tux:before {
  content: "\F2AE"; }

.ion-logo-twitch:before {
  content: "\F2AF"; }

.ion-logo-twitter:before {
  content: "\F2B0"; }

.ion-logo-usd:before {
  content: "\F2B1"; }

.ion-logo-vimeo:before {
  content: "\F2C4"; }

.ion-logo-vk:before {
  content: "\F10D"; }

.ion-logo-whatsapp:before {
  content: "\F2C5"; }

.ion-logo-windows:before {
  content: "\F32F"; }

.ion-logo-wordpress:before {
  content: "\F330"; }

.ion-logo-xbox:before {
  content: "\F34C"; }

.ion-logo-xing:before {
  content: "\F10F"; }

.ion-logo-yahoo:before {
  content: "\F34D"; }

.ion-logo-yen:before {
  content: "\F34E"; }

.ion-logo-youtube:before {
  content: "\F34F"; }

.ion-md-add:before {
  content: "\F273"; }

.ion-md-add-circle:before {
  content: "\F272"; }

.ion-md-add-circle-outline:before {
  content: "\F158"; }

.ion-md-airplane:before {
  content: "\F15A"; }

.ion-md-alarm:before {
  content: "\F274"; }

.ion-md-albums:before {
  content: "\F275"; }

.ion-md-alert:before {
  content: "\F276"; }

.ion-md-american-football:before {
  content: "\F277"; }

.ion-md-analytics:before {
  content: "\F278"; }

.ion-md-aperture:before {
  content: "\F279"; }

.ion-md-apps:before {
  content: "\F27A"; }

.ion-md-appstore:before {
  content: "\F27B"; }

.ion-md-archive:before {
  content: "\F27C"; }

.ion-md-arrow-back:before {
  content: "\F27D"; }

.ion-md-arrow-down:before {
  content: "\F27E"; }

.ion-md-arrow-dropdown:before {
  content: "\F280"; }

.ion-md-arrow-dropdown-circle:before {
  content: "\F27F"; }

.ion-md-arrow-dropleft:before {
  content: "\F282"; }

.ion-md-arrow-dropleft-circle:before {
  content: "\F281"; }

.ion-md-arrow-dropright:before {
  content: "\F284"; }

.ion-md-arrow-dropright-circle:before {
  content: "\F283"; }

.ion-md-arrow-dropup:before {
  content: "\F286"; }

.ion-md-arrow-dropup-circle:before {
  content: "\F285"; }

.ion-md-arrow-forward:before {
  content: "\F287"; }

.ion-md-arrow-round-back:before {
  content: "\F288"; }

.ion-md-arrow-round-down:before {
  content: "\F289"; }

.ion-md-arrow-round-forward:before {
  content: "\F28A"; }

.ion-md-arrow-round-up:before {
  content: "\F28B"; }

.ion-md-arrow-up:before {
  content: "\F28C"; }

.ion-md-at:before {
  content: "\F28D"; }

.ion-md-attach:before {
  content: "\F28E"; }

.ion-md-backspace:before {
  content: "\F28F"; }

.ion-md-barcode:before {
  content: "\F290"; }

.ion-md-baseball:before {
  content: "\F291"; }

.ion-md-basket:before {
  content: "\F292"; }

.ion-md-basketball:before {
  content: "\F293"; }

.ion-md-battery-charging:before {
  content: "\F294"; }

.ion-md-battery-dead:before {
  content: "\F295"; }

.ion-md-battery-full:before {
  content: "\F296"; }

.ion-md-beaker:before {
  content: "\F297"; }

.ion-md-bed:before {
  content: "\F160"; }

.ion-md-beer:before {
  content: "\F298"; }

.ion-md-bicycle:before {
  content: "\F299"; }

.ion-md-bluetooth:before {
  content: "\F29A"; }

.ion-md-boat:before {
  content: "\F29B"; }

.ion-md-body:before {
  content: "\F29C"; }

.ion-md-bonfire:before {
  content: "\F29D"; }

.ion-md-book:before {
  content: "\F29E"; }

.ion-md-bookmark:before {
  content: "\F29F"; }

.ion-md-bookmarks:before {
  content: "\F2A0"; }

.ion-md-bowtie:before {
  content: "\F2A1"; }

.ion-md-briefcase:before {
  content: "\F2A2"; }

.ion-md-browsers:before {
  content: "\F2A3"; }

.ion-md-brush:before {
  content: "\F2A4"; }

.ion-md-bug:before {
  content: "\F2A5"; }

.ion-md-build:before {
  content: "\F2A6"; }

.ion-md-bulb:before {
  content: "\F2A7"; }

.ion-md-bus:before {
  content: "\F2A8"; }

.ion-md-business:before {
  content: "\F1A4"; }

.ion-md-cafe:before {
  content: "\F2A9"; }

.ion-md-calculator:before {
  content: "\F2AA"; }

.ion-md-calendar:before {
  content: "\F2AB"; }

.ion-md-call:before {
  content: "\F2AC"; }

.ion-md-camera:before {
  content: "\F2AD"; }

.ion-md-car:before {
  content: "\F2B2"; }

.ion-md-card:before {
  content: "\F2B3"; }

.ion-md-cart:before {
  content: "\F2B4"; }

.ion-md-cash:before {
  content: "\F2B5"; }

.ion-md-cellular:before {
  content: "\F164"; }

.ion-md-chatboxes:before {
  content: "\F2B6"; }

.ion-md-chatbubbles:before {
  content: "\F2B7"; }

.ion-md-checkbox:before {
  content: "\F2B9"; }

.ion-md-checkbox-outline:before {
  content: "\F2B8"; }

.ion-md-checkmark:before {
  content: "\F2BC"; }

.ion-md-checkmark-circle:before {
  content: "\F2BB"; }

.ion-md-checkmark-circle-outline:before {
  content: "\F2BA"; }

.ion-md-clipboard:before {
  content: "\F2BD"; }

.ion-md-clock:before {
  content: "\F2BE"; }

.ion-md-close:before {
  content: "\F2C0"; }

.ion-md-close-circle:before {
  content: "\F2BF"; }

.ion-md-close-circle-outline:before {
  content: "\F166"; }

.ion-md-cloud:before {
  content: "\F2C9"; }

.ion-md-cloud-circle:before {
  content: "\F2C2"; }

.ion-md-cloud-done:before {
  content: "\F2C3"; }

.ion-md-cloud-download:before {
  content: "\F2C6"; }

.ion-md-cloud-outline:before {
  content: "\F2C7"; }

.ion-md-cloud-upload:before {
  content: "\F2C8"; }

.ion-md-cloudy:before {
  content: "\F2CB"; }

.ion-md-cloudy-night:before {
  content: "\F2CA"; }

.ion-md-code:before {
  content: "\F2CE"; }

.ion-md-code-download:before {
  content: "\F2CC"; }

.ion-md-code-working:before {
  content: "\F2CD"; }

.ion-md-cog:before {
  content: "\F2CF"; }

.ion-md-color-fill:before {
  content: "\F2D0"; }

.ion-md-color-filter:before {
  content: "\F2D1"; }

.ion-md-color-palette:before {
  content: "\F2D2"; }

.ion-md-color-wand:before {
  content: "\F2D3"; }

.ion-md-compass:before {
  content: "\F2D4"; }

.ion-md-construct:before {
  content: "\F2D5"; }

.ion-md-contact:before {
  content: "\F2D6"; }

.ion-md-contacts:before {
  content: "\F2D7"; }

.ion-md-contract:before {
  content: "\F2D8"; }

.ion-md-contrast:before {
  content: "\F2D9"; }

.ion-md-copy:before {
  content: "\F2DA"; }

.ion-md-create:before {
  content: "\F2DB"; }

.ion-md-crop:before {
  content: "\F2DC"; }

.ion-md-cube:before {
  content: "\F2DD"; }

.ion-md-cut:before {
  content: "\F2DE"; }

.ion-md-desktop:before {
  content: "\F2DF"; }

.ion-md-disc:before {
  content: "\F2E0"; }

.ion-md-document:before {
  content: "\F2E1"; }

.ion-md-done-all:before {
  content: "\F2E2"; }

.ion-md-download:before {
  content: "\F2E3"; }

.ion-md-easel:before {
  content: "\F2E4"; }

.ion-md-egg:before {
  content: "\F2E5"; }

.ion-md-exit:before {
  content: "\F2E6"; }

.ion-md-expand:before {
  content: "\F2E7"; }

.ion-md-eye:before {
  content: "\F2E9"; }

.ion-md-eye-off:before {
  content: "\F2E8"; }

.ion-md-fastforward:before {
  content: "\F2EA"; }

.ion-md-female:before {
  content: "\F2EB"; }

.ion-md-filing:before {
  content: "\F2EC"; }

.ion-md-film:before {
  content: "\F2ED"; }

.ion-md-finger-print:before {
  content: "\F2EE"; }

.ion-md-fitness:before {
  content: "\F1AC"; }

.ion-md-flag:before {
  content: "\F2EF"; }

.ion-md-flame:before {
  content: "\F2F0"; }

.ion-md-flash:before {
  content: "\F2F1"; }

.ion-md-flash-off:before {
  content: "\F169"; }

.ion-md-flashlight:before {
  content: "\F16B"; }

.ion-md-flask:before {
  content: "\F2F2"; }

.ion-md-flower:before {
  content: "\F2F3"; }

.ion-md-folder:before {
  content: "\F2F5"; }

.ion-md-folder-open:before {
  content: "\F2F4"; }

.ion-md-football:before {
  content: "\F2F6"; }

.ion-md-funnel:before {
  content: "\F2F7"; }

.ion-md-gift:before {
  content: "\F199"; }

.ion-md-git-branch:before {
  content: "\F2FA"; }

.ion-md-git-commit:before {
  content: "\F2FB"; }

.ion-md-git-compare:before {
  content: "\F2FC"; }

.ion-md-git-merge:before {
  content: "\F2FD"; }

.ion-md-git-network:before {
  content: "\F2FE"; }

.ion-md-git-pull-request:before {
  content: "\F2FF"; }

.ion-md-glasses:before {
  content: "\F300"; }

.ion-md-globe:before {
  content: "\F301"; }

.ion-md-grid:before {
  content: "\F302"; }

.ion-md-hammer:before {
  content: "\F303"; }

.ion-md-hand:before {
  content: "\F304"; }

.ion-md-happy:before {
  content: "\F305"; }

.ion-md-headset:before {
  content: "\F306"; }

.ion-md-heart:before {
  content: "\F308"; }

.ion-md-heart-dislike:before {
  content: "\F167"; }

.ion-md-heart-empty:before {
  content: "\F1A1"; }

.ion-md-heart-half:before {
  content: "\F1A2"; }

.ion-md-help:before {
  content: "\F30B"; }

.ion-md-help-buoy:before {
  content: "\F309"; }

.ion-md-help-circle:before {
  content: "\F30A"; }

.ion-md-help-circle-outline:before {
  content: "\F16D"; }

.ion-md-home:before {
  content: "\F30C"; }

.ion-md-hourglass:before {
  content: "\F111"; }

.ion-md-ice-cream:before {
  content: "\F30D"; }

.ion-md-image:before {
  content: "\F30E"; }

.ion-md-images:before {
  content: "\F30F"; }

.ion-md-infinite:before {
  content: "\F310"; }

.ion-md-information:before {
  content: "\F312"; }

.ion-md-information-circle:before {
  content: "\F311"; }

.ion-md-information-circle-outline:before {
  content: "\F16F"; }

.ion-md-jet:before {
  content: "\F315"; }

.ion-md-journal:before {
  content: "\F18D"; }

.ion-md-key:before {
  content: "\F316"; }

.ion-md-keypad:before {
  content: "\F317"; }

.ion-md-laptop:before {
  content: "\F318"; }

.ion-md-leaf:before {
  content: "\F319"; }

.ion-md-link:before {
  content: "\F22E"; }

.ion-md-list:before {
  content: "\F31B"; }

.ion-md-list-box:before {
  content: "\F31A"; }

.ion-md-locate:before {
  content: "\F31C"; }

.ion-md-lock:before {
  content: "\F31D"; }

.ion-md-log-in:before {
  content: "\F31E"; }

.ion-md-log-out:before {
  content: "\F31F"; }

.ion-md-magnet:before {
  content: "\F320"; }

.ion-md-mail:before {
  content: "\F322"; }

.ion-md-mail-open:before {
  content: "\F321"; }

.ion-md-mail-unread:before {
  content: "\F172"; }

.ion-md-male:before {
  content: "\F323"; }

.ion-md-man:before {
  content: "\F324"; }

.ion-md-map:before {
  content: "\F325"; }

.ion-md-medal:before {
  content: "\F326"; }

.ion-md-medical:before {
  content: "\F327"; }

.ion-md-medkit:before {
  content: "\F328"; }

.ion-md-megaphone:before {
  content: "\F329"; }

.ion-md-menu:before {
  content: "\F32A"; }

.ion-md-mic:before {
  content: "\F32C"; }

.ion-md-mic-off:before {
  content: "\F32B"; }

.ion-md-microphone:before {
  content: "\F32D"; }

.ion-md-moon:before {
  content: "\F32E"; }

.ion-md-more:before {
  content: "\F1C9"; }

.ion-md-move:before {
  content: "\F331"; }

.ion-md-musical-note:before {
  content: "\F332"; }

.ion-md-musical-notes:before {
  content: "\F333"; }

.ion-md-navigate:before {
  content: "\F334"; }

.ion-md-notifications:before {
  content: "\F338"; }

.ion-md-notifications-off:before {
  content: "\F336"; }

.ion-md-notifications-outline:before {
  content: "\F337"; }

.ion-md-nuclear:before {
  content: "\F339"; }

.ion-md-nutrition:before {
  content: "\F33A"; }

.ion-md-open:before {
  content: "\F33B"; }

.ion-md-options:before {
  content: "\F33C"; }

.ion-md-outlet:before {
  content: "\F33D"; }

.ion-md-paper:before {
  content: "\F33F"; }

.ion-md-paper-plane:before {
  content: "\F33E"; }

.ion-md-partly-sunny:before {
  content: "\F340"; }

.ion-md-pause:before {
  content: "\F341"; }

.ion-md-paw:before {
  content: "\F342"; }

.ion-md-people:before {
  content: "\F343"; }

.ion-md-person:before {
  content: "\F345"; }

.ion-md-person-add:before {
  content: "\F344"; }

.ion-md-phone-landscape:before {
  content: "\F346"; }

.ion-md-phone-portrait:before {
  content: "\F347"; }

.ion-md-photos:before {
  content: "\F348"; }

.ion-md-pie:before {
  content: "\F349"; }

.ion-md-pin:before {
  content: "\F34A"; }

.ion-md-pint:before {
  content: "\F34B"; }

.ion-md-pizza:before {
  content: "\F354"; }

.ion-md-planet:before {
  content: "\F356"; }

.ion-md-play:before {
  content: "\F357"; }

.ion-md-play-circle:before {
  content: "\F174"; }

.ion-md-podium:before {
  content: "\F358"; }

.ion-md-power:before {
  content: "\F359"; }

.ion-md-pricetag:before {
  content: "\F35A"; }

.ion-md-pricetags:before {
  content: "\F35B"; }

.ion-md-print:before {
  content: "\F35C"; }

.ion-md-pulse:before {
  content: "\F35D"; }

.ion-md-qr-scanner:before {
  content: "\F35E"; }

.ion-md-quote:before {
  content: "\F35F"; }

.ion-md-radio:before {
  content: "\F362"; }

.ion-md-radio-button-off:before {
  content: "\F360"; }

.ion-md-radio-button-on:before {
  content: "\F361"; }

.ion-md-rainy:before {
  content: "\F363"; }

.ion-md-recording:before {
  content: "\F364"; }

.ion-md-redo:before {
  content: "\F365"; }

.ion-md-refresh:before {
  content: "\F366"; }

.ion-md-refresh-circle:before {
  content: "\F228"; }

.ion-md-remove:before {
  content: "\F368"; }

.ion-md-remove-circle:before {
  content: "\F367"; }

.ion-md-remove-circle-outline:before {
  content: "\F176"; }

.ion-md-reorder:before {
  content: "\F369"; }

.ion-md-repeat:before {
  content: "\F36A"; }

.ion-md-resize:before {
  content: "\F36B"; }

.ion-md-restaurant:before {
  content: "\F36C"; }

.ion-md-return-left:before {
  content: "\F36D"; }

.ion-md-return-right:before {
  content: "\F36E"; }

.ion-md-reverse-camera:before {
  content: "\F36F"; }

.ion-md-rewind:before {
  content: "\F370"; }

.ion-md-ribbon:before {
  content: "\F371"; }

.ion-md-rocket:before {
  content: "\F179"; }

.ion-md-rose:before {
  content: "\F372"; }

.ion-md-sad:before {
  content: "\F373"; }

.ion-md-save:before {
  content: "\F1A9"; }

.ion-md-school:before {
  content: "\F374"; }

.ion-md-search:before {
  content: "\F375"; }

.ion-md-send:before {
  content: "\F376"; }

.ion-md-settings:before {
  content: "\F377"; }

.ion-md-share:before {
  content: "\F379"; }

.ion-md-share-alt:before {
  content: "\F378"; }

.ion-md-shirt:before {
  content: "\F37A"; }

.ion-md-shuffle:before {
  content: "\F37B"; }

.ion-md-skip-backward:before {
  content: "\F37C"; }

.ion-md-skip-forward:before {
  content: "\F37D"; }

.ion-md-snow:before {
  content: "\F37E"; }

.ion-md-speedometer:before {
  content: "\F37F"; }

.ion-md-square:before {
  content: "\F381"; }

.ion-md-square-outline:before {
  content: "\F380"; }

.ion-md-star:before {
  content: "\F384"; }

.ion-md-star-half:before {
  content: "\F382"; }

.ion-md-star-outline:before {
  content: "\F383"; }

.ion-md-stats:before {
  content: "\F385"; }

.ion-md-stopwatch:before {
  content: "\F386"; }

.ion-md-subway:before {
  content: "\F387"; }

.ion-md-sunny:before {
  content: "\F388"; }

.ion-md-swap:before {
  content: "\F389"; }

.ion-md-switch:before {
  content: "\F38A"; }

.ion-md-sync:before {
  content: "\F38B"; }

.ion-md-tablet-landscape:before {
  content: "\F38C"; }

.ion-md-tablet-portrait:before {
  content: "\F38D"; }

.ion-md-tennisball:before {
  content: "\F38E"; }

.ion-md-text:before {
  content: "\F38F"; }

.ion-md-thermometer:before {
  content: "\F390"; }

.ion-md-thumbs-down:before {
  content: "\F391"; }

.ion-md-thumbs-up:before {
  content: "\F392"; }

.ion-md-thunderstorm:before {
  content: "\F393"; }

.ion-md-time:before {
  content: "\F394"; }

.ion-md-timer:before {
  content: "\F395"; }

.ion-md-today:before {
  content: "\F17D"; }

.ion-md-train:before {
  content: "\F396"; }

.ion-md-transgender:before {
  content: "\F397"; }

.ion-md-trash:before {
  content: "\F398"; }

.ion-md-trending-down:before {
  content: "\F399"; }

.ion-md-trending-up:before {
  content: "\F39A"; }

.ion-md-trophy:before {
  content: "\F39B"; }

.ion-md-tv:before {
  content: "\F17F"; }

.ion-md-umbrella:before {
  content: "\F39C"; }

.ion-md-undo:before {
  content: "\F39D"; }

.ion-md-unlock:before {
  content: "\F39E"; }

.ion-md-videocam:before {
  content: "\F39F"; }

.ion-md-volume-high:before {
  content: "\F123"; }

.ion-md-volume-low:before {
  content: "\F131"; }

.ion-md-volume-mute:before {
  content: "\F3A1"; }

.ion-md-volume-off:before {
  content: "\F3A2"; }

.ion-md-walk:before {
  content: "\F3A4"; }

.ion-md-wallet:before {
  content: "\F18F"; }

.ion-md-warning:before {
  content: "\F3A5"; }

.ion-md-watch:before {
  content: "\F3A6"; }

.ion-md-water:before {
  content: "\F3A7"; }

.ion-md-wifi:before {
  content: "\F3A8"; }

.ion-md-wine:before {
  content: "\F3A9"; }

.ion-md-woman:before {
  content: "\F3AA"; }

@media print {
  body {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    word-spacing: 1px;
    letter-spacing: 0.2px;
    font: 1em Arial, Helvetica, serif;
    color: #000;
    /* The following overflow rule helps the pages break/display properly
            where other rules instruct them to do so (thanks to a poster on a
            Stack Overflow thread for this tip)
        */
    overflow: visible !important; }
  @page {
    size: A4 landscape; }
  .aside-container {
    display: none !important; }
  .topnavbar-wrapper {
    display: none !important; }
  .content-wrapper {
    width: 100vw !important; }
  .footer-container {
    display: none !important; }
  /* Componenti devextreme da nascondere... */
  .dx-toolbar {
    display: none !important; }
  .dx-button {
    display: none !important; }
  .dx-scheduler {
    font-size: 50% !important;
    width: 100% !important;
    height: 100% !important; }
  /* Componenti devextreme da stilare diversamente in stampa... */ }

/*
@import "angle.app.css";
@import "angle.app.theme.scss";
*/
/*
*/
.align-vertically {
  vertical-align: middle !important; }


/*!
 *
 * Angle - Bootstrap Admin App + jQuery
 *
 * Version: 3.8.9.1
 * Author: @themicon_co
 * Website: http://themicon.co
 * License: https://wrapbootstrap.com/help/licenses
 *
 */
/* ========================================================================
     Component: layout
 ========================================================================== */
 html {
   /* $replace rtl */
   direction: ltr;
   height: 100%;
   -ms-touch-action: manipulation;
   touch-action: manipulation;
   font-size: 16px; }
 
 html,
 body {
   height: 100%; }
 
 .wrapper {
   position: relative;
   width: 100%;
   height: auto;
   min-height: 100%; }
   .wrapper.ng-leave {
     display: none; }
   .wrapper .aside-container {
     position: absolute;
     width: 220px;
     top: 0;
     left: 0;
     bottom: 0;
     z-index: 116;
     backface-visibility: hidden;
     background-color: #fff; }
     .wrapper .aside-container .aside-inner {
       padding-top: 10px;
       height: 100%;
       width: 220px;
       overflow: hidden; }
     .wrapper .aside-container .nav-floating {
       left: inherit;
       margin-left: 220px;
       z-index: 1110;
       min-width: 190px;
       overflow: auto; }
   .wrapper .dropdown-backdrop {
     z-index: 109; }
   .wrapper .section-container {
     position: relative;
     height: 100%;
     margin-left: 0;
     z-index: 111;
     background-color: #f5f7fa;
     /*margin-bottom: 60px !important;*/ }
   .wrapper .footer-container {
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     height: 60px;
     border-top: 1px solid #e4eaec;
     padding: 20px;
     z-index: 109;
     font-size: .875rem; }
     .wrapper .footer-container p {
       margin: 0; }
 
 .modal-open .wrapper {
   z-index: 0; }
 
 .content-wrapper {
   padding: 15px;
   width: 100%;
   border-top: 1px solid rgba(0, 0, 0, 0.15);
   margin-top: -1px;
  height: 100vh; }
   .content-wrapper .unwrap {
     margin: -15px; }
     @media (min-width: 768px) {
       .content-wrapper .unwrap {
         margin: -20px; } }
   .content-wrapper .content-heading {
     display: flex;
     align-items: center;
     font-size: 1.5rem;
     line-height: 1.1;
     color: #929292;
     margin: -15px;
     margin-bottom: 20px;
     padding: 15px;
     font-weight: normal;
     background-color: #F5F7FA;
     border-bottom: 1px solid #cfdbe2; }
     .content-wrapper .content-heading small {
       display: block;
       font-size: 12px;
       color: #909FA7; }
   .content-wrapper .container,
   .content-wrapper .container-fluid {
     padding-left: 0;
     padding-right: 0; }
   @media (min-width: 768px) {
     .content-wrapper {
       padding: 42px 35px; }
       .content-wrapper .content-heading {
         margin: -20px;
         margin-bottom: 20px;
         padding: 20px; }
         .content-wrapper .content-heading button,
         .content-wrapper .content-heading .btn {
           margin: 0; } }
 
 @media (min-width: 768px) {
   body {
     min-height: 100%; }
   .wrapper .section-container,
   .wrapper .footer-container {
     margin-left: 220px; }
   .wrapper .section-container.has-sidebar-right {
     margin-right: 240px; }
     .wrapper .section-container.has-sidebar-right + .offsidebar {
       z-index: 1; } }
 
 @media (max-width: 767.98px) {
   .wrapper .aside-container {
     margin-left: -220px; }
   .aside-toggled .wrapper .section-container,
   .aside-toggled .wrapper .footer-container {
     margin-left: 220px; }
   .aside-toggled .wrapper .aside-container {
     margin-left: 0; }
   .csstransforms3d .wrapper {
     backface-visibility: hidden; }
     .csstransforms3d .wrapper .section-container,
     .csstransforms3d .wrapper .footer-container {
       margin-left: 0;
       transform: translate3d(0, 0, 0);
       transition: transform .3s ease; }
     .csstransforms3d .wrapper .aside-container {
       margin-left: 0;
       transform: translate3d(-220px, 0, 0);
       transition: transform .3s ease; }
   .csstransforms3d .aside-toggled .wrapper .section-container,
   .csstransforms3d .aside-toggled .wrapper .footer-container {
     transform: translate3d(220px, 0, 0); }
   .csstransforms3d .aside-toggled .wrapper .aside-container {
     transform: translate3d(0, 0, 0); } }
 
 @media (max-width: 767.98px) {
   .aside-collapsed .wrapper .aside-container {
     margin-left: -70px; }
   .aside-collapsed.aside-toggled .wrapper .section-container,
   .aside-collapsed.aside-toggled .wrapper .footer-container {
     margin-left: 70px; }
   .aside-collapsed.aside-toggled .wrapper .aside-container {
     margin-left: 0; }
   .csstransforms3d .aside-collapsed .wrapper {
     backface-visibility: hidden; }
     .csstransforms3d .aside-collapsed .wrapper .section-container,
     .csstransforms3d .aside-collapsed .wrapper .footer-container {
       margin-left: 0;
       transform: translate3d(0, 0, 0);
       transition: transform .3s ease; }
     .csstransforms3d .aside-collapsed .wrapper .aside-container {
       margin-left: 0;
       transform: translate3d(-70px, 0, 0);
       transition: transform .3s ease; }
   .csstransforms3d .aside-collapsed.aside-toggled .wrapper .section-container,
   .csstransforms3d .aside-collapsed.aside-toggled .wrapper .footer-container {
     transform: translate3d(70px, 0, 0); }
   .csstransforms3d .aside-collapsed.aside-toggled .wrapper .aside-container {
     transform: translate3d(0, 0, 0); } }
 
 .aside-collapsed {
   overflow-y: auto; }
   .aside-collapsed .wrapper .aside-container,
   .aside-collapsed .wrapper .aside-container .aside-inner {
     width: 70px; }
   .aside-collapsed .wrapper .aside-container .nav-floating {
     margin-left: 70px; }
 
 @media (min-width: 768px) {
   .aside-collapsed .wrapper .section-container,
   .aside-collapsed .wrapper .footer-container {
     margin-left: 70px; } }
 
 @media (max-width: 767.98px) {
   .aside-collapsed-text .wrapper .aside-container {
     margin-left: -90px; }
   .aside-collapsed-text.aside-toggled .wrapper .section-container,
   .aside-collapsed-text.aside-toggled .wrapper .footer-container {
     margin-left: 90px; }
   .aside-collapsed-text.aside-toggled .wrapper .aside-container {
     margin-left: 0; }
   .csstransforms3d .aside-collapsed-text .wrapper {
     backface-visibility: hidden; }
     .csstransforms3d .aside-collapsed-text .wrapper .section-container,
     .csstransforms3d .aside-collapsed-text .wrapper .footer-container {
       margin-left: 0;
       transform: translate3d(0, 0, 0);
       transition: transform .3s ease; }
     .csstransforms3d .aside-collapsed-text .wrapper .aside-container {
       margin-left: 0;
       transform: translate3d(-90px, 0, 0);
       transition: transform .3s ease; }
   .csstransforms3d .aside-collapsed-text.aside-toggled .wrapper .section-container,
   .csstransforms3d .aside-collapsed-text.aside-toggled .wrapper .footer-container {
     transform: translate3d(90px, 0, 0); }
   .csstransforms3d .aside-collapsed-text.aside-toggled .wrapper .aside-container {
     transform: translate3d(0, 0, 0); } }
 
 .aside-collapsed-text {
   overflow-y: auto; }
   .aside-collapsed-text .wrapper .aside-container,
   .aside-collapsed-text .wrapper .aside-container .aside-inner {
     width: 90px; }
   .aside-collapsed-text .wrapper .aside-container .nav-floating {
     margin-left: 90px; }
 
 @media (min-width: 768px) {
   .aside-collapsed-text .wrapper .section-container,
   .aside-collapsed-text .wrapper .footer-container {
     margin-left: 90px; } }
 
 @media (max-width: 1140px) {
   .layout-fixed.aside-toggled, .layout-fixed.offsidebar-open {
     overflow-y: hidden; } }
 
 .layout-fixed .wrapper {
   /* only applied to sidebar */ }
   .layout-fixed .wrapper .topnavbar-wrapper {
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 121; }
   .layout-fixed .wrapper .aside-container,
   .layout-fixed .wrapper .offsidebar {
     position: fixed; }
   .layout-fixed .wrapper .aside-container {
     /* safari fix */
     height: 1px;
     min-height: 100%;
     /* ios blanks space fix */ }
     .layout-fixed .wrapper .aside-container .aside-inner {
       position: fixed;
       top: 0;
       bottom: 0; }
   .layout-fixed .wrapper .section-container {
     margin-top: 55px; }
 
 /* IE10+ hack: safari fix breaks ie so we need to target ie only to restore */
 _:-ms-lang(x),
 .layout-fixed .wrapper .aside-container .aside-inner {
   position: static !important; }
 
 @media (min-width: 992px) {
   .layout-boxed {
     overflow: auto !important; }
     .layout-boxed .wrapper {
       margin: 0 auto;
       overflow: hidden;
       box-shadow: 0 0 13px rgba(0, 0, 0, 0.25); }
       .layout-boxed .wrapper .offsidebar {
         position: absolute !important; }
       .layout-boxed .wrapper .aside-container {
         left: inherit; }
       .layout-boxed .wrapper,
       .layout-boxed .wrapper .topnavbar-wrapper {
         width: 970px; }
     .layout-boxed.layout-fixed .wrapper .aside-container .aside-inner {
       left: inherit; } }
 
 @media (min-width: 1200px) {
   .layout-boxed .wrapper,
   .layout-boxed .wrapper .topnavbar-wrapper {
     width: 1140px; } }
 
 /* ========================================================================
    Component: layout-extra
  ========================================================================== */
 .hidden-footer .wrapper .footer-container {
   display: none; }
 
 .hidden-footer .wrapper .section-container {
   margin-bottom: 0 !important; }
 
 .layout-fs .wrapper .section-container {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   /*bottom: 60px;*/
   top: 55px;
   height: auto;
   margin-top: 0 !important;
   margin-bottom: 0 !important;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
   overflow: hidden; }
   .layout-fs .wrapper .section-container .content-wrapper {
     width: 100%;
     height: 100%;
     padding: 0; }
     .layout-fs .wrapper .section-container .content-wrapper > * {
       width: 100%;
       height: 100%; }
 
 .layout-fs.hidden-footer .wrapper .section-container {
   bottom: 0; }
 
 .layout-h .wrapper .section-container {
   max-width: 1140px;
   margin-left: auto;
   margin-right: auto; }
   .layout-h .wrapper .section-container .content-wrapper .content-heading {
     display: none; }
 
 .layout-h .wrapper .section-container {
   margin-top: 0; }
 
 .layout-h .wrapper .offsidebar {
   margin-top: 55px; }
 
 .layout-h .wrapper .footer-container {
   margin: 0; }
 
 .layout-h.layout-fixed .wrapper .section-container,
 .layout-h.layout-fixed .wrapper .offsidebar {
   margin-top: 55px; }
 
 .aside-float .wrapper {
   box-shadow: 0 0 0 #000; }
   .aside-float .wrapper .footer-container {
     border: 0; }
   .aside-float .wrapper .aside-container {
     padding: 15px 0;
     background: transparent; }
     .aside-float .wrapper .aside-container .aside-inner {
       height: 100%;
       top: 15px;
       bottom: 15px;
       left: inherit; }
     .aside-float .wrapper .aside-container .sidebar {
       border: 1px solid #e4eaec; }
     .aside-float .wrapper .aside-container .sidebar:after {
       display: none; }
   @media (min-width: 768px) {
     .aside-float .wrapper .section-container {
       padding-left: 15px; }
     .aside-float .wrapper .footer-container {
       left: 15px; } }
   .aside-float .wrapper .content-wrapper {
     border: 0; }
     .aside-float .wrapper .content-wrapper .content-heading {
       padding-top: 30px;
       border: 0;
       background-color: transparent; }
     .aside-float .wrapper .content-wrapper .unwrap {
       margin: 0 !important; }
 
 .aside-float.aside-toggled .wrapper .aside-container {
   transition: delay(0.05s); }
   .aside-float.aside-toggled .wrapper .aside-container .aside-inner {
     margin-left: 15px; }
 
 .aside-float.aside-toggled .wrapper .section-container {
   padding-left: 15px; }
 
 .aside-float.aside-toggled .wrapper .footer-container {
   left: 15px; }
 
 @media (min-width: 768px) {
   .aside-float.aside-collapsed .topnavbar .navbar-header {
     width: 100px; }
   .aside-float.aside-collapsed-text .topnavbar .navbar-header {
     width: 120px; }
   .aside-float.layout-fs .wrapper .section-container .content-wrapper {
     padding: 0 0 0 20px; }
   .aside-float .wrapper .aside-container .aside-inner {
     margin-left: 15px; } }
 
 @media (min-width: 992px) {
   .aside-float.layout-boxed .wrapper .aside-container .aside-inner {
     margin-left: 0; }
   .aside-float.layout-boxed .wrapper .section-container {
     padding-left: 0; } }
 
 .aside-float.aside-toggled.layout-fs .wrapper .section-container .content-wrapper {
   padding: 0 0 0 20px; }
 
 /* ========================================================================
    Component: layout-animation.less
  ========================================================================== */
 .wrapper .aside-container {
   transition: width .2s cubic-bezier(0.35, 0, 0.25, 1), translate .2s cubic-bezier(0.35, 0, 0.25, 1); }
   @media screen and (prefers-reduced-motion: reduce) {
     .wrapper .aside-container {
       transition: none; } }
 
 .aside-inner,
 .navbar-header,
 .sidebar > .sidebar-nav > li {
   transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1); }
 
 .wrapper .section-container {
   transition: margin-left 0.2s cubic-bezier(0.35, 0, 0.25, 1); }
 
 .sidebar > .sidebar-nav .badge {
   animation: fadeInRight 1s;
   animation-fill-mode: both; }
 
 .aside-collapsed .sidebar > .sidebar-nav .badge,
 .aside-collapsed-text .sidebar > .sidebar-nav .badge {
   animation: fadeIn 1s; }
 
 .sidebar .sidebar-nav > li > a {
   animation: fadeInLeft .5s; }
 
 .sidebar > .sidebar-nav > .nav-heading,
 .sidebar > .sidebar-nav > li > a > span,
 .navbar-brand .brand-logo {
   animation: fadeIn 1s; }
 
 .sidebar li > a,
 .sidebar li > .nav-item,
 .sidebar > .sidebar-nav > .nav-heading {
   white-space: nowrap; }
 
 .aside-collapsed .user-block-picture,
 .aside-collapsed-text .user-block-picture {
   transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1); }
 
 .aside-collapsed .user-block,
 .aside-collapsed-text .user-block {
   transition: padding 0.2s cubic-bezier(0.35, 0, 0.25, 1); }
 
 /* ========================================================================
      Component: top-navbar
  ========================================================================== */
 .topnavbar {
   -webkit-backface-visibility: hidden;
   /* fixes chrome jump */
   margin-bottom: 0;
   border-radius: 0;
   z-index: 1050;
   border: 0;
   padding: 0;
   min-height: 55px;
   background-color: #23b7e5;
   background-image: linear-gradient(to right, #23b7e5 0%, #51c6ea 100%);
   background-repeat: repeat-x; }
   @media (min-width: 768px) {
     .topnavbar .navbar-header {
       width: 220px;
       text-align: center; }
       .topnavbar .navbar-header .navbar-brand {
         width: 100%; } }
 
 .topnavbar {
   position: relative; }
   .topnavbar .navbar-header {
     background-color: transparent; }
     @media (min-width: 768px) {
       .topnavbar .navbar-header {
         background-image: none; } }
   .topnavbar .navbar-header {
     position: relative;
     z-index: 11;
     padding-left: 2rem; }
     @media (min-width: 768px) {
       .topnavbar .navbar-header {
         padding-left: 0; } }
     .topnavbar .navbar-header .navbar-brand {
       padding: 0; }
     .topnavbar .navbar-header .brand-logo > img,
     .topnavbar .navbar-header .brand-logo-collapsed > img {
       margin: 0 auto; }
     .topnavbar .navbar-header .brand-logo {
       display: block;
       padding: 10px 15px; }
     .topnavbar .navbar-header .brand-logo-collapsed {
       display: none;
       padding: 6px 15px; }
   .topnavbar .dropdown {
     position: static; }
     .topnavbar .dropdown .dropdown-menu {
       position: absolute;
       margin-top: 0;
       top: auto;
       left: 0;
       right: 0; }
   @media (min-width: 992px) {
     .topnavbar .dropdown {
       position: relative; }
       .topnavbar .dropdown .dropdown-menu {
         top: 54px;
         left: 0;
         right: auto; }
       .topnavbar .dropdown .dropdown-menu-right {
         right: 0;
         left: auto; } }
   .topnavbar .navbar-nav > .nav-item > .navbar-text {
     color: #fff; }
   .topnavbar .navbar-nav > .nav-item > .nav-link {
     padding: 1.1rem .95rem;
     font-size: .85rem; }
   .topnavbar .navbar-nav > .nav-item > .nav-link,
   .topnavbar .navbar-nav > .nav-item.show > .nav-link {
     color: #fff; }
     .topnavbar .navbar-nav > .nav-item > .nav-link:hover, .topnavbar .navbar-nav > .nav-item > .nav-link:focus,
     .topnavbar .navbar-nav > .nav-item.show > .nav-link:hover,
     .topnavbar .navbar-nav > .nav-item.show > .nav-link:focus {
       color: #117391; }
   .topnavbar .navbar-nav > .nav-item.active > .nav-link, .topnavbar .navbar-nav > .nav-item.active > .nav-link:hover, .topnavbar .navbar-nav > .nav-item.active > .nav-link:focus,
   .topnavbar .navbar-nav > .nav-item.show > .nav-link,
   .topnavbar .navbar-nav > .nav-item.show > .nav-link:hover,
   .topnavbar .navbar-nav > .nav-item.show > .nav-link:focus {
     background-color: transparent; }
   .topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
     position: absolute;
     top: 0;
     right: 0;
     z-index: 20;
     font-size: 16px;
     line-height: 55px;
     color: #fff;
     padding-top: 0;
     padding-bottom: 0;
     transition: color 0.3s ease; }
     @media screen and (prefers-reduced-motion: reduce) {
       .topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
         transition: none; } }
     @media (min-width: 768px) {
       .topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
         color: #fff; } }
   @media (max-width: 767.98px) {
     .topnavbar .navbar-text {
       margin: 10px; } }
 
 .layout-h .topnavbar .navbar-header {
   display: flex;
   width: 100%;
   padding: 0;
   text-align: left; }
   @media (min-width: 992px) {
     .layout-h .topnavbar .navbar-header {
       width: auto; } }
 
 .layout-h .topnavbar .navbar-toggler {
   border: 0;
   margin-left: auto; }
   .layout-h .topnavbar .navbar-toggler .navbar-toggler-icon {
     background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }
 
 @media (max-width: 991.98px) {
   .layout-h .topnavbar .dropdown-menu {
     left: 0 !important;
     right: 0 !important; } }
 
 @media (max-width: 767.98px) {
   .sidebar-toggle {
     position: absolute !important;
     top: 2px;
     left: 0;
     z-index: 3001; }
     .sidebar-toggle > em {
       color: white; } }
 
 .topnavbar .navbar-form {
   position: absolute;
   top: -100%;
   left: 0;
   right: 0;
   margin: 0;
   padding: 0;
   height: 55px;
   z-index: 9001;
   transition: all .3s;
   border: 0;
   border-bottom: 1px solid #e1e2e3; }
   .topnavbar .navbar-form .form-group {
     height: 100%;
     width: 100%; }
   .topnavbar .navbar-form .form-control {
     height: 100%;
     border: 0;
     border-radius: 0;
     width: 100%; }
   .topnavbar .navbar-form.open {
     top: 0; }
   .topnavbar .navbar-form .navbar-form-close {
     position: absolute;
     height: 30px;
     cursor: pointer;
     top: 50%;
     right: 0;
     margin-top: -15px;
     line-height: 30px;
     margin-right: 10px;
     color: #c1c2c3;
     font-size: 1.5em;
     pointer-events: auto; }
 
 @media (min-width: 768px) {
   .topnavbar .navbar-form {
     left: 220px; } }
 
 @media (min-width: 768px) {
   .topnavbar .navbar-header {
     background-image: none;
     background-repeat: no-repeat;
     filter: none; }
   .topnavbar .navbar-nav > a {
     box-shadow: 0 0 0 #000 inset;
     transition: all 0.2s; } }
   @media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
     .topnavbar .navbar-nav > a {
       transition: none; } }
 
 @media (min-width: 768px) {
   .topnavbar .navbar-nav > .nav-item.show > .nav-link, .topnavbar .navbar-nav > .nav-item.show > .nav-link:hover, .topnavbar .navbar-nav > .nav-item.show > .nav-link:focus {
     box-shadow: 0 -3px 0 #19a5d1 inset;
     transition: all 0.2s; } }
   @media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
     .topnavbar .navbar-nav > .nav-item.show > .nav-link, .topnavbar .navbar-nav > .nav-item.show > .nav-link:hover, .topnavbar .navbar-nav > .nav-item.show > .nav-link:focus {
       transition: none; } }
 
 @media (min-width: 768px) {
   .topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
     position: static; } }
 
 @media (min-width: 768px) {
   .aside-collapsed .topnavbar .navbar-header .brand-logo {
     display: none; }
   .aside-collapsed .topnavbar .navbar-header .brand-logo-collapsed {
     display: block; }
   .aside-collapsed .topnavbar .navbar-header {
     width: 70px; }
   .aside-collapsed .topnavbar .navbar-form {
     left: 70px; } }
 
 @media (min-width: 768px) {
   .aside-collapsed-text .topnavbar .navbar-header .brand-logo {
     display: none; }
   .aside-collapsed-text .topnavbar .navbar-header .brand-logo-collapsed {
     display: block; }
   .aside-collapsed-text .topnavbar .navbar-header {
     width: 90px; }
   .aside-collapsed-text .topnavbar .navbar-form {
     left: 90px; } }
 
 /* ========================================================================
      Component: sidebar
  ========================================================================== */
 .sidebar {
   height: 100%;
   padding-bottom: 20px;
   background-color: #fff;
   overflow-x: hidden;
   -webkit-overflow-scrolling: touch; }
   .sidebar:after {
     content: "";
     background: rgba(0, 0, 0, 0.15);
     position: absolute;
     display: block;
     top: 0;
     bottom: 0;
     right: 0;
     width: 1px;
     -webkit-transform: translateZ(0px); }
   .sidebar .nav-heading {
     padding: 12px 15px;
     color: #919DA8;
     font-size: 1rem;
     letter-spacing: .035em;
     pointer-events: none;
     cursor: default; }
 
 .sidebar-nav {
   position: relative;
   font-size: 14px;
   margin-bottom: 0;
   padding-left: 0;
   list-style: none; }
   .sidebar-nav > .nav-heading:first-child {
    padding-top: 13px;
    margin: 20px 0; }
   .sidebar-nav > li {
     display: block;
     border-left: 3px solid transparent;
     transition: border-left-color 0.4s ease; }
     @media screen and (prefers-reduced-motion: reduce) {
       .sidebar-nav > li {
         transition: none; } }
     .sidebar-nav > li > a,
     .sidebar-nav > li > .nav-item {
       position: relative;
       display: block;
       padding: 12px 24px;
       color: #515253;
       letter-spacing: .025em;
       font-weight: normal;
       cursor: pointer; }
       .sidebar-nav > li > a:focus, .sidebar-nav > li > a:hover,
       .sidebar-nav > li > .nav-item:focus,
       .sidebar-nav > li > .nav-item:hover {
         text-decoration: none;
         outline: none;
         color: #23b7e5; }
       .sidebar-nav > li > a > em,
       .sidebar-nav > li > .nav-item > em {
         width: 1.8em;
         display: inline-block;
         font-style: normal;
         font-weight: normal;
         line-height: 1;
         -webkit-font-smoothing: antialiased;
         color: inherits; }
     .sidebar-nav > li.active,
     .sidebar-nav > li.active > a,
     .sidebar-nav > li.active > .nav-item,
     .sidebar-nav > li.active .sidebar-nav, .sidebar-nav > li.open,
     .sidebar-nav > li.open > a,
     .sidebar-nav > li.open > .nav-item,
     .sidebar-nav > li.open .sidebar-nav {
       background-color: #fcfcfc;
       color: #23b7e5; }
     .sidebar-nav > li.active > .nav-item > em,
     .sidebar-nav > li.active > a > em, .sidebar-nav > li.open > .nav-item > em,
     .sidebar-nav > li.open > a > em {
       color: #23b7e5; }
     .sidebar-nav > li.active {
       border-left-color: #23b7e5; }
   .sidebar-nav .badge {
     display: block; }
 
 @media only screen and (min-width: 1025px) {
   .sidebar:not(.show-scrollbar) {
     margin-right: -17px;
     overflow-y: scroll; } }
 
 .sidebar-subnav {
   background-color: #fff; }
   .sidebar-subnav > .sidebar-subnav-header {
     color: #515253;
     display: none;
     padding: 10px 20px;
     font-weight: bold; }
   .sidebar-subnav > li {
     border-left: 0 !important; }
     .sidebar-subnav > li > a,
     .sidebar-subnav > li > .nav-item {
       display: block;
       position: relative;
       padding: 10px 20px;
       padding-left: 53px;
       font-weight: normal;
       background-color: transparent !important;
       color: #515253; }
       .sidebar-subnav > li > a:focus, .sidebar-subnav > li > a:hover,
       .sidebar-subnav > li > .nav-item:focus,
       .sidebar-subnav > li > .nav-item:hover {
         color: #23b7e5; }
       .sidebar-subnav > li > a > em,
       .sidebar-subnav > li > .nav-item > em {
         display: inline-block;
         width: 1.8em;
         margin: 0 0 0 -2em; }
     .sidebar-subnav > li.active > a,
     .sidebar-subnav > li.active > .nav-item {
       color: #23b7e5; }
       .sidebar-subnav > li.active > a:after,
       .sidebar-subnav > li.active > .nav-item:after {
         border-color: #23b7e5;
         background-color: #23b7e5; }
     .sidebar-subnav > li .sidebar-nav > li {
       padding-left: 5px; }
   .sidebar-subnav.nav-floating {
     border: 1px solid rgba(0, 0, 0, 0.15);
     margin-left: -1px; }
     .sidebar-subnav.nav-floating,
     .sidebar-subnav.nav-floating .collapse {
       height: auto !important;
       display: block !important;
       visibility: visible !important; }
     .sidebar-subnav.nav-floating > .sidebar-subnav-header {
       display: block; }
     .sidebar-subnav.nav-floating li > a,
     .sidebar-subnav.nav-floating li > .nav-item {
       padding-left: 20px; }
       .sidebar-subnav.nav-floating li > a em,
       .sidebar-subnav.nav-floating li > .nav-item em {
         margin-left: 0; }
 
 @media (min-width: 768px) {
   .sidebar > .sidebar-nav .badge {
     margin: 2px 0 0 0; } }
 
 .aside-collapsed .sidebar,
 .aside-collapsed-text .sidebar {
   overflow-x: hidden; }
   .aside-collapsed .sidebar > .sidebar-nav .sidebar-nav,
   .aside-collapsed .sidebar > .sidebar-nav > .nav-heading,
   .aside-collapsed .sidebar > .sidebar-nav > li > .nav-item > span,
   .aside-collapsed .sidebar > .sidebar-nav > li > a > span,
   .aside-collapsed-text .sidebar > .sidebar-nav .sidebar-nav,
   .aside-collapsed-text .sidebar > .sidebar-nav > .nav-heading,
   .aside-collapsed-text .sidebar > .sidebar-nav > li > .nav-item > span,
   .aside-collapsed-text .sidebar > .sidebar-nav > li > a > span {
     display: none !important; }
   .aside-collapsed .sidebar > .sidebar-nav > li,
   .aside-collapsed-text .sidebar > .sidebar-nav > li {
     width: 69px; }
     .aside-collapsed .sidebar > .sidebar-nav > li > a,
     .aside-collapsed .sidebar > .sidebar-nav > li > .nav-item,
     .aside-collapsed-text .sidebar > .sidebar-nav > li > a,
     .aside-collapsed-text .sidebar > .sidebar-nav > li > .nav-item {
       text-indent: -3px;
       padding: 20px 0;
       text-align: center; }
       .aside-collapsed .sidebar > .sidebar-nav > li > a > em,
       .aside-collapsed .sidebar > .sidebar-nav > li > .nav-item > em,
       .aside-collapsed-text .sidebar > .sidebar-nav > li > a > em,
       .aside-collapsed-text .sidebar > .sidebar-nav > li > .nav-item > em {
         font-size: 1.6em;
         width: auto; }
       .aside-collapsed .sidebar > .sidebar-nav > li > a:focus,
       .aside-collapsed .sidebar > .sidebar-nav > li > .nav-item:focus,
       .aside-collapsed-text .sidebar > .sidebar-nav > li > a:focus,
       .aside-collapsed-text .sidebar > .sidebar-nav > li > .nav-item:focus {
         background-color: transparent; }
         .aside-collapsed .sidebar > .sidebar-nav > li > a:focus > em,
         .aside-collapsed .sidebar > .sidebar-nav > li > .nav-item:focus > em,
         .aside-collapsed-text .sidebar > .sidebar-nav > li > a:focus > em,
         .aside-collapsed-text .sidebar > .sidebar-nav > li > .nav-item:focus > em {
           color: inherit; }
   .aside-collapsed .sidebar .sidebar-nav .badge,
   .aside-collapsed-text .sidebar .sidebar-nav .badge {
     position: absolute;
     top: 10px;
     right: 5px;
     text-indent: 0; }
 
 .aside-collapsed-text .sidebar > .sidebar-nav > li > .nav-item > span,
 .aside-collapsed-text .sidebar > .sidebar-nav > li > a > span {
   display: block !important;
   font-size: 12px; }
 
 .aside-collapsed-text .sidebar > .sidebar-nav > li {
   width: 88px; }
   .aside-collapsed-text .sidebar > .sidebar-nav > li > a {
     padding: 14px 0; }
     .aside-collapsed-text .sidebar > .sidebar-nav > li > a > em {
       font-size: 1.4em; }
 
 /* ========================================================================
      Component: offsidebar
  ========================================================================== */
 .offsidebar {
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   width: 235px;
   margin-top: 55px;
   border-left: 1px solid #cccccc;
   background-color: #fff;
   color: #656565;
   overflow: auto;
   -webkit-overflow-scrolling: touch;
   z-index: -1; }
   .offsidebar > .list-group {
     min-height: 100%;
     overflow: hidden;
     -webkit-transform: translateZ(0px); }
   .offsidebar .progress {
     border: 0; }
   .offsidebar .tab-content {
     padding: 0;
     border: 0; }
   .offsidebar .nav-tabs {
     border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
     .offsidebar .nav-tabs > .nav-item > .nav-link {
       background-color: transparent;
       border: 0;
       border-right: 1px solid rgba(0, 0, 0, 0.05);
       border-radius: 0;
       color: #909FA7; }
       .offsidebar .nav-tabs > .nav-item > .nav-link.active {
         color: #5d9cec; }
   @media (min-width: 768px) {
     .offsidebar {
       margin-top: 55px; } }
 
 .offsidebar-open .offsidebar {
   overflow-y: auto;
   z-index: 116; }
 
 @media (min-width: 768px) {
   .offsidebar-open {
     overflow-y: auto; } }
 
 .offsidebar {
   right: -235px; }
 
 .no-csstransforms3d .offsidebar-open .offsidebar {
   right: 0; }
 
 /* Transformation ready devices*/
 .csstransforms3d .offsidebar {
   right: 0;
   transform: translate3d(235px, 0, 0);
   transition: transform .3s ease, z-index 0s linear .3s; }
 
 .csstransforms3d .offsidebar-open .offsidebar {
   transform: translate3d(0, 0, 0);
   transition: transform .3s ease; }
 
 /* ========================================================================
      Component: user-block
  ========================================================================== */
 .has-user-block {
   display: block;
   overflow: hidden;
   border: 0 !important; }
 
 .user-block {
   position: relative;
   padding: 25px 0 10px;
   cursor: pointer; }
   .user-block::after {
     display: block;
     clear: both;
     content: ""; }
   .user-block > .user-block-picture {
     position: relative;
     width: 60px;
     margin: 0 auto; }
     .user-block > .user-block-picture > img {
       max-width: 100%;
       height: auto; }
   .user-block .user-block-info {
     padding-top: 15px;
     text-align: center;
     white-space: nowrap; }
     .user-block .user-block-info .user-block-name, .user-block .user-block-info .user-block-role {
       display: block; }
     .user-block .user-block-info .user-block-name {
       color: #7D848F; }
     .user-block .user-block-info .user-block-role {
       font-size: 12px;
       color: #aaa; }
 
 .user-block-status {
   position: relative; }
   .user-block-status > .circle {
     position: absolute;
     bottom: 0;
     right: 0;
     border: 2px solid #fff; }
 
 .aside-collapsed .user-block, .aside-collapsed-text .user-block {
   padding: 15px 0 14px;
   margin: 0;
   text-align: center; }
   .aside-collapsed .user-block > .user-block-picture, .aside-collapsed-text .user-block > .user-block-picture {
     float: none;
     margin: 0  auto;
     width: 50px; }
     .aside-collapsed .user-block > .user-block-picture > .user-block-status, .aside-collapsed-text .user-block > .user-block-picture > .user-block-status {
       display: block; }
   .aside-collapsed .user-block .user-block-info, .aside-collapsed-text .user-block .user-block-info {
     display: none; }
 
 .setting-color {
   padding: 0 5px; }
   .setting-color > label {
     display: block;
     position: relative;
     margin: 0 10px;
     border-radius: 3px;
     overflow: hidden;
     border: 1px solid rgba(0, 0, 0, 0.1);
     cursor: pointer; }
     .setting-color > label:first-child {
       margin-left: 0; }
     .setting-color > label:last-child {
       margin-right: 0; }
     .setting-color > label > .color {
       display: block;
       height: 18px; }
     .setting-color > label > .split {
       display: block; }
       .setting-color > label > .split::after {
         display: block;
         clear: both;
         content: ""; }
       .setting-color > label > .split > .color {
         display: block;
         height: 37.5px; }
         .setting-color > label > .split > .color:first-child {
           float: left;
           width: 70%; }
         .setting-color > label > .split > .color:last-child {
           float: right;
           width: 30%; }
     .setting-color > label > .icon-check {
       position: absolute;
       display: block;
       left: 50%;
       top: 50%;
       width: 20px;
       height: 20px;
       margin-top: -20px;
       margin-left: -10px;
       text-align: center;
       font-size: 1.33333333em;
       vertical-align: -15%;
       color: #fff;
       opacity: 0; }
     .setting-color > label > input[type="radio"] {
       position: absolute;
       opacity: 0;
       visibility: hidden; }
       .setting-color > label > input[type="radio"]:checked + .icon-check {
         opacity: 1 !important; }
 
 /* ========================================================================
      Component: typo
  ========================================================================== */
 body {
   font-family: "Source Sans Pro", sans-serif;
   color: #656565;
   font-size: 0.875rem; }
 
 h1, h2, h3, h4 {
   font-weight: bold; }
 
 h1, h2, h3, h4, h5, h6,
 .h1, .h2, .h3, .h4, .h5, .h6 {
   margin-bottom: 0.65625rem; }
 
 h1, .h1 {
   font-size: 2.25rem; }
 
 h2, .h2 {
   font-size: 1.875rem; }
 
 h3, .h3 {
   font-size: 1.5rem; }
 
 h4, .h4 {
   font-size: 1.125rem; }
 
 h5, .h5 {
   font-size: .875rem; }
 
 h6, .h6 {
   font-size: 1rem; }
 
 p {
   margin-bottom: .65rem; }
 
 /* ========================================================================
      Component: bootstrap-reset
  ========================================================================== */
 *:focus {
   outline: 0 !important; }
 
 a {
   outline: none !important; }
   a.text-muted:hover, a.text-muted:focus {
     color: #748690; }
 
 hr {
   border-top: 1px solid #e4eaec; }
 
 [data-now] {
   display: inline-block; }
 /*
 .badge {
   padding: 0.1875rem 0.4375rem;
   font-size: 0.75rem;
   border-radius: 0.625rem; }
  */
   .badge.badge-warning {
     color: #fff !important; }
   .badge.badge-secondary {
     background-color: #3a3f51;
     color: #fff; }
 
 .list-group {
   line-height: 1.3; }
   .list-group .list-group-item {
     padding: 10px;
     color: #555; }
     .list-group .list-group-item.active {
       color: #fff; }
       .list-group .list-group-item.active .badge {
         background-color: #fff;
         color: #5d9cec; }
     .card > .list-group .list-group-item {
       border: 0; }
 
 .list-group + .card-footer {
   border-top: 0; }
 
 .page-header {
   padding-bottom: 0.59375rem;
   margin: 2.625rem 0 1.3125rem;
   border-bottom: 1px solid #e4eaec; }
 
 .card {
   border-color: transparent;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
   .card .card-header {
     border-bottom: 0;
     padding: 0.625rem 0.9375rem;
     background-color: transparent; }
     .card .card-header .card-title {
       margin-bottom: 0;
       font-size: 1rem; }
     .card .card-header a {
       text-decoration: none !important; }
   .card .card-body {
     padding: 0.9375rem; }
   .card .card-footer {
     padding: 0.625rem 0.9375rem; }
 
 .card-default {
   border-top-width: 3px;
   border-color: #cfdbe2; }
   .card-default .card-header {
     background-color: #fff; }
 
 .well {
   border: 1px solid #dde6e9; }
 
 .jumbotron {
   border: 1px solid #dde6e9;
   background-color: #fff; }
   @media (min-width: 768px) {
     .jumbotron {
       padding: 2rem 1rem; } }
 
 .nav-tabs > .nav-item > .nav-link {
   font-weight: bold;
   color: #656565;
   background-color: #edf1f2;
   margin: 0;
   border: 1px solid #dde6e9;
   border-radius: 0;
   padding: 10px 20px; }
   .nav-tabs > .nav-item > .nav-link.active {
     background-color: #fff; }
     .nav-tabs > .nav-item > .nav-link.active, .nav-tabs > .nav-item > .nav-link.active:hover, .nav-tabs > .nav-item > .nav-link.active:focus {
       color: inherit;
       border-bottom-color: #fff; }
 
 .tab-content {
   padding: 10px 20px;
   border-style: solid;
   border-width: 0 1px 1px 1px;
   border-color: #dde6e9; }
   .nav-pills + .tab-content {
     border: 0;
     padding: 0; }
   .p-0 .tab-content {
     padding: 0 !important; }
 
 .btn {
   border-radius: 3px;
   font-size: 13px;
   -webkit-appearance: none;
   outline: none !important;
   transition: all 0.1s; }
   @media screen and (prefers-reduced-motion: reduce) {
     .btn {
       transition: none; } }
   .btn.btn-link {
     box-shadow: none;
     border: 0; }
   .input-group .btn {
     font-size: 14px;
     border-color: #dde6e9; }
   .input-group .form-control-sm + .input-group-btn .btn {
     font-size: 0.8125rem;
     padding: 0.3125rem 0.625rem;
     margin-left: -1px;
     border-top-left-radius: 0;
     border-bottom-left-radius: 0; }
 
 .btn.btn-warning {
   color: #fff; }
 
 .btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus, .btn.btn-outline-warning:active {
   color: #fff; }
 
 .btn-secondary {
   background-color: #fff;
   border-color: #eaeaea;
   color: #333; }
   .btn-secondary:hover {
     background-color: #f5f5f5; }
   .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
   .show > .btn-secondary.dropdown-toggle {
     background-color: #f5f5f5;
     box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
 
 .btn-outline-secondary {
   border-color: #eaeaea !important;
   color: #333; }
   .btn-outline-secondary:hover {
     color: #333;
     background-color: #f5f5f5 !important; }
   .btn-outline-secondary:focus {
     box-shadow: 0 0 0 0.2rem rgba(234, 234, 234, 0.5); }
 
 span.btn {
   -webkit-appearance: none !important; }
 
 .form-control {
   box-shadow: 0 0 0 #000 !important;
   font-size: 0.875rem; }
   .form-control:focus {
     border-color: #66afe9; }
 
 .form-control-sm,
 select.form-control-sm {
   font-size: .75rem;
   height: 31px; }
 
 .custom-select {
   -webkit-appearance: none; }
 
 .custom-control-label::before {
   top: 0.19rem;
   border: 1px solid #dde6e9; }
 
 fieldset {
   padding-bottom: 20px;
   border-bottom: 1px dashed #eee;
   margin-bottom: 20px; }
   fieldset.last-child, fieldset:last-child {
     border-bottom: 0; }
   fieldset .form-group {
     margin-bottom: 0; }
 
 .input-group-text {
   font-size: .875rem; }
 
 @media (max-width: 767.98px) {
   input[type="text"],
   input[type="email"],
   input[type="search"],
   input[type="password"] {
     -webkit-appearance: none; } }
 
 .table-responsive {
   overflow-y: hidden; }
 
 .table > thead > tr > th {
   border-bottom-width: 0; }
 
 .table > tbody + tbody {
   border-bottom-width: 1px; }
 
 .table .form-control {
   max-width: 100%; }
 
 .table-bordered > thead > tr > th,
 .table-bordered > thead > tr > td {
   border-bottom-width: 1px; }
 
 .progress {
   border-radius: 0.2rem;
   border: 1px solid #e9ecef;
   background-color: #fff; }
 
 .popover {
   box-shadow: 0 0 0 #000;
   border-color: #eee;
   border-bottom: 2px solid #e4eaec;
   border-radius: 0.2rem; }
   .popover .popover-title {
     border: 0; }
 
 .nav.nav-pills .active > a {
   background-color: #5d9cec; }
 
 .dropdown-menu {
   border-radius: 0.2rem;
   font-size: 14px;
   padding: 0.3125rem 0;
   box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
   border-color: #e1e1e1; }
   .dropdown-menu .dropdown-item {
     line-height: 1.52857143;
     padding: 0.1875rem 1.25rem; }
 
 .dropdown-header {
   color: #a1a2a3; }
 
 .navbar-top .navbar-nav > .active > a {
   color: #999; }
   .navbar-top .navbar-nav > .active > a:hover, .navbar-top .navbar-nav > .active > a:focus {
     color: #d1d2d3; }
 
 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
   color: #666; }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     color: #222; }
 
 .carousel .carousel-indicators {
   bottom: 0; }
 
 .carousel .carousel-control.left, .carousel .carousel-control.right {
   background-image: none; }
 
 .carousel .carousel-control em {
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 5;
   display: inline-block;
   width: 20px;
   height: 20px;
   margin-top: -10px;
   margin-left: -10px; }
 
 .alert-primary {
   color: #fff;
   background-color: #5d9cec;
   border-color: #5d9cec; }
   .alert-primary hr {
     border-top-color: #468ee9; }
   .alert-primary .alert-link {
     color: #e6e6e6; }
 
 .alert-secondary {
   color: #fff;
   background-color: #fff;
   border-color: #fff; }
   .alert-secondary hr {
     border-top-color: #f2f2f2; }
   .alert-secondary .alert-link {
     color: #e6e6e6; }
 
 .alert-success {
   color: #fff;
   background-color: #27c24c;
   border-color: #27c24c; }
   .alert-success hr {
     border-top-color: #23ad44; }
   .alert-success .alert-link {
     color: #e6e6e6; }
 
 .alert-info {
   color: #fff;
   background-color: #23b7e5;
   border-color: #23b7e5; }
   .alert-info hr {
     border-top-color: #19a9d5; }
   .alert-info .alert-link {
     color: #e6e6e6; }
 
 .alert-warning {
   color: #fff;
   background-color: #ff902b;
   border-color: #ff902b; }
   .alert-warning hr {
     border-top-color: #ff8312; }
   .alert-warning .alert-link {
     color: #e6e6e6; }
 
 .alert-danger {
   color: #fff;
   background-color: #f05050;
   border-color: #f05050; }
   .alert-danger hr {
     border-top-color: #ee3939; }
   .alert-danger .alert-link {
     color: #e6e6e6; }
 
 .topnavbar,
 .navbar,
 .navbar .dropdown-menu {
   filter: none !important; }
 
 /* ========================================================================
      Component: bootstrap-custom
  ========================================================================== */
 .container-sm {
   max-width: 540px;
   width: auto; }
 
 .container-md {
   max-width: 720px;
   width: auto; }
 
 .container-lg {
   max-width: 960px;
   width: auto; }
 
 .row-flush {
   margin: 0; }
   .row-flush > .col,
   .row-flush > [class*="col-"] {
     padding-left: 0;
     padding-right: 0; }
 
 .breadcrumb {
   font-weight: normal;
   border-radius: 0;
   color: #909FA7;
   padding: 10px 20px; }
 
 .content-heading .breadcrumb {
   font-size: 0.8125rem;
   margin-bottom: 0; }
 
 .content-heading + .breadcrumb {
   margin: -25px -25px 20px -20px;
   background-color: #fafbfc;
   border-top: 1px solid #cfdbe2;
   border-bottom: 1px solid #cfdbe2; }
 
 .progress-sm {
   height: 15px; }
 
 .progress-xs {
   height: 8px; }
 
 .badge-inverse {
   color: #fff;
   background-color: #131e26; }
   .badge-inverse[href]:hover, .badge-inverse[href]:focus {
     color: #fff;
     text-decoration: none;
     background-color: #020304; }
 
 .badge-green {
   color: #fff;
   background-color: #37bc9b; }
   .badge-green[href]:hover, .badge-green[href]:focus {
     color: #fff;
     text-decoration: none;
     background-color: #2b957a; }
 
 .badge-pink {
   color: #fff;
   background-color: #f532e5; }
   .badge-pink[href]:hover, .badge-pink[href]:focus {
     color: #fff;
     text-decoration: none;
     background-color: #e90bd6; }
 
 .badge-purple {
   color: #fff;
   background-color: #7266ba; }
   .badge-purple[href]:hover, .badge-purple[href]:focus {
     color: #fff;
     text-decoration: none;
     background-color: #564aa3; }
 
 .alert-purple {
   color: #fff;
   background-color: #7266ba;
   border-color: #7266ba; }
   .alert-purple hr {
     border-top-color: #6254b2; }
   .alert-purple .alert-link {
     color: #e6e6e6; }
 
 .alert-green {
   color: #fff;
   background-color: #37bc9b;
   border-color: #37bc9b; }
   .alert-green hr {
     border-top-color: #31a88b; }
   .alert-green .alert-link {
     color: #e6e6e6; }
 
 .alert-pink {
   color: #fff;
   background-color: #f532e5;
   border-color: #f532e5; }
   .alert-pink hr {
     border-top-color: #f41ae2; }
   .alert-pink .alert-link {
     color: #e6e6e6; }
 
 .alert-inverse {
   color: #fff;
   background-color: #131e26;
   border-color: #131e26; }
   .alert-inverse hr {
     border-top-color: #0b1115; }
   .alert-inverse .alert-link {
     color: #e6e6e6; }
 
 .form-control-rounded {
   border-radius: 100px; }
 
 /* ========================================================================
      Component: button-extra
  ========================================================================== */
 .btn-inverse {
   color: #fff;
   background-color: #131e26;
   border-color: #131e26; }
   .btn-inverse:hover {
     color: #fff;
     background-color: #060a0d;
     border-color: #020304; }
   .btn-inverse:focus, .btn-inverse.focus {
     box-shadow: 0 0 0 #000; }
   .btn-inverse.disabled, .btn-inverse:disabled {
     color: #fff;
     background-color: #131e26;
     border-color: #131e26; }
   .btn-inverse:not(:disabled):not(.disabled):active, .btn-inverse:not(:disabled):not(.disabled).active,
   .show > .btn-inverse.dropdown-toggle {
     color: #fff;
     background-color: #020304;
     border-color: black; }
     .btn-inverse:not(:disabled):not(.disabled):active:focus, .btn-inverse:not(:disabled):not(.disabled).active:focus,
     .show > .btn-inverse.dropdown-toggle:focus {
       box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
 
 .btn-green {
   color: #fff;
   background-color: #37bc9b;
   border-color: #37bc9b; }
   .btn-green:hover {
     color: #fff;
     background-color: #2e9e83;
     border-color: #2b957a; }
   .btn-green:focus, .btn-green.focus {
     box-shadow: 0 0 0 #000; }
   .btn-green.disabled, .btn-green:disabled {
     color: #fff;
     background-color: #37bc9b;
     border-color: #37bc9b; }
   .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
   .show > .btn-green.dropdown-toggle {
     color: #fff;
     background-color: #2b957a;
     border-color: #298b72; }
     .btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
     .show > .btn-green.dropdown-toggle:focus {
       box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
 
 .btn-purple {
   color: #fff;
   background-color: #7266ba;
   border-color: #7266ba; }
   .btn-purple:hover {
     color: #fff;
     background-color: #5b4eac;
     border-color: #564aa3; }
   .btn-purple:focus, .btn-purple.focus {
     box-shadow: 0 0 0 #000; }
   .btn-purple.disabled, .btn-purple:disabled {
     color: #fff;
     background-color: #7266ba;
     border-color: #7266ba; }
   .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
   .show > .btn-purple.dropdown-toggle {
     color: #fff;
     background-color: #564aa3;
     border-color: #52469b; }
     .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
     .show > .btn-purple.dropdown-toggle:focus {
       box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
 
 .btn-pink {
   color: #fff;
   background-color: #f532e5;
   border-color: #f532e5; }
   .btn-pink:hover {
     color: #fff;
     background-color: #f30ee0;
     border-color: #e90bd6; }
   .btn-pink:focus, .btn-pink.focus {
     box-shadow: 0 0 0 #000; }
   .btn-pink.disabled, .btn-pink:disabled {
     color: #fff;
     background-color: #f532e5;
     border-color: #f532e5; }
   .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
   .show > .btn-pink.dropdown-toggle {
     color: #fff;
     background-color: #e90bd6;
     border-color: #dc0bcb; }
     .btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
     .show > .btn-pink.dropdown-toggle:focus {
       box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
 
 .btn-flat {
   border-bottom-width: 1px;
   border-radius: 0;
   box-shadow: 0 0 0 #000; }
 
 .btn-xs {
   padding: 0.0625rem 0.3125rem;
   font-size: 0.8125rem;
   line-height: 1.5; }
 
 .btn-xl {
   padding: 20px 16px;
   font-size: 18px; }
 
 .btn-square {
   border-radius: 0; }
 
 .btn-pill-left, .btn-oval {
   border-top-left-radius: 50px;
   border-bottom-left-radius: 50px;
   padding-left: 18px; }
 
 .btn-pill-right, .btn-oval {
   border-top-right-radius: 50px;
   border-bottom-right-radius: 50px;
   padding-right: 18px; }
 
 .btn-labeled {
   padding-top: 0;
   padding-bottom: 0; }
 
 .btn-label {
   position: relative;
   background: transparent;
   background: rgba(0, 0, 0, 0.05);
   display: inline-block;
   padding: 0.375rem 1rem;
   left: -1rem;
   border-radius: 0.25rem 0 0 0.25rem; }
   .btn-label.btn-label-right {
     left: auto;
     right: -1rem;
     border-radius: 0 0.25rem 0.25rem 0; }
 
 .btn-lg .btn-label {
   padding: 0.625rem 1.25rem;
   left: -1.25rem;
   border-radius: 0.375rem 0 0 0.375rem; }
   .btn-lg .btn-label.btn-label-right {
     left: auto;
     right: -1.25rem;
     border-radius: 0 0.375rem 0.375rem 0; }
 
 .btn-sm .btn-label {
   padding: 0.3125rem 0.625rem;
   left: -0.625rem;
   border-radius: 0.2rem 0 0 0.2rem; }
   .btn-sm .btn-label.btn-label-right {
     left: auto;
     right: -0.625rem;
     border-radius: 0 0.2rem 0.2rem 0; }
 
 .btn-xs .btn-label {
   padding: 1px 5px;
   left: -5px;
   border-radius: 0.2rem 0 0 0.2rem; }
   .btn-xs .btn-label.btn-label-right {
     left: auto;
     right: -5px;
     border-radius: 0 0.2rem 0.2rem 0; }
 
 .btn-fw {
   min-width: 80px; }
   .btn-fw.btn-sm {
     min-width: 40px; }
   .btn-fw.btn-md {
     min-width: 60px; }
   .btn-fw.btn-lg {
     min-width: 140px; }
 
 .btn-circle {
   width: 35px;
   height: 35px;
   text-align: center;
   font-size: 12px;
   line-height: 35px;
   border-radius: 500px;
   padding: 0;
   border: 0; }
   .btn-circle > * {
     line-height: inherit !important; }
   .btn-circle.btn-lg {
     width: 50px;
     height: 50px;
     font-size: 18px;
     line-height: 50px; }
 
 .btn-outline-inverse {
   color: #131e26;
   background-color: transparent;
   background-image: none;
   border-color: #131e26; }
   .btn-outline-inverse:hover {
     color: #fff;
     background-color: #131e26;
     border-color: #131e26; }
   .btn-outline-inverse:focus, .btn-outline-inverse.focus {
     box-shadow: inset 0 3px 5px rgba(19, 30, 38, 0.125); }
   .btn-outline-inverse.disabled, .btn-outline-inverse:disabled {
     color: #131e26;
     background-color: transparent; }
   .btn-outline-inverse:not(:disabled):not(.disabled):active, .btn-outline-inverse:not(:disabled):not(.disabled).active,
   .show > .btn-outline-inverse.dropdown-toggle {
     color: #fff;
     background-color: #131e26;
     border-color: #131e26; }
     .btn-outline-inverse:not(:disabled):not(.disabled):active:focus, .btn-outline-inverse:not(:disabled):not(.disabled).active:focus,
     .show > .btn-outline-inverse.dropdown-toggle:focus {
       box-shadow: 0 0 0 0.2rem rgba(19, 30, 38, 0.5); }
 
 .btn-outline-green {
   color: #37bc9b;
   background-color: transparent;
   background-image: none;
   border-color: #37bc9b; }
   .btn-outline-green:hover {
     color: #fff;
     background-color: #37bc9b;
     border-color: #37bc9b; }
   .btn-outline-green:focus, .btn-outline-green.focus {
     box-shadow: inset 0 3px 5px rgba(55, 188, 155, 0.125); }
   .btn-outline-green.disabled, .btn-outline-green:disabled {
     color: #37bc9b;
     background-color: transparent; }
   .btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
   .show > .btn-outline-green.dropdown-toggle {
     color: #fff;
     background-color: #37bc9b;
     border-color: #37bc9b; }
     .btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
     .show > .btn-outline-green.dropdown-toggle:focus {
       box-shadow: 0 0 0 0.2rem rgba(55, 188, 155, 0.5); }
 
 .btn-outline-purple {
   color: #7266ba;
   background-color: transparent;
   background-image: none;
   border-color: #7266ba; }
   .btn-outline-purple:hover {
     color: #fff;
     background-color: #7266ba;
     border-color: #7266ba; }
   .btn-outline-purple:focus, .btn-outline-purple.focus {
     box-shadow: inset 0 3px 5px rgba(114, 102, 186, 0.125); }
   .btn-outline-purple.disabled, .btn-outline-purple:disabled {
     color: #7266ba;
     background-color: transparent; }
   .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
   .show > .btn-outline-purple.dropdown-toggle {
     color: #fff;
     background-color: #7266ba;
     border-color: #7266ba; }
     .btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
     .show > .btn-outline-purple.dropdown-toggle:focus {
       box-shadow: 0 0 0 0.2rem rgba(114, 102, 186, 0.5); }
 
 .btn-outline-pink {
   color: #f532e5;
   background-color: transparent;
   background-image: none;
   border-color: #f532e5; }
   .btn-outline-pink:hover {
     color: #fff;
     background-color: #f532e5;
     border-color: #f532e5; }
   .btn-outline-pink:focus, .btn-outline-pink.focus {
     box-shadow: inset 0 3px 5px rgba(245, 50, 229, 0.125); }
   .btn-outline-pink.disabled, .btn-outline-pink:disabled {
     color: #f532e5;
     background-color: transparent; }
   .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active,
   .show > .btn-outline-pink.dropdown-toggle {
     color: #fff;
     background-color: #f532e5;
     border-color: #f532e5; }
     .btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus,
     .show > .btn-outline-pink.dropdown-toggle:focus {
       box-shadow: 0 0 0 0.2rem rgba(245, 50, 229, 0.5); }
 
 /* ========================================================================
      Component: placeholder
  ========================================================================== */
 .box-placeholder {
   margin-bottom: 15px;
   padding: 20px;
   border: 1px dashed #ddd;
   background: #fafafa;
   color: #444; }
 
 .box-placeholder > :last-child {
   margin-bottom: 0; }
 
 .box-placeholder-lg {
   padding-top: 80px;
   padding-bottom: 80px; }
 
 /* ========================================================================
      Component: cards
  ========================================================================== */
 .card {
   margin-bottom: 1.25rem; }
 
 .card .table {
   margin-bottom: 0; }
   .card .table > thead > tr > th {
     border-top: 0; }
 
 .card.card-transparent {
   border: 0;
   background-color: transparent;
   box-shadow: 0 0 0 #000; }
   .card.card-transparent .card-header,
   .card.card-transparent .card-body {
     background-color: transparent;
     padding-left: 0;
     padding-right: 0; }
 
 .card-flat {
   margin: 0 !important;
   border: 0; }
 
 .card-columns-2 {
   column-count: 1; }
   @media (min-width: 768px) {
     .card-columns-2 {
       column-count: 2; } }
 
 .card-header > a[data-tool] {
   display: inline-block;
   color: #fff;
   width: 2em;
   text-align: center; }
 
 .card-default .card-header > a[data-tool] {
   color: #c1c2c3; }
 
 .card-header > .badge.pull-right {
   margin-top: 3px; }
   .card-header > .badge.pull-right + .badge.pull-right {
     margin-right: 10px; }
 
 .card-footer .pagination {
   margin: 0; }
 
 .card-footer .radial-bar {
   margin-bottom: 0; }
 
 .card-footer p {
   margin-bottom: 0; }
 
 /* ========================================================================
      Component: circles
  ========================================================================== */
 .circle {
   display: inline-block;
   width: 7px;
   height: 7px;
   border-radius: 500px;
   margin: 0 .5em;
   background-color: #ddd;
   vertical-align: baseline;
   border: 2px solid transparent; }
   .circle.text-left {
     margin-left: 0; }
   .circle.text-right {
     margin-right: 0; }
 
 .circle-sm {
   width: 5px;
   height: 5px; }
 
 .circle-lg {
   width: 11px;
   height: 11px; }
 
 .circle-xl {
   width: 18px;
   height: 18px; }
 
 /* ========================================================================
      Component: dropdown-extras
  ========================================================================== */
 .dropdown-list .dropdown-item {
   padding: 0; }
 
 .dropdown-list > .dropdown-menu {
   padding: 0;
   min-width: 220px; }
 
 .dropdown-list .list-group {
   margin: 0; }
 
 .dropdown-list .list-group-item {
   border-radius: 0;
   border-left: 0;
   border-right: 0; }
   .dropdown-list .list-group-item:first-child {
     border-top: 0; }
   .dropdown-list .list-group-item:last-child {
     border-bottom: 0; }
 
 .dropdown > a {
   position: relative; }
   .dropdown > a > .badge {
     position: absolute;
     top: 10px;
     right: 0;
     padding: 2px 5px; }
 
 .dropdown-menu-right-forced {
   right: 0 !important;
   left: auto !important; }
 
 .dropdown-toggle-nocaret:after {
   display: none; }
 
 /* ========================================================================
      Component: half-float
  ========================================================================== */
 .half-float {
   position: relative;
   margin-bottom: 69px; }
   .half-float .half-float-bottom,
   .half-float .half-float-top {
     position: absolute;
     left: 50%;
     bottom: -64px;
     width: 128px;
     height: 128px;
     margin-left: -64px;
     z-index: 2; }
   .half-float .half-float-top {
     bottom: auto;
     top: -64px; }
 
 /* ========================================================================
      Component: animate
  ========================================================================== */
 @-webkit-keyframes fadeOutUpShort {
   0% {
     opacity: 1; }
   100% {
     opacity: 0;
     -webkit-transform: translate3d(0, -20px, 0);
     transform: translate3d(0, -20px, 0); } }
 
 @keyframes fadeOutUpShort {
   0% {
     opacity: 1; }
   100% {
     opacity: 0;
     -webkit-transform: translate3d(0, -20px, 0);
     -ms-transform: translate3d(0, -20px, 0);
     transform: translate3d(0, -20px, 0); } }
 
 .fadeOutUpShort {
   -webkit-animation-name: fadeOutUpShort;
   animation-name: fadeOutUpShort; }
 
 @-webkit-keyframes fadeInUpShort {
   0% {
     opacity: 0;
     -webkit-transform: translate3d(0, 20px, 0);
     transform: translate3d(0, 20px, 0); }
   100% {
     opacity: 1;
     -webkit-transform: none;
     transform: none; } }
 
 @keyframes fadeInUpShort {
   0% {
     opacity: 0;
     -webkit-transform: translate3d(0, 20px, 0);
     -ms-transform: translate3d(0, 20px, 0);
     transform: translate3d(0, 20px, 0); }
   100% {
     opacity: 1;
     -webkit-transform: none;
     -ms-transform: none;
     transform: none; } }
 
 .fadeInUpShort {
   -webkit-animation-name: fadeInUpShort;
   animation-name: fadeInUpShort; }
 
 @-webkit-keyframes zoomInShort {
   0% {
     opacity: 0;
     -webkit-transform: scale3d(0.95, 0.95, 0.95);
     transform: scale3d(0.95, 0.95, 0.95); }
   50% {
     opacity: 1; } }
 
 @keyframes zoomInShort {
   0% {
     opacity: 0;
     -webkit-transform: scale3d(0.95, 0.95, 0.95);
     -ms-transform: scale3d(0.95, 0.95, 0.95);
     transform: scale3d(0.95, 0.95, 0.95); }
   50% {
     opacity: 1; } }
 
 .zoomInShort {
   -webkit-animation-name: zoomInShort;
   animation-name: zoomInShort; }
 
 @-webkit-keyframes zoomBack {
   0% {
     opacity: 1; }
   50% {
     opacity: 0;
     -webkit-transform: scale3d(0.5, 0.5, 0.5);
     transform: scale3d(0.5, 0.5, 0.5); }
   100% {
     opacity: 0; } }
 
 @keyframes zoomBack {
   0% {
     opacity: 1; }
   50% {
     opacity: 0;
     -webkit-transform: scale3d(0.5, 0.5, 0.5);
     -ms-transform: scale3d(0.5, 0.5, 0.5);
     transform: scale3d(0.5, 0.5, 0.5); }
   100% {
     opacity: 0; } }
 
 .zoomBack {
   -webkit-animation-name: zoomBack;
   animation-name: zoomBack; }
 
 @-webkit-keyframes fadeInLeft {
   0% {
     opacity: 0;
     -webkit-transform: translate3d(-20px, 0, 0);
     transform: translate3d(-20px, 0, 0); }
   100% {
     opacity: 1;
     -webkit-transform: none;
     transform: none; } }
 
 @keyframes fadeInLeft {
   0% {
     opacity: 0;
     -webkit-transform: translate3d(-20px, 0, 0);
     -ms-transform: translate3d(-20px, 0, 0);
     transform: translate3d(-20px, 0, 0); }
   100% {
     opacity: 1;
     -webkit-transform: none;
     -ms-transform: none;
     transform: none; } }
 
 .fadeInLeft {
   -webkit-animation-name: fadeInLeft;
   animation-name: fadeInLeft; }
 
 /* ========================================================================
      Component: slim-scroll
  ========================================================================== */
 [data-scrollable] {
   display: block; }
 
 .slimScrollBar {
   opacity: 1 !important;
   background-color: rgba(0, 0, 0, 0.35) !important;
   border: 0 !important;
   border-radius: 1px !important; }
 
 .slimScrollRail {
   opacity: 1 !important;
   background-color: rgba(0, 0, 0, 0.15) !important;
   border: 0 !important;
   border-radius: 0 !important;
   bottom: 0; }
 
 /* ========================================================================
      Component: inputs
  ========================================================================== */
 /**
  * Custom form elements
  *    - Checkbox
  *    - Radios
  *    - Switch
  *    - Note editor
  */
 .c-checkbox,
 .c-radio {
   margin-right: 4px; }
   .c-checkbox *,
   .c-radio * {
     cursor: pointer; }
   .c-checkbox input,
   .c-radio input {
     opacity: 0;
     position: absolute;
     margin-left: 0 !important; }
   .c-checkbox span,
   .c-radio span {
     position: relative;
     display: inline-block;
     vertical-align: top;
     width: 20px;
     height: 20px;
     border-radius: 2px;
     border: 1px solid #ccc;
     margin-right: 5px;
     text-align: center; }
     .c-checkbox span:before,
     .c-radio span:before {
       margin-left: 1px; }
   .c-checkbox:hover span,
   .c-radio:hover span {
     border-color: #5d9cec; }
   .form-inline .c-checkbox span, .form-inline
   .c-radio span {
     margin-left: 0; }
   .c-checkbox.c-checkbox-rounded span, .c-checkbox.c-radio-rounded span,
   .c-radio.c-checkbox-rounded span,
   .c-radio.c-radio-rounded span {
     border-radius: 500px; }
 
 /* override for radio */
 .c-radio span {
   border-radius: 500px; }
 
 /* the icon */
 .c-checkbox span:before,
 .c-radio span:before {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0;
   text-align: center !important;
   font-size: 12px;
   line-height: 18px;
   vertical-align: middle; }
 
 /* Checked state */
 .c-checkbox,
 .c-radio {
   /* override for radio */
   /* Disable state */
   /* override for radio */ }
   .c-checkbox input[type=checkbox]:checked + span:before,
   .c-checkbox input[type=radio]:checked + span:before,
   .c-radio input[type=checkbox]:checked + span:before,
   .c-radio input[type=radio]:checked + span:before {
     color: #fff;
     opacity: 1;
     transition: color .3s ease-out; }
   .c-checkbox input[type=checkbox]:checked + span,
   .c-checkbox input[type=radio]:checked + span,
   .c-radio input[type=checkbox]:checked + span,
   .c-radio input[type=radio]:checked + span {
     border-color: #5d9cec;
     background-color: #5d9cec; }
   .c-checkbox input[type=radio]:checked + span,
   .c-radio input[type=radio]:checked + span {
     background-color: #fff; }
     .c-checkbox input[type=radio]:checked + span:before,
     .c-radio input[type=radio]:checked + span:before {
       color: #5d9cec; }
   .c-checkbox input[type=checkbox]:disabled + span,
   .c-checkbox input[type=radio]:disabled + span,
   .c-radio input[type=checkbox]:disabled + span,
   .c-radio input[type=radio]:disabled + span {
     border-color: #ddd !important;
     background-color: #ddd !important; }
   .c-checkbox input[type=radio]:disabled + span,
   .c-radio input[type=radio]:disabled + span {
     background-color: #fff !important; }
     .c-checkbox input[type=radio]:disabled + span:before,
     .c-radio input[type=radio]:disabled + span:before {
       color: #ddd; }
 
 .c-radio.c-radio-nofont {
   /* override for radio */
   /* Disable state */
   /* override for radio */ }
   .c-radio.c-radio-nofont span:before {
     content: "";
     width: 10px;
     height: 10px;
     top: 50%;
     left: 50%;
     margin-top: -5px;
     margin-left: -5px;
     border-radius: 500px; }
   .c-radio.c-radio-nofont input[type=radio]:checked + span:before {
     color: #fff;
     opacity: 1;
     transition: color .3s ease-out; }
   .c-radio.c-radio-nofont input[type=radio]:checked + span {
     border-color: #5d9cec;
     background-color: #5d9cec; }
   .c-radio.c-radio-nofont input[type=radio]:checked + span {
     background-color: #fff; }
     .c-radio.c-radio-nofont input[type=radio]:checked + span:before {
       background-color: #5d9cec; }
   .c-radio.c-radio-nofont input[type=radio]:disabled + span {
     border-color: #ddd !important;
     background-color: #ddd !important; }
   .c-radio.c-radio-nofont input[type=radio]:disabled + span {
     background-color: #fff !important; }
     .c-radio.c-radio-nofont input[type=radio]:disabled + span:before {
       background-color: #ddd; }
 
 .switch .form-control {
   padding-top: 7px;
   margin-bottom: 0; }
 
 .switch * {
   cursor: pointer; }
 
 .switch input {
   opacity: 0;
   position: absolute;
   z-index: -1; }
 
 .switch {
   display: flex;
   align-items: center;
   direction: row; }
   .switch span {
     position: relative;
     display: inline-block;
     width: 40px;
     height: 20px;
     background-color: #fff;
     border: 1px solid #ddd;
     border-radius: 100px;
     transition: all .5s;
     box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset; }
   .switch span:after {
     content: "";
     position: absolute;
     background-color: #fff;
     top: 0;
     left: 0;
     height: 18px;
     width: 18px;
     border: 1px solid #ddd;
     border-radius: 400px;
     box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
     -webkit-transition: all .2s; }
   .switch.switch-lg span {
     width: 50px;
     height: 25px; }
   .switch.switch-lg span:after {
     height: 23px;
     width: 23px; }
   .switch.switch-sm span {
     width: 30px;
     height: 15px; }
   .switch.switch-sm span:after {
     height: 13px;
     width: 13px; }
 
 .switch input:checked + span {
   background-color: #5d9cec;
   border-color: #5d9cec;
   transition: all .5s; }
 
 .switch input:checked + span:after {
   left: 50%;
   transition: all .2s; }
 
 .switch input:disabled + span {
   background-color: #f1f1f1;
   cursor: not-allowed; }
 
 .note-editor {
   background-image: -webkit-linear-gradient(#eee 0.1em, transparent 0.1em);
   background-image: linear-gradient(#eee 0.1em, transparent 0.1em);
   background-size: 100% 20px;
   background-color: #fff;
   line-height: 20px;
   margin-top: 5px;
   padding: 0;
   padding-bottom: 1px;
   border: none; }
   .note-editor.note-editor-margin {
     background-image: -webkit-linear-gradient(0deg, transparent 49px, #ffe0c4 49px, #ffe0c4 51px, transparent 51px), -webkit-linear-gradient(#eee 0.1em, transparent 0.1em);
     background-image: linear-gradient(90deg, transparent 49px, #ffe0c4 49px, #ffe0c4 51px, transparent 51px), linear-gradient(#eee 0.1em, transparent 0.1em);
     padding-left: 55px; }
 
 /* ========================================================================
          Component: utils
  ========================================================================== */
 .b0 {
   border-width: 0 !important; }
 
 .bl0 {
   border-left-width: 0 !important; }
 
 .br0 {
   border-right-width: 0 !important; }
 
 .bt0 {
   border-top-width: 0 !important; }
 
 .bb0 {
   border-bottom-width: 0 !important; }
 
 .br, .b, .ba {
   border-right: 1px solid rgba(0, 0, 0, 0.12); }
 
 .bl, .b, .ba {
   border-left: 1px solid rgba(0, 0, 0, 0.12); }
 
 .bt, .b, .ba {
   border-top: 1px solid rgba(0, 0, 0, 0.12); }
 
 .bb, .b, .ba {
   border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
 
 .text-primary {
   color: #5d9cec !important; }
 
 .text-success {
   color: #27c24c !important; }
 
 .text-info {
   color: #23b7e5 !important; }
 
 .text-warning {
   color: #ff902b !important; }
 
 .text-danger {
   color: #f05050 !important; }
 
 .text-white {
   color: #fff !important; }
 
 .text-inverse {
   color: #131e26 !important; }
 
 .text-alpha {
   color: rgba(255, 255, 255, 0.5) !important; }
 
 .text-pink {
   color: #f532e5 !important; }
 
 .text-purple {
   color: #7266ba !important; }
 
 .text-dark {
   color: #3a3f51 !important; }
 
 .text-alpha-inverse {
   color: rgba(0, 0, 0, 0.5) !important; }
 
 .text-green {
   color: #37bc9b !important; }
 
 .text-yellow {
   color: #fad732 !important; }
 
 .text-gray-darker {
   color: #232735 !important; }
 
 .text-gray-dark {
   color: #3a3f51 !important; }
 
 .text-gray {
   color: #dde6e9 !important; }
 
 .text-gray-light {
   color: #e4eaec !important; }
 
 .text-gray-lighter {
   color: #edf1f2 !important; }
 
 .text-inherit {
   color: inherit !important; }
 
 .text-sm {
   font-size: 0.74375rem; }
 
 .text-md {
   font-size: 1.6625rem; }
 
 .text-lg {
   font-size: 2.625rem; }
 
 .text-nowrap {
   white-space: nowrap; }
 
 .text-thin {
   font-weight: 100 !important; }
 
 .text-normal {
   font-weight: normal !important; }
 
 .text-bold {
   font-weight: bold !important; }
 
 .inline {
   display: inline-block !important; }
 
 .block-center {
   margin: 0 auto; }
 
 .bg-primary {
   background-color: #5d9cec;
   color: #fff !important; }
 
 .bg-primary-light {
   background-color: #8bb8f1;
   color: #fff !important; }
 
 .bg-primary-dark {
   background-color: #2f80e7;
   color: #fff !important; }
 
 .bg-primary small {
   color: inherit; }
 
 .bg-success {
   background-color: #27c24c;
   color: #fff !important; }
 
 .bg-success-light {
   background-color: #43d967;
   color: #fff !important; }
 
 .bg-success-dark {
   background-color: #1e983b;
   color: #fff !important; }
 
 .bg-success small {
   color: inherit; }
 
 .bg-info {
   background-color: #23b7e5;
   color: #fff !important; }
 
 .bg-info-light {
   background-color: #51c6ea;
   color: #fff !important; }
 
 .bg-info-dark {
   background-color: #1797be;
   color: #fff !important; }
 
 .bg-info small {
   color: inherit; }
 
 .bg-warning {
   background-color: #ff902b;
   color: #fff !important; }
 
 .bg-warning-light {
   background-color: #ffab5e;
   color: #fff !important; }
 
 .bg-warning-dark {
   background-color: #f77600;
   color: #fff !important; }
 
 .bg-warning small {
   color: inherit; }
 
 .bg-danger {
   background-color: #f05050;
   color: #fff !important; }
 
 .bg-danger-light {
   background-color: #f47f7f;
   color: #fff !important; }
 
 .bg-danger-dark {
   background-color: #ec2121;
   color: #fff !important; }
 
 .bg-danger small {
   color: inherit; }
 
 .bg-green {
   background-color: #37bc9b;
   color: #fff !important; }
 
 .bg-green-light {
   background-color: #58ceb1;
   color: #fff !important; }
 
 .bg-green-dark {
   background-color: #2b957a;
   color: #fff !important; }
 
 .bg-green small {
   color: inherit; }
 
 .bg-pink {
   background-color: #f532e5;
   color: #fff !important; }
 
 .bg-pink-light {
   background-color: #f763eb;
   color: #fff !important; }
 
 .bg-pink-dark {
   background-color: #e90bd6;
   color: #fff !important; }
 
 .bg-pink small {
   color: inherit; }
 
 .bg-purple {
   background-color: #7266ba;
   color: #fff !important; }
 
 .bg-purple-light {
   background-color: #9289ca;
   color: #fff !important; }
 
 .bg-purple-dark {
   background-color: #564aa3;
   color: #fff !important; }
 
 .bg-purple small {
   color: inherit; }
 
 .bg-inverse {
   background-color: #131e26;
   color: #fff !important; }
 
 .bg-inverse-light {
   background-color: #243948;
   color: #fff !important; }
 
 .bg-inverse-dark {
   background-color: #020304;
   color: #fff !important; }
 
 .bg-inverse small {
   color: inherit; }
 
 .bg-yellow {
   background-color: #fad732;
   color: #fff !important; }
 
 .bg-yellow-light {
   background-color: #fbe164;
   color: #fff !important; }
 
 .bg-yellow-dark {
   background-color: #f3ca06;
   color: #fff !important; }
 
 .bg-yellow small {
   color: inherit; }
 
 .bg-white {
   background-color: #fff;
   color: inherit !important; }
 
 .bg-gray-darker {
   background-color: #232735;
   color: #fff !important; }
 
 .bg-gray-dark {
   background-color: #3a3f51;
   color: #fff !important; }
 
 .bg-gray {
   background-color: #dde6e9;
   color: #656565 !important; }
 
 .bg-gray-light {
   background-color: #e4eaec;
   color: #656565 !important; }
 
 .bg-gray-lighter {
   background-color: #edf1f2;
   color: #656565 !important; }
 
 .bg-transparent {
   background-color: transparent !important; }
 
 .bg-cover {
   background-size: cover; }
 
 .thumb8 {
   width: 8px !important;
   height: 8px !important; }
 
 .thumb16 {
   width: 16px !important;
   height: 16px !important; }
 
 .thumb24 {
   width: 24px !important;
   height: 24px !important; }
 
 .thumb32 {
   width: 32px !important;
   height: 32px !important; }
 
 .thumb48 {
   width: 48px !important;
   height: 48px !important; }
 
 .thumb64 {
   width: 64px !important;
   height: 64px !important; }
 
 .thumb80 {
   width: 80px !important;
   height: 80px !important; }
 
 .thumb96 {
   width: 96px !important;
   height: 96px !important; }
 
 .thumb128 {
   width: 128px !important;
   height: 128px !important; }
 
 .align-middle {
   vertical-align: middle; }
 
 .align-top {
   vertical-align: top; }
 
 .align-bottom {
   vertical-align: bottom; }
 
 .bg-center {
   background-position: center center;
   background-size: cover; }
 
 .list-icon em {
   font-size: 14px;
   width: 40px;
   vertical-align: middle;
   margin: 0;
   display: inline-block;
   text-align: center;
   transition: all 0.2s;
   line-height: 30px; }
   @media screen and (prefers-reduced-motion: reduce) {
     .list-icon em {
       transition: none; } }
 
 .list-icon div:hover em {
   transform: scale(3, 3); }
 
 .d-table-fixed {
   table-layout: fixed; }
 
 .wd-xxs {
   width: 60px; }
 
 .wd-xs {
   width: 90px; }
 
 .wd-sm {
   width: 150px; }
 
 .wd-sd {
   width: 200px; }
 
 .wd-md {
   width: 240px; }
 
 .wd-lg {
   width: 280px; }
 
 .wd-xl {
   width: 320px; }
 
 .wd-xxl {
   width: 360px; }
 
 .wd-wide {
   width: 100%; }
 
 .wd-auto {
   width: auto; }
 
 .wd-zero {
   width: 0; }
 
 .clickable {
   cursor: pointer; }
 
 .abs-center-container {
   position: relative; }
 
 .abs-center {
   height: 50%;
   overflow: auto;
   margin: auto;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0; }
   .abs-center.abs-fixed {
     position: fixed;
     z-index: 999; }
   .abs-center.abs-right {
     left: auto;
     right: 20px;
     text-align: right; }
   .abs-center.abs-left {
     right: auto;
     left: 20px;
     text-align: left; }
 
 @media (max-height: 720px) {
   .abs-center {
     position: relative; } }
 
 .link-unstyled {
   text-decoration: none !important;
   outline: none !important; }
 
 .no-resize {
   resize: none;
   max-width: 100%;
   min-width: 100%; }
 
 /* ========================================================================
      Component: print
  ========================================================================== */
 @media print {
   .sidebar,
   .topnavbar,
   .offsidebar,
   .btn {
     display: none !important;
     width: 0 !important;
     height: 0 !important; }
   .wrapper,
   .wrapper .section-container,
   .content-wrapper {
     margin: 0 !important;
     /* remove margin used for sidebar and expand the content */
     padding: 0 !important;
     width: 100% !important; }
   .content-wrapper {
     overflow: hidden !important; } }
 

/**
    Variabili comuni
*/
/**
    Override delle variabili comuni del framework.
*/
/* Topnavbar color */
/* Sidebar color */
/* Sidebar Subnav color */
/* Offsidebar color */
/* Heading color*/
/* Wrapper color*/
/*
    Definizione dei colori standard.
*/
.framework-primary-label {
  color: #000; }

.login-btn {
  background-color: #000 !important; }

.dx-accordion-item-title {
  background-color: #addbed !important; }

.dx-state-focused .dx-accordion-item {
  border-color: #000 !important; }

.dx-datagrid-nowrap .dx-header-row > td > .dx-datagrid-text-content {
  white-space: nowrap;
  color: #000;
  font-weight: 600; }

/* ========================================================================
      Colori stati fattura
  ========================================================================== */
.badge {
  font-weight: 500;
  width: 100%;
  padding: 5px 0;
  font-size: 0.8rem; }

.badge-inserito {
  color: #fff;
  background-color: #ff8312; }

.badge-inviato {
  color: #fff;
  background-color: mediumslateblue; }

.badge-scartato {
  color: #fff;
  background-color: firebrick; }

.badge-mancata-consegna {
  color: #fff;
  background-color: firebrick; }

.badge-consegnata {
  color: #fff;
  background-color: #038ebd; }

.badge-ricevuta {
  color: #fff;
  background-color: #038ebd; }

.badge-rifiutata {
  color: #fff;
  background-color: firebrick; }

.badge-notifica-rifiuto {
  color: #fff;
  background-color: #f05050; }

.badge-accettata {
  color: #fff;
  background-color: green; }

.badge-notifica-accettazione {
  color: #fff;
  background-color: #0c360c; }

.badge-decorrenza-termini {
  color: #fff;
  background-color: #eac41c; }

/* ========================================================================
      Colori bottoni fattureList
========================================================================== */
/* btn modifica */
.btn-modifica {
  background-color: #6eb26e; }

.btn-modifica .dx-button-content {
  margin: 1px 0;
  padding: 5px; }

.btn-modifica:hover {
  background-color: #008000; }

.btn-modifica .dx-icon {
  color: #fff !important; }

/* btn stampa */
.btn-print {
  background-color: #a68cad; }

.btn-print .dx-button-content {
  margin: 1px 0;
  padding: 5px; }

.btn-print:hover {
  background-color: mediumslateblue; }

.btn-print .dx-icon {
  color: #fff !important; }

/* btn download */
.btn-download-xml {
  background-color: #ed984e; }

.btn-download-xml .dx-button-content {
  margin: 1px 0;
  padding: 5px; }

.btn-download-xml:hover {
  background-color: #ff8312; }

.btn-download-xml .dx-icon {
  color: #fff !important; }

/* btn visualizza */
.btn-visualizza {
  background-color: #62aac1; }

.btn-visualizza .dx-button-content {
  margin: 1px 0;
  padding: 5px; }

.btn-visualizza:hover {
  background-color: #038ebd; }

.btn-visualizza .dx-icon {
  color: #fff !important; }

/* btn storico */
.btn-storico-notifiche {
  background-color: #e8ce68; }

.btn-storico-notifiche .dx-button-content {
  margin: 1px 0;
  padding: 5px; }

.btn-storico-notifiche:hover {
  background-color: #eac41c; }

.btn-storico-notifiche .dx-icon {
  color: #fff !important; }

/* btn invia fe */
.btn-invia-fe {
  background-color: #e8ce68;
  border-color: #e8ce68; }

.btn-invia-fe .dx-button-content {
  margin: 1px 0;
  padding: 5px; }

.btn-invia-fe:hover {
  background-color: #eac41c;
  border-color: #e8ce68; }

.btn-invia-fe .dx-icon {
  color: #fff !important; }

/* btn accetta fe passiva */
.btn-accetta-fe-passiva {
  background-color: #6eb26e; }

.btn-accetta-fe-passiva .dx-button-content {
  margin: 1px 0;
  padding: 5px; }

.btn-accetta-fe-passiva:hover {
  background-color: #008000; }

.btn-accetta-fe-passiva .dx-icon {
  color: #fff !important; }

/* btn rifiuta fe passiva */
.btn-rifiuta-fe-passiva {
  background-color: #ff2421; }

.btn-rifiuta-fe-passiva .dx-button-content {
  margin: 1px 0;
  padding: 5px; }

.btn-rifiuta-fe-passiva:hover {
  background-color: #ff3f3d; }

.btn-rifiuta-fe-passiva .dx-icon {
  color: #fff !important; }

/* btn elimina */
.btn-elimina {
  background-color: #ff2421; }

.btn-elimina .dx-button-content {
  margin: 1px 0;
  padding: 5px; }

.btn-elimina:hover {
  background-color: #ff3f3d; }

.btn-elimina .dx-icon {
  color: #fff !important; }

/* ========================================================================
    Colori Card
========================================================================== */
.card-default {
  border-top-width: 3px;
  border-color: #addbed;
  border-top: 2px solid #000; }

/** .. Altro :)... */
/* ========================================================================
   Component: layout
 ========================================================================== */
body, .wrapper .section-container {
  background-color: #fff; }

.wrapper .aside-container {
  background-color: #fff; }

/* ========================================================================
     Component: top-navbar
   ========================================================================== */
.topnavbar {
  background-color: transparent;
  background-image: linear-gradient(to right, #000 0%, #000 100%);
  background-repeat: repeat-x; }

@media (min-width: 768px) {
  .topnavbar .navbar-header {
    background-image: none; } }

.topnavbar .navbar-nav > li > .navbar-text {
  color: #23b7e5; }

.topnavbar .navbar-nav > li > a, .topnavbar .navbar-nav > .open > a {
  color: #23b7e5; }

.topnavbar .navbar-nav > li > a:hover, .topnavbar .navbar-nav > li > a:focus, .topnavbar .navbar-nav > .open > a:hover, .topnavbar .navbar-nav > .open > a:focus {
  color: #23b7e5; }

.topnavbar .navbar-nav > .active > a, .topnavbar .navbar-nav > .active > a:hover, .topnavbar .navbar-nav > .active > a:focus, .topnavbar .navbar-nav > .open > a, .topnavbar .navbar-nav > .open > a:hover, .topnavbar .navbar-nav > .open > a:focus {
  background-color: transparent; }

.topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
  color: #fff; }

.topnavbar .nav-wrapper {
  background-color: #000;
  background-image: linear-gradient(to right, #000 0%, #000 100%);
  background-repeat: repeat-x; }

@media (min-width: 768px) {
  .topnavbar {
    background-color: transparent;
    background-image: linear-gradient(to right, #000 0%, #000 100%);
    background-repeat: repeat-x; }
  .topnavbar .navbar-nav > .open > a, .topnavbar .navbar-nav > .open > a:hover, .topnavbar .navbar-nav > .open > a:focus {
    box-shadow: 0 -3px 0 rgba(255, 255, 255, 0.5) inset; }
  .topnavbar .navbar-nav > li > .navbar-text {
    color: #fff; }
  .topnavbar .navbar-nav > li > a, .topnavbar .navbar-nav > .open > a {
    color: #fff; }
  .topnavbar .navbar-nav > li > a:hover, .topnavbar .navbar-nav > li > a:focus, .topnavbar .navbar-nav > .open > a:hover, .topnavbar .navbar-nav > .open > a:focus {
    color: #000; } }

/* ========================================================================
     Component: sidebar
   ========================================================================== */
.sidebar {
  background-color: #fff; }

.sidebar .nav-heading {
  color: #515253; }

.sidebar-nav > li > a, .sidebar-nav > li > .nav-item {
  color: #515253; }

.sidebar-nav > li > a:focus, .sidebar-nav > li > a:hover, .sidebar-nav > li > .nav-item:focus, .sidebar-nav > li > .nav-item:hover {
  color: #23b7e5; }

.sidebar-nav > li > a > em, .sidebar-nav > li > .nav-item > em {
  color: inherits; }

.sidebar-nav > li.active, .sidebar-nav > li.active > a, .sidebar-nav > li.active > .nav-item, .sidebar-nav > li.active .sidebar-nav, .sidebar-nav > li.open, .sidebar-nav > li.open > a, .sidebar-nav > li.open > .nav-item, .sidebar-nav > li.open .sidebar-nav {
  background-color: #fcfcfc;
  color: #23b7e5; }

.sidebar-nav > li.active > .nav-item > em, .sidebar-nav > li.active > a > em, .sidebar-nav > li.open > .nav-item > em, .sidebar-nav > li.open > a > em {
  color: #23b7e5; }

.sidebar-nav > li.active {
  border-right: 3px solid #000; }

.sidebar-subnav {
  background-color: #fff; }

.sidebar-subnav > .sidebar-subnav-header {
  color: #515253; }

.sidebar-subnav > li > a, .sidebar-subnav > li > .nav-item {
  color: #515253; }

.sidebar-subnav > li > a:focus, .sidebar-subnav > li > a:hover, .sidebar-subnav > li > .nav-item:focus, .sidebar-subnav > li > .nav-item:hover {
  color: #000;
  font-weight: bolder; }

.sidebar-subnav > li.active > a, .sidebar-subnav > li.active > .nav-item {
  color: #23b7e5; }

.sidebar-subnav > li.active > a:after, .sidebar-subnav > li.active > .nav-item:after {
  border-color: #23b7e5;
  background-color: #23b7e5; }

/* ========================================================================
     Component: offsidebar
   ========================================================================== */
.offsidebar {
  border-left: 1px solid greyscale(#cccccc);
  background-color: #fff;
  color: #656565; }

/* ========================================================================
     Component: content heading
   ========================================================================== */
.content-heading {
  color: #000;
  background-color: #fff; }

/* ========================================================================
     Component: content wrapper
   ========================================================================== */
.content-wrapper {
  background-color: #F5F7FA; }


/*# sourceMappingURL=main-56a99c3606b49cbe7bf1.css.map*/