@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("/bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/bower_components/font-awesome/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.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 {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }
@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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; }

/**
 * App-wide Styles
 */
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #535353; }

@media screen and (max-width: 768px) {
  #pageWrapper {
    margin-top: 29px; } }
.dark-text {
  color: #535353 !important; }

.sm-text {
  font-size: 10px; }

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

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

.grid-text-right-with-menu {
  text-align: right; }

.red-text {
  color: #de4949; }

.inship-text {
  color: #e5562c; }

.grey-text {
  color: #c0c0c0; }

.page-content {
  padding: 103px 37px 37px 37px; }

* {
  box-sizing: border-box; }

a:link,
a:hover,
a:focus,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
  border: none;
  outline: none; }

.doc-icon {
  width: 17px;
  color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 21px; }

.doc-icon-lg {
  width: 24px;
  height: 30px; }

.invoice-icon,
.proformaInvoice-icon {
  background-image: url("../assets/images/invoice-icon.svg"); }

.invoice-icon-coloured {
  background-image: url("../assets/images/invoice-icon-coloured.svg"); }

.creditNote-icon {
  background-image: url("../assets/images/creditnote-icon.svg"); }

.creditNote-icon-coloured {
  background-image: url("../assets/images/creditnote-icon-coloured.svg"); }

.statement-icon {
  background-image: url("../assets/images/statement-icon.svg"); }

.statement-icon-coloured {
  background-image: url("../assets/images/statement-icon-coloured.svg"); }

.new-icon {
  background-image: url("../assets/images/unknown-icon.svg"); }

.proformaInvoice-icon {
  background-image: url("../assets/images/proformaInvoice-icon.svg"); }

.MOT-icon {
  background-image: url("../assets/images/MOT-icon.svg"); }

.backupDocument-icon {
  background-image: url("../assets/images/backupDocument-icon.svg"); }

.other-icon {
  background-image: url("../assets/images/other-icon.svg"); }

.btn {
  cursor: pointer; }

.calendar-bg,
.inship-bg {
  color: #fff;
  background-color: #e5562c; }

.dasbboard-message-bg {
  background-color: #636363;
  color: #fff; }

.invoice-icon,
.creditNote-icon,
.statement-icon,
.new-icon,
.MOT-icon,
.proformaInvoice-icon,
.backupDocument-icon {
  vertical-align: middle; }

div.invoice-bg, div.purchaseRequisition-bg,
td.invoice-bg,
td.purchaseRequisition-bg {
  background-color: #05bafe; }
div.invoice-light-bg,
td.invoice-light-bg {
  background-color: #51cffe; }
div.proformaInvoice-bg,
td.proformaInvoice-bg {
  background-color: #0080cc; }
div.proformaInvoice-light-bg,
td.proformaInvoice-light-bg {
  background-color: #0080cc; }
div.statement-bg, div.backupDocument-bg,
td.statement-bg,
td.backupDocument-bg {
  background-color: #04cc7b; }
div.statement-light-bg, div.backupDocument-light-bg,
td.statement-light-bg,
td.backupDocument-light-bg {
  background-color: #00d07c; }
div.creditNote-bg, div.MOT-bg,
td.creditNote-bg,
td.MOT-bg {
  background-color: #ff7c42; }
div.creditNote-light-bg, div.MOT-light-bg,
td.creditNote-light-bg,
td.MOT-light-bg {
  background-color: #ff7c42; }
div.new-bg,
td.new-bg {
  background-color: #646464; }
div.new-bg-invoice,
td.new-bg-invoice {
  background-color: #05bafe; }
div.new-bg-statement,
td.new-bg-statement {
  background-color: #04cc7b; }
div.new-bg-creditnote,
td.new-bg-creditnote {
  background-color: #ff7c42; }
div.new-bg-file,
td.new-bg-file {
  background-color: #dfc514; }
div.other-bg,
td.other-bg {
  background-color: #999a99; }
div.purchaseOrder-bg,
td.purchaseOrder-bg {
  background-color: #31b580; }
div.purchaseOrder-light-bg,
td.purchaseOrder-light-bg {
  background-color: #5fd4a5; }
div.forFileOnly-bg,
td.forFileOnly-bg {
  background-color: #dfc514; }
div.forFileOnly-light-bg,
td.forFileOnly-light-bg {
  background-color: #efdb50; }
div.grn-bg,
td.grn-bg {
  background-color: #176c4b; }
div.grn-light-bg,
td.grn-light-bg {
  background-color: #24ab77; }
div.debitNote-bg,
td.debitNote-bg {
  background-color: #ce1212; }
div.debitNote-light-bg,
td.debitNote-light-bg {
  background-color: #ee3e3e; }

.customHighlight {
  background-color: #ff7c42; }

.grnMatchHighlight {
  background-color: #00d07c; }

.white-text {
  color: #fff; }

.yellowHighlight {
  background-color: yellow; }

.error-bg {
  background-color: #de4949 !important;
  color: #fff; }

.error-text {
  color: #de4949; }

.error-text-delivery {
  color: #de4949;
  background-color: yellow; }

.warning-bg {
  background-color: #f5b747 !important;
  color: black; }

.faded {
  opacity: 0.6; }

.title-bar {
  padding: 18px 36px;
  color: #535353;
  font-size: 24px;
  font-weight: 300;
  width: 100%; }

.title-bar-options {
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  width: 100%; }

.unselectable, .toggle-switch {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.user-type {
  border-radius: 100%;
  padding: 6px;
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #fff; }

.user-type.master {
  background-color: #9e9e9e; }

.user-type.admin {
  background-color: #368bf5; }

.user-type.employee {
  background-color: #ff76a8; }

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

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

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

.text-uppercase {
  text-transform: uppercase; }

.screen-reader {
  text-indent: -9999px; }

@media screen and (max-width: 768px) {
  .page-content {
    padding: 101px 15px 37px 15px; }

  .title-bar {
    padding: 18px 15px; } }
.no-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.justify-list {
  display: flex;
  justify-content: space-around; }

.preserve-line {
  white-space: pre-line;
  line-height: 30px; }

#loading-bar .bar {
  position: absolute;
  bottom: -1px;
  top: initial;
  background: rgba(255, 102, 64, 0.8);
  z-index: 0; }
#loading-bar .peg {
  box-shadow: none; }

.top-container {
  position: relative; }

.small-text {
  font-size: 11px; }

.large-text {
  font-size: 18px; }

hr.small {
  margin: 5px 0; }

hr.dark-hr {
  border-color: #c0c0c0; }

a.link {
  color: #e5562c; }
  a.link:hover {
    text-decoration: underline; }

.text-overflow {
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.no-issue {
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center; }
  .no-issue .no-issue-text {
    padding: 5px 10px;
    border: 1px dashed #535353;
    border-radius: 6px;
    transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(-14deg); }

.well {
  background-color: #f3f3f3;
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  word-break: break-word; }
  .well pre {
    white-space: pre-wrap; }

.w-spacing {
  padding: 24px; }

.success-bg {
  background: #4cbb5a !important;
  color: #fff !important; }

.cursor-hover {
  cursor: pointer; }

.ui-grid-selection-row-header-buttons {
  opacity: 0.5; }

.ui-grid-viewport {
  overflow-anchor: none; }

.loader-wrapper {
  position: relative; }

.loader {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  .loader .msg {
    position: absolute;
    top: calc(50% - 28px);
    left: 40%;
    width: 20%;
    height: 55px;
    text-align: center;
    color: #666666; }
    .loader .msg span {
      font-size: 16px; }
    .loader .msg i {
      font-size: 32px; }

.ui-grid .grid-loading-overlay {
  background-color: rgba(0, 90, 130, 0.4);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  .ui-grid .grid-loading-overlay .msg {
    position: absolute;
    top: 45%;
    left: 40%;
    width: 20%;
    height: 10%;
    text-align: center;
    color: #fff; }
    .ui-grid .grid-loading-overlay .msg span {
      font-size: 16px; }
    .ui-grid .grid-loading-overlay .msg i {
      font-size: 32px; }
.ui-grid .ui-grid-pager-panel .ui-grid-pager-control .ui-grid-pager-control-input {
  width: 65px !important; }

input.inship-form-control {
  min-height: 26px;
  padding: 0 4px;
  border-radius: 4px; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

.selector-input {
  position: relative; }
  .selector-input button {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 52px;
    background-color: #f3f3f3;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    text-align: center; }
  .selector-input .selector {
    position: absolute;
    right: 10px;
    top: 3px; }
  .selector-input .input-container input {
    padding-right: 29px; }
    .selector-input .input-container input.input-basic {
      padding: 2px 29px 2px 0; }
    .selector-input .input-container input.input-t2p {
      background-color: none;
      background-image: linear-gradient(#005a82, #005a82);
      text-align: center;
      padding: 10px 2px;
      color: #fff;
      font-size: 16px;
      text-shadow: #111 0 1px 1px;
      font-family: 'Open Sans', Arial, sans-serif; }
      .selector-input .input-container input.input-t2p::placeholder {
        color: #fff; }
      .selector-input .input-container input.input-t2p:hover {
        cursor: pointer;
        background-image: linear-gradient(#19b5fe, #19b5fe); }

textarea {
  display: block;
  padding: 15px; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-inline {
  display: inline; }

.d-flex {
  display: flex; }

.padding-0 {
  padding: 0; }

.padding-0_i {
  padding: 0 !important; }

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

.text-bold {
  font-weight: bold; }

.bg-transparent {
  background-color: transparent; }

.border-none {
  border: none; }

.border-radius-0 {
  border-radius: 0; }

.border-radius-0_i {
  border-radius: 0 !important; }

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; }

  .col-md-offset-15 {
    margin-left: 12.499999995%; }

  .modal-xxlg {
    width: 95%; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
.btn {
  border: none;
  text-align: center;
  transition: transform 0.2s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  transform: scale(1); }
  .btn:hover {
    transform: scale(1.04); }

.inline-btn-group {
  margin-right: -4px; }
  .inline-btn-group .btn-default {
    margin-right: 4px;
    display: inline-block; }

.vertical-btn-group {
  margin-top: -5px; }
  .vertical-btn-group .btn-default {
    margin-top: 5px; }

.transparent-btn {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.colored-btn {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
  .colored-btn.secondary-btn {
    color: #fff;
    background: #8b8b8b; }
    .colored-btn.secondary-btn:hover {
      background: #797979; }
  .colored-btn.primary-btn {
    color: #fff;
    background: #005a82; }
    .colored-btn.primary-btn:hover {
      background: #00374f; }
  .colored-btn.critical-btn {
    color: #fff;
    background: #ce3e3e; }
    .colored-btn.critical-btn:hover {
      background: #ce3e3e; }
  .colored-btn.issueLinkButton {
    border-color: #e2d8d8;
    border-width: thick;
    border-style: solid; }

.transparent-btn:hover {
  background: rgba(255, 255, 255, 0.4); }

.btn-default {
  padding: 3px 6px;
  border-radius: 3px; }
  button.btn-default {
    padding: 4px 7px; }

.flat-btn {
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
  color: #535353; }

.btn-primary,
a.btn-primary {
  color: #005a82; }

.btn-critical,
a.btn-critical {
  color: #ce3e3e; }

.btn-warn,
a.btn-warn {
  color: #efc933; }

.select-input:not(.multiple) {
  position: relative; }
  .select-input:not(.multiple):before {
    position: absolute;
    font-family: FontAwesome;
    top: 50%;
    right: 16px;
    margin-top: -11px;
    content: '\f0d7';
    font-size: 18px;
    pointer-events: none;
    padding-left: 16px;
    background-color: #fff; }
  .select-input:not(.multiple) .loading-indicator {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -6px; }

select.input-default {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: none;
  border: 1px solid #dfdfdf;
  padding: 16px; }

select:disabled {
  opacity: 0.5; }

.file-input {
  position: relative;
  overflow: hidden;
  padding: 16px;
  text-align: center;
  border: 1px dashed #dfdfdf;
  cursor: pointer; }
  .file-input input.input-default {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 100px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }

.btn-grey {
  background: #f3f3f3; }

.big-btn {
  padding: 16px; }

.btn-group .btn {
  padding: 16px;
  text-align: center;
  display: table-cell;
  width: 1%; }

input {
  color: #535353;
  border-radius: 0;
  box-shadow: none; }

input[type='text'].input-default,
input[type='password'].input-default,
input[type='email'].input-default,
input[type='tel'].input-default,
input[type='date'].input-default,
input[type='month'].input-default,
input[type='number'].input-default,
.btn-label {
  padding: 16px;
  margin-bottom: -1px; }

input[type='text'].input-reduced,
input[type='password'].input-reduced,
input[type='email'].input-reduced,
input[type='tel'].input-reduced,
input[type='date'].input-reduced,
input[type='month'].input-reduced,
input[type='number'].input-reduced,
.btn-label {
  padding: 5px;
  margin-bottom: -1px;
  width: 100%; }

textarea.textarea-default {
  padding: 16px;
  margin-bottom: -1px; }

input:disabled {
  background: #f3f3f3; }

.input-padded {
  padding: 16px; }

input,
textarea {
  outline: none;
  border: 1px solid #dfdfdf; }
  input.issue, input.ng-invalid.ng-dirty,
  textarea.issue,
  textarea.ng-invalid.ng-dirty {
    border-color: #ffa5a5;
    z-index: 1;
    position: relative; }

.input-group:not(:first-child) {
  margin-top: 16px; }
.input-group .input-default {
  width: 100%; }

.full-width {
  width: 100%; }

.btn-with-dropdown {
  width: 100%; }
  .btn-with-dropdown .dropdown-toggle-btn {
    padding: 4px 10px;
    background-color: rgba(255, 255, 255, 0.3); }
  .btn-with-dropdown .btn {
    width: 100%; }
  .btn-with-dropdown .dropdown-list {
    width: 100%; }
  .btn-with-dropdown .btn-default {
    padding: 0px 0px; }
    .btn-with-dropdown .btn-default .btn-text {
      padding: 4px 10px; }

.checkbox input[type='checkbox'] {
  position: absolute;
  margin: 4px 0 0 -20px; }
.checkbox label {
  display: block;
  padding-left: 20px; }

.tile-col {
  margin-top: -15px; }

.tile-row {
  margin-top: -12px; }

.tile-container {
  padding: 15px; }

.tile.collapsed-tile {
  height: auto; }
  .tile.collapsed-tile .text-container {
    padding: 16px 16px 16px 44px; }
    .tile.collapsed-tile .text-container .icon {
      margin-right: 10px;
      margin-left: -26px;
      margin-top: 0px;
      float: left; }

.tile {
  box-shadow: 0 1px 3px rgba(121, 121, 121, 0.4);
  background-color: #fff;
  position: relative;
  border-radius: 3px;
  transition: transform .3s; }
  .tile .tile-header.with-icon {
    padding-left: 49px; }
  .tile .tile-header .tile-heading {
    font-size: 16px; }
  .tile .tile-header .tile-subheading {
    font-size: 10px; }
  .tile .full-img {
    background-repeat: no-repeat;
    background-size: 130%;
    background-position: 50% 0;
    width: 100%;
    height: 300px; }
  .tile .content {
    padding: 8px; }

.tile-over-effect:hover {
  transform: scale(1.02);
  cursor: pointer; }

.tile-click-effect:active {
  transform: scale(0.97); }

.table-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.table-icon {
  padding: 0 8px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  width: 100%;
  margin: 0 10px; }

.custom-table {
  width: 100%;
  text-align: left;
  position: relative;
  border-collapse: collapse; }
  .custom-table .small-td {
    width: 3%; }
  .custom-table .sub-table {
    background-color: #f1f1f1; }
    .custom-table .sub-table > td {
      padding: 5px; }
  .custom-table th {
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 11px;
    color: #535353;
    background: #d3d3d3;
    border: 1px solid rgba(142, 142, 142, 0.1);
    outline: 1px solid transparent; }
  .custom-table tbody,
  .custom-table thead {
    background: #fff;
    border: 1px solid rgba(142, 142, 142, 0.1);
    outline: 1px solid transparent; }
    .custom-table tbody.custom-border th,
    .custom-table thead.custom-border th {
      color: #f3f3f3;
      background-color: #747474;
      border: 1px solid #747474; }
    .custom-table tbody.custom-border tr,
    .custom-table thead.custom-border tr {
      background-color: #f3f3f3;
      border: 1px solid #747474; }
  .custom-table tr:nth-child(even):not(.sub-table) {
    background-color: #f1f1f1; }
  .custom-table .customHighlight:nth-child(even) {
    background-color: #ff7c42 !important; }
  .custom-table td {
    padding: 4px 8px; }
    .custom-table td.dark {
      background-color: #f3f3f3; }
    .custom-table td.selected {
      color: #e5562c; }
    .custom-table td.link {
      color: #e5562c;
      cursor: pointer; }
    .custom-table td .indicator {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 5px; }
      .custom-table td .indicator.on-hold {
        background-color: #ff7373; }

tr td.fit-width {
  width: 1%;
  white-space: nowrap; }

.comment-box {
  background: #fff;
  box-shadow: 0 1px 3px #c0c0c0;
  margin-bottom: 10px;
  position: relative;
  padding-left: 50px; }
  .comment-box .comment-header .name {
    font-weight: 600; }
  .comment-box .comment-content {
    padding: 8px 10px; }
    .comment-box .comment-content .comment-header + .comment-body {
      margin-top: 5px;
      word-wrap: break-word; }

.comment-type {
  color: #fff;
  background-color: #c0c0c0;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 18px;
  width: 50px; }

.progress {
  height: 11px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px; }
  .progress .progress-bar {
    width: 0;
    height: 100%;
    background: #5ad28e; }

.templateToolbar {
  color: #fff;
  padding: 16px 37px;
  margin-bottom: 24px;
  width: 100%;
  background-color: #9d9d9d;
  transition: background-color 1s; }
  .templateToolbar .page-title {
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
    vertical-align: bottom; }
  .templateToolbar .inline-btn-group {
    margin-top: -3px; }
  .templateToolbar .doc-icon {
    vertical-align: middle;
    margin-left: 16px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.set-up-document-button, .set-up-document-button:hover {
  background: white;
  color: #535353; }

.modal-open .modal {
  overflow-y: scroll; }

.modal-content {
  padding: 24px 24px 16px 24px;
  overflow: hidden; }

.modal-title {
  font-size: 18px;
  margin-bottom: 24px; }
  .modal-title .fa {
    margin-right: 10px; }

.heading {
  margin-bottom: 16px; }
  .heading a {
    vertical-align: bottom; }

.modal-buttons {
  margin-top: 24px; }
  .modal-buttons .btn {
    float: right; }
  .modal-buttons.modal-buttons-fixed {
    position: absolute;
    bottom: 24px;
    right: 24px; }

.modal-item {
  margin-bottom: 16px; }
  .modal-item.full {
    margin: -24px -24px 24px -24px;
    padding: 24px; }

.modal-items .modal-item:last-child {
  padding-bottom: 0; }

.toggle-switch {
  background: #c0c0c0;
  width: 38px !important;
  height: 22px;
  position: relative;
  border-radius: 20px;
  transition: background 0.3s; }
  .toggle-switch .toggle-btn {
    transition: left 0.3s;
    position: absolute;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    width: 21px;
    height: 21px; }
  .toggle-switch.toggle-on {
    background: #e5562c; }
    .toggle-switch.toggle-on .toggle-btn {
      left: calc(100% - 21px); }
  .toggle-switch.input-default {
    margin: 14px 0; }
  .toggle-switch[disabled] {
    opacity: 0.5; }

.dropdown {
  text-align: left;
  position: relative;
  display: inline-block;
  cursor: pointer; }

.dropdown.open .dropdown-list {
  display: block;
  cursor: default; }

.dropdown-list {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0;
  padding: 4px 0;
  margin: 0;
  list-style-type: none;
  display: none;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #535353;
  z-index: 1000;
  min-width: 160px;
  line-height: 22px; }
  .dropdown-list.overlap {
    top: 0; }
  .dropdown-list li {
    padding: 8px 16px 8px 40px;
    transition: background-color .2s; }
    .dropdown-list li .icon {
      margin-right: 8px;
      margin-left: -24px;
      margin-top: 5px;
      float: left; }
    .dropdown-list li.spacer {
      margin: 5px 0;
      padding: 0;
      height: 1px;
      background-color: #f3f3f3; }
    .dropdown-list li.no-icon {
      padding: 8px 16px; }
  .dropdown-list.left-list {
    left: auto;
    right: 0; }
  .dropdown-list.top-spacing {
    margin: 5px 0 0 0; }
  .dropdown-list a > li:hover {
    background-color: #f3f3f3;
    cursor: pointer; }

.document-type-selection {
  margin-bottom: 16px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem; }

.document-type-option {
  padding: 16px;
  color: #fff;
  margin-bottom: 5px;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  line-height: 22px;
  transition: background-color 0.6s;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .document-type-option .icon {
    vertical-align: bottom; }
  .document-type-option.not-selected {
    background-color: #c0c0c0;
    opacity: 0.6; }

.animation {
  animation-duration: 0.5s;
  animation-fill-mode: both; }
  .animation.animation-fast {
    animation-duration: 0.2s; }
  .animation.animation-slow {
    animation-duration: 2s; }

.fade-up-in {
  animation-name: fade-up-in; }

@keyframes fade-up-in {
  0% {
    opacity: 0;
    margin-top: 50px; }
  100% {
    opacity: 1;
    margin-top: 0; } }
.fade-in {
  animation-name: fade-in; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.big-in {
  animation: big-in; }

@keyframes big-in {
  0% {
    transform: scale(3); }
  100% {
    transform: scale(1); } }
.stamp-in {
  animation-name: stamp-in; }

@keyframes stamp-in {
  0% {
    transform: scale(3) rotate(0deg); }
  100% {
    transform: scale(1) rotate(-10deg); } }
.pop-in {
  animation-name: pop-in; }

@keyframes pop-in {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
.drop-off-left {
  animation-name: drop-off-left; }

@keyframes drop-off-left {
  0% {
    transform: rotate(0deg) translateX(0px); }
  100% {
    transform: rotate(0deg) translateX(-200%); } }
.dropdown-in {
  animation-name: dropdown-in; }

@keyframes dropdown-in {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0); } }
.ui-grid-top-panel {
  background: #f5f5f5; }

.ui-grid-cell,
.ui-grid,
.ui-grid-header-cell {
  border-color: #ececec; }

.ui-grid-header-cell.text-right .ui-grid-cell-contents span:nth-child(2) {
  float: left; }

.ui-grid-cell,
.ui-grid-row:nth-child(even) .ui-grid-cell {
  background: #f7f7f7;
  border-bottom: 1px solid #f3f3f3; }

.ui-grid-cell,
.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background: #fff;
  border-bottom: 1px solid #f3f3f3; }

.ui-grid-tree-header-row .ui-grid-cell, .ui-grid-tree-header-row.ui-grid-row:nth-child(odd) .ui-grid-cell, .ui-grid-tree-header-row.ui-grid-row:nth-child(even) .ui-grid-cell {
  background: #e6e6e6;
  border: 1px solid #eaeaea;
  border-left: none;
  border-right: none; }

.centered-dnd {
  top: 10%;
  left: 10%;
  width: 80vw;
  height: 40vh;
  border-radius: 10px;
  margin: 150px; }

.drag-drop-bg {
  background: #f5f5f5;
  padding: 10px; }
  .drag-drop-bg ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .drag-drop-bg ul li {
      float: left;
      margin-right: 5px;
      margin-left: 5px; }
.drag-drop-text {
  text-align: center; }
.drag-drop-body {
  background: #e3e4e6;
  padding: 30px;
  border: 2px dashed #005a82;
  margin-bottom: 10px; }
  .drag-drop-body:hover {
    border: 2px dashed #0a95ff; }
.drag-drop a {
  color: #005a82; }
  .drag-drop a:hover {
    color: #0a95ff; }

ul {
  text-align: left; }

p {
  text-align: left; }

.w3-text-theme {
  color: #000000 !important; }

.w3-border-theme {
  border-color: #000000 !important; }

.w3-container, .w3-panel {
  padding: 0.01em 16px; }

.w3-panel {
  margin-top: 16px;
  margin-bottom: 16px; }

.w3-bar {
  width: 100%;
  overflow: auto; }

.w3-center .w3-bar {
  display: inline-block;
  width: auto; }

.w3-bar-block.w3-center .w3-bar-item {
  text-align: center; }

.w3-block {
  display: block;
  width: 100%; }

.w3-margin {
  margin: 16px !important; }

.w3-margin-top {
  margin-top: 16px !important; }

.w3-margin-bottom {
  margin-bottom: 16px !important; }

.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
  float: left;
  width: 100%; }

@media (min-width: 601px) {
  .w3-col.m1 {
    width: 8.33333%; }

  .w3-col.m2 {
    width: 16.66666%; }

  .w3-col.m3, .w3-quarter {
    width: 24.99999%; }

  .w3-col.m4, .w3-third {
    width: 33.33333%;
    text-align: center; }

  .w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col {
    padding: 0 8px; }

  .w3-card, .w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

  .w3-card-4, .w3-hover-shadow:hover {
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19); } }
.settings-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
.settings-menu li {
  background-color: #fff;
  transition: padding-left 0.4s; }
  .settings-menu li a {
    display: block;
    padding: 16px 24px; }
  .settings-menu li .fa {
    position: relative; }
    .settings-menu li .fa.expanded, .settings-menu li .fa.not-expanded {
      bottom: -5px; }
    .settings-menu li .fa.selected, .settings-menu li .fa.sub-icon {
      left: -5px; }
  .settings-menu li.second-level-option {
    background-color: transparent; }
    .settings-menu li.second-level-option a {
      padding-left: 40px; }
  .settings-menu li.selected {
    background-color: #e5562c;
    color: #fff;
    padding-left: 10px; }
    .settings-menu li.selected.second-level-option {
      padding-left: 5px; }
  .settings-menu li.expanded {
    background-color: #f3f3f3; }
    .settings-menu li.expanded.first-level-option > a {
      border-bottom: 1px solid #c0c0c0; }
  .settings-menu li:hover:not(.selected):not(.expanded) {
    background-color: #c0c0c0; }

.company-item.company-item-containing-options {
  padding: 16px 16px 5px 16px; }
  .company-item.company-item-containing-options .inner-options {
    padding: 18px 0 0 0;
    color: #535353; }

.company-item {
  padding: 10px;
  border-radius: 3px; }

.input-comments {
  align-items: center;
  padding-left: 7px;
  height: 30px;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.heading {
  font-size: 14px;
  font-weight: bold; }

.col-xs-8 {
  padding: 7px; }

.col-xs-1 {
  padding: 1px; }
  .col-xs-1 .fa.fa-remove {
    display: flex;
    justify-content: left;
    align-items: end;
    height: 30px; }

.custom-table .row {
  margin: 0px; }
.custom-table .row-header {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 16px;
  background-color: #dfdfdf;
  margin-left: 16px;
  margin-right: 30px;
  font-weight: 600; }
.custom-table .table-content {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 40vh;
  padding: 16px; }
  .custom-table .table-content .row-content {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 3px;
    cursor: pointer;
    transition: padding 0.2s; }
    .custom-table .table-content .row-content:hover {
      padding: 20px;
      background-color: #dfdfdf; }

.section-container {
  position: relative; }
  .section-container .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #e6e6e6;
    opacity: 0.5;
    top: 0; }

.attached {
  border-color: green !important; }
  .attached:hover {
    background-color: #d2e8d2 !important; }

.data-table-header {
  background-color: #e6e6e6;
  padding: 16px 0;
  border-radius: 3px; }

.padding-16 {
  padding: 16px; }

.medium-text {
  font-size: 13px; }

.employee-box {
  padding: 10px 0;
  position: relative; }
  .employee-box .user-type {
    margin-bottom: 10px;
    transition: background-color 0.3s; }
  .employee-box .remove-employee {
    display: none; }
  .employee-box.with-delete:hover {
    cursor: pointer; }
    .employee-box.with-delete:hover .user-type.master, .employee-box.with-delete:hover .user-type.employee {
      background-color: #ff2540; }
    .employee-box.with-delete:hover .active-employee {
      display: none; }
    .employee-box.with-delete:hover .remove-employee {
      display: block; }

.user-groups-container {
  display: grid;
  grid-template-columns: 50% auto;
  grid-auto-rows: 1fr;
  gap: 1rem; }

i.clickable:hover {
  transform: scale(1.2);
  cursor: pointer; }

div.clickable:hover i, div.clickable:hover div {
  transform: scale(1.2);
  cursor: pointer; }

.user-group-card {
  border: 1px solid #ababab;
  border-radius: 0.5rem;
  padding: 1rem;
  width: 100%;
  height: 100%; }
.user-group-heading {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.user-group-list {
  list-style: none;
  padding: 0.5rem 1rem;
  margin: 0 0 0 0; }
  .user-group-list:nth-child(even) {
    background: #ebebeb; }
  .user-group-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25rem; }
.user-group-create {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem; }

.medium-text {
  font-size: 14px; }

.tabs {
  border-bottom: 2px solid #0d436b; }
  .tabs .tab {
    display: inline-block;
    padding: 8px 16px;
    margin-right: 16px;
    border-radius: 3px 3px 0 0;
    background: #696969;
    color: #fff;
    opacity: 0.6; }
    .tabs .tab.selected {
      background: #e5562c;
      opacity: 1; }
    .tabs .tab .tab-number {
      background: #fff;
      color: #535353;
      float: left;
      padding: 0 4px;
      border-radius: 3px;
      margin-right: 8px; }

.full-bg {
  background-color: #e5562c;
  position: fixed;
  transition: background-color 0.6s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.lip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background: #e5562c; }

.centered-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }

#start-container {
  border-radius: 9px; }

.tile.mini-tile {
  height: 100px !important; }

.user-settings-dropdown {
  float: right;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px;
  margin-top: 10px;
  margin-left: 10px; }

.welcome-top-user {
  padding: 0 16px;
  margin-bottom: 16px; }
  .welcome-top-user h2 {
    font-weight: 400; }

.inshipGrid-full.ui-grid, .inshipGrid-full .ui-grid-viewport {
  height: auto !important; }

.middle-split {
  border-right: 5px solid #f5f5f5;
  border-left: 5px solid #f5f5f5;
  border-bottom: none !important; }

.middle-header {
  border-bottom: none !important; }

.slider-container {
  display: flex;
  flex-wrap: nowrap; }

.slider-row {
  width: 10%;
  margin-right: 2%; }

.slider-label {
  width: 10%; }

.slider {
  display: flex;
  width: 10%;
  align-items: center; }

#document-preview-container:not(.col-xs-12) .document-preview img {
  cursor: crosshair; }

.document-preview {
  position: relative; }
  .document-preview img {
    transition: width 0.2s;
    width: 100%; }

.template-page {
  animation: fade-up-in 1s ease-in;
  animation-fill-mode: both; }

@keyframes fade-up-in {
  from {
    opacity: 0;
    visibility: hidden;
    margin-top: 80px; }
  to {
    opacity: 1;
    visibility: visible;
    margin-top: 0; } }
@keyframes fade-down-out {
  from {
    opacity: 1;
    visibility: visible;
    margin-top: 0px; }
  to {
    opacity: 0;
    visibility: hidden;
    margin-top: 80px; } }
.template-selection-option-heading {
  background: #535353;
  font-size: 16px;
  padding: 16px;
  color: #fff;
  cursor: pointer; }
  .template-selection-option-heading .carat {
    text-align: center; }

.template-selection-option-group {
  transition: margin 0.3s;
  display: none; }

.template-selection-option-heading.toggle-on + .template-selection-option-group {
  display: block;
  margin: 0 3px; }

.template-selection-option-item {
  position: relative;
  color: #6D6D6D;
  font-size: 14px;
  cursor: pointer;
  transition: margin 0.3s; }
  .template-selection-option-item .template-selection-option-item-content {
    padding: 16px; }
  .template-selection-option-item .template-selection-option-item-add {
    background: rgba(0, 0, 0, 0.1);
    width: auto;
    position: absolute;
    top: 0;
    right: 0; }
  .template-selection-option-item .help-item {
    position: absolute;
    left: 11px;
    top: 15px; }
    .template-selection-option-item .help-item + .template-selection-option-item-content {
      padding-left: 36px; }

.template-selection-option-item.not-selected {
  background-color: #EBEBEB; }

.template-selection-option-item.not-selected:hover {
  background-color: #D6D6D6; }

.template-selection-option-item.selected {
  color: #fff;
  margin: 5px -5px; }

.ocr-text-container {
  position: relative; }
  .ocr-text-container .ocr-icon {
    position: absolute;
    top: 2px;
    left: 2px; }
  .ocr-text-container .ocr-text-preview {
    font-style: italic;
    font-weight: 300;
    margin-left: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.wizard {
  padding-bottom: 10px; }
  .wizard.first-step .page-selection-body {
    animation-name: flash;
    animation-duration: 0.5s;
    animation-iteration-count: 3;
    animation-delay: 5s; }

@keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.page-selection-container {
  z-index: 5;
  position: relative; }

.page-selection-body {
  padding: 10px 16px;
  background-color: #747474;
  color: #fff; }

.page-selection-text {
  padding: 10px 16px;
  background-color: #f5f5f5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600; }

.ocr-selection.in-remove-state, .identify-selection.in-remove-state {
  border: 1px dashed #c0c0c0;
  background: rgba(0, 0, 0, 0.1) !important; }

.rectangle-selection-name-container .rectangle-selection-name {
  position: absolute;
  top: -15px;
  right: 0;
  background: #283940;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 3px 3px 0 0;
  pointer-events: none;
  max-width: 80px;
  padding: 0 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.employee-box {
  padding: 10px 0;
  position: relative; }
  .employee-box .user-type {
    margin-bottom: 10px;
    transition: background-color 0.3s; }
  .employee-box .remove-employee {
    display: none; }
  .employee-box.with-delete:hover {
    cursor: pointer; }
    .employee-box.with-delete:hover .user-type.master, .employee-box.with-delete:hover .user-type.employee {
      background-color: #ff2540; }
    .employee-box.with-delete:hover .active-employee {
      display: none; }
    .employee-box.with-delete:hover .remove-employee {
      display: block; }

.tile.dash-tile {
  padding-bottom: 54px;
  height: 170px;
  overflow: hidden; }
  .tile.dash-tile .template {
    height: 170px;
    overflow-y: auto; }
  .tile.dash-tile .icon {
    text-align: center;
    padding: 20px; }
    .tile.dash-tile .icon.small-icon img {
      width: auto;
      height: 52px; }
    .tile.dash-tile .icon img {
      width: 120px;
      height: 80px; }
  .tile.dash-tile .text-container {
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e5562c;
    width: 100%; }
    .tile.dash-tile .text-container div {
      display: inline-block; }
    .tile.dash-tile .text-container .name {
      vertical-align: middle;
      padding: 16px;
      position: absolute;
      left: 0;
      bottom: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .tile.dash-tile .text-container .number {
      text-align: center;
      vertical-align: middle;
      padding: 16px;
      font-size: 16px;
      float: right;
      background-color: rgba(255, 255, 255, 0.2); }

.tile.full-dash-tile {
  color: #fff;
  background-color: #e5562c; }
  .tile.full-dash-tile .text-container {
    background-color: inherit !important; }

.tile-container.ng-enter,
.stagger-in.ng-enter {
  transition: all ease-out 0.2s;
  opacity: 0;
  transform: scale(1.3); }

.tile-container.ng-enter-active,
.stagger-in.ng-enter-active {
  opacity: 1;
  transform: scale(1); }

.tile-container.ng-enter-stagger,
.stagger-in.ng-enter-stagger {
  /* this will have a 100ms delay between each successive enter animation */
  transition-delay: 0.02s;
  /* in case the stagger doesn't work then these two values
   must be set to 0 to avoid an accidental CSS inheritance */
  transition-duration: 0s; }

.activity-list {
  background: #e5562c;
  color: #fff;
  padding: 8px;
  min-height: 170px; }
  .activity-list .activity-item {
    position: relative;
    padding: 4px 8px; }
    .activity-list .activity-item .number {
      display: inline-block;
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      padding: 3px 8px;
      border-radius: 3px;
      vertical-align: top;
      margin: 4px 0; }
    .activity-list .activity-item .text {
      margin-left: 12px;
      display: inline-block; }
    .activity-list .activity-item .date {
      color: rgba(255, 255, 255, 0.7); }

.charts-top {
  margin-bottom: 24px; }

.help-tile {
  padding: 16px;
  background: #e5562c;
  color: #fff;
  height: 100px;
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .help-tile .title {
    font-size: 16px; }

.help-tile-text {
  padding: 16px;
  color: #050505;
  height: 100px;
  width: 1200px;
  display: flex;
  align-items: left;
  justify-content: left;
  flex-direction: column; }
  .help-tile-text .title {
    font-size: 16px; }

.home-page-container {
  padding-top: 140px; }
  .home-page-container > div {
    background: #ddd; }
  .home-page-container .sub-heading {
    padding: 30px 0;
    text-align: center;
    font-size: 4rem;
    font-weight: 900; }
  .home-page-container .section-a {
    display: grid;
    grid-template-columns: 50% auto;
    grid-template-areas: 'mainHeading video' 'testimonialContainer video'; }
    .home-page-container .section-a .main-heading {
      padding-top: 120px;
      text-align: center;
      grid-area: mainHeading;
      font-size: 38px;
      font-weight: 900; }
    .home-page-container .section-a .testimonial-container {
      grid-area: testimonialContainer;
      margin-top: 3rem; }
    .home-page-container .section-a .testimonial-quote {
      padding: 0 2rem;
      margin: 0 0 2rem 0; }
      .home-page-container .section-a .testimonial-quote .signature {
        text-align: center;
        font-size: 1.5rem; }
        .home-page-container .section-a .testimonial-quote .signature h3, .home-page-container .section-a .testimonial-quote .signature h4 {
          margin: 0;
          padding: 0; }
    .home-page-container .section-a .testimonial-heading {
      text-align: center;
      font-size: 30px;
      font-weight: 300; }
    .home-page-container .section-a .video {
      grid-area: video;
      justify-content: center;
      align-items: center;
      padding: 50px; }
      .home-page-container .section-a .video .vid-link {
        margin-top: 25px;
        text-align: center; }
  @media (max-width: 1000px) {
    .home-page-container .section-a {
      display: grid;
      grid-template-columns: 100%;
      grid-template-areas: 'mainHeading' 'testimonialContainer' 'video'; }
      .home-page-container .section-a .testimonial-heading {
        display: none; } }
  .home-page-container .section-b-images {
    display: flex;
    justify-content: center;
    grid-gap: 3rem; }
  .home-page-container .section-b-image > h2, .home-page-container .section-b-image > div {
    text-align: center;
    font-weight: 600; }
  @media (max-width: 800px) {
    .home-page-container .section-b .section-b-images {
      flex-direction: column; } }
  .home-page-container .section-c-images {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: space-evenly;
    align-items: center;
    row-gap: 2rem; }
    .home-page-container .section-c-images > div:nth-child(13) {
      grid-column: 2/3; }
    .home-page-container .section-c-images > div:nth-child(14) {
      grid-column: 3/4; }
  .home-page-container .section-c-image {
    text-align: center; }
    .home-page-container .section-c-image img {
      height: 60px;
      width: 60px; }
  @media (max-width: 900px) {
    .home-page-container .section-c .section-c-images {
      grid-template-columns: 50% auto; }
      .home-page-container .section-c .section-c-images > div:nth-child(13) {
        grid-column: auto; }
      .home-page-container .section-c .section-c-images > div:nth-child(14) {
        grid-column: auto; } }
  .home-page-container .section-d-images-row {
    display: flex;
    justify-content: space-evenly; }
  .home-page-container .section-d-images-column {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .home-page-container .section-d-images-column .section-d-image-column {
      display: flex;
      justify-content: center;
      align-items: center; }
      .home-page-container .section-d-images-column .section-d-image-column .section-d-text {
        width: 700px;
        margin-left: 50px; }
  .home-page-container .section-d-image {
    display: flex; }
    .home-page-container .section-d-image .circle-image-border {
      border: 2px solid black;
      padding: 50px;
      border-radius: 100%;
      background: #fff;
      z-index: 1; }
      .home-page-container .section-d-image .circle-image-border img {
        width: 80px;
        height: 80px; }
    .home-page-container .section-d-image .bubble {
      display: flex;
      width: 300px;
      height: 150px;
      background: #c4c4c4;
      border-radius: 30px;
      padding: 4rem;
      transform: translateX(-30px);
      z-index: 0;
      text-align: center;
      justify-content: center;
      align-items: center;
      font-size: 1.5rem;
      font-weight: 600; }
  .home-page-container .section-d .green-circle {
    background: #005a82;
    border-radius: 100%;
    padding: 4rem; }
    .home-page-container .section-d .green-circle img {
      height: 100px;
      width: 100px; }
  .home-page-container .section-d .green-image {
    padding: 2.5rem 0; }
    .home-page-container .section-d .green-image img {
      height: 250px;
      width: 250px; }
  @media (max-width: 1000px) {
    .home-page-container .section-d .section-d-images-row {
      flex-direction: column;
      align-items: center; } }
  @media (max-width: 500px) {
    .home-page-container .section-d .section-d-image {
      margin-bottom: 25px; }
    .home-page-container .section-d .bubble {
      width: 175px;
      height: 125px;
      padding: 3rem; }
    .home-page-container .section-d .circle-image-border {
      padding: 25px;
      margin-bottom: 25px; }
      .home-page-container .section-d .circle-image-border img {
        width: 40px;
        height: 40px; } }
  @media (max-width: 900px) {
    .home-page-container .section-d .green-circle {
      border-radius: 100%;
      padding: 3rem; }
    .home-page-container .section-d .green-image {
      padding: 1.25rem; } }
  @media (max-width: 800px) {
    .home-page-container .section-d .green-circle {
      border-radius: 100%;
      padding: 1rem; }
    .home-page-container .section-d .green-image {
      padding: 0.25rem; } }
  @media (max-width: 500px) {
    .home-page-container .section-d-images-column {
      flex-direction: column; }
      .home-page-container .section-d-images-column .section-d-image-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .home-page-container .section-d-images-column .section-d-image-column .section-d-text {
          width: 200px;
          margin-left: 50px; } }
  .home-page-container .section-e {
    background: white; }
    .home-page-container .section-e-images {
      display: grid;
      grid-template-columns: repeat(3, auto);
      justify-content: center;
      grid-gap: 80px; }
    .home-page-container .section-e-images-b {
      display: grid;
      grid-template-columns: repeat(4, auto);
      justify-content: center;
      grid-gap: 80px; }
    .home-page-container .section-e-image img {
      width: 250px;
      height: 200px; }
    .home-page-container .section-e-image-b {
      display: flex;
      justify-content: center;
      align-items: center; }
    @media (max-width: 1400px) {
      .home-page-container .section-e-images {
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-content: center;
        grid-gap: 40px; }
      .home-page-container .section-e-image img {
        width: 175px;
        height: 125px; }
      .home-page-container .section-e-image-b img {
        width: 175px;
        height: 125px; } }
    @media (max-width: 400px) {
      .home-page-container .section-e-image img {
        width: 100px;
        height: 100px; }
      .home-page-container .section-e-image-b img {
        width: 100px;
        height: 75px; } }

#header {
  height: 15vh;
  width: 100%;
  background: #2d9496;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  z-index: 10000; }
  #header img {
    margin: 2rem;
    height: 100px; }
  #header section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end; }
    #header section .reach-out {
      display: flex;
      margin: 2rem; }
      #header section .reach-out .phones {
        margin: 0 2rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        #header section .reach-out .phones .phone {
          font-size: 1.5rem;
          color: #fff;
          font-weight: 400; }
      #header section .reach-out .demo-req {
        background: #ff9b46;
        padding: 1rem;
        border: 0.25rem solid #df6600;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 500; }
    #header section nav {
      margin: 0 2rem; }
      #header section nav ul {
        display: flex;
        list-style: none; }
        #header section nav ul li {
          text-decoration: none;
          margin: 0 1rem; }
          #header section nav ul li a {
            color: #fff;
            font-size: 2rem; }
            #header section nav ul li a:hover {
              color: #d9d9d9; }
          #header section nav ul li:active {
            transform: scale(0.7); }
          #header section nav ul li.vl {
            border-left: 2px outset rgba(255, 255, 255, 0.863);
            height: 3rem;
            width: 1rem; }

.row-margin {
  margin-bottom: 120px; }

.bottom-buffer {
  margin-bottom: 15px; }

.mobile-menu-content {
  background: #166d69;
  padding: 24px; }
  .mobile-menu-content ul {
    list-style-type: none;
    padding: 0;
    margin: 36px 0 0 0; }
    .mobile-menu-content ul li {
      margin: 10px 0;
      text-transform: uppercase;
      font-weight: 600;
      padding: 10px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.28);
      color: #fff; }

#main-container h1 {
  font-size: 50px;
  font-weight: 600; }
#main-container h5 {
  font-size: 30px;
  font-weight: 100; }
#main-container p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px; }
#main-container .person-container {
  margin-top: 10px;
  margin-bottom: 10px; }
  #main-container .person-container .circle-image {
    overflow: hidden;
    border-radius: 100%;
    width: 150px; }
    #main-container .person-container .circle-image img {
      width: 100%; }
#main-container .inset-container {
  padding: 0 42px; }
#main-container .feature-block .icon {
  font-size: 130px;
  color: #fff;
  padding: 70px 0; }
@media only screen and (max-width: 480px) {
  #main-container .feature-block .icon {
    padding: 170px 0; } }

#pricing-block {
  margin-top: 140px;
  height: 100vh;
  background-image: url("../../assets/images/homepage/pricing.jpeg"); }

#footer {
  padding: 20px;
  background: #f3f3f3; }
  #footer h1 {
    font-weight: 300;
    font-size: 42px; }
  #footer h2 {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px; }
  #footer ul {
    list-style-type: none;
    padding: 0;
    margin: 36px 0 0 0; }
    #footer ul li {
      margin: 10px 0;
      text-transform: uppercase;
      font-weight: 600; }

.inship-h {
  color: #3faba6;
  font-size: 100px;
  font-weight: 800 !important; }

.about-us-container .about-us {
  text-align: center; }
  .about-us-container .about-us-h {
    color: #3faba6;
    font-size: 100px;
    font-weight: 800 !important;
    margin-top: 150px; }
  .about-us-container .about-us-block {
    font-size: 22px;
    color: black;
    font-weight: 800 !important;
    width: 1000px;
    padding: 50px;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 1000px) {
    .about-us-container .about-us .about-us-h {
      color: #3faba6;
      font-size: 60px;
      font-weight: 800 !important; }
    .about-us-container .about-us .about-us-block {
      font-size: 14px;
      color: black;
      font-weight: 400 !important;
      width: 350px;
      padding: 50px;
      margin-left: auto;
      margin-right: auto; } }
.about-us-container .our-aim {
  text-align: center; }
  .about-us-container .our-aim-h {
    color: #3faba6;
    font-size: 100px;
    font-weight: 800 !important; }
  .about-us-container .our-aim-block {
    font-size: 22px;
    color: black;
    font-weight: 800 !important;
    width: 1000px;
    padding: 50px;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 1000px) {
    .about-us-container .our-aim .our-aim-h {
      color: #3faba6;
      font-size: 60px;
      font-weight: 800 !important; }
    .about-us-container .our-aim .our-aim-block {
      font-size: 14px;
      color: black;
      font-weight: 400 !important;
      width: 350px;
      padding: 50px;
      margin-left: auto;
      margin-right: auto; } }
.about-us-container .team-container {
  margin-top: 150px;
  padding: 50px; }
  .about-us-container .team-container .team-h {
    text-align: center;
    color: #3faba6;
    font-size: 100px;
    font-weight: 800 !important; }
  .about-us-container .team-container .members-container {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 10px; }
    .about-us-container .team-container .members-container .member-card {
      display: flex;
      height: 200px; }
      .about-us-container .team-container .members-container .member-card .member-image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40%;
        width: 150px; }
        .about-us-container .team-container .members-container .member-card .member-image img {
          border: 1px solid black;
          border-radius: 100%;
          width: 100%; }
      .about-us-container .team-container .members-container .member-card .member-details {
        width: 60%; }
        .about-us-container .team-container .members-container .member-card .member-details .member-name {
          font-size: 22px;
          text-align: left;
          font-weight: 500;
          color: black; }
        .about-us-container .team-container .members-container .member-card .member-details .member-title {
          font-size: 18px;
          font-weight: 400;
          color: grey;
          text-align: left; }
        .about-us-container .team-container .members-container .member-card .member-details .member-desc {
          margin-top: 30px;
          text-align: center; }
  @media (max-width: 1000px) {
    .about-us-container .team-container .members-container {
      display: grid;
      grid-template-columns: repeat(1, auto); } }

.testimonials-container {
  margin-top: 200px; }
  .testimonials-container-header {
    text-align: center;
    color: #3faba6;
    font-size: 100px;
    font-weight: 800 !important;
    width: 100%; }
  .testimonials-container img {
    width: 100%;
    height: auto; }
  .testimonials-container .testimonial-bubbles-container {
    border: 1px solid black;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 10px; }
    .testimonials-container .testimonial-bubbles-container .testimonial-card {
      border: 1px solid black;
      display: flex;
      flex-direction: column;
      height: 400px; }
      .testimonials-container .testimonial-bubbles-container .testimonial-card .testimonial-image {
        border: 1px solid black;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40%;
        width: 150px; }
        .testimonials-container .testimonial-bubbles-container .testimonial-card .testimonial-image img {
          border-radius: 100%;
          width: 100%; }
      .testimonials-container .testimonial-bubbles-container .testimonial-card .testimonial-details {
        border: 1px solid black;
        width: 60%; }
        .testimonials-container .testimonial-bubbles-container .testimonial-card .testimonial-details .testimonial-name {
          font-size: 22px;
          text-align: left;
          font-weight: 500;
          color: black;
          border: 1px solid black; }
        .testimonials-container .testimonial-bubbles-container .testimonial-card .testimonial-details .testimonial-title {
          font-size: 18px;
          font-weight: 400;
          color: grey;
          text-align: left;
          border: 1px solid black; }
        .testimonials-container .testimonial-bubbles-container .testimonial-card .testimonial-details .testimonial-desc {
          margin-top: 30px;
          text-align: center; }
  @media (max-width: 800px) {
    .testimonials-container .testimonials-container-header {
      text-align: center;
      color: #3faba6;
      font-size: 60px;
      font-weight: 800 !important;
      width: 100%; } }

.features-container {
  background: #2d9496;
  height: 100%;
  width: auto; }
  .features-container .features-h {
    padding-top: 5rem;
    margin-top: 140px;
    color: white;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 200px; }
  .features-container .features-card-container {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 25rem;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 50%; }
    .features-container .features-card-container .features-card {
      height: 100%;
      width: auto; }
      .features-container .features-card-container .features-card .features-image {
        height: 60%; }
        .features-container .features-card-container .features-card .features-image img {
          width: 100%;
          height: auto; }
      .features-container .features-card-container .features-card .features-details {
        height: 30%;
        width: 100%; }
        .features-container .features-card-container .features-card .features-details .features-title {
          height: 60%;
          color: white;
          font-size: 36px;
          font-weight: 800;
          text-align: center;
          margin: 10px; }
        .features-container .features-card-container .features-card .features-details .features-text {
          padding-top: 20px;
          margin: 10px;
          justify-content: center;
          text-align: center;
          height: 40%;
          font-size: 16px;
          font-weight: 600;
          color: white; }
        .features-container .features-card-container .features-card .features-details .features-Approval-text {
          padding-top: 40px;
          margin-top: 100px;
          padding-bottom: 20%;
          margin: 10px;
          justify-content: center;
          text-align: center;
          height: 40%;
          font-size: 16px;
          font-weight: 600;
          color: white; }
        .features-container .features-card-container .features-card .features-details .features-multi-text {
          padding-top: 40px;
          padding-bottom: 20%;
          margin: 10px;
          margin-top: 10px;
          justify-content: center;
          text-align: center;
          height: 40%;
          font-size: 16px;
          font-weight: 600;
          color: white; }
  @media (max-width: 500px) {
    .features-container .features-card-container {
      grid-template-columns: repeat(1, auto); }
    .features-container .features-image {
      height: 40%; }
    .features-container .features-details {
      height: 60%;
      padding-top: 0%; }
    .features-container .features-title {
      margin: 0px; }
    .features-container .features-multi-text {
      padding-top: 15%; } }

.pricing-container {
  margin-top: 1000px;
  padding-top: 100px;
  height: 1000px;
  width: auto;
  margin: 100px;
  margin-bottom: 200px; }
  .pricing-container .pricing-header {
    height: 30%; }
    .pricing-container .pricing-header .pricing-plans {
      display: grid;
      grid-template-columns: repeat(7, auto); }
  .pricing-container .additional-features {
    color: #3FABA0;
    font-size: 2rem; }
    .pricing-container .additional-features-table {
      background: grey;
      border: 1px solid white; }
  .pricing-container .pricing-table {
    height: 60%; }
    .pricing-container .pricing-table .pricing-plan {
      font-size: 3rem;
      font-weight: bolder; }
    .pricing-container .pricing-table table {
      border-collapse: collapse;
      border-spacing: 4px;
      width: 100%; }
    .pricing-container .pricing-table table td#ROW2 {
      background-color: lightgrey;
      border: 1px solid white; }
    .pricing-container .pricing-table td {
      border-left: 1px solid black;
      border-bottom: 0.5px solid #ddd;
      /* border-left: 1px solid black; */ }
    .pricing-container .pricing-table th, .pricing-container .pricing-table td {
      align-items: center;
      text-align: center;
      padding: 10px; }
    .pricing-container .pricing-table .features {
      width: 400px;
      border-radius: 25%;
      color: #000; }
    .pricing-container .pricing-table .m {
      font-size: 12px; }
    .pricing-container .pricing-table .m1 {
      text-align: left; }
    .pricing-container .pricing-table .rectangle {
      color: white;
      width: 88%;
      height: 60px;
      background: #3FABA0;
      border-radius: 50px;
      display: flex;
      align-items: center;
      font-size: 3rem;
      font-weight: 1400; }
    .pricing-container .pricing-table .blank_row {
      height: 70px !important;
      /* overwrites any other rules */
      background-color: #FFFFFF; }
  .pricing-container .pricing-footer {
    height: 10%; }

.referal-container {
  padding-top: 300px;
  padding-bottom: 200px;
  justify-content: center;
  background: #2d9496; }
  .referal-container .referal-header {
    margin: auto;
    width: 50%;
    text-align: center; }
    .referal-container .referal-header .referal-header-h {
      color: white;
      font-size: 5vw;
      font-weight: 1200 !important; }
    .referal-container .referal-header .referal-header-t {
      color: white;
      font-size: 2vw;
      font-weight: 1200 !important;
      padding-bottom: 50px; }
  .referal-container .referal-your-details {
    margin: auto;
    width: 50%; }
  .referal-container .referal-their-details {
    padding-top: 3vw;
    margin: auto;
    width: 100%; }

.feature-list h2 {
  font-size: 25px; }

#inship_privacy_policy_main_container {
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 800px; }

.inship_privacy_policy_main_container > div {
  display: block; }

.inship_privacy_policy_inner_container {
  padding: 25px 30px; }

.inship_pp_content {
  border-bottom: 1px dotted #dfdfdf;
  padding-bottom: 25px; }

.inship_pp_content > p {
  line-height: 19px;
  margin: 0;
  padding-top: 11px;
  color: #6B6B6C;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 9px; }

.feature-list h2 {
  font-size: 35px; }

.issue-list {
  margin: 0;
  padding: 0; }
  .issue-list li .issue-list-icon {
    padding-right: 10px; }

/**
 * Override the uncontrollable behaviour of the popup module :S
 */
.popover {
  max-height: none !important; }
  .popover .popover-content {
    max-height: none !important; }

.action-column {
  position: relative; }

.full-bg {
  background-color: #e5562c;
  position: fixed;
  overflow: auto;
  transition: background-color 0.6s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.centered-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }

#group-overlay {
  transition: opacity 0.5s; }
  #group-overlay.ng-enter {
    animation: fadeIn 0.8s;
    opacity: 1; }
  #group-overlay.ng-leave-active {
    animation: fadeOut 0.5s;
    opacity: 0; }

.logo-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: 50% 50%;
  animation: zoomIn 0.8s; }

#forgot-password {
  margin-top: 5px;
  color: inherit;
  font-weight: 100;
  font-size: 13px; }

input[name='Login'] {
  border: 1px solid #63666a !important; }

.login-buttons input[type='button'],
.login-buttons input[type='submit'] {
  width: 100%;
  text-transform: uppercase;
  background: #0d436b;
  transition: background 0.3s;
  border: none;
  color: #fff;
  padding: 16px 8px;
  font-weight: 600;
  border-radius: 3px; }
  .login-buttons input[type='button']:hover,
  .login-buttons input[type='submit']:hover {
    background: #36908c; }

.login-buttons-whitelabel input[type='button'],
.login-buttons-whitelabel input[type='submit'] {
  width: 100%;
  text-transform: uppercase;
  background: #f1f1f1;
  transition: background 0.3s;
  border: none;
  color: #000;
  padding: 16px 8px;
  font-weight: 600;
  border-radius: 3px; }
  .login-buttons-whitelabel input[type='button']:hover,
  .login-buttons-whitelabel input[type='submit']:hover {
    background: #aaaaaa; }

#login-container {
  overflow: hidden;
  border-radius: 3px;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box; }
  #login-container .input-container {
    border-radius: 3px;
    overflow: hidden; }
    #login-container .input-container .border-bottom {
      border-bottom: 2px solid #f3f3f3; }
    #login-container .input-container input {
      border: none; }
  #login-container #login-box .ng-leave {
    animation: fadeOut 0.3s; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

.action-column {
  position: relative; }

.last-refreshed {
  padding: 10px;
  background: #e5562c;
  color: #fff;
  border-radius: 3px 3px 0 0;
  display: inline-block; }

.newDocumentPageHelper .modal-dialog {
  margin: 25px auto;
  width: 75%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.cookie {
  font-size: 120%; }
  .cookie .sub-text {
    font-size: 85%; }
  .cookie h1 {
    font-size: 110%; }

.report-tile .top {
  width: 100%;
  color: #fff;
  background-color: #868686; }
  .report-tile .top .title {
    text-align: center;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  .report-tile .top .data-container {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 155px; }
    .report-tile .top .data-container .big-number-container {
      padding: 23px 8px; }
      .report-tile .top .data-container .big-number-container .big-number {
        font-size: 64px; }
    .report-tile .top .data-container.big {
      height: 200px; }
  .report-tile .top .graph {
    position: absolute; }
.report-tile .bottom .modal-buttons {
  margin: 0; }
.report-tile .bottom .small-number-container {
  display: none; }

.search-title {
  font-size: 13px; }
  .search-title input {
    width: 100%; }
  .search-title .row {
    margin-bottom: 16px; }

.search-title {
  font-size: 13px; }
  .search-title input {
    width: 100%; }
  .search-title .row {
    margin-bottom: 16px; }

.encryption-text {
  padding: 0 16px;
  text-align: center;
  color: #6cb556; }

.uppercase-text {
  text-transform: uppercase; }

.signup-form-container {
  margin: 15px; }

@media (min-width: 768px) {
  .signup-form-container {
    padding-top: 100px; }
    .signup-form-container .box-container {
      height: 373px; } }
.signup-form {
  margin-top: 24px;
  margin-bottom: 16px; }

.box-container {
  box-shadow: 0 1px 3px rgba(121, 121, 121, 0.4);
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px; }
  .box-container.spacing-with-btns {
    padding: 24px 24px 16px; }
  .box-container.spacing {
    padding: 24px; }

.signup-steps-container {
  background-color: #e5562c;
  padding: 24px;
  height: 100%;
  overflow: hidden;
  color: white; }
  .signup-steps-container img {
    max-width: 100%; }
  .signup-steps-container .step-circle-container {
    margin-top: 60px;
    left: 15%;
    position: relative;
    overflow-x: visible;
    white-space: nowrap;
    transition: left 0.3s; }
  .signup-steps-container .step {
    width: 72%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.6; }
    .signup-steps-container .step .step-circle {
      margin: 0 auto;
      border-radius: 100%;
      background: #fff;
      color: #535353;
      width: 70px;
      height: 70px;
      font-size: 20px;
      border: none;
      padding: 21px 0; }
    .signup-steps-container .step .step-text {
      color: #fff;
      margin-top: 16px;
      font-size: 10px; }
  .signup-steps-container .step.current-step {
    opacity: 1; }
    .signup-steps-container .step.current-step .step-circle {
      padding: 14px 0;
      font-size: 40px;
      width: 99px;
      height: 99px;
      border: 7px solid #e7e7e7; }
    .signup-steps-container .step.current-step .step-text {
      font-size: 16px; }

.status-identify.error {
  background-color: #ff6666;
  color: #fff; }
.status-identify.warn {
  background-color: #ffb548;
  color: #fff; }
.status-identify.good {
  background-color: #96dda5;
  color: #fff; }
.status-identify.excellent {
  background-color: #04cc7b;
  color: #fff; }

.stmt-grid-label {
  font-size: 1.8rem; }

.character.error {
  padding: 0 1px;
  color: #ff6666; }

.column-error {
  background-color: #f1e865; }

.dublicate-column {
  background-color: #65f1f1; }

.table-sum-column hr {
  margin: 0; }

.colored-table td {
  transition: background-color 0.3s; }

.hover-table tbody.hoverable:hover tr {
  background-color: #f3f3f3;
  cursor: pointer; }

.statement-reconciliation-page td,
.statement-reconciliation-page th {
  white-space: nowrap; }

.reconciled-stamp {
  left: auto;
  background: none;
  right: 16px; }
  .reconciled-stamp .no-issue-text {
    transform: none;
    background-color: #de4949;
    border-color: rgba(255, 255, 255, 0.4); }

.global-template-confirmation-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem; }

.mt-2 {
  margin-top: 2rem; }

.data-preview-info {
  display: flex;
  flex-direction: column; }

.data-preview-section {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%; }
  .data-preview-section li {
    display: flex;
    gap: 1rem; }
    .data-preview-section li .data-preview-value {
      font-weight: bold; }

.create-template-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.template-tile .btn-group .btn {
  padding: 16px 10px; }
  .template-tile .btn-group .btn .big-text {
    font-size: 18px; }

.image-stage {
  background-color: #646464;
  padding: 40px 40px 16px 40px;
  height: 300px;
  text-align: center;
  color: #fff; }
  .image-stage .title {
    padding-bottom: 20px; }
  .image-stage .bottom-text {
    padding-top: 24px; }
  .image-stage .stacked-images {
    height: 136px;
    position: relative; }
    .image-stage .stacked-images .placeholder-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #f3f3f3;
      background-repeat: no-repeat;
      background-size: 100%; }
      .image-stage .stacked-images .placeholder-image:nth-child(1) {
        transform: rotate(-5deg); }
      .image-stage .stacked-images .placeholder-image:nth-child(2) {
        transform: rotate(5deg); }

.template-tile .inner-spacing {
  padding: 24px; }

.template-count {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px 0; }

.template-number {
  display: table-cell;
  float: none;
  width: 1%; }

.tick-to-post-bg {
  background-color: #bbb;
  padding: 0.5rem; }
.tick-to-post-table {
  width: 100%;
  margin-top: 0.5rem;
  margin-right: 0.5rem; }
  .tick-to-post-table thead {
    background-color: #d9d9d9; }
    .tick-to-post-table thead th {
      text-align: left; }
      .tick-to-post-table thead th.value-right {
        text-align: right; }
  .tick-to-post-table tbody {
    background-color: #eee; }
  .tick-to-post-table th, .tick-to-post-table td {
    padding: 0.5rem;
    border: 1px solid #ccc;
    font-size: 15px; }
    .tick-to-post-table th.t2p-table-btn, .tick-to-post-table td.t2p-table-btn {
      padding: 0; }
    .tick-to-post-table th.table-key, .tick-to-post-table td.table-key {
      font-weight: bold; }
    .tick-to-post-table th.table-value, .tick-to-post-table td.table-value {
      width: 50%;
      text-align: right; }
    .tick-to-post-table th.lhs, .tick-to-post-table td.lhs {
      font-size: 13px;
      width: 20%; }
      .tick-to-post-table th.lhs-right, .tick-to-post-table td.lhs-right {
        font-size: 13px;
        width: 20%;
        text-align: right; }
  .tick-to-post-table tr.tr-clickable {
    cursor: pointer; }
    .tick-to-post-table tr.tr-clickable:hover {
      color: #19b5fe; }
  .tick-to-post-table tr.highlight-blue {
    background-color: #19b5fe;
    color: #fff; }
    .tick-to-post-table tr.highlight-blue:hover {
      color: #fff; }
  .tick-to-post-table input {
    width: 100%;
    text-align: right; }
  .tick-to-post-table select {
    width: 100%;
    background-color: #fff; }

.t2p-btn {
  background-color: none;
  background-image: linear-gradient(#005a82, #005a82);
  text-align: center;
  padding: 10px 2px;
  margin-top: 0.5rem; }
  .t2p-btn:hover {
    cursor: pointer;
    background-image: linear-gradient(#19b5fe, #19b5fe); }
  .t2p-btn a {
    color: #fff;
    font-size: 15px;
    text-shadow: #111 0 1px 1px;
    font-family: 'Open Sans', Arial; }

.btn-of-two {
  width: 50%; }

.btn-of-four {
  width: 25%; }

.loading-table {
  text-align: center;
  padding: 2rem;
  margin: 1rem; }

.modal2fa .divider {
  border: 1px solid grey; }

.modal2fa .box {
  display: inline-block;
  margin-left: 10px;
  width: 190px;
  height: 170px;
  word-wrap: break-word;
  border: 1px dashed grey; }

.popeup {
  position: relative; }

.popeup .error {
  position: absolute;
  max-width: 300px;
  min-width: 100px;
  padding: 6px 6px 6px 6px;
  height: 32px;
  right: 0;
  bottom: -15px;
  color: red;
  background-color: #fff3f3;
  border: 0.5px solid red;
  border-radius: 5px; }

.modalBar {
  margin: 0 20px 0 20px; }

.progress-bar {
  height: 4px;
  background-color: rgba(5, 114, 206, 0.2);
  width: 100%;
  overflow: hidden; }

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: #4bbbb5;
  animation: indeterminateAnimation 1s infinite linear;
  transform-origin: 0% 50%; }

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(0) scaleX(0); }
  40% {
    transform: translateX(0) scaleX(0.4); }
  100% {
    transform: translateX(100%) scaleX(0.5); } }
.connection-status {
  background: #c0c0c0;
  padding: 6px 15px;
  color: #fff;
  border-radius: 3px;
  display: inline-block; }

.uploadDisableText {
  background-color: #b1aeae;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 5px 0;
  margin: 9px 16px 13px 16px;
  font-size: 16px; }

#comment-container {
  overflow: hidden; }

.comment-body textarea {
  border: 1px solid #f3f3f3;
  resize: none;
  padding: 6px;
  outline: none;
  width: 100%; }

.wrap {
  display: flex;
  flex-direction: row;
  overflow: hidden; }
  .wrap .left {
    display: block;
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; }
  .wrap .left::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .wrap .left70 {
    display: block;
    height: 100vh;
    width: 70%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; }
  .wrap .right {
    display: block;
    height: 100vh;
    width: 30%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; }
  .wrap .right::-webkit-scrollbar {
    width: 0;
    height: 0; }

.comment-response {
  margin-top: 7px; }

.flip-container .front,
.flip-container .back {
  left: 0;
  right: 0;
  width: auto !important;
  background: #fff;
  transform-style: flat !important; }
.flip-container .back {
  transform: rotateY(-180deg);
  height: 100%;
  backface-visibility: hidden;
  position: absolute;
  z-index: 0; }

.nominalLedger-table td {
  padding: 3px 16px; }
.nominalLedger-table .description-row .description-text {
  font-weight: 600;
  font-style: italic; }
.nominalLedger-table .description-row td {
  padding: 3px 16px 0 16px; }
.nominalLedger-table .info-row td {
  padding: 0 16px 3px 16px; }

.intrastat-table td {
  padding: 3px 16px; }
.intrastat-table .description-row .description-text {
  font-weight: 600;
  font-style: italic; }
.intrastat-table .description-row td {
  padding: 3px 16px 0 16px; }
.intrastat-table .info-row td {
  padding: 0 16px 3px 16px; }

.no-issue.center-only-horizontal {
  padding-top: 100px;
  align-items: flex-start; }

.large-stamp {
  font-size: 56px;
  padding: 10px 20px;
  border: 7px solid #ff7070;
  color: #ff7070;
  font-weight: 800;
  transform: rotate(-10deg); }
  .large-stamp.green-stamp {
    color: #e5562c;
    border-color: #e5562c; }

.page-selection {
  width: 100%;
  background-color: #646464;
  padding: 16px;
  border-radius: 3px 3px 0 0;
  overflow-y: scroll; }
  .page-selection table td {
    padding-right: 24px; }
  .page-selection + img, .page-selection + .document-preview img {
    border: 1px solid #646464; }
  .page-selection .page-tile-img-preview {
    width: 140px;
    height: 190px;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: transform 0.3s;
    display: flex;
    justify-content: center;
    align-items: center; }
    .page-selection .page-tile-img-preview:hover {
      transform: translateY(-5px); }
  .page-selection .page-tile-bottom {
    margin-top: 8px; }

.image-loading {
  background: #fff;
  padding: 24px;
  height: 100%;
  width: 100%; }

.top-container {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100; }

.test-alert {
  background-color: #ffd84c;
  text-align: center;
  padding: 5px 0;
  font-weight: 600;
  color: #b39836; }

.app-bar-container {
  min-width: 350px;
  position: relative;
  height: 56px;
  color: #fff;
  line-height: 56px;
  padding: 0 36px;
  z-index: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
  transition: background-color 0.6s; }
  .app-bar-container .app-bar-icon {
    margin-top: -2px; }
  .app-bar-container .app-bar-page-indicator {
    float: left; }
    .app-bar-container .app-bar-page-indicator div {
      float: left; }
    .app-bar-container .app-bar-page-indicator .app-bar-page-icon {
      margin-right: 11px; }
      .app-bar-container .app-bar-page-indicator .app-bar-page-icon img {
        height: 16px; }
    .app-bar-container .app-bar-page-indicator .app-bar-page-title {
      font-size: 16px; }
  .app-bar-container .app-bar-actions {
    float: right;
    font-size: 16px; }
  .app-bar-container .app-bar-primary-actions {
    float: left;
    margin-left: 20px; }
    .app-bar-container .app-bar-primary-actions li {
      opacity: 0.7;
      transition: opacity 0.6s; }
      .app-bar-container .app-bar-primary-actions li:hover {
        opacity: 1; }
      .app-bar-container .app-bar-primary-actions li img {
        height: 12px; }
  .app-bar-container .app-bar-action-list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .app-bar-container .app-bar-action-list .spacer-li {
      opacity: 0.3;
      margin-left: -13px;
      margin-right: 13px; }
    .app-bar-container .app-bar-action-list li {
      display: inline-block;
      margin-right: 24px;
      cursor: pointer; }
  .app-bar-container .app-bar-user {
    float: right;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    padding: 0 9px;
    border-radius: 3px;
    line-height: 36px; }
    .app-bar-container .app-bar-user .dropdown .dropdown-list {
      top: 16px; }
    .app-bar-container .app-bar-user .fa-sticky-note.flash {
      animation: flash 1s infinite; }

.mobile-app-bar-container {
  position: relative;
  background-color: #e5562c;
  height: 30px;
  color: #fff;
  line-height: 30px;
  padding: 0 18px;
  z-index: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.26);
  transition: background-color 0.6s; }
  .mobile-app-bar-container .app-bar-icon {
    margin-top: -2px; }
  .mobile-app-bar-container .app-bar-page-indicator {
    float: left; }
    .mobile-app-bar-container .app-bar-page-indicator div {
      float: left; }
    .mobile-app-bar-container .app-bar-page-indicator .app-bar-page-icon {
      margin-right: 11px; }
      .mobile-app-bar-container .app-bar-page-indicator .app-bar-page-icon img {
        height: 16px; }
    .mobile-app-bar-container .app-bar-page-indicator .app-bar-page-title {
      font-size: 16px; }
  .mobile-app-bar-container .mobile-app-bar-actions {
    float: left;
    font-size: 16px; }
  .mobile-app-bar-container .app-bar-primary-actions {
    float: left;
    margin-left: 20px; }
    .mobile-app-bar-container .app-bar-primary-actions li {
      opacity: 0.7;
      transition: opacity 0.6s; }
      .mobile-app-bar-container .app-bar-primary-actions li:hover {
        opacity: 1; }
      .mobile-app-bar-container .app-bar-primary-actions li img {
        height: 12px; }
  .mobile-app-bar-container .mobile-app-bar-action-list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .mobile-app-bar-container .mobile-app-bar-action-list .spacer-li {
      opacity: 0.3;
      margin-left: -13px;
      margin-right: 13px; }
    .mobile-app-bar-container .mobile-app-bar-action-list li {
      display: inline-block;
      margin-left: 40px;
      cursor: pointer; }
  .mobile-app-bar-container .app-bar-user {
    float: right;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    padding: 0 9px;
    border-radius: 3px;
    line-height: 36px; }
    .mobile-app-bar-container .app-bar-user .dropdown .dropdown-list {
      top: 16px; }

@media screen and (max-width: 768px) {
  .app-bar-container {
    padding: 0 15px; }

  #companyTitle {
    width: 100%;
    text-align: center; } }
.app-bar-container .logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  pointer-events: none; }
  .app-bar-container .logo .logo-content {
    display: flex;
    justify-content: center; }
  .app-bar-container .logo .brand-logo img {
    height: 34px; }
  @media screen and (max-width: 768px) {
    .app-bar-container .logo {
      width: auto;
      left: 17px;
      pointer-events: auto; } }

.company-logo-container {
  text-align: center;
  width: 100%;
  min-width: 360px;
  padding: 0 37px; }
  @media screen and (max-width: 450px) {
    .company-logo-container {
      padding: 0 10px; } }
  .company-logo-container .company-logo-content {
    border-radius: 0 0 3px 3px;
    padding: 5px 10px;
    background-color: #e5562c;
    color: #fff;
    transition: padding-top 0.3s; }
    .company-logo-container .company-logo-content:hover {
      padding-top: 10px; }

#company-switcher {
  overflow-x: hidden;
  overflow-y: auto; }

.powered-by-brand {
  position: fixed;
  padding: 7px 24px;
  font-size: 11px;
  bottom: 0;
  margin-left: -83px;
  left: 50%;
  border-radius: 3px 3px 0 0;
  background-color: #0d436b;
  color: #fff; }

.kebabMenu {
  color: white;
  height: 47px;
  font-size: 30px; }

.kebabMenu:after {
  content: '\22ee'; }

.kebabList {
  position: relative;
  display: inline-block; }

.kebabList-content {
  display: none;
  position: absolute;
  top: 49px;
  right: 100px;
  background-color: #f1f1f1;
  min-width: 50px;
  max-height: 193px;
  overflow-y: scroll;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.kebabList-content a {
  margin: 0;
  padding: 0; }

.kebabList-content a {
  border-bottom: 1px solid white;
  text-align: left;
  font-size: 13px;
  color: black;
  text-decoration: none;
  display: block !important;
  padding: 0 9px 0 8px; }

.kebabList-content .kDesc {
  line-height: 0.65;
  margin-left: 5px;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap; }

@keyframes flashAndPulse {
  0%,
  100% {
    background-color: #ff5100;
    transform: scale(1); }
  50% {
    background-color: transparent;
    transform: scale(2); } }
.flash-pulse-button {
  animation: flashAndPulse 1s infinite; }

.cookie-consent-modal {
  position: fixed;
  bottom: 0;
  left: -3000px;
  right: 3000px;
  z-index: 99999;
  width: 30%;
  border: 3px solid silver;
  border-radius: 10px;
  background: #f3f3f3;
  padding: 2rem;
  padding-top: 1rem;
  margin: 2rem;
  transition: transform 2s; }
  .cookie-consent-modal.visible {
    transform: translate(3000px); }
.cookie-consent-content {
  padding: 0.5rem;
  background: #fff; }
.cookie-consent-buttons {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
  gap: 1rem; }
.cookie-consent-btn-primary {
  border-color: #005a82;
  background: #005a82;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  border-radius: 1px;
  color: #fff; }
  .cookie-consent-btn-primary:hover {
    cursor: pointer;
    background: #007db5; }
.cookie-consent-btn-secondary {
  background: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  color: #005a82; }
  .cookie-consent-btn-secondary.w-border {
    border: 1px solid #005a82; }
  .cookie-consent-btn-secondary:hover {
    cursor: pointer;
    background: #007db5;
    color: #fff; }
.cookie-consent-management ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .cookie-consent-management ul li {
    margin: 1rem; }
    .cookie-consent-management ul li .cookie-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 1rem 0 1rem; }
    .cookie-consent-management ul li .cookie-details {
      padding: 1rem; }

.debit-note-document .table .ui-grid {
  height: auto !important; }
  .debit-note-document .table .ui-grid .ui-grid-viewport {
    height: 100% !important; }
.debit-note-document #add-line:hover {
  transform: none; }

.backup-document-selection-list .ui-grid {
  height: auto !important; }
  .backup-document-selection-list .ui-grid .ui-grid-viewport {
    height: 100% !important; }

.document-breakdown-table .description-text {
  font-weight: 600;
  font-style: italic; }
.document-breakdown-table .totals-text {
  font-weight: 500;
  font-style: italic; }
.document-breakdown-table .flex-cell {
  height: 0; }
.document-breakdown-table .flex-container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column; }

.gmClickFollowing {
  position: absolute;
  z-index: 900; }

.comment-type.completed {
  background: #31b580; }
.comment-type.in_progress {
  background: #f9a11d; }
.comment-type.cancelled {
  background: #f9501d; }

.comment-body pre {
  white-space: pre-line; }

.operation-status {
  background: #f9a11d;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-left: 3px solid rgba(0, 0, 0, 0.08);
  font-size: 11px; }

.grn-border-basic {
  border: 1px solid black; }
  .grn-border-basic-no-top {
    border: 1px solid black;
    border-top: none; }
  .grn-border-basic-no-bottom {
    border: 1px solid black;
    border-bottom: none; }
  .grn-border-basic-no-left {
    border-left: none; }

.debit-search {
  margin-bottom: 2rem; }
  .debit-search-title {
    background: #ce1212;
    padding: 1rem;
    color: white;
    text-align: center;
    cursor: pointer; }

.details-area-1 {
  grid-area: detailsArea;
  padding: 0.5rem; }
  .details-area-1 table {
    width: 100%;
    background: #f3f3f3;
    border-radius: 1rem; }
  .details-area-1 td {
    font-size: 1.2rem;
    padding: 0.4rem 1rem 0.4rem 1rem; }
    .details-area-1 td.details-value {
      text-align: right; }
  .details-area-1 hr {
    margin: 0; }

.details-area-2 {
  grid-area: detailsArea2;
  padding: 0.5rem; }
  .details-area-2 table {
    width: 100%;
    background: #f3f3f3;
    border-radius: 1rem; }
  .details-area-2 thead {
    border-bottom: 1px solid #535353; }
  .details-area-2 td {
    font-size: 1.2rem;
    padding: 0.4rem 1rem 0.4rem 1rem; }
    .details-area-2 td.details-input {
      text-align: right; }
      .details-area-2 td.details-input input {
        text-align: right;
        size: 15;
        padding: 0; }
    .details-area-2 td.details-saver {
      text-align: right; }
      .details-area-2 td.details-saver a {
        color: #31b580;
        cursor: pointer; }

.document-details-grid {
  display: grid;
  grid-template-areas: 'detailsArea detailsArea2';
  background: lightGrey;
  margin: 0; }

.green {
  background-color: #31b580; }

.grey-background {
  background: lightGrey; }

.matched-debit-note-container {
  background-color: #ce1212;
  border-radius: 3px;
  padding: 16px;
  margin-bottom: 16px; }

.matched-debit-note-table {
  background-color: #ffffff;
  border-radius: 3px; }

.gm-magnifier {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #000;
  box-shadow: 1px 2px 5px #B3B3B3;
  position: absolute;
  display: none;
  pointer-events: none; }

.gm-magnify:hover {
  cursor: none; }
  .gm-magnify:hover .gm-magnifier {
    display: block; }
  .gm-magnify:hover *:not(img) {
    display: none; }

.gm-stick {
  position: fixed;
  top: 84px;
  z-index: 5; }

.back-drop {
  display: flex;
  padding: 24px 24px;
  overflow: hidden;
  justify-content: center;
  background: #f1f1f1;
  border-radius: 5px;
  box-shadow: inset 0px 0px 5px 4px rgba(0, 0, 0, 0.17);
  position: relative; }
  .back-drop .actions {
    opacity: 0.6;
    z-index: 2;
    position: absolute;
    top: 24px;
    left: -1000px;
    transition: left 0.2s; }
    .back-drop .actions:hover {
      opacity: 1;
      left: 16px !important; }
      .back-drop .actions:hover + .backdrop-content {
        transform: translateX(175px); }
    .back-drop .actions .btn-group-vertical {
      display: block;
      margin-bottom: 16px; }
  .back-drop:hover .actions {
    left: -120px; }
  .back-drop .document-preview {
    width: 100%;
    height: 100%;
    overflow-y: scroll; }
    .back-drop .document-preview img {
      width: 100%; }
  .back-drop .backdrop-content {
    width: 100%;
    transform: translateX(0);
    transition: transform 0.2s;
    overflow-y: scroll;
    height: 100%; }

.inship-document-container {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff; }
  .inship-document-container .heading {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .inship-document-container .header {
    padding: 8px 24px;
    color: #fff; }
    .inship-document-container .header h1, .inship-document-container .header h2, .inship-document-container .header h3, .inship-document-container .header h4, .inship-document-container .header h5 {
      margin: 0; }
    .inship-document-container .header h1 {
      font-size: 2.6em;
      line-height: 1.1;
      font-weight: 200; }
    .inship-document-container .header .supplier-name {
      font-size: 24px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .inship-document-container .header .supplier-name, .inship-document-container .header .document-type {
      font-weight: 500;
      line-height: 1.1; }
    .inship-document-container .header input {
      width: 100%;
      border: 1px solid rgba(255, 255, 255, 0);
      background: none;
      font-size: 16px;
      padding: 0 8px; }
    .inship-document-container .header td.label {
      text-transform: uppercase;
      padding: 0 8px;
      vertical-align: bottom;
      font-size: 11px; }
  .inship-document-container .content {
    padding: 16px 24px; }
  .inship-document-container .top {
    background: #fff;
    padding: 16px 24px; }
    .inship-document-container .top .property {
      margin-bottom: 3px; }
      .inship-document-container .top .property label {
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 11px;
        margin-bottom: 3px; }
        .inship-document-container .top .property label.limit-overflow {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .inship-document-container .top .property input {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0);
        background: none;
        font-size: 16px; }
  .inship-document-container .nominal-table {
    width: 100%;
    font-size: 16px; }
    .inship-document-container .nominal-table td.limit-overflow {
      max-width: 100px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .inship-document-container.edit-mode .property input:not([disabled]) {
    border: 1px solid #ccc;
    background: #fff; }
  .inship-document-container.edit-mode .header input:not([disabled]) {
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.1); }

.notification-container {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 300px;
  z-index: 1500; }

.notification {
  width: 100%;
  padding: 16px 24px;
  background-color: #646464;
  margin-top: 5px;
  color: #fff;
  transition: margin-bottom 0.4s, opacity 0.5s; }
  .notification .dismissNotification {
    text-align: right; }
    .notification .dismissNotification .icon {
      cursor: pointer; }
    .notification .dismissNotification .retry {
      margin-right: 6px; }
  .notification.notification-with-icon {
    padding-left: 40px; }
    .notification.notification-with-icon .icon {
      margin-left: -24px;
      float: left;
      line-height: 20px; }

.notification.error {
  background-color: #ED7171; }

.notification.ng-enter {
  float: left;
  margin-bottom: -100px;
  opacity: 0; }

.notification.ng-enter-active {
  margin-bottom: 0;
  opacity: 1; }

.notification.ng-leave {
  opacity: 1;
  z-index: 999; }

.notification.ng-leave-active {
  opacity: 0; }

@media screen and (max-width: 768px) {
  .notification-container {
    width: 100%;
    left: 0;
    padding: 0 10px; } }
.rectangle {
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  background: rgba(93, 207, 254, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  .rectangle.no-pointer-events {
    pointer-events: none; }
  .rectangle.issue {
    background: rgba(255, 0, 0, 0.4); }
  .rectangle.identify-selection {
    background: rgba(254, 93, 234, 0.4); }

.order-search {
  margin: 2rem 0; }
  .order-search-title {
    background: #31b580;
    padding: 1rem;
    color: white;
    text-align: center;
    cursor: pointer; }

.purchase-order-document {
  display: block; }
  .purchase-order-document .top {
    padding: 16px;
    border-radius: 0 0 3px 3px;
    margin-bottom: 16px; }
  .purchase-order-document .top-identifier {
    border-radius: 3px 3px 0 0;
    padding: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    font-weight: bold;
    font-size: x-large; }
  .purchase-order-document .purchase-order-document-section {
    padding: 16px;
    background: #f3f3f3;
    border-radius: 4px; }
  .purchase-order-document .table .ui-grid {
    height: auto !important; }
    .purchase-order-document .table .ui-grid .ui-grid-viewport {
      height: 100% !important; }
  .purchase-order-document #add-line:hover {
    transform: none; }

.input-po {
  width: 80px;
  float: right; }

.pdf-desktop-view {
  display: none; }
  @media (min-width: 1000px) {
    .pdf-desktop-view {
      display: block; } }

.pdf-mobile-view {
  display: none; }
  @media (max-width: 1000px) {
    .pdf-mobile-view {
      display: block;
      min-width: 350px;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      transform: translateZ(0); } }

.purchaseOrderDetails table {
  width: 100%; }
.purchaseOrderDetails th {
  padding: 0.75rem; }
.purchaseOrderDetails td {
  padding: 0.35rem; }
.purchaseOrderDetails th, .purchaseOrderDetails td {
  text-align: right; }
  .purchaseOrderDetails th.left-align, .purchaseOrderDetails td.left-align {
    text-align: left; }
  .purchaseOrderDetails th.center-align, .purchaseOrderDetails td.center-align {
    text-align: center; }
.purchaseOrderDetails td input {
  width: 100%;
  text-align: right; }
.purchaseOrderDetails table, .purchaseOrderDetails th, .purchaseOrderDetails td {
  border: 1px solid #999;
  border-collapse: collapse; }
  .purchaseOrderDetails table.no-border, .purchaseOrderDetails th.no-border, .purchaseOrderDetails td.no-border {
    border: none; }
    .purchaseOrderDetails table.no-border-right, .purchaseOrderDetails th.no-border-right, .purchaseOrderDetails td.no-border-right {
      border-right: none; }
    .purchaseOrderDetails table.no-border-left, .purchaseOrderDetails th.no-border-left, .purchaseOrderDetails td.no-border-left {
      border-left: none; }
.purchaseOrderDetails thead.no-border-top th {
  border-top: none; }
.purchaseOrderDetails thead.highlighted th {
  background-color: #05bafe;
  color: #fff;
  border-color: #fff; }
.purchaseOrderDetails tr.highlightedAlternated:nth-child(even) {
  background-color: #ebebeb; }
.purchaseOrderDetails tr.no-border-bottom td {
  border-bottom: none; }
.purchaseOrderDetails tr.no-border-top td {
  border-top: none; }
.purchaseOrderDetails tr.no-border-sides td {
  border-right: none;
  border-left: none; }
.purchaseOrderDetails tr.po-header td {
  padding: 1rem;
  background-color: #ededed; }
.purchaseOrderDetails tr.green-bg td {
  background-color: #4cbb5a;
  color: #fff; }
.purchaseOrderDetails tr.yellow-bg td {
  background-color: yellow; }
.purchaseOrderDetails tr.add-border-bottom td {
  border-bottom: 1px solid #999; }
.purchaseOrderDetails tr.extra-padding td {
  padding: 0.5rem; }
.purchaseOrderDetails tr.quarters td {
  width: 25%; }
.purchaseOrderDetails .unfocussed {
  color: #dadada; }
.purchaseOrderDetails .clickable:hover {
  cursor: pointer; }

.purchaseOrderDetails table {
  width: 100%; }
.purchaseOrderDetails th {
  padding: 0.75rem; }
.purchaseOrderDetails td {
  padding: 0.35rem; }
.purchaseOrderDetails th, .purchaseOrderDetails td {
  text-align: right; }
  .purchaseOrderDetails th.left-align, .purchaseOrderDetails td.left-align {
    text-align: left; }
  .purchaseOrderDetails th.center-align, .purchaseOrderDetails td.center-align {
    text-align: center; }
.purchaseOrderDetails td input {
  width: 100%;
  text-align: right; }
.purchaseOrderDetails td.quarter {
  width: 25%; }
.purchaseOrderDetails table, .purchaseOrderDetails th, .purchaseOrderDetails td {
  border: 1px solid #999;
  border-collapse: collapse; }
  .purchaseOrderDetails table.no-border, .purchaseOrderDetails th.no-border, .purchaseOrderDetails td.no-border {
    border: none; }
    .purchaseOrderDetails table.no-border-right, .purchaseOrderDetails th.no-border-right, .purchaseOrderDetails td.no-border-right {
      border-right: none; }
    .purchaseOrderDetails table.no-border-left, .purchaseOrderDetails th.no-border-left, .purchaseOrderDetails td.no-border-left {
      border-left: none; }
.purchaseOrderDetails thead.no-border-top th {
  border-top: none; }
.purchaseOrderDetails thead.highlighted th {
  background-color: #05bafe;
  color: #fff;
  border-color: #fff; }
.purchaseOrderDetails tr.highlightedAlternated:nth-child(even) {
  background-color: #ebebeb; }
.purchaseOrderDetails tr.no-border-bottom td {
  border-bottom: none; }
.purchaseOrderDetails tr.no-border-top td {
  border-top: none; }
.purchaseOrderDetails tr.no-border-sides td {
  border-right: none;
  border-left: none; }
.purchaseOrderDetails tr.po-header td {
  padding: 1rem;
  background-color: #ededed; }
.purchaseOrderDetails tr.green-bg td {
  background-color: #4cbb5a;
  color: #fff; }
.purchaseOrderDetails tr.yellow-bg td {
  background-color: yellow; }
.purchaseOrderDetails tr.add-border-bottom td {
  border-bottom: 1px solid #999; }
.purchaseOrderDetails tr.extra-padding td {
  padding: 0.5rem; }
.purchaseOrderDetails .unfocussed {
  color: #dadada; }
.purchaseOrderDetails .clickable:hover {
  cursor: pointer; }

standard-document {
  display: block; }

.standard-document {
  margin-bottom: 24px; }
  .standard-document h2.total {
    margin: 0; }
  .standard-document .top {
    padding: 16px;
    border-radius: 0 0 3px 3px;
    margin-bottom: 16px; }
  .standard-document .top-identifier {
    border-radius: 3px 3px 0 0;
    padding: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    font-weight: bold;
    font-size: x-large; }
  .standard-document .label {
    font-weight: 600; }
  .standard-document .standard-document-table {
    width: 100%; }
    .standard-document .standard-document-table td {
      padding: 0 10px; }
      .standard-document .standard-document-table td input {
        width: 100%; }
  .standard-document .custom-table th, .standard-document .custom-table-PO th {
    padding: 10px 8px;
    border: none;
    outline: none;
    margin-top: 2px; }
  .standard-document .standard-document-section {
    padding: 16px;
    background: #f3f3f3;
    border-radius: 4px; }
    .standard-document .standard-document-section .custom-table.no-bg tbody {
      border: none;
      background: none; }
  .standard-document .standard-document-section-mobile {
    padding: 6px;
    background: #f3f3f3;
    border-radius: 4px; }
    .standard-document .standard-document-section-mobile .custom-table tbody {
      border: none;
      background: none; }
    .standard-document .standard-document-section-mobile .custom-table-PO tbody {
      border: none;
      background: none; }
    .standard-document .standard-document-section-mobile .custom-table-PO td {
      text-align: right; }
    .standard-document .standard-document-section-mobile .custom-table-PO .descriptor {
      text-align: left; }
  .standard-document .middle {
    margin: 0 24px;
    margin-bottom: 16px;
    border-radius: 4px;
    border-top: 3px solid #c0c0c0; }
  .standard-document input, .standard-document textarea {
    color: #535353; }
  .standard-document input[disabled], .standard-document textarea[disabled] {
    color: inherit; }
  .standard-document textarea {
    width: 100%; }

input[disabled].no-input, textarea[disabled].no-input {
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: inherit; }

textarea {
  resize: none; }

.supplier-images {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.toggler {
  cursor: pointer; }

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