@charset "UTF-8";
/*!
 *  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("../icons/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../icons/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../icons/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../icons/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../icons/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../icons/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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; }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("/src/fonts/Roboto.woff2") format("woff2"); }
/* Background pattern from subtlepatterns.com */
body {
  margin: 0; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

html {
  font-family: 'Roboto', sans-serif;
  font-size: 1em; }

body {
  background: url("/imgs/general/backgrounds/concrete_seamless.png");
  position: relative; }

a {
  text-decoration: none;
  cursor: pointer;
  color: #0097A7; }
  a:hover {
    color: #006974; }

header {
  width: 100%;
  box-sizing: border-box;
  background: #333;
  color: #999;
  height: 50px;
  line-height: 50px;
  border-bottom: solid thin;
  font-family: "Roboto", sans-serif; }
  header .left {
    z-index: 4;
    position: relative;
    color: #fff;
    opacity: 0.5;
    height: 50px; }
  header #sync-message {
    height: 50px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    background: #0097A7;
    color: white;
    z-index: 9;
    text-align: center;
    overflow: hidden;
    transition: top 1s ease, opacity 1s ease;
    transition-delay: 1s; }
    header #sync-message i {
      font-size: 2em;
      line-height: 50px;
      opacity: 0.4;
      color: black;
      animation-duration: 1s; }
    header #sync-message #sync-progress {
      position: absolute;
      left: 0;
      bottom: 0;
      top: 0;
      background: #d32f2f;
      width: 0;
      transition: width 1s ease; }
    header #sync-message::after {
      content: "Syncing";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      line-height: 50px;
      z-index: 2; }
      @media (min-width: 350px) {
        header #sync-message::after {
          content: "Syncing your data"; } }
      @media (min-width: 400px) {
        header #sync-message::after {
          content: "Synchronising your data"; } }
      @media (min-width: 600px) {
        header #sync-message::after {
          content: "Hold tight, we're just synchronising your data"; } }
      @media (min-width: 800px) {
        header #sync-message::after {
          content: "Hold tight, we're just syncing your data, you may continue to use the register as normal"; } }
  header.syncing #sync-message {
    top: 0;
    opacity: 1; }

@media (min-width: 600px) {
  .not-sellscreen header #sync-message::after {
    content: "Synchronising your data"; } }

#title {
  display: inline-block;
  margin-left: 8px;
  color: white !important;
  filter: grayscale(100%);
  transition: filter 0.4s ease; }
  #title:hover {
    color: #0097A7 !important;
    filter: grayscale(0); }
  #title:visited {
    color: white; }
  #title:active {
    color: white; }
  #title img {
    padding-top: 12.5px; }

#nav-toggle {
  display: inline-block;
  vertical-align: top;
  border-right: solid thin;
  text-align: center;
  padding: 0 16px;
  box-sizing: border-box;
  cursor: pointer;
  /*
  @media (min-width: $large-screen) {
      display: none;
  }
  */ }
  #nav-toggle i {
    transform: rotate(180deg);
    transition: transform 0.5s ease; }
  #nav-toggle.nav-displayed i {
    transform: rotate(0deg); }

#team-message {
  margin-left: 8px;
  display: inline-block;
  width: calc(100vw - 430px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  position: absolute; }
  #team-message p {
    position: absolute; }

#notifications {
  display: inline-block;
  cursor: pointer;
  border-left: solid thin;
  padding: 0 16px;
  position: relative; }
  #notifications .notification-badge {
    position: absolute;
    top: 5px;
    right: 0;
    background: #a92f2f;
    color: white;
    border-radius: 100%;
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    font-family: "Roboto", sans-serif;
    transform: scale(0);
    transition: transform 0.5s ease; }
  #notifications.display-badge .notification-badge {
    transform: scale(1); }
  #notifications.display-badge.bounce .notification-badge {
    animation: bounce;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    transform-origin: center bottom; }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -20px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
  #notifications .notification-list {
    width: 90%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    background: #333;
    z-index: 3;
    line-height: initial;
    max-height: calc(100% - 50px - 16px);
    overflow: auto;
    transition: top 1s ease, opacity 1s ease; }
    @media (min-width: 900px) {
      #notifications .notification-list {
        width: 500px;
        right: 5%;
        left: auto; } }
    #notifications .notification-list .notification {
      padding: 8px;
      border-bottom: solid thin;
      text-align: left;
      overflow: hidden;
      position: relative; }
      #notifications .notification-list .notification:hover {
        color: #C2C2C2; }
      #notifications .notification-list .notification:last-child {
        border: none; }
      #notifications .notification-list .notification.unread {
        background: #404040; }
      #notifications .notification-list .notification.next-page {
        text-align: center;
        vertical-align: middle;
        line-height: 70px;
        height: 70px; }
        #notifications .notification-list .notification.next-page .spinner {
          width: 70px;
          text-align: center;
          margin: auto;
          -webkit-animation: rotation 0.7s infinite linear;
          animation: rotation 0.7s infinite linear; }
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
        #notifications .notification-list .notification.next-page .spinner > div {
          width: 12px;
          height: 12px;
          background-color: #e4e4e4;
          border-radius: 100%;
          display: inline-block;
          -webkit-animation: sk-bouncedelay 1.4s infinite ease both;
          animation: sk-bouncedelay 1.4s infinite ease both; }
        #notifications .notification-list .notification.next-page .spinner .bounce1 {
          -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.5); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
      #notifications .notification-list .notification .notification-image {
        height: 100px;
        width: 100px;
        float: left;
        background: #ccc;
        margin-right: 8px; }
      #notifications .notification-list .notification .notification-title {
        max-width: 330px;
        margin-left: 108px; }
        #notifications .notification-list .notification .notification-title h4 {
          display: inline-block; }
      #notifications .notification-list .notification .notification-date {
        margin-bottom: 8px;
        max-width: 330px;
        margin-left: 116px;
        font-size: 12px; }
        #notifications .notification-list .notification .notification-date span {
          display: inline-block;
          font-style: italic;
          margin-left: 4px; }
      #notifications .notification-list .notification .notification-message {
        max-width: 90%; }
      #notifications .notification-list .notification .notification-actions {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 16px;
        margin: auto;
        font-size: 1.5em;
        height: 20px;
        line-height: 20px;
        color: #999; }
        #notifications .notification-list .notification .notification-actions:hover {
          color: #C2C2C2; }
  #notifications.display-list .notification-list {
    opacity: 1;
    pointer-events: auto;
    top: 58px; }

.not-sellscreen #site-status {
  display: none; }

#site-status {
  text-transform: uppercase;
  cursor: pointer;
  display: inline;
  border-left: solid thin;
  display: inline-block;
  padding: 0 16px; }
  #site-status span {
    display: none; }
  #site-status.offline {
    color: yellow; }
  #site-status.online {
    color: green; }
  #site-status.error {
    color: red; }
  #site-status.syncing i {
    animation: spin 1.5s linear infinite; }
  @media (min-width: 400px) {
    #site-status span {
      display: inline; }
    #site-status i {
      display: none; } }
  @media (min-width: 500px) {
    #site-status i {
      display: inline-block;
      margin-right: 8px; } }

#register-selector, #outlet-selector {
  border-left: solid thin;
  padding: 0 16px;
  display: inline-block;
  cursor: pointer;
  position: relative; }
  #register-selector span, #outlet-selector span {
    position: absolute;
    top: 105%;
    right: -4px;
    z-index: 2;
    background: #333;
    white-space: nowrap;
    padding: 16px;
    line-height: initial;
    border: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease; }
  #register-selector:hover span, #outlet-selector:hover span {
    opacity: 1; }

#user-information {
  border-left: solid thin;
  padding: 0 8px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  float: right; }
  #user-information .user-header {
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center; }
    #user-information .user-header p {
      display: none;
      vertical-align: middle; }
      @media (min-width: 450px) {
        #user-information .user-header p {
          display: inline; } }
    #user-information .user-header img {
      max-height: 50px;
      max-width: 30px;
      vertical-align: middle; }
  #user-information .user-dropdown {
    position: absolute;
    right: 8px;
    top: 100%;
    opacity: 0;
    border: solid thin;
    z-index: 9;
    width: 90vw;
    max-width: 400px;
    cursor: auto;
    height: 300px;
    background: #333;
    color: white;
    pointer-events: none;
    transition: right 0.4s ease, top 0.4s ease, opacity 0.4s ease; }
    #user-information .user-dropdown.display {
      top: calc(100% + 8px);
      opacity: 1;
      pointer-events: auto; }
    #user-information .user-dropdown canvas {
      width: 100%; }
    #user-information .user-dropdown #user-sales {
      position: relative; }
    #user-information .user-dropdown #user-sales-loading {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: black;
      opacity: 0.7;
      font-size: 2em; }
      #user-information .user-dropdown #user-sales-loading i {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 30px;
        width: 30px;
        margin: auto; }
    #user-information .user-dropdown #user-links {
      margin: 0;
      padding: 0;
      text-align: left;
      padding-left: 8px;
      list-style: none; }
      #user-information .user-dropdown #user-links li {
        line-height: 30px; }
    #user-information .user-dropdown a {
      color: white;
      transition: color 1s ease; }
      #user-information .user-dropdown a:hover {
        color: #aaa; }
      #user-information .user-dropdown a:visited {
        color: white; }

#user-sales {
  height: 240px;
  padding: 8px;
  box-sizing: border-box; }

nav {
  width: 350px;
  max-width: 100%;
  background: #333;
  color: #fff;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: -350px;
  box-sizing: border-box;
  transition: left 0.5s ease;
  z-index: 3;
    /*
    ul {
        padding: 0;
        margin: 0;
        color: $nav-text-primary-color;
        list-style: none;

        span {
            //font-size: $nav-primary-font-size;
        }

        a {
            display: list-item;
            padding: $large-padding;
            font-size: $nav-secondary-font-size;
            color: $nav-text-primary-color;

            &:hover {
                color: $nav-text-hover-color;
            }
        }
    }
    */
  /*
  @media (min-width: $large-screen) {
      left: 0;
      width: 230px;
  }
  */ }
  nav .head-gap {
    height: 50px;
    width: 100%;
    background: #0097A7; }
  nav .nav {
    padding: 16px;
    box-sizing: border-box; }
  nav.nav-show {
    left: 0;
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.75); }
  nav ul {
    padding: 0;
    margin: 0;
    color: #fff;
    list-style: none; }
    nav ul a {
      display: list-item;
      color: #fff; }
      nav ul a:hover {
        color: #0097A7; }
  nav .nav-main .nav-top {
    font-size: 1.2em;
    margin-bottom: 1em;
    cursor: pointer; }
    nav .nav-main .nav-top i {
      width: 20px;
      margin-right: 1em; }
    nav .nav-main .nav-top:hover {
      color: #0097A7; }
  nav .nav-main .nav-parent .fa-chevron-circle-right {
    float: right;
    transition: transform 0.7s ease;
    margin-right: 0; }
    @media (min-width: 350px) {
      nav .nav-main .nav-parent .fa-chevron-circle-right {
        margin-right: 1em; } }
  nav .nav-main .nav-parent.expanded .fa-chevron-circle-right {
    transform: rotate(90deg); }
  nav .nav-main .nav-child {
    padding-left: calc(1em + 20px);
    font-size: 1em;
    overflow: hidden;
    display: none; }
    nav .nav-main .nav-child a {
      margin-bottom: 1em; }
    nav .nav-main .nav-child a:first-child {
      margin-top: 1em; }
  nav .new {
    position: relative; }
    nav .new::after {
      content: " <- NEW";
      color: #0097A7;
      animation: newBounce 2s infinite;
      display: inline-block; }

@keyframes newBounce {
  0% {
    transform: translate(10px); }
  50% {
    transform: translate(50px); }
  100% {
    transform: translate(10px); } }
main {
  position: relative;
  padding-top: 8px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-bottom: 16px;
  width: 90%;
  margin: 0 auto;
  min-height: calc(100vh - 50px);
  /*
  @media (min-width: 920px) {
      left: $nav-max-width;
  }
  */
    /*
    @media (min-width: $large-screen) {

        width: calc(100% - 230px) !important;
        //left: 230px;
        margin: 0 auto 0 230px;
    }
    */ }
  @media (min-width: 900px) {
    main {
      width: calc(100% - 100px);
      margin-left: 50px; } }

#outlet-select ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #outlet-select ul li {
    border: solid thin;
    padding: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: color 0.4s ease; }
    #outlet-select ul li:last-child {
      margin-bottom: 0; }
    #outlet-select ul li:hover {
      color: #0097A7; }

form, .form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }
  form textarea, .form textarea {
    min-height: 100px; }
  form .field-group, .form .field-group {
    border: solid thin;
    padding: 8px;
    margin-bottom: 16px; }
  form .field, .form .field {
    width: 100%;
    margin-top: 8px; }
    form .field input, form .field select, form .field textarea, .form .field input, .form .field select, .form .field textarea {
      width: 100%;
      box-sizing: border-box; }
    form .field input[type=radio], form .field input[type=checkbox], .form .field input[type=radio], .form .field input[type=checkbox] {
      width: auto; }
  form .field-inline, .form .field-inline {
    clear: both; }
    form .field-inline .field, .form .field-inline .field {
      display: inline-block;
      width: 45%;
      margin-right: 5%; }
      form .field-inline .field:last-child, .form .field-inline .field:last-child {
        margin-right: 0; }

table:not(.ignore) {
  width: 100%;
  border-collapse: collapse;
  margin: 8px auto 0;
  border: 1px solid #eee;
  border-bottom: 2px solid #0097A7;
  background: #fff; }
  table:not(.ignore) tr:hover {
    background: #f4f4f4; }
    table:not(.ignore) tr:hover td {
      color: #555; }
  @supports (position: sticky) {
    table:not(.ignore) thead:not(.not-sticky) {
      top: 0;
      position: sticky;
      z-index: 1; }
      table:not(.ignore) thead:not(.not-sticky) th {
        top: 0;
        position: sticky;
        z-index: 1; } }
  table:not(.ignore) th, table:not(.ignore) td {
    color: #999;
    border: 1px solid #eee;
    padding: 8px 16px; }
  table:not(.ignore) th {
    background: #0097A7;
    color: #fff;
    text-transform: uppercase; }
  @media (min-width: 1200px) {
    table:not(.ignore) {
      width: 90%; } }
  table:not(.ignore) .table_actions, table:not(.ignore) .actions {
    margin: 0;
    padding: 0;
    border: none;
    max-width: inherit;
    list-style: none; }
    table:not(.ignore) .table_actions a, table:not(.ignore) .table_actions li, table:not(.ignore) .actions a, table:not(.ignore) .actions li {
      margin-right: 8px;
      cursor: pointer; }
      table:not(.ignore) .table_actions a:last-child, table:not(.ignore) .table_actions li:last-child, table:not(.ignore) .actions a:last-child, table:not(.ignore) .actions li:last-child {
        margin-right: auto; }
  table:not(.ignore) .entire-row {
    text-align: center; }

.centered {
  text-align: center; }

.left-align-first td:first-child {
  text-align: left; }

.tfoot-top tfoot {
  display: table-header-group; }

.sortable thead th, .sortable thead td {
  cursor: pointer; }

.popup {
  width: 90%;
  border: none;
  border-top: thick solid #0097A7;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  transition: opacity 0.5s ease, top 0.5s ease;
  background: white;
  z-index: 2; }
  .popup.shown {
    z-index: 10; }
  .popup.hidden {
    top: 60%; }
  .popup.small {
    max-width: 400px; }
  .popup.danger {
    border-top-color: #d32f2f; }
  .popup .close {
    position: absolute;
    right: 8px;
    font-size: 1.7em;
    line-height: 50px;
    cursor: pointer; }
  .popup.prevent-close .close {
    display: none; }
  .popup h2 {
    text-align: center;
    padding: 8px;
    padding-right: 24px; }
  .popup .content {
    padding: 8px; }
  .popup.frame {
    height: 80vh;
    padding: 0;
    border: none; }
    .popup.frame .content {
      padding: 0;
      width: 100%;
      height: 100%; }
      .popup.frame .content iframe {
        width: 100%;
        height: 100%; }
  .popup .after-popup {
    position: absolute;
    background: white;
    width: 100%;
    top: 110%; }
    .popup .after-popup table {
      text-align: center; }

#small-popup-error {
  position: fixed;
  top: 5%;
  width: 90%;
  margin: 0 auto;
  max-width: 400px;
  font-size: 1em;
  background: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
  opacity: 0;
  transition: top 1s ease, opacity 1s ease;
  padding: 8px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 11; }
  #small-popup-error.display {
    opacity: 1;
    top: 10%; }
  #small-popup-error i {
    margin-right: 8px; }

.shown {
  opacity: 1;
  z-index: 2; }

.hidden {
  opacity: 0;
  pointer-events: none; }

#main-overlay {
  background-color: #000;
  transition: opacity 1s ease;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }
  #main-overlay.shown {
    opacity: 0.9;
    z-index: 9; }

#blur-text {
  color: white;
  font-size: 5vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 100vh; }
  #blur-text.shown {
    z-index: 10; }

#error-popup {
  border: none; }
  #error-popup h2 {
    background: red; }

#success-popup, #failure-popup, #info-popup {
  position: fixed;
  top: -110%;
  left: 0;
  right: 0;
  background-color: #388E3C;
  color: white;
  padding: 8px;
  z-index: 4;
  font-size: 1.5em;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  transition: top 0.8s ease-in;
  max-width: 700px;
  margin: auto; }
  #success-popup i, #failure-popup i, #info-popup i {
    margin-right: 8px; }
  #success-popup span, #failure-popup span, #info-popup span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px); }
  #success-popup.display, #failure-popup.display, #info-popup.display {
    top: 0;
    transition: top 0.8s ease-out; }
  #success-popup a, #failure-popup a, #info-popup a {
    color: white;
    text-decoration: underline; }
    #success-popup a:hover, #failure-popup a:hover, #info-popup a:hover {
      color: #0097A7; }

#failure-popup {
  background-color: #d32f2f; }

#info-popup {
  background-color: #0288D1; }

.popup.email {
  height: 80vh;
  border: none; }
  .popup.email .content {
    padding: 0; }
    .popup.email .content input {
      border: none;
      outline: none; }
    .popup.email .content .to input {
      border-bottom: #aaa solid thin; }
    .popup.email .content .body textarea {
      border-left: none;
      border-right: none;
      border-bottom: none;
      resize: none;
      outline: none;
      height: calc(80vh - 80px); }
    .popup.email .content.attachment .attachments {
      height: 35px;
      border-top: #aaa solid thin;
      padding: 8px;
      box-sizing: border-box; }
      .popup.email .content.attachment .attachments i {
        margin-right: 8px; }
    .popup.email .content.attachment .body textarea {
      height: calc(80vh - 110px); }

.slide-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 0;
  transition: right 0.5s ease;
  background: white;
  z-index: 5;
  box-sizing: border-box;
  box-shadow: -2px 0px 10px 0px rgba(0, 0, 0, 0.75); }
  .slide-panel.hidden {
    right: -110%;
    opacity: 1; }
  .slide-panel h2 {
    background-color: #0097A7;
    border-bottom: solid thin;
    color: white;
    cursor: pointer;
    line-height: 50px; }
    .slide-panel h2 i {
      float: right;
      line-height: 50px; }
    .slide-panel h2 span {
      display: inline-block;
      vertical-align: middle;
      text-overflow: ellipsis;
      max-width: 90%;
      white-space: nowrap;
      overflow: hidden; }
  .slide-panel .content {
    padding: 8px;
    overflow: auto;
    height: calc(100vh - 66px);
    box-sizing: border-box; }
  .slide-panel.has-bottom .content {
    height: calc(100vh - 100px);
    box-sizing: border-box; }
  .slide-panel.has-bottom .bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px; }
  @media (min-width: 400px) {
    .slide-panel {
      width: 400px;
      border-left: solid thin; } }
  @media (min-width: 700px) {
    .slide-panel {
      width: 500px; } }
  @media (min-width: 400px) {
    .slide-panel.large {
      width: 100%;
      border: 0; } }
  @media (min-width: 600px) {
    .slide-panel.large {
      width: 600px;
      border-left: solid thin; } }
  @media (min-width: 700px) {
    .slide-panel.large {
      width: 600px; } }
  @media (min-width: 900px) {
    .slide-panel.large {
      width: 700px; } }
  @media (min-width: 400px) {
    .slide-panel.extra-large {
      width: 100%;
      border: 0; } }
  @media (min-width: 800px) {
    .slide-panel.extra-large {
      width: 800px;
      border-left: solid thin; } }
  @media (min-width: 1000px) {
    .slide-panel.extra-large {
      width: 90%; } }
  @media (min-width: 1440px) {
    .slide-panel.extra-large {
      width: 1300px; } }

#panel-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: black;
  opacity: 0.1;
  transition: opacity 0.4s ease; }
  #panel-background.hidden {
    opacity: 0; }

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
  transform: translateZ(0);
  backface-visibility: hidden; }

.autocomplete-suggestion {
  padding: 4px 8px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF; }

.autocomplete-group {
  padding: 2px 5px; }

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000; }

.switch-toggle {
  display: none;
  box-sizing: border-box; }
  .switch-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
    padding: 2px;
    width: 80px;
    height: 40px;
    background-color: #ddd;
    border-radius: 40px;
    transition: background 0.4s;
    box-sizing: border-box; }
    .switch-toggle + label::before, .switch-toggle + label::after {
      display: block;
      position: absolute;
      content: "";
      box-sizing: border-box; }
    .switch-toggle + label::before {
      top: 2px;
      left: 2px;
      bottom: 2px;
      right: 2px;
      background: #fff;
      border-radius: 40px;
      transition: background 0.4s; }
    .switch-toggle + label::after {
      top: 4px;
      left: 4px;
      bottom: 4px;
      width: 32px;
      background: #ddd;
      border-radius: 32px;
      transition: margin 0.4s, background 0.4s; }
  .switch-toggle:checked + label {
    background: #0097A7; }
    .switch-toggle:checked + label::after {
      margin-left: 40px;
      background: #0097A7; }
  .switch-toggle:disabled + label {
    background: #ccc; }
    .switch-toggle:disabled + label::after {
      background: #ccc; }

.inline .switch {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px; }

.switch.thin .switch-toggle + label {
  width: 50px;
  height: 20px;
  border-radius: 20px; }
  .switch.thin .switch-toggle + label::before {
    border-radius: 20px; }
  .switch.thin .switch-toggle + label::after {
    width: 17px;
    border-radius: 12px; }
.switch.thin .switch-toggle:checked + label::after {
  margin-left: 25px; }

.switch-options {
  border: solid thin;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  background: #333;
  display: inline-block;
  margin-left: 8px; }
  .switch-options input {
    display: none; }
    .switch-options input:checked + label {
      background: #0097A7;
      color: white; }
  .switch-options label {
    border-right: solid thin;
    border-color: black;
    padding: 8px;
    display: inline-block;
    cursor: pointer;
    color: #aaa;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }
.waiting {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease;
  overflow: hidden; }
  .waiting.display {
    opacity: 0.7;
    z-index: 3; }
  .waiting i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    width: 80px;
    margin: auto;
    color: white;
    font-size: 5rem; }

#javascript-is-disabled {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99;
  padding-top: 16px; }
  #javascript-is-disabled h2 {
    font-size: 2.5em; }
  @supports (display: flex) {
    #javascript-is-disabled {
      display: flex;
      justify-content: center;
      flex-direction: column; } }

#loading {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
  pointer-events: none;
  opacity: 1;
  transition: opacity 1s ease; }
  #loading.hidden {
    opacity: 0; }
  #loading #loading-inner {
    position: relative;
    height: 70px;
    width: 70px;
    opacity: 1;
    transition: opacity 1s ease; }
    #loading #loading-inner div {
      position: absolute;
      left: 0;
      top: 0;
      border: 2px solid #fff;
      border-bottom-color: transparent;
      border-top-color: transparent;
      border-radius: 100%;
      height: 70px;
      width: 70px;
      animation: loading 1.5s 0s ease-in-out infinite; }
    #loading #loading-inner div:last-child {
      display: inline-block;
      top: 20px;
      left: 20px;
      width: 30px;
      height: 30px;
      animation-duration: 1s;
      border-color: #fff transparent;
      animation-direction: reverse; }
  #loading #loading-success, #loading #loading-fail {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    max-width: 400px;
    text-align: center;
    color: white;
    margin: auto;
    animation: loadingScale 4s 0s ease-in-out infinite;
    transition: opacity 1s ease; }
    #loading #loading-success .loading-status, #loading #loading-fail .loading-status {
      font-size: 7em;
      font-size: calc(5vw + 5vh); }
  #loading.success #loading-inner {
    opacity: 0; }
  #loading.success #loading-success {
    opacity: 1; }
  #loading.fail #loading-inner {
    opacity: 0; }
  #loading.fail #loading-fail {
    opacity: 1; }
  #loading #loading-success .loading-status {
    color: green; }
  #loading #loading-fail .loading-status {
    color: red; }

@keyframes loading {
  0% {
    transform: rotate(0) scale(1); }
  50% {
    transform: rotate(180deg) scale(0.6); }
  100% {
    transform: rotate(360deg) scale(1); } }
@keyframes loadingScale {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.6); }
  100% {
    transform: scale(1); } }
.pagination {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0; }
  .pagination li {
    display: inline-block;
    border: #ccc solid thin;
    background: white;
    font-size: 1vw;
    padding: 8px;
    border-right: 0;
    min-width: 1em; }
    @media (min-width: 550px) {
      .pagination li {
        font-size: 1.5vw; } }
    @media (min-width: 600px) {
      .pagination li {
        font-size: 2vw; } }
    @media (min-width: 750px) {
      .pagination li {
        font-size: 1rem; } }
    .pagination li:last-child {
      border-right: #ccc solid thin; }
    .pagination li.active {
      color: #0097A7; }
    .pagination li.disabled {
      color: #ccc; }
    .pagination li a {
      color: #555; }
      .pagination li a:hover {
        color: #0097A7; }

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none; }
  .breadcrumbs li {
    display: inline-block; }
    .breadcrumbs li::after {
      content: " /"; }
    .breadcrumbs li:last-child::after {
      display: none; }
    .breadcrumbs li a {
      color: #666666; }
      .breadcrumbs li a:hover {
        color: #000; }

.top-tab, .help {
  position: relative;
  left: 0;
  right: 0;
  top: 49px;
  width: 90%;
  background: white;
  box-sizing: border-box;
  border: solid thin;
  border-top: none; }
  .top-tab .content, .help .content {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 8px;
    max-height: 0;
    transition: max-height 0.4s ease; }
  .top-tab .img, .help .img {
    float: left;
    font-size: 3em;
    margin-right: 8px; }
  .top-tab .text, .help .text {
    padding: 8px 0; }
  .top-tab .top-tab-button, .top-tab .help-tab, .help .top-tab-button, .help .help-tab {
    position: absolute;
    right: -1px;
    top: calc(100% + 1px);
    border: solid thin;
    padding: 8px;
    background: white;
    box-sizing: border-box;
    cursor: pointer;
    border-top: none; }
    .top-tab .top-tab-button i, .top-tab .help-tab i, .help .top-tab-button i, .help .help-tab i {
      margin-right: 8px; }

.top-tabs.tab-count-2 .top-tab:first-child .top-tab-button {
  right: 80px; }

main .help, main .top-tab {
  top: -9px;
  width: 100%; }

[data-tooltip] {
  position: relative; }
  [data-tooltip]:hover:after {
    content: attr(data-tooltip);
    position: absolute;
    border: solid thin;
    background: white;
    top: -2em;
    left: 0;
    z-index: 5;
    padding: 4px;
    white-space: nowrap;
    color: black;
    line-height: normal; }
  [data-tooltip][data-tooltip-right]:hover:after {
    right: 0;
    left: auto; }

.left, .right, .mid-left, .mid-right {
  box-sizing: border-box; }

.left {
  float: left; }

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

.half {
  width: 50%; }

.tabs {
  border: solid thin; }
  .tabs .tab {
    border-right: solid thin;
    display: inline-block;
    padding: 8px;
    cursor: pointer; }
    .tabs .tab.displayed {
      background: #ccc; }
    .tabs .tab label {
      cursor: pointer; }

.actions {
  width: 100%;
  border: solid thin;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  max-width: 900px; }
  .actions a {
    padding: 8px;
    border-right: solid thin;
    display: inline-block;
    color: #000; }
    .actions a:hover {
      color: #333; }

.center-page {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.table-seperator {
  height: 8px; }

.button, form input[type=submit], .form input[type=submit], button, .primary-button {
  font-family: "Roboto", sans-serif;
  background-color: #777;
  border: 1px solid #5e5e5e;
  border-radius: 2px;
  padding: 8px 16px;
  color: white;
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  margin-top: 8px;
  box-sizing: border-box; }
  .button.enabled, form input.enabled[type=submit], .form input.enabled[type=submit], button.enabled, .enabled.primary-button {
    background-color: #990000; }
  .button.disabled, form input.disabled[type=submit], .form input.disabled[type=submit], button.disabled, .disabled.primary-button {
    background-color: #c4c4c4; }
  .button.danger, form input.danger[type=submit], .form input.danger[type=submit], button.danger, .danger.primary-button {
    background-color: #d32f2f; }
  .button i, form input[type=submit] i, .form input[type=submit] i, button i, .primary-button i {
    margin-right: 4px; }
  .button.primary-button, form input.primary-button[type=submit], .form input.primary-button[type=submit], .primary-button {
    background-color: #0097A7;
    border: 1px solid #006974; }

.primary-button {
  background-color: #0097A7;
  border: 1px solid #006974; }
  .primary-button.inverse {
    background-color: white;
    color: #0097A7;
    border-color: #e6e6e6; }

.no-select, #site-status, nav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none; }

.searchbox {
  font-size: 1em;
  padding: 0.5em;
  box-sizing: border-box; }

.height-seperater {
  height: 16px; }
  .height-seperater.small {
    height: 8px; }

.image_preview {
  width: 100%; }
  .image_preview img {
    max-width: 100%; }

.relative {
  position: relative; }

.hover-intent {
  transition-delay: 0.25s; }

.pointer {
  cursor: pointer; }

.frame header, .frame nav {
  display: none; }
.frame #backoffice {
  min-height: 100vh; }

#popup-login {
  max-width: 500px; }
  #popup-login button {
    width: 100%; }

#chartjs-tooltip {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: left; }

.image-selector {
  max-width: 100%; }
  .image-selector .images-wrapper.grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, 100%);
    grid-gap: 16px;
    grid-auto-flow: row;
    overflow: auto;
    max-height: calc(var(--screen-height) - 55px);
    box-sizing: border-box;
    justify-content: center;
    padding-top: 16px; }
    @media (min-width: 500px) {
      .image-selector .images-wrapper.grid {
        grid-template-columns: repeat(2, 45%); } }
    @media (min-width: 1300px) {
      .image-selector .images-wrapper.grid {
        grid-template-columns: repeat(3, 30%); } }
    @media (min-width: 1600px) {
      .image-selector .images-wrapper.grid {
        grid-template-columns: repeat(4, 22%); } }
  .image-selector .select-image {
    margin-bottom: 8px; }
  .image-selector .image-preview {
    text-align: center; }
    .image-selector .image-preview.grid {
      height: 200px;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 2em;
      width: 100%; }
      .image-selector .image-preview.grid img, .image-selector .image-preview.grid video {
        max-height: 100%;
        object-fit: contain; }
    .image-selector .image-preview img, .image-selector .image-preview video {
      max-width: 100%; }
  .image-selector .image-preview-wrapper {
    position: relative;
    margin-bottom: 8px; }
    .image-selector .image-preview-wrapper:last-child {
      margin-bottom: 0; }
    .image-selector .image-preview-wrapper .image-remover {
      position: absolute;
      right: 8px;
      top: 8px;
      font-size: 2em;
      -webkit-text-stroke: 2px white;
      z-index: 1; }

/*# sourceMappingURL=main.css.map */
