/*!
 *  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-face {
  font-family: 'FontAwesome';
  src: url(fonts/fontawesome-webfont.eot);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(fonts/fontawesome-webfont.woff2) format('woff2'), url(fonts/fontawesome-webfont.woff) format('woff'), url(fonts/fontawesome-webfont.ttf) format('truetype'), url(images/fontawesome-webfont.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url(fonts/fontawesome-webfont-new.eot);
  src: url(fonts/fontawesome-webfont-new.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(fonts/fontawesome-webfont-new.woff) format('woff'), url(fonts/fontawesome-webfont-new.ttf) format('truetype'), url(images/fontawesome-webfont-new.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-times-thin:before {
  content: "\D7";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}

@font-face {
  font-family: 'Linearicons-Free';
  src: url('/fonts/Linearicons-Free.ttf?w118d') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.lnr {
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lnr-home:before {
  content: "\E800";
}
.lnr-apartment:before {
  content: "\E801";
}
.lnr-pencil:before {
  content: "\E802";
}
.lnr-magic-wand:before {
  content: "\E803";
}
.lnr-drop:before {
  content: "\E804";
}
.lnr-lighter:before {
  content: "\E805";
}
.lnr-poop:before {
  content: "\E806";
}
.lnr-sun:before {
  content: "\E807";
}
.lnr-moon:before {
  content: "\E808";
}
.lnr-cloud:before {
  content: "\E809";
}
.lnr-cloud-upload:before {
  content: "\E80A";
}
.lnr-cloud-download:before {
  content: "\E80B";
}
.lnr-cloud-sync:before {
  content: "\E80C";
}
.lnr-cloud-check:before {
  content: "\E80D";
}
.lnr-database:before {
  content: "\E80E";
}
.lnr-lock:before {
  content: "\E80F";
}
.lnr-cog:before {
  content: "\E810";
}
.lnr-trash:before {
  content: "\E811";
}
.lnr-dice:before {
  content: "\E812";
}
.lnr-heart:before {
  content: "\E813";
}
.lnr-star:before {
  content: "\E814";
}
.lnr-star-half:before {
  content: "\E815";
}
.lnr-star-empty:before {
  content: "\E816";
}
.lnr-flag:before {
  content: "\E817";
}
.lnr-envelope:before {
  content: "\E818";
}
.lnr-paperclip:before {
  content: "\E819";
}
.lnr-inbox:before {
  content: "\E81A";
}
.lnr-eye:before {
  content: "\E81B";
}
.lnr-printer:before {
  content: "\E81C";
}
.lnr-file-empty:before {
  content: "\E81D";
}
.lnr-file-add:before {
  content: "\E81E";
}
.lnr-enter:before {
  content: "\E81F";
}
.lnr-exit:before {
  content: "\E820";
}
.lnr-graduation-hat:before {
  content: "\E821";
}
.lnr-license:before {
  content: "\E822";
}
.lnr-music-note:before {
  content: "\E823";
}
.lnr-film-play:before {
  content: "\E824";
}
.lnr-camera-video:before {
  content: "\E825";
}
.lnr-camera:before {
  content: "\E826";
}
.lnr-picture:before {
  content: "\E827";
}
.lnr-book:before {
  content: "\E828";
}
.lnr-bookmark:before {
  content: "\E829";
}
.lnr-user:before {
  content: "\E82A";
}
.lnr-users:before {
  content: "\E82B";
}
.lnr-shirt:before {
  content: "\E82C";
}
.lnr-store:before {
  content: "\E82D";
}
.lnr-cart:before {
  content: "\E82E";
}
.lnr-tag:before {
  content: "\E82F";
}
.lnr-phone-handset:before {
  content: "\E830";
}
.lnr-phone:before {
  content: "\E831";
}
.lnr-pushpin:before {
  content: "\E832";
}
.lnr-map-marker:before {
  content: "\E833";
}
.lnr-map:before {
  content: "\E834";
}
.lnr-location:before {
  content: "\E835";
}
.lnr-calendar-full:before {
  content: "\E836";
}
.lnr-keyboard:before {
  content: "\E837";
}
.lnr-spell-check:before {
  content: "\E838";
}
.lnr-screen:before {
  content: "\E839";
}
.lnr-smartphone:before {
  content: "\E83A";
}
.lnr-tablet:before {
  content: "\E83B";
}
.lnr-laptop:before {
  content: "\E83C";
}
.lnr-laptop-phone:before {
  content: "\E83D";
}
.lnr-power-switch:before {
  content: "\E83E";
}
.lnr-bubble:before {
  content: "\E83F";
}
.lnr-heart-pulse:before {
  content: "\E840";
}
.lnr-construction:before {
  content: "\E841";
}
.lnr-pie-chart:before {
  content: "\E842";
}
.lnr-chart-bars:before {
  content: "\E843";
}
.lnr-gift:before {
  content: "\E844";
}
.lnr-diamond:before {
  content: "\E845";
}
.lnr-linearicons:before {
  content: "\E846";
}
.lnr-dinner:before {
  content: "\E847";
}
.lnr-coffee-cup:before {
  content: "\E848";
}
.lnr-leaf:before {
  content: "\E849";
}
.lnr-paw:before {
  content: "\E84A";
}
.lnr-rocket:before {
  content: "\E84B";
}
.lnr-briefcase:before {
  content: "\E84C";
}
.lnr-bus:before {
  content: "\E84D";
}
.lnr-car:before {
  content: "\E84E";
}
.lnr-train:before {
  content: "\E84F";
}
.lnr-bicycle:before {
  content: "\E850";
}
.lnr-wheelchair:before {
  content: "\E851";
}
.lnr-select:before {
  content: "\E852";
}
.lnr-earth:before {
  content: "\E853";
}
.lnr-smile:before {
  content: "\E854";
}
.lnr-sad:before {
  content: "\E855";
}
.lnr-neutral:before {
  content: "\E856";
}
.lnr-mustache:before {
  content: "\E857";
}
.lnr-alarm:before {
  content: "\E858";
}
.lnr-bullhorn:before {
  content: "\E859";
}
.lnr-volume-high:before {
  content: "\E85A";
}
.lnr-volume-medium:before {
  content: "\E85B";
}
.lnr-volume-low:before {
  content: "\E85C";
}
.lnr-volume:before {
  content: "\E85D";
}
.lnr-mic:before {
  content: "\E85E";
}
.lnr-hourglass:before {
  content: "\E85F";
}
.lnr-undo:before {
  content: "\E860";
}
.lnr-redo:before {
  content: "\E861";
}
.lnr-sync:before {
  content: "\E862";
}
.lnr-history:before {
  content: "\E863";
}
.lnr-clock:before {
  content: "\E864";
}
.lnr-download:before {
  content: "\E865";
}
.lnr-upload:before {
  content: "\E866";
}
.lnr-enter-down:before {
  content: "\E867";
}
.lnr-exit-up:before {
  content: "\E868";
}
.lnr-bug:before {
  content: "\E869";
}
.lnr-code:before {
  content: "\E86A";
}
.lnr-link:before {
  content: "\E86B";
}
.lnr-unlink:before {
  content: "\E86C";
}
.lnr-thumbs-up:before {
  content: "\E86D";
}
.lnr-thumbs-down:before {
  content: "\E86E";
}
.lnr-magnifier:before {
  content: "\E86F";
}
.lnr-cross:before {
  content: "\E870";
}
.lnr-menu:before {
  content: "\E871";
}
.lnr-list:before {
  content: "\E872";
}
.lnr-chevron-up:before {
  content: "\E873";
}
.lnr-chevron-down:before {
  content: "\E874";
}
.lnr-chevron-left:before {
  content: "\E875";
}
.lnr-chevron-right:before {
  content: "\E876";
}
.lnr-arrow-up:before {
  content: "\E877";
}
.lnr-arrow-down:before {
  content: "\E878";
}
.lnr-arrow-left:before {
  content: "\E879";
}
.lnr-arrow-right:before {
  content: "\E87A";
}
.lnr-move:before {
  content: "\E87B";
}
.lnr-warning:before {
  content: "\E87C";
}
.lnr-question-circle:before {
  content: "\E87D";
}
.lnr-menu-circle:before {
  content: "\E87E";
}
.lnr-checkmark-circle:before {
  content: "\E87F";
}
.lnr-cross-circle:before {
  content: "\E880";
}
.lnr-plus-circle:before {
  content: "\E881";
}
.lnr-circle-minus:before {
  content: "\E882";
}
.lnr-arrow-up-circle:before {
  content: "\E883";
}
.lnr-arrow-down-circle:before {
  content: "\E884";
}
.lnr-arrow-left-circle:before {
  content: "\E885";
}
.lnr-arrow-right-circle:before {
  content: "\E886";
}
.lnr-chevron-up-circle:before {
  content: "\E887";
}
.lnr-chevron-down-circle:before {
  content: "\E888";
}
.lnr-chevron-left-circle:before {
  content: "\E889";
}
.lnr-chevron-right-circle:before {
  content: "\E88A";
}
.lnr-crop:before {
  content: "\E88B";
}
.lnr-frame-expand:before {
  content: "\E88C";
}
.lnr-frame-contract:before {
  content: "\E88D";
}
.lnr-layers:before {
  content: "\E88E";
}
.lnr-funnel:before {
  content: "\E88F";
}
.lnr-text-format:before {
  content: "\E890";
}
.lnr-text-format-remove:before {
  content: "\E891";
}
.lnr-text-size:before {
  content: "\E892";
}
.lnr-bold:before {
  content: "\E893";
}
.lnr-italic:before {
  content: "\E894";
}
.lnr-underline:before {
  content: "\E895";
}
.lnr-strikethrough:before {
  content: "\E896";
}
.lnr-highlight:before {
  content: "\E897";
}
.lnr-text-align-left:before {
  content: "\E898";
}
.lnr-text-align-center:before {
  content: "\E899";
}
.lnr-text-align-right:before {
  content: "\E89A";
}
.lnr-text-align-justify:before {
  content: "\E89B";
}
.lnr-line-spacing:before {
  content: "\E89C";
}
.lnr-indent-increase:before {
  content: "\E89D";
}
.lnr-indent-decrease:before {
  content: "\E89E";
}
.lnr-pilcrow:before {
  content: "\E89F";
}
.lnr-direction-ltr:before {
  content: "\E8A0";
}
.lnr-direction-rtl:before {
  content: "\E8A1";
}
.lnr-page-break:before {
  content: "\E8A2";
}
.lnr-sort-alpha-asc:before {
  content: "\E8A3";
}
.lnr-sort-amount-asc:before {
  content: "\E8A4";
}
.lnr-hand:before {
  content: "\E8A5";
}
.lnr-pointer-up:before {
  content: "\E8A6";
}
.lnr-pointer-right:before {
  content: "\E8A7";
}
.lnr-pointer-down:before {
  content: "\E8A8";
}
.lnr-pointer-left:before {
  content: "\E8A9";
}

@font-face {
  font-family: 'Knedlika';
  src: url('/fonts/Knedlika.eot?rj9r74');
  src: url('/fonts/Knedlika.eot?rj9r74#iefix') format('embedded-opentype'), url('/fonts/Knedlika.ttf?rj9r74') format('truetype'), url('/fonts/Knedlika.woff?rj9r74') format('woff'), url('/fonts/Knedlika.svg?rj9r74#Knedlika') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.nown-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Knedlika' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Checkmark-Outlined:before {
  content: "\E900";
  color: #47bf52;
}
.icon-X-Filled:before {
  content: "\E911";
  color: #b35959;
}
.icon-Checkmark-Filled:before {
  content: "\E912";
  color: #3af03a;
}
.icon-Person-Add .path1:before {
  content: "\E903";
  color: #333332;
}
.icon-Person-Add .path2:before {
  content: "\E904";
  margin-left: -1em;
  color: #efe13a;
}
.icon-Person-Add .path3:before {
  content: "\E905";
  margin-left: -1em;
  color: #333332;
}
.icon-Star:before {
  content: "\E906";
  color: #efe13a;
}
.icon-Calendar:before {
  content: "\E907";
}
.icon-Location:before {
  content: "\E908";
}
.icon-Lock-Large:before {
  content: "\E909";
}
.icon-Scan-App:before {
  content: "\E90B";
}
.icon-Bag-Large:before {
  content: "\E90D";
}
.icon-Mobile-Order:before {
  content: "\E90E";
}
.icon-Hamburger:before {
  content: "\E90F";
}
.icon-Eject:before {
  content: "\E910";
}
.icon-Messages:before {
  content: "\E914";
}
.icon-Receipt-Both:before {
  content: "\E916";
}
.icon-Receipt-Customer:before {
  content: "\E917";
}
.icon-Print:before {
  content: "\E922";
}
.icon-Email:before {
  content: "\E923";
}
.icon-Spinner:before {
  content: "\E926";
}
.icon-Reset-Large:before {
  content: "\E927";
}
.icon-History-Large:before {
  content: "\E928";
}
.icon-Clock:before {
  content: "\E929";
}
.icon-Warning:before {
  content: "\E92A";
}
.icon-Folder:before {
  content: "\E92B";
}
.icon-List:before {
  content: "\E92C";
}
.icon-Radio-Large-Empty:before {
  content: "\E92D";
}
.icon-Checkbox-Large-Empty:before {
  content: "\E930";
  color: #ccccc8;
}
.icon-Checkbox-Large-Checked:before {
  content: "\E933";
}
.icon-Radio-Large-Partial:before {
  content: "\E934";
}
.icon-Radio-Large-Filled:before {
  content: "\E936";
}
.icon-Note:before {
  content: "\E938";
}
.icon-Edit-Large:before {
  content: "\E93A";
}
.icon-Barcode-QR:before {
  content: "\E93B";
}
.icon-Barcode-Regular:before {
  content: "\E93C";
}
.icon-Delete:before {
  content: "\E93D";
}
.icon-Exit-Large:before {
  content: "\E93F";
}
.icon-Receipt-Single:before {
  content: "\E940";
}
.icon-Download-Large:before {
  content: "\E943";
}
.icon-Arrow-Large-Down:before {
  content: "\E944";
}
.icon-Arrow-Large-Up:before {
  content: "\E945";
}
.icon-Arrow-4way:before {
  content: "\E946";
}
.icon-Arrow-Large-Left:before {
  content: "\E94A";
}
.icon-Arrow-Large-Right:before {
  content: "\E94B";
}
.icon-Setup-Large:before {
  content: "\E94D";
}
.icon-Log-Out:before {
  content: "\E94E";
}
.icon-Barcode-Scan:before {
  content: "\E94F";
}
.icon-Search-Large:before {
  content: "\E951";
}
.icon-Card:before {
  content: "\E952";
}
.icon-Products:before {
  content: "\E953";
}
.icon-Home-Large:before {
  content: "\E955";
}
.icon-CurrencyExchange:before {
  content: "\E956";
}
.icon-Analytics:before {
  content: "\E957";
}
.icon-Plus-Large:before {
  content: "\E95A";
}
.icon-Help:before {
  content: "\E95B";
}
.icon-Cyclist2:before {
  content: "\E95C";
}
.icon-Cyclist1:before {
  content: "\E95D";
}
.icon-Web-Order:before {
  content: "\E95E";
}
.icon-Marketing:before {
  content: "\E95F";
}
.icon-Kiosk:before {
  content: "\E960";
}
.icon-ODS:before {
  content: "\E961";
}
.icon-Tag:before {
  content: "\E962";
}
.icon-Discount:before {
  content: "\E963";
}
.icon-Person-Single:before {
  content: "\E964";
}
.icon-Person-Multiple:before {
  content: "\E965";
}
.icon-Icon-Exit-Small:before {
  content: "\E901";
}
.icon-Lock-Small:before {
  content: "\E90A";
}
.icon-Bag-Small:before {
  content: "\E90C";
}
.icon-History-Small:before {
  content: "\E924";
}
.icon-Spinner-Small:before {
  content: "\E925";
}
.icon-Checkbox-Small-Empty:before {
  content: "\E92F";
  color: #ccccc8;
}
.icon-Checkbox-Small-Partial:before {
  content: "\E931";
}
.icon-Checkbox-Small-Checked:before {
  content: "\E932";
}
.icon-Edit-Small:before {
  content: "\E939";
}
.icon-Arrow-Small-Right:before {
  content: "\E941";
}
.icon-Download-Small:before {
  content: "\E942";
}
.icon-Arrow-Small-Down:before {
  content: "\E947";
}
.icon-Arrow-Small-Up:before {
  content: "\E948";
}
.icon-Arrow-Small-Left:before {
  content: "\E949";
}
.icon-Setup-Small:before {
  content: "\E94C";
}
.icon-Search-Small:before {
  content: "\E950";
}
.icon-Home-Small:before {
  content: "\E954";
}
.icon-Minus-Small:before {
  content: "\E958";
}
.icon-Plus-Small:before {
  content: "\E959";
}
.icon-empty:before {
  content: "";
}

/* included only when we don't want to use fonts from google server */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

html {
  min-height: 100%;
  position: relative;
}
body {
  padding-bottom: 0;
  background-color: #e4e6e9;
  min-height: 100%;
  font-family: 'Open Sans';
  font-size: 13px;
  color: #393939;
  line-height: 1.5;
}
body.navbar-fixed {
  padding-top: 45px;
}
body.breadcrumbs-fixed {
  padding-top: 86px;
}
.main-container {
  position: static;
  padding: 0;
}
.main-container:after {
  background-color: #FFF;
  bottom: 0;
  content: "";
  display: block;
  max-width: inherit;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -2;
}
@media (min-width: 768px) {
  .container.main-container:after {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  }
}
.main-container > .main-container-inner {
  position: relative;
}
.container.main-container .sidebar.sidebar-fixed,
.container.main-container .sidebar.sidebar-fixed:before {
  left: auto;
}
.main-content {
  margin-left: 190px;
  margin-right: 0;
  margin-top: 0;
  min-height: 100%;
  padding: 0;
}
.page-content {
  background: #fff;
  margin: 0;
  padding: 8px 20px 24px;
}
.page-header {
  margin: 0 0 12px;
  border-bottom: 1px dotted #e2e2e2;
  padding-bottom: 16px;
  padding-top: 7px;
}
.page-header h1 {
  padding: 0;
  margin: 0 8px;
  font-size: 24px;
  font-weight: lighter;
  color: #2679b5;
}
.page-header h1 small {
  margin: 0 6px;
  font-size: 14px;
  font-weight: normal;
  color: #8089a0;
}
[class*=" icon-"],
[class^="icon-"] {
  display: inline-block;
  text-align: center;
}
a:focus,
a:active {
  text-decoration: none;
}
h1 {
  font-size: 32px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1.smaller {
  font-size: 31px;
}
h1.bigger {
  font-size: 33px;
}
h1.block {
  margin-bottom: 16px;
}
h2 {
  font-size: 26px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2.smaller {
  font-size: 25px;
}
h2.bigger {
  font-size: 27px;
}
h2.block {
  margin-bottom: 16px;
}
h3 {
  font-size: 22px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h3.smaller {
  font-size: 21px;
}
h3.bigger {
  font-size: 23px;
}
h3.block {
  margin-bottom: 16px;
}
h4 {
  font-size: 18px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h4.smaller {
  font-size: 17px;
}
h4.bigger {
  font-size: 19px;
}
h4.block {
  margin-bottom: 16px;
}
h5 {
  font-size: 15px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h5.smaller {
  font-size: 14px;
}
h5.bigger {
  font-size: 16px;
}
h5.block {
  margin-bottom: 16px;
}
h6 {
  font-size: 13px;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h6.smaller {
  font-size: 12px;
}
h6.bigger {
  font-size: 14px;
}
h6.block {
  margin-bottom: 16px;
}
ul,
ol {
  margin: 0 0 10px 25px;
  padding: 0;
}
ul.margin-5,
ol.margin-5 {
  margin-left: 5px;
}
ul.margin-10,
ol.margin-10 {
  margin-left: 10px;
}
ul.margin-15,
ol.margin-15 {
  margin-left: 15px;
}
ul.margin-20,
ol.margin-20 {
  margin-left: 20px;
}
li > ul,
li > ol {
  margin-left: 18px;
}
.list-unstyled,
.list-inline {
  margin-left: 0;
}
.list-unstyled > li > [class*="icon-"]:first-child,
.list-inline > li > [class*="icon-"]:first-child {
  width: 18px;
  text-align: center;
}
.spaced > li {
  margin-top: 9px;
  margin-bottom: 9px;
}
.spaced2 > li {
  margin-top: 15px;
  margin-bottom: 15px;
}
li.divider {
  margin-top: 3px;
  margin-bottom: 3px;
  height: 0;
  font-size: 0;
}
.spaced > li.divider {
  margin-top: 5px;
  margin-bottom: 5px;
}
.spaced2 > li.divider {
  margin-top: 8px;
  margin-bottom: 8px;
}
li.divider:before {
  content: "";
  display: inline-block;
}
blockquote,
blockquote.pull-right {
  border-color: #e5eaf1;
}
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-footer {
  padding-top: 12px;
  padding-bottom: 14px;
  border-top-color: #e4e9ee;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #eff3f8;
}
.modal-header .close {
  font-size: 32px;
}
.well {
  border-radius: 0;
}
.well h1,
.well h2,
.well h3,
.well h4,
.well h5,
.well h6 {
  margin-top: 0;
}
.well h1,
.well h2,
.well h3 {
  line-height: 36px;
}
.alert {
  font-size: 14px;
  border-radius: 0;
}
.alert .close {
  font-size: 16px;
}
.alert-block p + p {
  margin-top: 10px;
}
.pagination > li > a,
.pager > li > a,
.pagination > li > span,
.pager > li > span {
  border-width: 1px;
  border-radius: 0 !important;
}
.pagination > li > a,
.pager > li > a {
  color: #2283c5;
  background-color: #fafafa;
  margin: 0 -1px 0 0;
  border-color: #e0e8eb;
}
.pagination > li > a:hover,
.pager > li > a:hover {
  background-color: #eaeff2;
}
.pagination > li > a:focus,
.pager > li > a:focus {
  background-color: #eaeef2;
}
.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pager > li.disabled > a,
.pager > li.disabled > a:hover {
  background-color: #f9f9f9;
  border-color: #d9d9d9;
}
.pagination > li.active > a,
.pagination > li.active > a:hover {
  background-color: #6faed9;
  border-color: #6faed9;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.list-group-item {
  border-radius: 0 !important;
}
.lighter {
  font-weight: lighter;
}
.bolder {
  font-weight: bolder;
}
.inline {
  display: inline-block !important;
}
.block {
  display: block !important;
}
.center,
.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.middle {
  vertical-align: middle;
}
.align-middle {
  vertical-align: middle !important;
}
.align-top {
  vertical-align: top !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.line-height-normal {
  line-height: normal !important;
}
.line-height-1 {
  line-height: 1 !important;
}
.dark {
  color: #333 !important;
}
.white {
  color: #fff !important;
}
.red {
  color: #dd5a43 !important;
}
.light-red {
  color: #f77 !important;
}
.blue {
  color: #478fca !important;
}
.light-blue {
  color: #93cbf9 !important;
}
.green {
  color: #69aa46 !important;
}
.light-green {
  color: #b0d877 !important;
}
.orange {
  color: #ff892a !important;
}
.light-orange {
  color: #fcac6f !important;
}
.orange2 {
  color: #feb902 !important;
}
.purple {
  color: #a069c3 !important;
}
.pink {
  color: #c6699f !important;
}
.pink2 {
  color: #d6487e !important;
}
.brown {
  color: #a52a2a !important;
}
.grey {
  color: #777 !important;
}
.light-grey {
  color: #bbb !important;
}
.bigger-110 {
  font-size: 110%;
}
.bigger-120 {
  font-size: 120%;
}
.bigger-130 {
  font-size: 130%;
}
.bigger-140 {
  font-size: 140%;
}
.bigger-150 {
  font-size: 150%;
}
.bigger-160 {
  font-size: 160%;
}
.bigger-170 {
  font-size: 170%;
}
.bigger-180 {
  font-size: 180%;
}
.bigger-190 {
  font-size: 190%;
}
.bigger-200 {
  font-size: 200%;
}
.bigger-210 {
  font-size: 210%;
}
.bigger-220 {
  font-size: 220%;
}
.bigger-230 {
  font-size: 230%;
}
.bigger-240 {
  font-size: 240%;
}
.bigger-250 {
  font-size: 250%;
}
.bigger-260 {
  font-size: 260%;
}
.bigger-270 {
  font-size: 270%;
}
.bigger-280 {
  font-size: 280%;
}
.bigger-290 {
  font-size: 290%;
}
.bigger-300 {
  font-size: 300%;
}
.bigger-125 {
  font-size: 125%;
}
.bigger-175 {
  font-size: 175%;
}
.bigger-225 {
  font-size: 225%;
}
.bigger-275 {
  font-size: 275%;
}
.smaller-90 {
  font-size: 90%;
}
.smaller-80 {
  font-size: 80%;
}
.smaller-70 {
  font-size: 70%;
}
.smaller-60 {
  font-size: 60%;
}
.smaller-50 {
  font-size: 50%;
}
.smaller-40 {
  font-size: 40%;
}
.smaller-30 {
  font-size: 30%;
}
.smaller-20 {
  font-size: 20%;
}
.smaller-75 {
  font-size: 75%;
}
.width-20 {
  width: 20% !important;
}
.width-25 {
  width: 25% !important;
}
.width-30 {
  width: 30% !important;
}
.width-35 {
  width: 35% !important;
}
.width-40 {
  width: 40% !important;
}
.width-45 {
  width: 45% !important;
}
.width-50 {
  width: 50% !important;
}
.width-55 {
  width: 55% !important;
}
.width-60 {
  width: 60% !important;
}
.width-65 {
  width: 65% !important;
}
.width-70 {
  width: 70% !important;
}
.width-75 {
  width: 75% !important;
}
.width-80 {
  width: 80% !important;
}
.width-85 {
  width: 85% !important;
}
.width-90 {
  width: 90% !important;
}
.width-95 {
  width: 95% !important;
}
.width-100 {
  width: 100% !important;
}
.width-48 {
  width: 48% !important;
}
.width-auto {
  width: auto !important;
}
.height-auto {
  height: auto !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-border {
  border: 0;
}
.no-border-bottom {
  border-bottom: 0;
}
.no-border-top {
  border-top: 0;
}
.no-border-left {
  border-left: none;
}
.no-border-right {
  border-right: 0;
}
.no-underline {
  text-decoration: none !important;
}
.no-hover-underline:hover {
  text-decoration: none !important;
}
.no-shadow,
.no-box-shadow {
  -webkit-box-shadow: none!important;
  box-shadow: none !important;
}
.no-text-shadow {
  text-shadow: none !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-visible {
  overflow: visible !important;
}
.hr {
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
  border-top: 1px solid #e3e3e3;
  margin: 12px 0;
}
.hr-double {
  height: 3px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.hr.dotted,
.hr-dotted {
  border-top-style: dotted;
}
.hr-double.dotted {
  border-bottom-style: dotted;
}
.hr-32,
.hr32 {
  margin: 32px 0;
}
.hr-30,
.hr30 {
  margin: 30px 0;
}
.hr-28,
.hr28 {
  margin: 28px 0;
}
.hr-26,
.hr26 {
  margin: 26px 0;
}
.hr-24,
.hr24 {
  margin: 24px 0;
}
.hr-22,
.hr22 {
  margin: 22px 0;
}
.hr-20,
.hr20 {
  margin: 20px 0;
}
.hr-18,
.hr18 {
  margin: 18px 0;
}
.hr-16,
.hr16 {
  margin: 16px 0;
}
.hr-14,
.hr14 {
  margin: 14px 0;
}
.hr-12,
.hr12 {
  margin: 12px 0;
}
.hr-10,
.hr10 {
  margin: 10px 0;
}
.hr-8,
.hr8 {
  margin: 8px 0;
}
.hr-6,
.hr6 {
  margin: 6px 0;
}
.hr-4,
.hr4 {
  margin: 4px 0;
}
.hr-2,
.hr2 {
  margin: 2px 0;
}
.space {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
}
.vspace-xs,
.vspace-sm,
.vspace-md,
.vspace-lg {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  display: none;
  margin: 12px 0;
}
.space-32 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 32px 0 31px;
}
.vspace-32,
.vspace-xs-32,
.vspace-sm-32,
.vspace-md-32,
.vspace-lg-32 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 32px 0 31px 0;
}
.space-30 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 30px 0 29px;
}
.vspace-30,
.vspace-xs-30,
.vspace-sm-30,
.vspace-md-30,
.vspace-lg-30 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 30px 0 29px 0;
}
.space-28 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 28px 0 27px;
}
.vspace-28,
.vspace-xs-28,
.vspace-sm-28,
.vspace-md-28,
.vspace-lg-28 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 28px 0 27px 0;
}
.space-26 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 26px 0 25px;
}
.vspace-26,
.vspace-xs-26,
.vspace-sm-26,
.vspace-md-26,
.vspace-lg-26 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 26px 0 25px 0;
}
.space-24 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 24px 0 23px;
}
.vspace-24,
.vspace-xs-24,
.vspace-sm-24,
.vspace-md-24,
.vspace-lg-24 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 24px 0 23px 0;
}
.space-22 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 22px 0 21px;
}
.vspace-22,
.vspace-xs-22,
.vspace-sm-22,
.vspace-md-22,
.vspace-lg-22 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 22px 0 21px 0;
}
.space-20 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 20px 0 19px;
}
.vspace-20,
.vspace-xs-20,
.vspace-sm-20,
.vspace-md-20,
.vspace-lg-20 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 20px 0 19px 0;
}
.space-18 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 18px 0 17px;
}
.vspace-18,
.vspace-xs-18,
.vspace-sm-18,
.vspace-md-18,
.vspace-lg-18 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 18px 0 17px 0;
}
.space-16 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 16px 0 15px;
}
.vspace-16,
.vspace-xs-16,
.vspace-sm-16,
.vspace-md-16,
.vspace-lg-16 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 16px 0 15px 0;
}
.space-14 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 14px 0 13px;
}
.vspace-14,
.vspace-xs-14,
.vspace-sm-14,
.vspace-md-14,
.vspace-lg-14 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 14px 0 13px 0;
}
.space-12 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 12px 0 11px;
}
.vspace-12,
.vspace-xs-12,
.vspace-sm-12,
.vspace-md-12,
.vspace-lg-12 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 12px 0 11px 0;
}
.space-10 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 10px 0 9px;
}
.vspace-10,
.vspace-xs-10,
.vspace-sm-10,
.vspace-md-10,
.vspace-lg-10 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 10px 0 9px 0;
}
.space-8 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 8px 0 7px;
}
.vspace-8,
.vspace-xs-8,
.vspace-sm-8,
.vspace-md-8,
.vspace-lg-8 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 8px 0 7px 0;
}
.space-6 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 6px 0 5px;
}
.vspace-6,
.vspace-xs-6,
.vspace-sm-6,
.vspace-md-6,
.vspace-lg-6 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 6px 0 5px 0;
}
.space-4 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 4px 0 3px;
}
.vspace-4,
.vspace-xs-4,
.vspace-sm-4,
.vspace-md-4,
.vspace-lg-4 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 4px 0 3px 0;
}
.space-2 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 2px 0 1px;
}
.vspace-2,
.vspace-xs-2,
.vspace-sm-2,
.vspace-md-2,
.vspace-lg-2 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 2px 0 1px 0;
}
.header {
  line-height: 28px;
  margin-bottom: 16px;
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid #CCC;
}
.header.blue {
  border-bottom-color: #d5e3ef;
}
.header.green {
  border-bottom-color: #cce2c1;
}
.header.purple {
  border-bottom-color: #e0d1ea;
}
.header.orange {
  border-bottom-color: #fdd0ac;
}
.header.orange2 {
  border-bottom-color: #fbd36b;
}
.header.red {
  border-bottom-color: #f3cdc6;
}
.header.grey {
  border-bottom-color: #c3c3c3;
}
.header.pink {
  border-bottom-color: #f2e0eb;
}
.header.pink2 {
  border-bottom-color: #e69eb9;
}
.header.light-blue {
  border-bottom-color: #dceefc;
}
.header.light-red {
  border-bottom-color: #fec5c5;
}
.header.light-green {
  border-bottom-color: #d2e7b5;
}
.header.brown {
  border-bottom-color: #df9393;
}
.header > [class*="icon-"] {
  margin-right: 2px;
}
.no-radius {
  border-radius: 0 !important;
}
.action-buttons a {
  margin: 0 3px;
  display: inline-block;
  opacity: .85;
  -webkit-transition: all .1s;
  transition: all 0.1s;
}
.action-buttons a:hover {
  text-decoration: none;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.navbar {
  margin-bottom: 0;
}
.navbar {
  margin-left: 0;
  margin-right: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  min-height: 45px;
  position: relative;
  /*background: url(../images/navbar-bg.jpg) repeat-x;*/
}
.navbar > .container {
  padding-left: 0;
  padding-right: 0;
}
.navbar .navbar-text,
.navbar .navbar-link {
  color: #fff;
}
.navbar .navbar-brand {
  color: #fff;
  font-size: 24px;
  text-shadow: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #fff;
}
.navbar .navbar-header {
  margin: 0 !important;
}
.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  font-size: 13px;
  text-shadow: none;
  color: #fff;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
}
.navbar-container {
  padding-left: 10px;
  padding-right: 20px;
}
.navbar-container.container {
  padding-left: 0;
  padding-right: 0;
}
.ace-nav {
  height: 100%;
  margin: 0 !important;
}
.ace-nav > li {
  line-height: 45px;
  height: 45px;
  border-left: 1px solid #DDD;
  padding: 0;
  position: relative;
  float: left !important;
}
.ace-nav > li:first-child {
  border-left: none;
}
.ace-nav > li > a {
  background-color: #2e6589;
  color: #FFF;
  display: block;
  line-height: inherit;
  text-align: center;
  height: 100%;
  width: auto;
  min-width: 50px;
  padding: 0 8px;
  position: relative;
}
.ace-nav > li > a > [class*="icon-"] {
  font-size: 16px;
  color: #FFF;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.ace-nav > li > a > .badge {
  position: relative;
  top: -4px;
  left: 2px;
  padding-right: 5px;
  padding-left: 5px;
}
.ace-nav > li > a:hover,
.ace-nav > li > a:focus {
  background-color: #2c5976;
}
.ace-nav > li.open > a {
  background-color: #2c5976 !important;
}
.ace-nav > li.open > a {
  color: #FFF !important;
}
.ace-nav > li.grey > a {
  background-color: #555;
}
.ace-nav > li.grey > a:hover,
.ace-nav > li.grey > a:focus {
  background-color: #4b4b4b;
}
.ace-nav > li.open.grey > a {
  background-color: #4b4b4b !important;
}
.ace-nav > li.purple > a {
  background-color: #892e65;
}
.ace-nav > li.purple > a:hover,
.ace-nav > li.purple > a:focus {
  background-color: #762c59;
}
.ace-nav > li.open.purple > a {
  background-color: #762c59 !important;
}
.ace-nav > li.green > a {
  background-color: #2e8965;
}
.ace-nav > li.green > a:hover,
.ace-nav > li.green > a:focus {
  background-color: #2c7659;
}
.ace-nav > li.open.green > a {
  background-color: #2c7659 !important;
}
.ace-nav > li.light-blue > a {
  background-color: #62a8d1;
}
.ace-nav > li.light-blue > a:hover,
.ace-nav > li.light-blue > a:focus {
  background-color: #579ec8;
}
.ace-nav > li.open.light-blue > a {
  background-color: #579ec8 !important;
}
.ace-nav > li.light-blue2 > a {
  background-color: #42a8e1;
}
.ace-nav > li.light-blue2 > a:hover,
.ace-nav > li.light-blue2 > a:focus {
  background-color: #359fd9;
}
.ace-nav > li.open.light-blue2 > a {
  background-color: #359fd9 !important;
}
.ace-nav > li.red > a {
  background-color: #b74635;
}
.ace-nav > li.red > a:hover,
.ace-nav > li.red > a:focus {
  background-color: #a34335;
}
.ace-nav > li.open.red > a {
  background-color: #a34335 !important;
}
.ace-nav > li.light-green > a {
  background-color: #9abc32;
}
.ace-nav > li.light-green > a:hover,
.ace-nav > li.light-green > a:focus {
  background-color: #8ba832;
}
.ace-nav > li.open.light-green > a {
  background-color: #8ba832 !important;
}
.ace-nav > li.light-purple > a {
  background-color: #cb6fd7;
}
.ace-nav > li.light-purple > a:hover,
.ace-nav > li.light-purple > a:focus {
  background-color: #c263ce;
}
.ace-nav > li.open.light-purple > a {
  background-color: #c263ce !important;
}
.ace-nav > li.light-orange > a {
  background-color: #f79263;
}
.ace-nav > li.light-orange > a:hover,
.ace-nav > li.light-orange > a:focus {
  background-color: #f28653;
}
.ace-nav > li.open.light-orange > a {
  background-color: #f28653 !important;
}
.ace-nav > li.light-pink > a {
  background-color: #f4dae5;
}
.ace-nav > li.light-pink > a:hover,
.ace-nav > li.light-pink > a:focus {
  background-color: #eeccda;
}
.ace-nav > li.open.light-pink > a {
  background-color: #eeccda !important;
}
.ace-nav > li.dark > a {
  background-color: #404040;
}
.ace-nav > li.dark > a:hover,
.ace-nav > li.dark > a:focus {
  background-color: #363636;
}
.ace-nav > li.open.dark > a {
  background-color: #363636 !important;
}
.ace-nav > li.white-opaque > a {
  background-color: rgba(255, 255, 255, 0.8);
}
.ace-nav > li.white-opaque > a:hover,
.ace-nav > li.white-opaque > a:focus {
  background-color: rgba(245, 245, 245, 0.8);
}
.ace-nav > li.open.white-opaque > a {
  background-color: rgba(245, 245, 245, 0.8) !important;
}
.ace-nav > li.dark-opaque > a {
  background-color: rgba(0, 0, 0, 0.2);
}
.ace-nav > li.dark-opaque > a:hover,
.ace-nav > li.dark-opaque > a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.ace-nav > li.open.dark-opaque > a {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.ace-nav > li.margin-4 {
  margin-left: 4px;
}
.ace-nav > li.margin-3 {
  margin-left: 3px;
}
.ace-nav > li.margin-2 {
  margin-left: 2px;
}
.ace-nav > li.margin-1 {
  margin-left: 1px;
}
.ace-nav > li.no-border {
  border: none !important;
}
.ace-nav > li .dropdown-menu {
  z-index: 1031;
}
.ace-nav .nav-user-photo {
  margin: -4px 8px 0 0;
  border-radius: 100%;
  border: 2px solid #FFF;
  max-width: 40px;
}
.ace-nav li:last-child a [class^="icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .navbar-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ace-nav > li:nth-last-child(4) > .dropdown-menu.pull-right {
    right: -80px;
  }
  .ace-nav > li:nth-last-child(4) > .dropdown-menu.pull-right:before,
  .ace-nav > li:nth-last-child(4) > .dropdown-menu.pull-right:after {
    right: 100px;
  }
  .ace-nav > li:nth-last-child(3) > .dropdown-menu.pull-right {
    right: -40px;
  }
  .ace-nav > li:nth-last-child(3) > .dropdown-menu.pull-right:before,
  .ace-nav > li:nth-last-child(3) > .dropdown-menu.pull-right:after {
    right: 60px;
  }
  .user-menu.dropdown-close.pull-right {
    right: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .ace-nav > li:nth-last-child(4) > .dropdown-menu.pull-right {
    right: -120px;
  }
  .ace-nav > li:nth-last-child(4) > .dropdown-menu.pull-right:before,
  .ace-nav > li:nth-last-child(4) > .dropdown-menu.pull-right:after {
    right: 140px;
  }
  .ace-nav > li:nth-last-child(3) > .dropdown-menu.pull-right {
    right: -80px;
  }
  .ace-nav > li:nth-last-child(3) > .dropdown-menu.pull-right:before,
  .ace-nav > li:nth-last-child(3) > .dropdown-menu.pull-right:after {
    right: 100px;
  }
  .ace-nav > li:nth-last-child(2) > .dropdown-menu.pull-right {
    right: -50px;
  }
  .ace-nav > li:nth-last-child(2) > .dropdown-menu.pull-right:before,
  .ace-nav > li:nth-last-child(2) > .dropdown-menu.pull-right:after {
    right: 70px;
  }
}
@media only screen and (max-width: 460px) {
  .ace-nav > li:nth-last-child(4) > .dropdown-menu.pull-right {
    left: -5px;
    right: auto;
  }
  .ace-nav > li:nth-last-child(4) > .dropdown-menu.pull-right:before,
  .ace-nav > li:nth-last-child(4) > .dropdown-menu.pull-right:after {
    right: auto;
    left: 25px;
  }
  .ace-nav > li:nth-last-child(3) > .dropdown-menu.pull-right {
    left: -60px;
    right: auto;
  }
  .ace-nav > li:nth-last-child(3) > .dropdown-menu.pull-right:before,
  .ace-nav > li:nth-last-child(3) > .dropdown-menu.pull-right:after {
    left: 80px;
    right: auto;
  }
  .ace-nav > li:nth-last-child(2) > .dropdown-menu.pull-right {
    left: -110px;
    right: auto;
  }
  .ace-nav > li:nth-last-child(2) > .dropdown-menu.pull-right:before,
  .ace-nav > li:nth-last-child(2) > .dropdown-menu.pull-right:after {
    left: 130px;
    right: auto;
  }
}
@media only screen and (max-width: 460px) {
  .navbar .navbar-header.pull-left {
    display: block;
    float: none !important;
  }
  .navbar .navbar-header.pull-right {
    display: block;
    float: none !important;
  }
  .ace-nav {
    display: block;
    float: none!important;
    text-align: center;
    background-color: #404040;
    border: 1px solid #DDD;
    border-width: 1px 0;
    letter-spacing: -3px;
  }
  .ace-nav > li {
    display: inline-block;
    float: none!important;
    text-align: left;
    letter-spacing: normal;
  }
  .ace-nav > li:first-child {
    border-left: 1px solid #DDD;
  }
  .ace-nav > li:last-child {
    border-right: 1px solid #DDD;
  }
}
@media only screen and (max-width: 320px) {
  .ace-nav > li > a {
    padding: 0 5px !important;
  }
}
.user-menu > li > a {
  padding: 4px 12px;
}
.user-menu > li > a > [class*="icon-"] {
  margin-right: 6px;
  font-size: 120%;
}
.user-info {
  max-width: 100px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  line-height: 15px;
  position: relative;
  top: 6px;
}
.user-info small {
  display: block;
}
@media (min-width: 461px) and (max-width: 480px), (max-width: 360px) {
  .user-menu {
    padding-top: 42px !important;
  }
  .ace-nav .nav-user-photo {
    margin-right: 0;
  }
  .user-info {
    position: absolute!important;
    margin-top: 40px;
    margin-left: 1px;
    right: 2px;
    z-index: 1032;
    color: #777;
    font-size: 14px;
    width: 156px;
    max-width: 156px;
    padding-left: 8px;
    padding-right: 8px;
    height: 32px;
    line-height: 26px!important;
    display: none;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    vertical-align: none;
    line-height: normal;
  }
  .user-info > small {
    display: inline;
    opacity: 1;
  }
  li.open .user-info {
    display: inline-block;
  }
}
.breadcrumbs {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  min-height: 41px;
  line-height: 40px;
  padding: 0 12px 0 0;
  display: block;
}
.breadcrumbs.fixed,
.breadcrumbs.breadcrumbs-fixed {
  position: fixed;
  right: 0;
  left: 190px;
  top: 45px;
  z-index: 1028;
}
.breadcrumb {
  background-color: transparent;
  display: inline-block;
  line-height: 24px;
  margin: 0 22px 0 12px;
  padding: 0;
  font-size: 13px;
  color: #333;
  border-radius: 0;
}
.breadcrumb > li,
.breadcrumb > li.active {
  color: #555;
}
.breadcrumb > li > a {
  display: inline-block;
  padding: 0 4px;
  color: #4c8fbd;
}
.breadcrumb > li + li:before {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\F105";
  color: #b2b6bf;
  margin-right: 2px;
  padding: 0 5px 0 2px;
  position: relative;
  top: 1px;
}
.breadcrumb .home-icon {
  margin-left: 4px;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 991px) {
  .breadcrumb {
    margin-left: 90px;
  }
  .breadcrumbs.fixed,
  .breadcrumbs.breadcrumbs-fixed {
    position: relative!important;
    left: auto!important;
    right: auto!important;
    top: auto!important;
    z-index: auto !important;
  }
  body.breadcrumbs-fixed .ace-settings-container {
    top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .breadcrumb > li > a {
    padding: 0 1px;
  }
}
@media only screen and (max-width: 320px) {
  .breadcrumb {
    margin-left: 36px;
  }
}
.container.main-container .breadcrumbs.breadcrumbs-fixed {
  left: auto!important;
  right: auto !important;
}
@media (min-width: 768px) {
  .container.main-container .breadcrumbs.breadcrumbs-fixed {
    width: 554px;
  }
  .container.main-container .menu-min + .main-content .breadcrumbs.breadcrumbs-fixed {
    width: 701px;
  }
}
@media (min-width: 992px) {
  .container.main-container .breadcrumbs.breadcrumbs-fixed {
    width: 774px;
  }
  .container.main-container .menu-min + .main-content .breadcrumbs.breadcrumbs-fixed {
    width: 921px;
  }
}
@media (min-width: 1200px) {
  .container.main-container .breadcrumbs.breadcrumbs-fixed {
    width: 974px;
  }
  .container.main-container .menu-min + .main-content .breadcrumbs.breadcrumbs-fixed {
    width: 1121px;
  }
}
.nav-search {
  position: absolute;
  top: 6px;
  right: 22px;
  line-height: 24px;
}
.nav-search .form-search {
  margin-bottom: 0;
}
.nav-search .nav-search-input {
  border: 1px solid #6fb3e0;
  width: 152px;
  height: 28px!important;
  border-radius: 4px!important;
  font-size: 13px;
  color: #666!important;
  z-index: 11;
  -webkit-transition: width ease .15s;
  transition: width ease 0.15s;
}
.nav-search .nav-search-input + .dropdown-menu {
  min-width: 0;
  left: 0;
  right: 0;
}
.nav-search .nav-search-input:focus,
.nav-search .nav-search-input:hover {
  border-color: #6fb3e0;
}
.nav-search .nav-search-icon {
  color: #6fb3e0!important;
  font-size: 14px!important;
  line-height: 24px !important;
}
.nav-search.minimized .nav-search-input {
  width: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  max-width: 0;
}
.nav-search.minimized:hover .nav-search-input,
.nav-search.minimized .nav-search-btn:active + .nav-search-input,
.nav-search.minimized .nav-search-input:focus,
.nav-search.minimized .nav-search-input:hover,
.nav-search.minimized .nav-search-input:active {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 152px;
  max-width: 152px;
}
.nav-search.minimized .nav-search-icon {
  border: 1px solid;
  border-radius: 100%;
  background-color: #FFF;
  padding: 0 5px !important;
}
.nav-search.minimized:hover .nav-search-icon,
.nav-search.minimized .nav-search-input:focus ~ .nav-search-icon,
.nav-search.minimized .nav-search-input:hover ~ .nav-search-icon,
.nav-search.minimized .nav-search-input:active ~ .nav-search-icon {
  border: 0;
  border-radius: 0;
  padding: 0 3px !important;
}
.nav-search-icon {
  border: 0;
  border-radius: 0;
  padding: 0 3px !important;
}
.sidebar > .nav-search {
  position: static;
  background-color: #fafafa;
  border-bottom: 1px solid #DDD;
  text-align: center;
  height: 35px;
  padding-top: 6px;
}
.sidebar > .nav-search .nav-search-input {
  width: 162px!important;
  border-radius: 0!important;
  max-width: 162px!important;
  opacity: 1!important;
  filter: alpha(opacity=100) !important;
}
.sidebar > .nav-search .nav-search-input + .dropdown-menu {
  text-align: left;
}
.sidebar.menu-min .nav-search .form-search {
  position: absolute;
  left: 5px;
  z-index: 14;
}
.sidebar.menu-min .nav-search .nav-search-input {
  width: 0!important;
  max-width: 0!important;
  opacity: 0!important;
  filter: alpha(opacity=0) !important;
}
.sidebar.menu-min .nav-search .nav-search-input:hover,
.sidebar.menu-min .nav-search .nav-search-input:focus,
.sidebar.menu-min .nav-search .nav-search-input:active {
  width: 162px!important;
  max-width: 162px!important;
  opacity: 1!important;
  filter: alpha(opacity=100) !important;
}
.sidebar.menu-min .nav-search .nav-search-input:hover ~ #nav-search-icon,
.sidebar.menu-min .nav-search .nav-search-input:focus ~ #nav-search-icon,
.sidebar.menu-min .nav-search .nav-search-input:active ~ #nav-search-icon {
  border: 0;
  border-radius: 0;
  padding: 0 3px !important;
}
.sidebar.menu-min .nav-search:hover .nav-search-input {
  width: 162px!important;
  max-width: 162px!important;
  opacity: 1!important;
  filter: alpha(opacity=100) !important;
}
.sidebar.menu-min .nav-search:hover .nav-search-input ~ .nav-search-icon {
  border: 0;
  border-radius: 0;
  padding: 0 3px !important;
}
.sidebar.menu-min .nav-search .nav-search-icon {
  border: 1px solid;
  border-radius: 32px;
  background-color: #FFF;
  padding: 0 5px !important;
}
@media only screen and (max-width: 767px) {
  .nav-search {
    right: 5px;
  }
  .nav-search .nav-search-input {
    width: 105px;
  }
  .nav-search:hover .nav-search-input,
  .nav-search .nav-search-btn:active + .nav-search-input,
  .nav-search .nav-search-input:focus,
  .nav-search .nav-search-input:hover,
  .nav-search .nav-search-input:active {
    width: 145px;
  }
}
@media only screen and (max-width: 480px) {
  .nav-search .nav-search-input {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    max-width: 0;
  }
  .nav-search:hover .nav-search-input,
  .nav-search .nav-search-btn:active + .nav-search-input,
  .nav-search .nav-search-input:focus,
  .nav-search .nav-search-input:hover,
  .nav-search .nav-search-input:active {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 152px;
    max-width: 152px;
  }
  .nav-search .nav-search-icon {
    border: 1px solid;
    border-radius: 100%;
    background-color: #FFF;
    padding: 0 5px !important;
  }
  .nav-search:hover .nav-search-icon,
  .nav-search .nav-search-input:focus ~ .nav-search-icon,
  .nav-search .nav-search-input:hover ~ .nav-search-icon,
  .nav-search .nav-search-input:active ~ .nav-search-icon {
    border: 0;
    border-radius: 0;
    padding: 0 3px !important;
  }
}
.sidebar {
  width: 190px;
  float: left;
  position: relative;
  border: 1px solid #ccc;
  border-width: 0 1px 0 0;
  background-color: #f2f2f2;
}
.sidebar:before {
  content: "";
  display: block;
  width: 190px;
  position: fixed;
  bottom: 0;
  top: 0;
  z-index: -1;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-width: 0 1px 0 0;
}
.sidebar.fixed,
.sidebar.sidebar-fixed {
  position: fixed;
  z-index: 1029;
  top: 45px;
  left: 0;
}
.sidebar.fixed:before,
.sidebar.sidebar-fixed:before {
  left: 0;
  right: auto;
}
li [class^="icon-"],
li [class*=" icon-"],
.nav-list li [class^="icon-"],
.nav-list li [class*=" icon-"] {
  width: auto;
}
.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-list .open > a,
.nav-list .open > a:hover,
.nav-list .open > a:focus {
  background-color: #fafafa;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin: 0;
}
.nav-list > li {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.nav-list > li:first-child {
  border-top: 0;
}
.nav-list li > a:focus {
  outline: 0;
}
.nav-list > li > a {
  display: block;
  height: 38px;
  line-height: 36px;
  padding: 0 16px 0 7px;
  background-color: #f9f9f9;
  color: #585858;
  text-shadow: none!important;
  font-size: 13px;
  text-decoration: none;
}
.nav-list > li > a > [class*="icon-"]:first-child {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-right: 2px;
}
.nav-list > li > a:focus {
  background-color: #f9f9f9;
  color: #1963aa;
}
.nav-list > li > a:hover {
  background-color: #FFF;
  color: #1963aa;
}
.nav-list > li > a:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  width: 3px;
  max-width: 3px;
  overflow: hidden;
  background-color: #3382af;
}
.nav-list > li a > .arrow {
  display: inline-block;
  width: 14px!important;
  height: 14px;
  line-height: 14px;
  text-shadow: none;
  font-size: 18px;
  position: absolute;
  right: 11px;
  top: 11px;
  padding: 0;
  color: #666;
}
.nav-list > li a:hover > .arrow,
.nav-list > li.active > a > .arrow,
.nav-list > li.open > a > .arrow {
  color: #1963aa;
}
.nav-list > li.separator {
  height: 3px;
  background-color: transparent;
  position: static;
  margin: 1px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-list > li.open > a {
  background-color: #fafafa;
  color: #1963aa;
}
.nav-list > li.active {
  background-color: #fff;
}
.nav-list > li.active > a,
.nav-list > li.active > a:hover,
.nav-list > li.active > a:focus,
.nav-list > li.active > a:active {
  background-color: #fff;
  color: #2b7dbc;
  font-weight: bold;
  font-size: 13px;
}
.nav-list > li.active > a > [class*="icon-"] {
  font-weight: normal;
}
.nav-list > li.active > a:hover:before {
  display: none;
}
.nav-list > li.active:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: -2px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  border: 2px solid #2b7dbc;
  border-width: 0 2px 0 0;
}
.nav-list > li.open {
  border-bottom-color: #e5e5e5;
}
.nav-list > li.active .submenu {
  display: block;
}
.nav-list > li .submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}
.nav-list > li .submenu > li {
  margin-left: 0;
  position: relative;
}
.nav-list > li .submenu > li > a {
  display: block;
  position: relative;
  color: #616161;
  padding: 7px 0 9px 37px;
  margin: 0;
  border-top: 1px dotted #e4e4e4;
}
.nav-list > li .submenu > li > a:focus {
  text-decoration: none;
}
.nav-list > li .submenu > li > a:hover {
  text-decoration: none;
  color: #4b88b7;
}
.nav-list > li .submenu > li.active > a {
  color: #2b7dbc;
}
.nav-list > li .submenu > li a > [class*="icon-"]:first-child {
  display: none;
  font-size: 12px;
  font-weight: normal;
  width: 18px;
  height: auto;
  line-height: 12px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 11px;
  z-index: 1;
  background-color: #FFF;
}
.nav-list > li .submenu > li.active > a > [class*="icon-"]:first-child,
.nav-list > li .submenu > li:hover > a > [class*="icon-"]:first-child {
  display: inline-block;
}
.nav-list > li .submenu > li.active > a > [class*="icon-"]:first-child {
  color: #c86139;
}
.nav-list > li > .submenu > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  left: 20px;
  top: 17px;
  border-top: 1px dotted #9dbdd6;
}
.nav-list > li > .submenu > li:first-child > a {
  border-top: 1px solid #fafafa;
}
.nav-list > li > .submenu:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 18px;
  top: 0;
  bottom: 0;
  border: 1px dotted #9dbdd6;
  border-width: 0 0 0 1px;
}
.nav-list > li.active > .submenu > li:before {
  border-top-color: #8eb3d0;
}
.nav-list > li.active > .submenu:before {
  border-left-color: #8eb3d0;
}
.nav-list li .submenu {
  overflow: hidden;
}
.nav-list li.active > a:after {
  display: block;
  content: "";
  position: absolute!important;
  right: 0;
  top: 4px;
  border: 8px solid transparent;
  border-width: 14px 10px;
  border-right-color: #2b7dbc;
}
.nav-list li.open > a:after {
  display: none;
}
.nav-list li.active.open > .submenu > li.active.open > a.dropdown-toggle:after {
  display: none;
}
.nav-list li.active > .submenu > li.active > a:after {
  display: none;
}
.nav-list li.active.open > .submenu > li.active > a:after {
  display: block;
}
.nav-list li.active.no-active-child > a:after {
  display: inline-block !important;
}
.nav-list a .badge,
.nav-list a .label {
  font-size: 12px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  top: 9px;
  right: 11px;
  opacity: 0.88;
}
.nav-list a .badge [class*="icon-"],
.nav-list a .label [class*="icon-"] {
  vertical-align: middle;
  margin: 0;
}
.nav-list a.dropdown-toggle .badge,
.nav-list a.dropdown-toggle .label {
  right: 28px;
}
.nav-list a:hover .badge,
.nav-list a:hover .label {
  opacity: 1;
}
.nav-list .submenu .submenu a .badge,
.nav-list .submenu .submenu a .label {
  top: 6px;
}
.sidebar-collapse {
  border-bottom: 1px solid #e0e0e0;
  background-color: #f3f3f3;
  text-align: center;
  padding: 3px 0;
  position: relative;
}
.sidebar-collapse > [class*="icon-"] {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #aaa;
  border: 1px solid #bbb;
  padding: 0 5px;
  line-height: 18px;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
}
.sidebar-collapse:before {
  content: "";
  display: inline-block;
  height: 0;
  border-top: 1px solid #e0e0e0;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 13px;
}
.sidebar-shortcuts {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  text-align: center;
  line-height: 39px;
  max-height: 41px;
  margin-bottom: 0;
}
.sidebar-shortcuts-large {
  padding-bottom: 4px;
}
.sidebar-shortcuts-large > .btn {
  width: 41px;
  line-height: 24px;
  margin-top: -2px;
  padding: 0;
  border-width: 4px;
  text-align: center;
}
.sidebar-shortcuts-large > .btn > [class*="icon-"] {
  margin: 0;
}
.sidebar-shortcuts-mini {
  display: none;
  font-size: 0;
  width: 42px;
  line-height: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #fff;
}
.sidebar-shortcuts-mini > .btn {
  border-width: 0!important;
  font-size: 0;
  line-height: 0;
  padding: 8px!important;
  margin: 0 1px;
  border-radius: 0!important;
  opacity: .85;
  filter: alpha(opacity=85);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::safari-only,
  .sidebar-shortcuts-mini > .btn {
    margin: 0;
  }
}
.nav-list > li > .submenu li > .submenu {
  border-top: 0;
  background-color: transparent;
  display: none;
}
.nav-list > li > .submenu li.active > .submenu {
  display: block;
}
.nav-list > li > .submenu a > .arrow {
  right: 11px;
  top: 10px;
  font-size: 16px;
  color: #6b828e;
}
.nav-list > li > .submenu .open > a,
.nav-list > li > .submenu .open > a:hover,
.nav-list > li > .submenu .open > a:focus {
  background-color: transparent;
  border-color: #e4e4e4;
}
.nav-list > li > .submenu li > .submenu > li > a > .arrow {
  right: 12px;
  top: 9px;
}
.nav-list > li > .submenu li > .submenu > li {
  line-height: 16px;
}
.nav-list > li > .submenu li > .submenu > li:before {
  display: none;
}
.nav-list > li > .submenu li > .submenu > li > a {
  margin-left: 20px;
  padding-left: 22px;
}
.nav-list > li > .submenu li > .submenu > li > .submenu > li > a {
  margin-left: 20px;
  padding-left: 38px;
}
.nav-list > li > .submenu li > .submenu > li a > [class*="icon-"]:first-child {
  display: inline-block;
  color: inherit;
  font-size: 14px;
  position: static;
  background-color: transparent;
  margin-right: 1px;
}
.nav-list > li > .submenu li > .submenu > li a {
  font-size: 13px;
  color: #777;
}
.nav-list > li > .submenu li > .submenu > li a:hover {
  color: #316292;
  text-decoration: underline;
}
.nav-list > li > .submenu li > .submenu > li a:hover [class*="icon-"] {
  text-decoration: none;
  color: #316292;
}
.nav-list > li > .submenu li.open > a {
  color: #25639e;
}
.nav-list > li > .submenu li.open > a > [class*="icon-"]:first-child {
  display: inline-block;
}
.nav-list > li > .submenu li.open > a .arrow {
  color: #25639e;
}
.nav-list > li > .submenu li > .submenu li.open > a {
  color: #25639e;
}
.nav-list > li > .submenu li > .submenu li.open > a > [class*="icon-"]:first-child {
  display: inline-block;
  color: #1963aa;
}
.nav-list > li > .submenu li > .submenu li.open > a .arrow {
  color: #25639e;
}
.nav-list > li > .submenu li > .submenu li.active > a {
  color: #347cb3;
}
.nav-list > li > .submenu li > .submenu li.active > a > [class*="icon-"]:first-child {
  display: inline-block;
  color: #347cb3;
}
.nav-list > li.active.open li.active > a:after {
  top: 2px;
  border-width: 14px 8px;
}
.nav-list > li.active.open li.active.open li.active > a:after {
  top: 0;
}
.menu-min.sidebar {
  width: 43px;
}
.menu-min.sidebar:before {
  width: 43px;
}
.menu-min.sidebar + .main-content {
  margin-left: 43px;
}
.menu-min.sidebar + .main-content .breadcrumbs.fixed,
.menu-min.sidebar + .main-content .breadcrumbs.breadcrumbs-fixed {
  left: 43px;
}
.menu-min .nav-list a .badge,
.menu-min .nav-list a .label {
  position: relative;
  top: -1px;
  right: auto;
  left: 4px;
}
.menu-min .nav-list .submenu .submenu a .badge,
.menu-min .nav-list .submenu .submenu a .label {
  top: 0;
}
.menu-min .nav-list > li > a {
  position: relative;
}
.menu-min .nav-list > li > a > .menu-text {
  display: none;
  position: absolute;
  left: 42px;
  top: -2px;
  width: 174px;
  height: 40px;
  line-height: 38px;
  background-color: #f5f5f5;
  z-index: 121;
  -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  padding-left: 12px;
}
.menu-min .nav-list > li > a.dropdown-toggle > .menu-text {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  top: -1px;
  left: 43px;
  width: 174px;
  border-bottom: 1px solid #ddd;
}
.menu-min .nav-list > li > a .arrow {
  display: none;
}
.menu-min .nav-list > li > a:hover:before {
  width: 2px;
}
.menu-min .nav-list > li:hover > a {
  color: #1963aa;
}
.menu-min .nav-list > li:hover > a > .menu-text {
  display: block;
}
.menu-min .nav-list > li.active > a > .menu-text {
  border-left-color: #1963aa;
}
.menu-min .nav-list > li.open > a {
  background-color: #fafafa;
  color: #585858;
}
.menu-min .nav-list > li.open.active > a {
  background-color: #fff;
}
.menu-min .nav-list > li.open:hover > a {
  color: #1963aa;
}
.menu-min .nav-list > li.active > a {
  color: #2b7dbc;
}
.menu-min .nav-list > li.active > a:after {
  border-width: 10px 6px;
  top: 8px;
}
.menu-min .nav-list > li.active.open > a:after {
  display: block;
}
.menu-min .nav-list > li.active.open li.active > a:after {
  display: none;
}
.menu-min .nav-list > li > .submenu {
  background: #fff;
  position: absolute;
  z-index: 120;
  left: 42px;
  top: -2px;
  width: 176px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  padding-top: 40px;
  padding-bottom: 2px;
  display: none !important;
}
.menu-min .nav-list > li > .submenu:before {
  display: none;
}
.menu-min .nav-list > li > .submenu li:before {
  display: none;
}
.menu-min .nav-list > li > .submenu li > a {
  margin-left: 0;
  padding-left: 24px;
}
.menu-min .nav-list > li > .submenu li > a > [class*="icon-"]:first-child {
  left: 4px;
}
.menu-min .nav-list > li:hover > .submenu {
  display: block !important;
}
.menu-min .nav-list > li.active > .submenu {
  border-left-color: #2b7dbc;
}
.menu-min .sidebar-shortcuts {
  position: relative;
}
.menu-min .sidebar-shortcuts-mini {
  display: block;
}
.menu-min .sidebar-shortcuts-large {
  display: none;
  position: absolute;
  z-index: 20;
  top: -1px;
  left: 42px;
  width: 182px;
  padding: 0 2px 1px;
  background-color: #fff;
  -webkit-box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
.menu-min .sidebar-shortcuts:hover .sidebar-shortcuts-large {
  display: block;
}
.menu-min .sidebar-collapse:before {
  left: 5px;
  right: 5px;
}
.menu-min .sidebar-collapse > [class*="icon-"] {
  font-size: 13px;
  padding: 0 4px;
  line-height: 15px;
  border-width: 1px;
  border-color: #aeaeae;
}
.menu-min .nav-list > li > .submenu li > .submenu > li > a {
  margin-left: 0;
  padding-left: 30px;
}
.menu-min .nav-list > li > .submenu li > .submenu > li > .submenu > li > a {
  margin-left: 0;
  padding-left: 45px;
}
.menu-min .nav-list > li > .submenu li.active > a:after {
  display: none;
}
.menu-min .nav-list li.active.open > .submenu > li.active > a:after {
  display: none;
}
.menu-toggler {
  display: none;
}
@media only screen and (max-width: 991px) {
  .sidebar:before {
    display: none;
  }
  .sidebar {
    display: none;
    float: none;
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: auto;
    top: auto!important;
    margin-top: 40px;
    border: 1px solid #CCC;
    border-left-width: 0;
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .sidebar.display {
    display: block;
  }
  .menu-toggler {
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 998;
    width: 52px;
    height: 32px;
    margin-right: 2px;
    line-height: normal;
    padding-left: 33px;
    padding-top: 7px;
    padding-bottom: 1px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #444;
    color: #f3f3f3;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .menu-toggler:hover {
    text-decoration: none;
  }
  .menu-toggler:before {
    border-top: 1px solid #87b87f;
    border-bottom: 1px solid #6fb3e0;
    height: 2px;
    width: 24px;
    content: "";
    position: absolute;
    z-index: 11;
    top: 13px;
    left: 4px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    -o-transition: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .menu-toggler:after {
    border-top: 1px solid #ffa24d;
    border-bottom: 1px solid #d15b47;
    content: "";
    height: 2px;
    width: 24px;
    position: absolute;
    top: 19px;
    left: 4px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    -o-transition: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .menu-toggler.display:before {
    height: 4px;
    top: 8px;
    border-width: 2px;
  }
  .menu-toggler.display:after {
    height: 4px;
    top: 20px;
    border-width: 2px;
  }
  .menu-toggler > .menu-text {
    display: block;
    position: absolute;
    bottom: -18px;
    left: 0;
    border: 1px solid transparent;
    border-width: 9px 42px;
    border-top-color: #444;
  }
  .menu-toggler > .menu-text:after {
    display: block;
    color: #FFF;
    content: "MENU";
    position: absolute;
    left: -8px;
    top: -41px;
  }
  .nav-list > li.active:after {
    display: none;
  }
  .nav-list li.active > a:after {
    display: none;
  }
  .nav-list li.active.open > .submenu > li.active > a:after {
    display: none;
  }
  .menu-min .nav-list > li.active:after {
    display: block;
  }
  .menu-min .nav-list > li.active > a:after {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .menu-toggler {
    width: 0;
  }
  .menu-toggler > .menu-text {
    border-width: 7px 16px;
    bottom: -14px;
  }
  .menu-toggler > .menu-text:after {
    font-size: 9px;
    font-weight: normal;
    color: #FFF;
    position: absolute;
    left: -13px;
    top: -42px;
  }
  .menu-toggler:before,
  .menu-toggler:after {
    margin-top: 8px;
  }
  .menu-toggler.display:before,
  .menu-toggler.display:after {
    height: 2px;
    border-width: 1px;
  }
  .menu-toggler.display:before {
    top: 13px;
  }
  .menu-toggler.display:after {
    top: 19px;
  }
}
.btn {
  display: inline-block;
  color: #FFF!important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-image: none!important;
  border: 5px solid #FFF;
  border-radius: 0;
  box-shadow: none!important;
  -webkit-transition: all ease .15s;
  transition: all ease .15s;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  position: relative;
}
.btn-lg {
  border-width: 5px;
  line-height: 1.35;
  padding: 7px 16px;
}
.btn-sm {
  border-width: 4px;
  font-size: 13px;
  padding: 4px 9px;
  line-height: 1.39;
}
.btn-xs {
  border-width: 3px;
}
.btn-minier {
  padding: 0 4px;
  line-height: 18px;
  border-width: 2px;
  font-size: 12px;
}
button.btn:active {
  top: 1px;
  left: 1px;
}
.btn,
.btn-default,
.btn:focus,
.btn-default:focus {
  background-color: #333;
  border-color: #333;
}
.btn:hover,
.btn-default:hover,
.open .btn.dropdown-toggle,
.open .btn-default.dropdown-toggle {
  background-color: #333;
  border-color: #333;
}
.btn.no-border:hover,
.btn-default.no-border:hover {
  border-color: #333;
}
.btn.no-hover:hover,
.btn-default.no-hover:hover {
  background-color: #333;
}
.btn.active,
.btn-default.active {
  background-color: #333;
  border-color: #333;
}
.btn.no-border.active,
.btn-default.no-border.active {
  background-color: #333;
  border-color: #333;
}
.btn.disabled,
.btn-default.disabled,
.btn[disabled],
.btn-default[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .btn-default,
.btn.disabled:hover,
.btn-default.disabled:hover,
.btn[disabled]:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn-default:hover,
.btn.disabled:focus,
.btn-default.disabled:focus,
.btn[disabled]:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn-default:focus,
.btn.disabled:active,
.btn-default.disabled:active,
.btn[disabled]:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn-default:active,
.btn.disabled.active,
.btn-default.disabled.active,
.btn[disabled].active,
.btn-default[disabled].active,
fieldset[disabled] .btn.active,
fieldset[disabled] .btn-default.active {
  background-color: #333;
  border-color: #333;
}
.btn-primary,
.btn-primary:focus {
  background-color: #428bca!important;
  border-color: #428bca;
}
.btn-primary:hover,
.open .btn-primary.dropdown-toggle {
  background-color: #1b6aaa!important;
  border-color: #428bca;
}
.btn-primary.no-border:hover {
  border-color: #1b6aaa;
}
.btn-primary.no-hover:hover {
  background-color: #428bca !important;
}
.btn-primary.active {
  background-color: #2f7bba!important;
  border-color: #27689d;
}
.btn-primary.no-border.active {
  background-color: #2b72ae!important;
  border-color: #2b72ae;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca!important;
  border-color: #428bca;
}
.btn-info,
.btn-info:focus {
  background-color: #6fb3e0!important;
  border-color: #6fb3e0;
}
.btn-info:hover,
.open .btn-info.dropdown-toggle {
  background-color: #4f99c6!important;
  border-color: #6fb3e0;
}
.btn-info.no-border:hover {
  border-color: #4f99c6;
}
.btn-info.no-hover:hover {
  background-color: #6fb3e0 !important;
}
.btn-info.active {
  background-color: #5fa6d3!important;
  border-color: #4396cb;
}
.btn-info.no-border.active {
  background-color: #539fd0!important;
  border-color: #539fd0;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #6fb3e0!important;
  border-color: #6fb3e0;
}
.btn-success,
.btn-success:focus {
  background-color: #87b87f!important;
  border-color: #87b87f;
}
.btn-success:hover,
.open .btn-success.dropdown-toggle {
  background-color: #629b58!important;
  border-color: #87b87f;
}
.btn-success.no-border:hover {
  border-color: #629b58;
}
.btn-success.no-hover:hover {
  background-color: #87b87f !important;
}
.btn-success.active {
  background-color: #75aa6c!important;
  border-color: #629959;
}
.btn-success.no-border.active {
  background-color: #6ba462!important;
  border-color: #6ba462;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #87b87f!important;
  border-color: #87b87f;
}
.btn-warning,
.btn-warning:focus {
  background-color: #ffb752!important;
  border-color: #ffb752;
}
.btn-warning:hover,
.open .btn-warning.dropdown-toggle {
  background-color: #e59729!important;
  border-color: #ffb752;
}
.btn-warning.no-border:hover {
  border-color: #e59729;
}
.btn-warning.no-hover:hover {
  background-color: #ffb752 !important;
}
.btn-warning.active {
  background-color: #f2a73e!important;
  border-color: #f0981c;
}
.btn-warning.no-border.active {
  background-color: #f1a02f!important;
  border-color: #f1a02f;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffb752!important;
  border-color: #ffb752;
}
.btn-danger,
.btn-danger:focus {
  background-color: #d15b47!important;
  border-color: #d15b47;
}
.btn-danger:hover,
.open .btn-danger.dropdown-toggle {
  background-color: #b74635!important;
  border-color: #d15b47;
}
.btn-danger.no-border:hover {
  border-color: #b74635;
}
.btn-danger.no-hover:hover {
  background-color: #d15b47 !important;
}
.btn-danger.active {
  background-color: #c4513e!important;
  border-color: #aa4434;
}
.btn-danger.no-border.active {
  background-color: #ba4b39!important;
  border-color: #ba4b39;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d15b47!important;
  border-color: #d15b47;
}
.btn-inverse,
.btn-inverse:focus {
  background-color: #555!important;
  border-color: #555;
}
.btn-inverse:hover,
.open .btn-inverse.dropdown-toggle {
  background-color: #303030!important;
  border-color: #555;
}
.btn-inverse.no-border:hover {
  border-color: #303030;
}
.btn-inverse.no-hover:hover {
  background-color: #555 !important;
}
.btn-inverse.active {
  background-color: #434343!important;
  border-color: #313131;
}
.btn-inverse.no-border.active {
  background-color: #3b3b3b!important;
  border-color: #3b3b3b;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #555!important;
  border-color: #555;
}
.btn-pink,
.btn-pink:focus {
  background-color: #d6487e!important;
  border-color: #d6487e;
}
.btn-pink:hover,
.open .btn-pink.dropdown-toggle {
  background-color: #b73766!important;
  border-color: #d6487e;
}
.btn-pink.no-border:hover {
  border-color: #b73766;
}
.btn-pink.no-hover:hover {
  background-color: #d6487e !important;
}
.btn-pink.active {
  background-color: #c74072!important;
  border-color: #af3462;
}
.btn-pink.no-border.active {
  background-color: #be386a!important;
  border-color: #be386a;
}
.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
  background-color: #d6487e!important;
  border-color: #d6487e;
}
.btn-purple,
.btn-purple:focus {
  background-color: #9585bf!important;
  border-color: #9585bf;
}
.btn-purple:hover,
.open .btn-purple.dropdown-toggle {
  background-color: #7461aa!important;
  border-color: #9585bf;
}
.btn-purple.no-border:hover {
  border-color: #7461aa;
}
.btn-purple.no-hover:hover {
  background-color: #9585bf !important;
}
.btn-purple.active {
  background-color: #8573b5!important;
  border-color: #705ca8;
}
.btn-purple.no-border.active {
  background-color: #7c69af!important;
  border-color: #7c69af;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #9585bf!important;
  border-color: #9585bf;
}
.btn-grey,
.btn-grey:focus {
  background-color: #a0a0a0!important;
  border-color: #a0a0a0;
}
.btn-grey:hover,
.open .btn-grey.dropdown-toggle {
  background-color: #888!important;
  border-color: #a0a0a0;
}
.btn-grey.no-border:hover {
  border-color: #888;
}
.btn-grey.no-hover:hover {
  background-color: #a0a0a0 !important;
}
.btn-grey.active {
  background-color: #949494!important;
  border-color: #828282;
}
.btn-grey.no-border.active {
  background-color: #8c8c8c!important;
  border-color: #8c8c8c;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
  background-color: #a0a0a0!important;
  border-color: #a0a0a0;
}
.btn-yellow {
  color: #963!important;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) !important;
}
.btn-yellow,
.btn-yellow:focus {
  background-color: #fee188!important;
  border-color: #fee188;
}
.btn-yellow:hover,
.open .btn-yellow.dropdown-toggle {
  background-color: #f7d05b!important;
  border-color: #fee188;
}
.btn-yellow.no-border:hover {
  border-color: #f7d05b;
}
.btn-yellow.no-hover:hover {
  background-color: #fee188 !important;
}
.btn-yellow.active {
  background-color: #fbd972!important;
  border-color: #f9cf4f;
}
.btn-yellow.no-border.active {
  background-color: #fad463!important;
  border-color: #fad463;
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background-color: #fee188!important;
  border-color: #fee188;
}
.btn-light {
  color: #888!important;
  text-shadow: 0 -1px 0 rgba(250, 250, 250, 0.25) !important;
}
.btn-light,
.btn-light:focus {
  background-color: #e7e7e7!important;
  border-color: #e7e7e7;
}
.btn-light:hover,
.open .btn-light.dropdown-toggle {
  background-color: #d9d9d9!important;
  border-color: #e7e7e7;
}
.btn-light.no-border:hover {
  border-color: #d9d9d9;
}
.btn-light.no-hover:hover {
  background-color: #e7e7e7 !important;
}
.btn-light.active {
  background-color: #e0e0e0!important;
  border-color: #cecece;
}
.btn-light.no-border.active {
  background-color: #d8d8d8!important;
  border-color: #d8d8d8;
}
.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light,
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled:active,
.btn-light[disabled]:active,
fieldset[disabled] .btn-light:active,
.btn-light.disabled.active,
.btn-light[disabled].active,
fieldset[disabled] .btn-light.active {
  background-color: #e7e7e7!important;
  border-color: #e7e7e7;
}
.btn-light.btn-xs:after {
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
}
.btn-light.btn-sm:after {
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
}
.btn-light.btn-large:after {
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
}
.btn.btn-white {
  border-width: 1px;
  border-color: #CCC;
  color: #444!important;
  text-shadow: none!important;
  background-color: #FFF !important;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  background-color: #ebebeb !important;
}
.btn.btn-white.no-border {
  border-color: #CCC;
}
.btn.disabled.active,
.btn[disabled].active,
.btn.disabled:focus,
.btn[disabled]:focus,
.btn.disabled:active,
.btn[disabled]:active {
  outline: 0;
}
.btn.disabled:active,
.btn[disabled]:active {
  top: 0;
  left: 0;
}
.btn.active {
  color: #efe5b5;
}
.btn.active:after {
  display: inline-block;
  content: "";
  position: absolute;
  border-bottom: 1px solid #efe5b5;
  left: -4px;
  right: -4px;
  bottom: -4px;
}
.btn.active.btn-sm:after {
  left: -3px;
  right: -3px;
  bottom: -3px;
}
.btn.active.btn-large:after {
  left: -5px;
  right: -5px;
  bottom: -5px;
}
.btn.active.btn-xs:after,
.btn.active.btn-minier:after {
  left: -1px;
  right: -1px;
  bottom: -2px;
}
.btn.active.btn-minier:after {
  bottom: -1px;
}
.btn.active.btn-yellow:after {
  border-bottom-color: #c96338;
}
.btn.active.btn-light {
  color: #515151;
}
.btn.active.btn-light:after {
  border-bottom-color: #b5b5b5;
}
.btn > [class*="icon-"] {
  display: inline;
  margin-right: 4px;
}
.btn > [class*="icon-"].icon-on-right {
  margin-right: 0;
  margin-left: 4px;
}
.btn > .icon-only[class*="icon-"] {
  margin: 0;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
.btn-large > [class*="icon-"] {
  margin-right: 6px;
}
.btn-large > [class*="icon-"].icon-on-right {
  margin-right: 0;
  margin-left: 6px;
}
.btn-sm > [class*="icon-"] {
  margin-right: 3px;
}
.btn-sm > [class*="icon-"].icon-on-right {
  margin-right: 0;
  margin-left: 3px;
}
.btn-xs > [class*="icon-"],
.btn-minier > [class*="icon-"] {
  margin-right: 2px;
}
.btn-xs > [class*="icon-"].icon-on-right,
.btn-minier > [class*="icon-"].icon-on-right {
  margin-right: 0;
  margin-left: 2px;
}
.btn.btn-link {
  border: none!important;
  background: transparent none!important;
  color: #08c!important;
  text-shadow: none!important;
  padding: 4px 12px!important;
  line-height: 20px !important;
}
.btn.btn-link:hover {
  background: none!important;
  text-shadow: none !important;
}
.btn.btn-link.active {
  background: none!important;
  text-decoration: underline;
  color: #009ceb !important;
}
.btn.btn-link.active:after {
  display: none;
}
.btn.btn-link.disabled,
.btn.btn-link[disabled] {
  background: 0;
  opacity: .65;
  filter: alpha(opacity=65);
}
.btn.btn-link.disabled:hover,
.btn.btn-link[disabled]:hover {
  background: none!important;
  text-decoration: none !important;
}
.btn.btn-no-border {
  border-width: 0 !important;
}
.btn-group > .btn,
.btn-group > .btn + .btn {
  margin: 0 1px 0 0;
}
.btn-group > .btn:first-child {
  margin: 0 1px 0 0;
}
.btn-group > .btn:first-child,
.btn-group > .btn:last-child {
  border-radius: 0;
}
.btn-group > .btn > .caret {
  margin-top: 15px;
  margin-left: 1px;
  border-width: 5px;
  border-top-color: #FFF;
}
.btn-group > .btn.btn-sm > .caret {
  margin-top: 10px;
  border-width: 4px;
}
.btn-group > .btn.btn-large > .caret {
  margin-top: 18px;
  border-width: 6px;
}
.btn-group > .btn.btn-xs > .caret {
  margin-top: 9px;
  border-width: 4px;
}
.btn-group > .btn.btn-minier > .caret {
  margin-top: 7px;
  border-width: 3px;
}
.btn-group > .btn + .btn.dropdown-toggle {
  padding-right: 3px;
  padding-left: 3px;
}
.btn-group > .btn + .btn-large.dropdown-toggle {
  padding-right: 4px;
  padding-left: 4px;
}
.btn-group .dropdown-toggle {
  border-radius: 0;
}
.btn-group > .btn,
.btn-group + .btn {
  margin: 0 1px 0 0;
  border-width: 3px;
}
.btn-group > .btn.active:after,
.btn-group + .btn.active:after {
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-bottom-width: 1px;
}
.btn-group > .btn-large,
.btn-group + .btn-large {
  border-width: 4px;
}
.btn-group > .btn-large.active:after,
.btn-group + .btn-large.active:after {
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-bottom-width: 1px;
}
.btn-group > .btn-sm,
.btn-group + .btn-sm {
  border-width: 2px;
}
.btn-group > .btn-sm.active:after,
.btn-group + .btn-sm.active:after {
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-bottom-width: 1px;
}
.btn-group > .btn-xs,
.btn-group + .btn-xs {
  border-width: 1px;
}
.btn-group > .btn-xs.active:after,
.btn-group + .btn-xs.active:after {
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom-width: 1px;
}
.btn-group > .btn-minier,
.btn-group + .btn-minier {
  border-width: 1px;
}
.btn-group > .btn-minier.active:after,
.btn-group + .btn-minier.active:after {
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom-width: 1px;
}
.btn-group > .btn {
  border-radius: 0 !important;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn + .btn {
  margin: 1px 0 0;
}
.btn-group-vertical > .btn:first-child {
  margin-right: 0;
}
.btn.btn-app {
  display: inline-block;
  width: 100px;
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.2) !important;
  border: 0;
  border-radius: 12px;
  padding: 12px 0 8px;
  margin: 2px;
  line-height: 1.7;
  position: relative;
}
.btn-app,
.btn-app.btn-default,
.btn-app.no-hover:hover,
.btn-app.btn-default.no-hover:hover,
.btn-app.disabled:hover,
.btn-app.btn-default.disabled:hover {
  background: #b4c2cc!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#bcc9d5), to(#abbac3)) !important;
  background-image: -webkit-linear-gradient(top, #bcc9d5, 0%, #abbac3, 100%) !important;
  background-image: -moz-linear-gradient(top, #bcc9d5 0, #abbac3 100%) !important;
  background-image: linear-gradient(to bottom, #bcc9d5 0, #abbac3 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbcc9d5', endColorstr='#ffabbac3', GradientType=0) !important;
}
.btn-app:hover,
.btn-app.btn-default:hover {
  background: #9baebc!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#a3b5c5), to(#93a6b2)) !important;
  background-image: -webkit-linear-gradient(top, #a3b5c5, 0%, #93a6b2, 100%) !important;
  background-image: -moz-linear-gradient(top, #a3b5c5 0, #93a6b2 100%) !important;
  background-image: linear-gradient(to bottom, #a3b5c5 0, #93a6b2 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa3b5c5', endColorstr='#ff93a6b2', GradientType=0) !important;
}
.btn-app.btn-primary,
.btn-app.btn-primary.no-hover:hover,
.btn-app.btn-primary.disabled:hover {
  background: #2a8bcc!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#3b98d6), to(#197ec1)) !important;
  background-image: -webkit-linear-gradient(top, #3b98d6, 0%, #197ec1, 100%) !important;
  background-image: -moz-linear-gradient(top, #3b98d6 0, #197ec1 100%) !important;
  background-image: linear-gradient(to bottom, #3b98d6 0, #197ec1 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b98d6', endColorstr='#ff197ec1', GradientType=0) !important;
}
.btn-app.btn-primary:hover {
  background: #1d6fa6!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#267eb8), to(#136194)) !important;
  background-image: -webkit-linear-gradient(top, #267eb8, 0%, #136194, 100%) !important;
  background-image: -moz-linear-gradient(top, #267eb8 0, #136194 100%) !important;
  background-image: linear-gradient(to bottom, #267eb8 0, #136194 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff267eb8', endColorstr='#ff136194', GradientType=0) !important;
}
.btn-app.btn-info,
.btn-app.btn-info.no-hover:hover,
.btn-app.btn-info.disabled:hover {
  background: #68adde!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#75b5e6), to(#5ba4d5)) !important;
  background-image: -webkit-linear-gradient(top, #75b5e6, 0%, #5ba4d5, 100%) !important;
  background-image: -moz-linear-gradient(top, #75b5e6 0, #5ba4d5 100%) !important;
  background-image: linear-gradient(to bottom, #75b5e6 0, #5ba4d5 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff75b5e6', endColorstr='#ff5ba4d5', GradientType=0) !important;
}
.btn-app.btn-info:hover {
  background: #3f96d4!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#4a9ede), to(#348dc9)) !important;
  background-image: -webkit-linear-gradient(top, #4a9ede, 0%, #348dc9, 100%) !important;
  background-image: -moz-linear-gradient(top, #4a9ede 0, #348dc9 100%) !important;
  background-image: linear-gradient(to bottom, #4a9ede 0, #348dc9 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a9ede', endColorstr='#ff348dc9', GradientType=0) !important;
}
.btn-app.btn-success,
.btn-app.btn-success.no-hover:hover,
.btn-app.btn-success.disabled:hover {
  background: #86b558!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#8ebf60), to(#7daa50)) !important;
  background-image: -webkit-linear-gradient(top, #8ebf60, 0%, #7daa50, 100%) !important;
  background-image: -moz-linear-gradient(top, #8ebf60 0, #7daa50 100%) !important;
  background-image: linear-gradient(to bottom, #8ebf60 0, #7daa50 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ebf60', endColorstr='#ff7daa50', GradientType=0) !important;
}
.btn-app.btn-success:hover {
  background: #6c9842!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#74a844), to(#648740)) !important;
  background-image: -webkit-linear-gradient(top, #74a844, 0%, #648740, 100%) !important;
  background-image: -moz-linear-gradient(top, #74a844 0, #648740 100%) !important;
  background-image: linear-gradient(to bottom, #74a844 0, #648740 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74a844', endColorstr='#ff648740', GradientType=0) !important;
}
.btn-app.btn-danger,
.btn-app.btn-danger.no-hover:hover,
.btn-app.btn-danger.disabled:hover {
  background: #d3413b!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#d55b52), to(#d12723)) !important;
  background-image: -webkit-linear-gradient(top, #d55b52, 0%, #d12723, 100%) !important;
  background-image: -moz-linear-gradient(top, #d55b52 0, #d12723 100%) !important;
  background-image: linear-gradient(to bottom, #d55b52 0, #d12723 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd55b52', endColorstr='#ffd12723', GradientType=0) !important;
}
.btn-app.btn-danger:hover {
  background: #b52c26!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#c43a30), to(#a51f1c)) !important;
  background-image: -webkit-linear-gradient(top, #c43a30, 0%, #a51f1c, 100%) !important;
  background-image: -moz-linear-gradient(top, #c43a30 0, #a51f1c 100%) !important;
  background-image: linear-gradient(to bottom, #c43a30 0, #a51f1c 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc43a30', endColorstr='#ffa51f1c', GradientType=0) !important;
}
.btn-app.btn-warning,
.btn-app.btn-warning.no-hover:hover,
.btn-app.btn-warning.disabled:hover {
  background: #ffb44b!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#ffbf66), to(#ffa830)) !important;
  background-image: -webkit-linear-gradient(top, #ffbf66, 0%, #ffa830, 100%) !important;
  background-image: -moz-linear-gradient(top, #ffbf66 0, #ffa830 100%) !important;
  background-image: linear-gradient(to bottom, #ffbf66 0, #ffa830 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbf66', endColorstr='#ffffa830', GradientType=0) !important;
}
.btn-app.btn-warning:hover {
  background: #fe9e19!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#fa3), to(#fc9200)) !important;
  background-image: -webkit-linear-gradient(top, #fa3, 0%, #fc9200, 100%) !important;
  background-image: -moz-linear-gradient(top, #fa3 0, #fc9200 100%) !important;
  background-image: linear-gradient(to bottom, #fa3 0, #fc9200 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffaa33', endColorstr='#fffc9200', GradientType=0) !important;
}
.btn-app.btn-purple,
.btn-app.btn-purple.no-hover:hover,
.btn-app.btn-purple.disabled:hover {
  background: #9889c1!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#a696ce), to(#8a7cb4)) !important;
  background-image: -webkit-linear-gradient(top, #a696ce, 0%, #8a7cb4, 100%) !important;
  background-image: -moz-linear-gradient(top, #a696ce 0, #8a7cb4 100%) !important;
  background-image: linear-gradient(to bottom, #a696ce 0, #8a7cb4 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa696ce', endColorstr='#ff8a7cb4', GradientType=0) !important;
}
.btn-app.btn-purple:hover {
  background: #7b68af!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#8973be), to(#6d5ca1)) !important;
  background-image: -webkit-linear-gradient(top, #8973be, 0%, #6d5ca1, 100%) !important;
  background-image: -moz-linear-gradient(top, #8973be 0, #6d5ca1 100%) !important;
  background-image: linear-gradient(to bottom, #8973be 0, #6d5ca1 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8973be', endColorstr='#ff6d5ca1', GradientType=0) !important;
}
.btn-app.btn-pink,
.btn-app.btn-pink.no-hover:hover,
.btn-app.btn-pink.disabled:hover {
  background: #d54c7e!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#db5e8c), to(#ce3970)) !important;
  background-image: -webkit-linear-gradient(top, #db5e8c, 0%, #ce3970, 100%) !important;
  background-image: -moz-linear-gradient(top, #db5e8c 0, #ce3970 100%) !important;
  background-image: linear-gradient(to bottom, #db5e8c 0, #ce3970 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb5e8c', endColorstr='#ffce3970', GradientType=0) !important;
}
.btn-app.btn-pink:hover {
  background: #be2f64!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#d2346e), to(#aa2a59)) !important;
  background-image: -webkit-linear-gradient(top, #d2346e, 0%, #aa2a59, 100%) !important;
  background-image: -moz-linear-gradient(top, #d2346e 0, #aa2a59 100%) !important;
  background-image: linear-gradient(to bottom, #d2346e 0, #aa2a59 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2346e', endColorstr='#ffaa2a59', GradientType=0) !important;
}
.btn-app.btn-inverse,
.btn-app.btn-inverse.no-hover:hover,
.btn-app.btn-inverse.disabled:hover {
  background: #444!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#555), to(#333)) !important;
  background-image: -webkit-linear-gradient(top, #555, 0%, #333, 100%) !important;
  background-image: -moz-linear-gradient(top, #555 0, #333 100%) !important;
  background-image: linear-gradient(to bottom, #555 0, #333 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff333333', GradientType=0) !important;
}
.btn-app.btn-inverse:hover {
  background: #2b2b2b!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#3b3b3b), to(#1a1a1a)) !important;
  background-image: -webkit-linear-gradient(top, #3b3b3b, 0%, #1a1a1a, 100%) !important;
  background-image: -moz-linear-gradient(top, #3b3b3b 0, #1a1a1a 100%) !important;
  background-image: linear-gradient(to bottom, #3b3b3b 0, #1a1a1a 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b3b3b', endColorstr='#ff1a1a1a', GradientType=0) !important;
}
.btn-app.btn-grey,
.btn-app.btn-grey.no-hover:hover,
.btn-app.btn-grey.disabled:hover {
  background: #797979!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#898989), to(#696969)) !important;
  background-image: -webkit-linear-gradient(top, #898989, 0%, #696969, 100%) !important;
  background-image: -moz-linear-gradient(top, #898989 0, #696969 100%) !important;
  background-image: linear-gradient(to bottom, #898989 0, #696969 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff898989', endColorstr='#ff696969', GradientType=0) !important;
}
.btn-app.btn-grey:hover {
  background: #6c6c6c!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#7c7c7c), to(#5c5c5c)) !important;
  background-image: -webkit-linear-gradient(top, #7c7c7c, 0%, #5c5c5c, 100%) !important;
  background-image: -moz-linear-gradient(top, #7c7c7c 0, #5c5c5c 100%) !important;
  background-image: linear-gradient(to bottom, #7c7c7c 0, #5c5c5c 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c7c7c', endColorstr='#ff5c5c5c', GradientType=0) !important;
}
.btn.btn-app.btn-light {
  color: #5a5a5a!important;
  text-shadow: 0 1px 1px #EEE !important;
}
.btn.btn-app.btn-light,
.btn.btn-app.btn-light.no-hover:hover,
.btn.btn-app.btn-light.disabled:hover {
  background: #ededed!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#f4f4f4), to(#e6e6e6)) !important;
  background-image: -webkit-linear-gradient(top, #f4f4f4, 0%, #e6e6e6, 100%) !important;
  background-image: -moz-linear-gradient(top, #f4f4f4 0, #e6e6e6 100%) !important;
  background-image: linear-gradient(to bottom, #f4f4f4 0, #e6e6e6 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe6e6e6', GradientType=0) !important;
}
.btn.btn-app.btn-light:hover {
  background: #e0e0e0!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#e7e7e7), to(#d9d9d9)) !important;
  background-image: -webkit-linear-gradient(top, #e7e7e7, 0%, #d9d9d9, 100%) !important;
  background-image: -moz-linear-gradient(top, #e7e7e7 0, #d9d9d9 100%) !important;
  background-image: linear-gradient(to bottom, #e7e7e7 0, #d9d9d9 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7e7e7', endColorstr='#ffd9d9d9', GradientType=0) !important;
}
.btn.btn-app.btn-yellow {
  color: #963!important;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) !important;
}
.btn.btn-app.btn-yellow,
.btn.btn-app.btn-yellow.no-hover:hover,
.btn.btn-app.btn-yellow.disabled:hover {
  background: #fee088!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#ffe8a5), to(#fcd76a)) !important;
  background-image: -webkit-linear-gradient(top, #ffe8a5, 0%, #fcd76a, 100%) !important;
  background-image: -moz-linear-gradient(top, #ffe8a5 0, #fcd76a 100%) !important;
  background-image: linear-gradient(to bottom, #ffe8a5 0, #fcd76a 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe8a5', endColorstr='#fffcd76a', GradientType=0) !important;
}
.btn.btn-app.btn-yellow:hover {
  background: #fdd96e!important;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#ffe18b), to(#fbd051)) !important;
  background-image: -webkit-linear-gradient(top, #ffe18b, 0%, #fbd051, 100%) !important;
  background-image: -moz-linear-gradient(top, #ffe18b 0, #fbd051 100%) !important;
  background-image: linear-gradient(to bottom, #ffe18b 0, #fbd051 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe18b', endColorstr='#fffbd051', GradientType=0) !important;
}
.btn.btn-app.btn-sm {
  width: 80px;
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.5;
}
.btn.btn-app.btn-xs {
  width: 64px;
  font-size: 15px;
  border-radius: 8px;
  padding-bottom: 7px;
  padding-top: 8px;
  line-height: 1.45;
}
.btn.btn-app > [class*=icon] {
  display: block;
  font-size: 42px;
  margin: 0 0 4px;
  line-height: 36px;
  min-width: 0;
  padding: 0;
}
.btn.btn-app.btn-sm > [class*=icon] {
  display: block;
  font-size: 32px;
  line-height: 30px;
  margin: 0 0 3px;
}
.btn.btn-app.btn-xs > [class*=icon] {
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
}
.btn.btn-app.no-radius {
  border-radius: 0;
}
.btn.btn-app.radius-4 {
  border-radius: 4px;
}
.btn.btn-app > .badge,
.btn.btn-app > .label {
  position: absolute!important;
  top: -2px;
  right: -2px;
  padding: 1px 3px;
  text-align: center;
  font-size: 12px;
}
.btn.btn-app > .badge.badge-left,
.btn.btn-app > .label.badge-left,
.btn.btn-app > .badge.label-left,
.btn.btn-app > .label.label-left {
  right: auto;
  left: -2px;
}
.btn.btn-app > .label {
  padding: 1px 6px 3px;
  font-size: 13px;
}
.btn.btn-app.radius-4 > .badge,
.btn.btn-app.no-radius > .badge {
  border-radius: 3px;
}
.btn.btn-app.radius-4 > .badge.no-radius,
.btn.btn-app.no-radius > .badge.no-radius {
  border-radius: 0;
}
.btn.btn-app.active {
  color: #fff;
}
.btn.btn-app.active:after {
  display: none;
}
.btn.btn-app.active.btn-yellow {
  color: #963;
  border-color: #fee188;
}
.btn.btn-app.active.btn-light {
  color: #515151;
}
.btn.btn-app.btn-light,
.btn.btn-app.btn-yellow {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
}
.label {
  border-radius: 0;
  text-shadow: none;
  font-weight: normal;
  display: inline-block;
  background-color: #abbac3 !important;
}
.label[class*="col-"][class*="arrow"] {
  min-height: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::safari-only,
  .label:empty {
    display: inline-block;
  }
  ::safari-only,
  .badge:empty {
    display: inline-block;
  }
}
.badge {
  text-shadow: none;
  font-size: 12px;
  padding-top: 1px;
  padding-bottom: 3px;
  font-weight: normal;
  line-height: 15px;
  background-color: #abbac3 !important;
}
.badge.no-radius {
  border-radius: 0;
}
.badge.radius-1 {
  border-radius: 1px;
}
.badge.radius-2 {
  border-radius: 2px;
}
.badge.radius-3 {
  border-radius: 3px;
}
.badge.radius-4 {
  border-radius: 4px;
}
.badge.radius-5 {
  border-radius: 5px;
}
.badge.radius-6 {
  border-radius: 6px;
}
.label-transparent,
.badge-transparent {
  background-color: transparent !important;
}
.label-grey,
.badge-grey {
  background-color: #a0a0a0 !important;
}
.label-info,
.badge-info {
  background-color: #3a87ad !important;
}
.label-primary,
.badge-primary {
  background-color: #428bca !important;
}
.label-success,
.badge-success {
  background-color: #82af6f !important;
}
.label-danger,
.badge-danger {
  background-color: #d15b47 !important;
}
.label-important,
.badge-important {
  background-color: #d15b47 !important;
}
.label-inverse,
.badge-inverse {
  background-color: #333 !important;
}
.label-warning,
.badge-warning {
  background-color: #f89406 !important;
}
.label-pink,
.badge-pink {
  background-color: #d6487e !important;
}
.label-purple,
.badge-purple {
  background-color: #9585bf !important;
}
.label-yellow,
.badge-yellow {
  background-color: #fee188 !important;
}
.label-light,
.badge-light {
  background-color: #e7e7e7 !important;
}
.badge-yellow,
.label-yellow {
  color: #963!important;
  border-color: #fee188;
}
.badge-light,
.label-light {
  color: #888 !important;
}
.label.arrowed,
.label.arrowed-in {
  position: relative;
  z-index: 1;
}
.label.arrowed:before,
.label.arrowed-in:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  border: 1px solid transparent;
  border-right-color: #abbac3;
}
.label.arrowed-in:before {
  border-color: #abbac3;
  border-left-color: transparent !important;
}
.label.arrowed-right,
.label.arrowed-in-right {
  position: relative;
  z-index: 1;
}
.label.arrowed-right:after,
.label.arrowed-in-right:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  border: 1px solid transparent;
  border-left-color: #abbac3;
}
.label.arrowed-in-right:after {
  border-color: #abbac3;
  border-right-color: transparent !important;
}
.label-info.arrowed:before {
  border-right-color: #3a87ad;
}
.label-info.arrowed-in:before {
  border-color: #3a87ad;
}
.label-info.arrowed-right:after {
  border-left-color: #3a87ad;
}
.label-info.arrowed-in-right:after {
  border-color: #3a87ad;
}
.label-primary.arrowed:before {
  border-right-color: #428bca;
}
.label-primary.arrowed-in:before {
  border-color: #428bca;
}
.label-primary.arrowed-right:after {
  border-left-color: #428bca;
}
.label-primary.arrowed-in-right:after {
  border-color: #428bca;
}
.label-success.arrowed:before {
  border-right-color: #82af6f;
}
.label-success.arrowed-in:before {
  border-color: #82af6f;
}
.label-success.arrowed-right:after {
  border-left-color: #82af6f;
}
.label-success.arrowed-in-right:after {
  border-color: #82af6f;
}
.label-warning.arrowed:before {
  border-right-color: #f89406;
}
.label-warning.arrowed-in:before {
  border-color: #f89406;
}
.label-warning.arrowed-right:after {
  border-left-color: #f89406;
}
.label-warning.arrowed-in-right:after {
  border-color: #f89406;
}
.label-important.arrowed:before {
  border-right-color: #d15b47;
}
.label-important.arrowed-in:before {
  border-color: #d15b47;
}
.label-important.arrowed-right:after {
  border-left-color: #d15b47;
}
.label-important.arrowed-in-right:after {
  border-color: #d15b47;
}
.label-danger.arrowed:before {
  border-right-color: #d15b47;
}
.label-danger.arrowed-in:before {
  border-color: #d15b47;
}
.label-danger.arrowed-right:after {
  border-left-color: #d15b47;
}
.label-danger.arrowed-in-right:after {
  border-color: #d15b47;
}
.label-inverse.arrowed:before {
  border-right-color: #333;
}
.label-inverse.arrowed-in:before {
  border-color: #333;
}
.label-inverse.arrowed-right:after {
  border-left-color: #333;
}
.label-inverse.arrowed-in-right:after {
  border-color: #333;
}
.label-pink.arrowed:before {
  border-right-color: #d6487e;
}
.label-pink.arrowed-in:before {
  border-color: #d6487e;
}
.label-pink.arrowed-right:after {
  border-left-color: #d6487e;
}
.label-pink.arrowed-in-right:after {
  border-color: #d6487e;
}
.label-purple.arrowed:before {
  border-right-color: #9585bf;
}
.label-purple.arrowed-in:before {
  border-color: #9585bf;
}
.label-purple.arrowed-right:after {
  border-left-color: #9585bf;
}
.label-purple.arrowed-in-right:after {
  border-color: #9585bf;
}
.label-yellow.arrowed:before {
  border-right-color: #fee188;
}
.label-yellow.arrowed-in:before {
  border-color: #fee188;
}
.label-yellow.arrowed-right:after {
  border-left-color: #fee188;
}
.label-yellow.arrowed-in-right:after {
  border-color: #fee188;
}
.label-light.arrowed:before {
  border-right-color: #e7e7e7;
}
.label-light.arrowed-in:before {
  border-color: #e7e7e7;
}
.label-light.arrowed-right:after {
  border-left-color: #e7e7e7;
}
.label-light.arrowed-in-right:after {
  border-color: #e7e7e7;
}
.label-grey.arrowed:before {
  border-right-color: #a0a0a0;
}
.label-grey.arrowed-in:before {
  border-color: #a0a0a0;
}
.label-grey.arrowed-right:after {
  border-left-color: #a0a0a0;
}
.label-grey.arrowed-in-right:after {
  border-color: #a0a0a0;
}
.label {
  font-size: 12px;
  line-height: 1.15;
  height: 20px;
}
.label.arrowed {
  margin-left: 5px;
}
.label.arrowed:before {
  left: -10px;
  border-width: 10px 5px;
}
.label.arrowed-in {
  margin-left: 5px;
}
.label.arrowed-in:before {
  left: -5px;
  border-width: 10px 5px;
}
.label.arrowed-right {
  margin-right: 5px;
}
.label.arrowed-right:after {
  right: -10px;
  border-width: 10px 5px;
}
.label.arrowed-in-right {
  margin-right: 5px;
}
.label.arrowed-in-right:after {
  right: -5px;
  border-width: 10px 5px;
}
.label-lg {
  padding: .3em .6em .4em;
  font-size: 13px;
  line-height: 1.1;
  height: 24px;
}
.label-lg.arrowed {
  margin-left: 6px;
}
.label-lg.arrowed:before {
  left: -12px;
  border-width: 12px 6px;
}
.label-lg.arrowed-in {
  margin-left: 6px;
}
.label-lg.arrowed-in:before {
  left: -6px;
  border-width: 12px 6px;
}
.label-lg.arrowed-right {
  margin-right: 6px;
}
.label-lg.arrowed-right:after {
  right: -12px;
  border-width: 12px 6px;
}
.label-lg.arrowed-in-right {
  margin-right: 6px;
}
.label-lg.arrowed-in-right:after {
  right: -6px;
  border-width: 12px 6px;
}
.label-xlg {
  padding: .3em .7em .4em;
  font-size: 14px;
  line-height: 1.3;
  height: 28px;
}
.label-xlg.arrowed {
  margin-left: 7px;
}
.label-xlg.arrowed:before {
  left: -14px;
  border-width: 14px 7px;
}
.label-xlg.arrowed-in {
  margin-left: 7px;
}
.label-xlg.arrowed-in:before {
  left: -7px;
  border-width: 14px 7px;
}
.label-xlg.arrowed-right {
  margin-right: 7px;
}
.label-xlg.arrowed-right:after {
  right: -14px;
  border-width: 14px 7px;
}
.label-xlg.arrowed-in-right {
  margin-right: 7px;
}
.label-xlg.arrowed-in-right:after {
  right: -7px;
  border-width: 14px 7px;
}
.label-sm {
  padding: .2em .4em .3em;
  font-size: 11px;
  line-height: 1;
  height: 18px;
}
.label-sm.arrowed {
  margin-left: 4px;
}
.label-sm.arrowed:before {
  left: -8px;
  border-width: 9px 4px;
}
.label-sm.arrowed-in {
  margin-left: 4px;
}
.label-sm.arrowed-in:before {
  left: -4px;
  border-width: 9px 4px;
}
.label-sm.arrowed-right {
  margin-right: 4px;
}
.label-sm.arrowed-right:after {
  right: -8px;
  border-width: 9px 4px;
}
.label-sm.arrowed-in-right {
  margin-right: 4px;
}
.label-sm.arrowed-in-right:after {
  right: -4px;
  border-width: 9px 4px;
}
.label > span,
.label > [class*="icon-"] {
  line-height: 1;
  vertical-align: bottom;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: none;
}
.dropdown-menu {
  border-radius: 0!important;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.dropdown-menu > li > a {
  font-size: 13px;
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 1px;
  margin-top: 1px;
}
.dropdown-menu.dropdown-only-icon {
  min-width: 50px;
}
.dropdown-menu.dropdown-only-icon > li {
  float: left;
  margin: 0 4px;
}
.dropdown-menu.dropdown-only-icon > li > a [class*="icon-"] {
  width: 18px;
  display: inline-block;
}
.dropdown-menu.dropdown-only-icon > li > a .icon-2x {
  width: 36px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active,
.dropdown-menu li.active a,
.dropdown-menu li.active a:hover,
.dropdown-menu .dropdown-submenu:hover > a,
.nav-tabs .dropdown-menu li > a:focus {
  background: #4f99c6;
  color: #fff;
}
.dropdown-default li a:hover,
.dropdown-default li a:focus,
.dropdown-default li a:active,
.dropdown-default li.active a,
.dropdown-default li.active a:hover,
.dropdown-default .dropdown-submenu:hover > a,
.nav-tabs .dropdown-default li > a:focus {
  background: #abbac3;
  color: #fff;
}
.dropdown-info li a:hover,
.dropdown-info li a:focus,
.dropdown-info li a:active,
.dropdown-info li.active a,
.dropdown-info li.active a:hover,
.dropdown-info .dropdown-submenu:hover > a,
.nav-tabs .dropdown-info li > a:focus {
  background: #6fb3e0;
  color: #fff;
}
.dropdown-primary li a:hover,
.dropdown-primary li a:focus,
.dropdown-primary li a:active,
.dropdown-primary li.active a,
.dropdown-primary li.active a:hover,
.dropdown-primary .dropdown-submenu:hover > a,
.nav-tabs .dropdown-primary li > a:focus {
  background: #428bca;
  color: #fff;
}
.dropdown-success li a:hover,
.dropdown-success li a:focus,
.dropdown-success li a:active,
.dropdown-success li.active a,
.dropdown-success li.active a:hover,
.dropdown-success .dropdown-submenu:hover > a,
.nav-tabs .dropdown-success li > a:focus {
  background: #87b87f;
  color: #fff;
}
.dropdown-warning li a:hover,
.dropdown-warning li a:focus,
.dropdown-warning li a:active,
.dropdown-warning li.active a,
.dropdown-warning li.active a:hover,
.dropdown-warning .dropdown-submenu:hover > a,
.nav-tabs .dropdown-warning li > a:focus {
  background: #ffa24d;
  color: #fff;
}
.dropdown-danger li a:hover,
.dropdown-danger li a:focus,
.dropdown-danger li a:active,
.dropdown-danger li.active a,
.dropdown-danger li.active a:hover,
.dropdown-danger .dropdown-submenu:hover > a,
.nav-tabs .dropdown-danger li > a:focus {
  background: #d15b47;
  color: #fff;
}
.dropdown-inverse li a:hover,
.dropdown-inverse li a:focus,
.dropdown-inverse li a:active,
.dropdown-inverse li.active a,
.dropdown-inverse li.active a:hover,
.dropdown-inverse .dropdown-submenu:hover > a,
.nav-tabs .dropdown-inverse li > a:focus {
  background: #555;
  color: #fff;
}
.dropdown-purple li a:hover,
.dropdown-purple li a:focus,
.dropdown-purple li a:active,
.dropdown-purple li.active a,
.dropdown-purple li.active a:hover,
.dropdown-purple .dropdown-submenu:hover > a,
.nav-tabs .dropdown-purple li > a:focus {
  background: #9585bf;
  color: #fff;
}
.dropdown-pink li a:hover,
.dropdown-pink li a:focus,
.dropdown-pink li a:active,
.dropdown-pink li.active a,
.dropdown-pink li.active a:hover,
.dropdown-pink .dropdown-submenu:hover > a,
.nav-tabs .dropdown-pink li > a:focus {
  background: #d6487e;
  color: #fff;
}
.dropdown-grey li a:hover,
.dropdown-grey li a:focus,
.dropdown-grey li a:active,
.dropdown-grey li.active a,
.dropdown-grey li.active a:hover,
.dropdown-grey .dropdown-submenu:hover > a,
.nav-tabs .dropdown-grey li > a:focus {
  background: #a0a0a0;
  color: #fff;
}
.dropdown-light li a:hover,
.dropdown-light li a:focus,
.dropdown-light li a:active,
.dropdown-light li.active a,
.dropdown-light li.active a:hover,
.dropdown-light .dropdown-submenu:hover > a,
.nav-tabs .dropdown-light li > a:focus {
  background: #e7e7e7;
  color: #333;
}
.dropdown-lighter li a:hover,
.dropdown-lighter li a:focus,
.dropdown-lighter li a:active,
.dropdown-lighter li.active a,
.dropdown-lighter li.active a:hover,
.dropdown-lighter .dropdown-submenu:hover > a,
.nav-tabs .dropdown-lighter li > a:focus {
  background: #efefef;
  color: #444;
}
.dropdown-lightest li a:hover,
.dropdown-lightest li a:focus,
.dropdown-lightest li a:active,
.dropdown-lightest li.active a,
.dropdown-lightest li.active a:hover,
.dropdown-lightest .dropdown-submenu:hover > a,
.nav-tabs .dropdown-lightest li > a:focus {
  background: #f3f3f3;
  color: #444;
}
.dropdown-yellow li a:hover,
.dropdown-yellow li a:focus,
.dropdown-yellow li a:active,
.dropdown-yellow li.active a,
.dropdown-yellow li.active a:hover,
.dropdown-yellow .dropdown-submenu:hover > a,
.nav-tabs .dropdown-yellow li > a:focus {
  background: #fee188;
  color: #444;
}
.dropdown-yellow2 li a:hover,
.dropdown-yellow2 li a:focus,
.dropdown-yellow2 li a:active,
.dropdown-yellow2 li.active a,
.dropdown-yellow2 li.active a:hover,
.dropdown-yellow2 .dropdown-submenu:hover > a,
.nav-tabs .dropdown-yellow2 li > a:focus {
  background: #f9e8b3;
  color: #444;
}
.dropdown-light-blue li a:hover,
.dropdown-light-blue li a:focus,
.dropdown-light-blue li a:active,
.dropdown-light-blue li.active a,
.dropdown-light-blue li.active a:hover,
.dropdown-light-blue .dropdown-submenu:hover > a,
.nav-tabs .dropdown-light-blue li > a:focus {
  background: #ecf3f9;
  color: #456;
}
.dropdown-light .dropdown-submenu:hover > a:after,
.dropdown-lighter .dropdown-submenu:hover > a:after,
.dropdown-lightest .dropdown-submenu:hover > a:after {
  border-left-color: #444;
}
.dropdown-menu.dropdown-close {
  top: 92%;
  left: -5px;
}
.dropdown-menu.dropdown-close.pull-right {
  left: auto;
  right: -5px;
}
.dropdown-menu.dropdown-closer {
  top: 80%;
  left: -10px;
}
.dropdown-menu.dropdown-closer.pull-right {
  right: -10px;
  left: auto;
}
.dropdown-submenu > .dropdown-menu {
  border-radius: 0;
}
.dropdown-submenu > a:after {
  margin-right: -5px;
}
.dropdown-colorpicker > .dropdown-menu {
  top: 80%;
  left: -7px;
  padding: 4px;
  min-width: 130px;
  max-width: 130px;
}
.dropdown-colorpicker > .dropdown-menu.pull-right {
  right: -7px;
  left: auto;
}
.dropdown-colorpicker > .dropdown-menu > li {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin: 2px;
}
.dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
  -webkit-transition: all ease .1s;
  transition: all ease 0.1s;
}
.dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn:hover {
  text-decoration: none;
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn.selected:after {
  content: "\F00C";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 11px;
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
}
.btn-colorpicker {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #DDD;
  vertical-align: middle;
  border-radius: 0;
}
.dropdown-navbar {
  padding: 0;
  width: 240px;
  -webkit-box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  border-color: #bcd4e5;
}
.dropdown-navbar > li {
  padding: 0 8px;
  background-color: #fff;
}
.dropdown-navbar > li.dropdown-header {
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 34px;
  font-size: 13px;
  font-weight: bold;
  text-transform: none;
  border-bottom: 1px solid;
}
.dropdown-navbar > li > [class*="icon-"],
.dropdown-navbar > li > a > [class*="icon-"] {
  margin-right: 5px!important;
  color: #555;
  font-size: 14px;
}
.dropdown-navbar > li > a {
  padding: 10px 2px;
  margin: 0;
  border-bottom: 1px solid;
  font-size: 12px;
  line-height: 16px;
  color: #555;
}
.dropdown-navbar > li > a:active,
.dropdown-navbar > li > a:hover,
.dropdown-navbar > li > a:focus {
  background-color: transparent!important;
  color: #555;
}
.dropdown-navbar > li > a .progress {
  margin-bottom: 0;
  margin-top: 4px;
}
.dropdown-navbar > li > a .badge {
  line-height: 16px;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 12px;
}
.dropdown-navbar > li:last-child > a {
  border-bottom: 0 solid #DDD;
  border-top: 1px dotted transparent;
  color: #4f99c6;
  text-align: center;
  font-size: 13px;
}
.dropdown-navbar > li:last-child > a:hover {
  background-color: #FFF;
  color: #4f99c6;
  text-decoration: underline;
}
.dropdown-navbar > li:last-child > a:hover > [class*="icon-"] {
  text-decoration: none;
}
.dropdown-navbar > li:hover {
  background-color: #f4f9fc !important;
}
.dropdown-navbar > li.dropdown-header {
  background-color: #ecf2f7!important;
  color: #8090a0;
  border-bottom-color: #bcd4e5;
}
.dropdown-navbar > li.dropdown-header > [class*="icon-"] {
  color: #8090a0;
}
.dropdown-navbar > li > a {
  border-bottom-color: #e4ecf3;
}
.dropdown-navbar.navbar-pink {
  border-color: #e5bcd4;
}
.dropdown-navbar.navbar-pink > li:hover {
  background-color: #fcf4f9 !important;
}
.dropdown-navbar.navbar-pink > li.dropdown-header {
  background-color: #f7ecf2!important;
  color: #b471a0;
  border-bottom-color: #e5bcd4;
}
.dropdown-navbar.navbar-pink > li.dropdown-header > [class*="icon-"] {
  color: #c06090;
}
.dropdown-navbar.navbar-pink > li > a {
  border-bottom-color: #f3e4ec;
}
.dropdown-navbar.navbar-grey {
  border-color: #e5e5e5;
}
.dropdown-navbar.navbar-grey > li:hover {
  background-color: #f8f8f8 !important;
}
.dropdown-navbar.navbar-grey > li.dropdown-header {
  background-color: #f2f2f2!important;
  color: #3a87ad;
  border-bottom-color: #e5e5e5;
}
.dropdown-navbar.navbar-grey > li.dropdown-header > [class*="icon-"] {
  color: #3a87ad;
}
.dropdown-navbar.navbar-grey > li > a {
  border-bottom-color: #eee;
}
.dropdown-navbar.navbar-green {
  border-color: #b4d5ac;
}
.dropdown-navbar.navbar-green > li:hover {
  background-color: #f4f9ef !important;
}
.dropdown-navbar.navbar-green > li.dropdown-header {
  background-color: #ebf7e4!important;
  color: #8a6;
  border-bottom-color: #b4d5ac;
}
.dropdown-navbar.navbar-green > li.dropdown-header > [class*="icon-"] {
  color: #90c060;
}
.dropdown-navbar.navbar-green > li > a {
  border-bottom-color: #ecf3e4;
}
.dropdown-navbar [class*="btn"][class*="icon-"] {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 24px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.dropdown-navbar .msg-photo {
  margin-right: 6px;
  max-width: 42px;
}
.dropdown-navbar .msg-body {
  display: inline-block;
  line-height: 20px;
  white-space: normal;
  vertical-align: middle;
  max-width: 175px;
}
.dropdown-navbar .msg-title {
  display: inline-block;
  line-height: 14px;
}
.dropdown-navbar .msg-time {
  display: block;
  font-size: 11px;
  color: #777;
}
.dropdown-navbar .msg-time > [class*="icon-"] {
  font-size: 14px;
  color: #555;
}
.dropdown-100 {
  min-width: 100px;
}
.dropdown-125 {
  min-width: 125px;
}
.dropdown-150 {
  min-width: 150px;
}
.dropdown-hover {
  position: relative;
}
.dropdown-hover:hover > .dropdown-menu {
  display: block;
}
.form-line {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EEE;
}
.form-actions {
  display: block;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 19px 20px 20px;
}
.help-button {
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  padding: 0;
  background-color: #65bcda;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  cursor: default;
  margin-left: 4px;
  border-radius: 100%;
  border-color: #FFF;
  border: 2px solid #FFF;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2);
}
.help-button:hover {
  background-color: #65bcda;
  text-shadow: none;
}
label {
  font-weight: normal;
  font-size: 14px;
}
.form-group > label[class*="col-"] {
  padding-top: 4px;
  margin-bottom: 4px;
}
label,
.lbl {
  vertical-align: middle;
}
td > label,
th > label,
label.inline {
  margin-bottom: 0;
  line-height: inherit;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  border-radius: 0!important;
  color: #858585;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  padding: 5px 4px;
  line-height: 1.2;
  font-size: 14px;
  font-family: inherit;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  -webkit-transition-duration: .1s;
  transition-duration: 0.1s;
}
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover {
  border-color: #b5b5b5;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #696969;
  border-color: #f59942;
  background-color: #fff;
  outline: 0;
}
.form-control,
select {
  border-radius: 0;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  color: #858585;
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
.form-control:focus,
select:focus {
  color: #696969;
  border-color: #f59942;
  background-color: #fff;
  outline: 0;
}
textarea.form-control {
  padding: 5px 9px;
}
select {
  padding: 3px 4px;
  height: 30px;
}
select.form-control {
  padding: 4px 6px;
  height: 32px;
}
select[multiple],
select.form-control[multiple] {
  height: auto;
}
input.block {
  display: block;
  margin-bottom: 9px;
}
textarea.autosize-transition {
  -webkit-transition-duration: "height 0.2s";
  transition-duration: "height 0.2s";
}
.limiterBox {
  border: 1px solid #222;
  border-top: 0;
  background-color: #333;
  padding: 3px 6px;
  font-size: 12px;
  color: #FFF;
  margin-top: 6px;
}
.limiterBox:after {
  display: none;
}
.limiterBox:before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #333;
  border-width: 0 8px 8px;
}
select option,
select.form-control option {
  padding: 3px 4px;
}
select option:active,
select.form-control option:active,
select option:hover,
select.form-control option:hover,
select option:focus,
select.form-control option:focus {
  background-color: #e5e9ee;
  color: #111;
}
select option[value=""],
select.form-control option[value=""] {
  padding: 0;
}
input[disabled] {
  color: #848484!important;
  background-color: #eee !important;
}
input[disabled]:hover {
  border-color: #d5d5d5 !important;
}
input[readonly] {
  color: #888888 !important;
  background: #f5f5f5!important;
  cursor: default;
}
select[readonly] {
  color: #888888 !important;
  background: #f5f5f5!important;
  cursor: default;
}
input[readonly]:hover {
  border-color: #c3c3c3;
}
input[readonly]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #aaa;
  background-color: #f9f9f9;
}
.help-inline {
  font-size: 13px !important;
}
.input-icon {
  position: relative;
}
span.input-icon {
  display: inline-block;
}
.input-icon > input {
  padding-left: 24px;
  padding-right: 6px;
}
.input-icon.input-icon-right > input {
  padding-left: 6px;
  padding-right: 24px;
}
.input-icon > [class*="icon-"] {
  padding: 0 3px;
  z-index: 2;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 3px;
  line-height: 28px;
  display: inline-block;
  color: #909090;
  font-size: 16px;
}
.input-icon.input-icon-right > [class*="icon-"] {
  left: auto;
  right: 3px;
}
.input-icon > input:focus + [class*="icon-"] {
  color: #579;
}
.input-icon ~ .help-inline {
  padding-left: 8px;
}
.form-search .radio [type=radio] + label,
.form-inline .radio [type=radio] + label,
.form-search .checkbox [type=checkbox] + label,
.form-inline .checkbox [type=checkbox] + label {
  float: left;
  margin-left: -20px;
}
.form-search .form-search .radio [type=radio] + label,
.form-search .form-inline .radio [type=radio] + label,
.form-search .form-search .checkbox [type=checkbox] + label,
.form-search .form-inline .checkbox [type=checkbox] + label,
.form-inline .form-search .radio [type=radio] + label,
.form-inline .form-inline .radio [type=radio] + label,
.form-inline .form-search .checkbox [type=checkbox] + label,
.form-inline .form-inline .checkbox [type=checkbox] + label {
  margin-left: 0;
  margin-right: 3px;
}
.form-search .input-append .search-query:focus,
.form-search .input-prepend .search-query:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  border-radius: 0;
}
.input-mini {
  width: 60px;
  max-width: 100%;
}
.input-small {
  width: 90px;
  max-width: 100%;
}
.input-medium {
  width: 150px;
  max-width: 100%;
}
.input-large {
  width: 210px;
  max-width: 100%;
}
.input-xlarge {
  width: 270px;
  max-width: 100%;
}
.input-xxlarge {
  width: 530px;
  max-width: 100%;
}
input.input-lg {
  font-size: 18px;
}
input.input-sm {
  font-size: 12px;
}
input[type=checkbox].ace,
input[type=radio].ace {
  opacity: 0;
  position: absolute;
  z-index: 12;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
input[type=checkbox].ace:checked,
input[type=radio].ace:checked,
input[type=checkbox].ace:focus,
input[type=radio].ace:focus {
  outline: none !important;
}
input[type=checkbox].ace + .lbl,
input[type=radio].ace + .lbl {
  position: relative;
  z-index: 11;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: normal;
}
input[type=checkbox].ace + .lbl.padding-16::before,
input[type=radio].ace + .lbl.padding-16::before {
  margin-right: 16px;
}
input[type=checkbox].ace + .lbl.padding-12::before,
input[type=radio].ace + .lbl.padding-12::before {
  margin-right: 12px;
}
input[type=checkbox].ace + .lbl.padding-8::before,
input[type=radio].ace + .lbl.padding-8::before {
  margin-right: 8px;
}
input[type=checkbox].ace + .lbl.padding-4::before,
input[type=radio].ace + .lbl.padding-4::before {
  margin-right: 4px;
}
input[type=checkbox].ace + .lbl.padding-0::before,
input[type=radio].ace + .lbl.padding-0::before {
  margin-right: 0;
}
input[type=checkbox].ace + .lbl::before,
input[type=radio].ace + .lbl::before {
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 12px;
  color: #32a3ce;
  content: "\A0";
  background-color: #fafafa;
  border: 1px solid #c8c8c8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin-right: 1px;
}
input[type=checkbox].ace:checked + .lbl::before,
input[type=radio].ace:checked + .lbl::before {
  display: inline-block;
  content: '\F00C';
  background-color: #f5f8fc;
  border-color: #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
input[type=checkbox].ace:hover + .lbl::before,
input[type=radio].ace:hover + .lbl::before,
input[type=checkbox].ace + .lbl:hover::before,
input[type=radio].ace + .lbl:hover::before {
  border-color: #ff893c;
}
input[type=checkbox].ace:active + .lbl::before,
input[type=radio].ace:active + .lbl::before,
input[type=checkbox].ace:checked:active + .lbl::before,
input[type=radio].ace:checked:active + .lbl::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].ace.ace-checkbox-2 + .lbl::before,
input[type=radio].ace.ace-checkbox-2 + .lbl::before {
  box-shadow: none;
}
input[type=checkbox].ace.ace-checkbox-2:checked + .lbl::before,
input[type=radio].ace.ace-checkbox-2:checked + .lbl::before {
  background-color: #f9a021;
  border-color: #f9a021;
  color: #FFF;
}
input[type=checkbox].ace:disabled + .lbl::before,
input[type=radio].ace:disabled + .lbl::before,
input[type=checkbox].ace[disabled] + .lbl::before,
input[type=radio].ace[disabled] + .lbl::before,
input[type=checkbox].ace.disabled + .lbl::before,
input[type=radio].ace.disabled + .lbl::before {
  background-color: #DDD!important;
  border-color: #CCC!important;
  box-shadow: none!important;
  color: #BBB;
}
input[type=radio].ace + .lbl::before {
  border-radius: 100%;
  font-size: 11px;
  font-family: FontAwesome;
  text-shadow: 0 0 1px #32a3ce;
  line-height: 15px;
  height: 17px;
  min-width: 17px;
}
input[type=radio].ace:checked + .lbl::before {
  content: "\F111";
}
input[type=checkbox].ace.ace-switch {
  width: 55px;
  height: 25px;
}
input[type=checkbox].ace.ace-switch + .lbl {
  margin: 0 4px;
  min-height: 24px;
}
input[type=checkbox].ace.ace-switch + .lbl::before {
  font-family: Arial, Helvetica, sans-serif;
  content: "ON\A0\A0\A0\A0\A0\A0\A0\A0\A0OFF";
  color: #999;
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
  height: 20px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #CCC;
  text-align: left;
  float: left;
  padding: 0;
  width: 52px;
  text-indent: -19px;
  margin-right: 0;
  -webkit-transition: text-indent 0.4s ease;
  transition: text-indent 0.4s ease;
}
input[type=checkbox].ace.ace-switch + .lbl::after {
  font-family: Arial, Helvetica, sans-serif;
  content: '|||';
  font-size: 10px;
  font-weight: lighter;
  color: #d5d5d5;
  background-color: #FFF;
  text-shadow: -1px 0 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 20px;
  position: absolute;
  top: -2px;
  left: -3px;
  padding: 0;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: left .4s ease;
  transition: left 0.4s ease;
}
input[type=checkbox].ace.ace-switch:checked + .lbl::before {
  text-indent: 9px;
  color: #FFF;
  background-color: #8ab2c9;
  border-color: #468fcc;
}
input[type=checkbox].ace.ace-switch:checked + .lbl::after {
  left: 34px;
  background-color: #FFF;
  color: #8ab2c9;
}
input[type=checkbox].ace.ace-switch.ace-switch-2 + .lbl::before {
  content: "YES\A0\A0\A0\A0\A0\A0\A0\A0NO";
}
input[type=checkbox].ace.ace-switch.ace-switch-3 + .lbl::after {
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 23px;
  content: "\F00D";
  top: -1px;
}
input[type=checkbox].ace.ace-switch.ace-switch-3:checked + .lbl::after {
  content: "\F00C";
}
input[type=checkbox].ace.ace-switch.ace-switch-4 + .lbl::before,
input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::before {
  content: "ON\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0OFF";
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 12px;
  line-height: 23px;
  height: 24px;
  overflow: hidden;
  border-radius: 12px;
  background-color: #8b9aa3;
  border: 1px solid #8b9aa3;
  color: #FFF;
  width: 56px;
  text-indent: -25px;
  display: inline-block;
  position: relative;
  box-shadow: none;
  -webkit-transition: all .4s ease;
  transition: all 0.4s ease;
}
input[type=checkbox].ace.ace-switch.ace-switch-4 + .lbl::after,
input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::after {
  font-family: Helvetica, Arial, sans-serif;
  content: '|||';
  text-shadow: -1px 0 0 rgba(0, 0, 0, 0.2);
  font-size: 8px;
  font-weight: lighter;
  color: #8b9aa3;
  text-align: center;
  position: absolute;
  border-radius: 12px;
  color: #5b6a73;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  background-color: #FFF;
  -webkit-transition: all .4s ease;
  transition: all 0.4s ease;
}
input[type=checkbox].ace.ace-switch.ace-switch-4:checked + .lbl::before,
input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::before {
  text-indent: 9px;
  background-color: #468fcc;
  border-color: #468fcc;
}
input[type=checkbox].ace.ace-switch.ace-switch-4:checked + .lbl::after,
input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::after {
  left: 34px;
  background-color: #FFF;
}
input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::before {
  content: "YES\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0NO";
}
input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::before {
  text-indent: 8px;
}
input[type=checkbox].ace.ace-switch.ace-switch-6 + .lbl {
  position: relative;
}
input[type=checkbox].ace.ace-switch.ace-switch-6 + .lbl::before {
  font-family: FontAwesome;
  content: "\F00D";
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: none;
  border: 0;
  font-weight: lighter;
  font-size: 16px;
  border-radius: 12px;
  display: inline-block;
  background-color: #888;
  color: #f2f2f2;
  width: 52px;
  height: 22px;
  line-height: 20px;
  text-indent: 32px;
  -webkit-transition: background .1s ease;
  transition: background 0.1s ease;
}
input[type=checkbox].ace.ace-switch.ace-switch-6 + .lbl::after {
  content: '';
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 2px;
  left: 3px;
  border-radius: 12px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #f2f2f2;
  border: 4px solid #f2f2f2;
  -webkit-transition: left .2s ease;
  transition: left 0.2s ease;
}
input[type=checkbox].ace.ace-switch.ace-switch-6:checked + .lbl::before {
  content: "\F00C";
  text-indent: 6px;
  color: #FFF;
  border-color: #b7d3e5;
  background-color: #ff893c;
}
input[type=checkbox].ace.ace-switch.ace-switch-6:checked + .lbl::after {
  left: 32px;
  background-color: #FFF;
  border: 4px solid #FFF;
  text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25);
}
input[type=checkbox].ace.ace-switch.ace-switch-7 {
  width: 75px;
}
input[type=checkbox].ace.ace-switch.ace-switch-7 + .lbl {
  position: relative;
}
input[type=checkbox].ace.ace-switch.ace-switch-7 + .lbl::before {
  content: "OFF\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0\A0ON";
  font-weight: bolder;
  font-size: 14px;
  line-height: 20px;
  background-color: #FFF;
  border: 2px solid #AAA;
  border-radius: 0;
  box-shadow: none;
  color: #aaa;
  width: 74px;
  height: 26px;
  line-height: 22px;
  overflow: hidden;
  text-indent: 4px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all 0.2s ease;
}
input[type=checkbox].ace.ace-switch.ace-switch-7 + .lbl::after {
  content: '\F00D';
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 3px;
  left: 39px;
  width: 32px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background-color: #aaa;
  color: #FFF;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type=checkbox].ace.ace-switch.ace-switch-7:checked + .lbl::before {
  color: #468fcc;
  background-color: #FFF;
  text-indent: -33px;
  border-color: #6fb3e0;
}
input[type=checkbox].ace.ace-switch.ace-switch-7:checked + .lbl::after {
  left: 3px;
  content: '\F00C';
  background-color: #468fcc;
  color: #FFF;
}
.input-group .input-group-addon {
  border-radius: 0 !important;
}
.form-group.has-success .input-group .input-group-addon {
  border-color: #92bf65;
}
.form-group.has-error .input-group .input-group-addon {
  border-color: #f09784;
}
.form-group.has-warning .input-group .input-group-addon {
  border-color: #e0c43a;
}
.form-group.has-info .input-group .input-group-addon {
  border-color: #64a6bc;
}
.input-group > .btn {
  line-height: 20px;
  padding: 0 6px;
  border-radius: 0 !important;
}
.input-group > .btn.btn-sm {
  line-height: 22px;
}
.input-group > .btn + .btn {
  margin-left: 1px;
}
.input-group > .btn-group > .btn {
  line-height: 23px;
}
.input-group > .btn-group > .btn.btn-sm {
  line-height: 26px;
}
.input-group > .btn > .caret,
.input-group > .btn-group > .btn > .caret,
.input-group > .btn.btn-sm > .caret,
.input-group > .btn-group > .btn.btn-sm > .caret {
  margin-top: 10px;
}
.ace-file-input {
  position: relative;
  height: 38px;
  line-height: 38px;
  margin-bottom: 9px;
}
.ace-file-input input[type=file] {
  position: fixed;
  z-index: -2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ace-file-input .file-label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .15s;
  transition: all 0.15s;
}
.ace-file-input .file-label:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f59942;
}
.ace-file-input .file-label:before {
  display: inline-block;
  content: attr(data-title);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 8px;
  line-height: 24px;
  text-align: center;
  background-color: #6fb3e0;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  border: 2px solid #FFF;
  border-left-width: 4px;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.ace-file-input .file-label .file-name {
  display: inline-block;
  height: 28px;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 28px;
  color: #888;
  font-size: 13px;
  vertical-align: top;
  position: static;
  padding-left: 30px;
}
.ace-file-input .file-label .file-name:after {
  display: inline-block;
  content: attr(data-title);
}
.ace-file-input .file-label.selected {
  right: 16px;
}
.ace-file-input .file-label.selected .file-name {
  color: #666;
}
.ace-file-input .file-label [class*="icon-"] {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 24px;
  width: 26px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 13px;
  border: 2px solid #FFF;
  color: #FFF;
  -webkit-transition: all .1s;
  transition: all .1s;
  background-color: #d1d1d1;
}
.ace-file-input .file-label.selected .file-name [class*="icon-"] {
  background-color: #efad62;
}
.ace-file-input .file-label.selected .file-name .icon-picture {
  background-color: #bd7a9d;
}
.ace-file-input .file-label.selected .file-name .icon-film {
  background-color: #87b87f;
}
.ace-file-input .file-label.selected .file-name .icon-music {
  background-color: #8b7ac9;
}
.ace-file-input .file-label.selected .file-name .icon-archive {
  background-color: #efad62;
}
.ace-file-input .file-label.hide-placeholder:before {
  display: none;
}
.ace-file-input a:hover {
  text-decoration: none;
}
.ace-file-input .remove {
  position: absolute;
  right: -8px;
  top: 6px;
  display: none;
  width: 17px;
  text-align: center;
  height: 17px;
  line-height: 15px;
  font-size: 11px;
  font-weight: normal;
  background-color: #fb7142;
  border-radius: 100%;
  color: #FFF;
  text-decoration: none;
}
.ace-file-input .file-label.selected + .remove {
  display: inline-block;
}
.ace-file-multiple {
  height: auto;
}
.ace-file-multiple .file-label {
  position: relative;
  height: auto;
  border: 1px dashed #aaa;
  border-radius: 4px;
  text-align: center;
}
.ace-file-multiple .file-label:before {
  display: inline-block;
  content: attr(data-title);
  position: relative;
  right: 0;
  left: 0;
  margin: 12px;
  line-height: 22px;
  background-color: #FFF;
  color: #CCC;
  font-size: 18px;
  font-weight: bold;
  border: 0;
}
.ace-file-multiple .file-label.selected .file-name [class*="icon-"] {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 24px;
  width: 26px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 13px;
  border: 2px solid #FFF;
  color: #FFF;
  -webkit-transition: all .1s;
  transition: all 0.1s;
}
.ace-file-multiple .file-label .file-name {
  position: relative;
  display: block;
  padding: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 0 4px;
  border-bottom: 1px solid #DDD;
  text-align: left;
}
.ace-file-multiple .file-label .file-name:first-child {
  margin-top: 1px;
}
.ace-file-multiple .file-label .file-name:last-child {
  border-bottom-width: 0;
  margin-bottom: 1px;
}
.ace-file-multiple .file-label .file-name img {
  padding: 2px;
  border: 1px solid #d7d7d7;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  margin: 4px 8px 4px 1px;
}
.ace-file-multiple .file-label .file-name:after {
  display: none;
}
.ace-file-multiple .file-label.selected .file-name:after {
  display: inline-block;
  white-space: pre;
}
.ace-file-multiple .file-label .file-name img + [class*="icon-"],
.ace-file-multiple .file-label.selected .file-name img + [class*="icon-"] {
  display: none;
}
.ace-file-multiple .remove {
  right: -11px;
  top: -11px;
  border: 3px solid #BBB;
  border-radius: 32px;
  background-color: #FFF;
  color: red;
  width: 22px;
  height: 22px;
  line-height: 15px;
}
.ace-file-multiple .file-label.selected + .remove:hover {
  border-color: #f4c0b1;
}
.ace-file-multiple .file-label .file-name [class*="icon-"] {
  position: relative;
  display: block;
  text-align: center;
  height: auto;
  line-height: 64px;
  width: auto;
  font-size: 64px;
  color: #d5d5d5;
  margin: 4px 0;
  background-color: transparent;
}
.ace-file-multiple .file-label.selected:after {
  display: none;
}
.ace-file-multiple .file-label.selected .file-name [class*="icon-"] {
  position: relative;
  margin-right: 4px;
  margin-left: 2px;
  line-height: 24px;
}
.ace-file-multiple .file-label .file-name.large {
  text-align: center;
  border-bottom: 2px solid #222;
  margin: 0 1px 3px;
}
.ace-file-multiple .file-label .file-name.large:last-child {
  margin: 0 1px;
  border-bottom-width: 0;
}
.ace-file-multiple .file-label .file-name.large:after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 4px;
  background-color: #555;
  color: #FFF;
  opacity: .8;
  filter: alpha(opacity=80);
}
.ace-file-multiple .file-label .file-name.large img {
  border-width: 0;
  margin: 0;
  padding: 0;
}
.ace-file-input input[type=file].disabled + .file-label,
.ace-file-input input[type=file][disabled] + .file-label,
.ace-file-input input[type=file][readonly] + .file-label {
  cursor: not-allowed;
  background-color: #EEE;
}
.ace-file-input input[type=file].disabled + .file-label:hover,
.ace-file-input input[type=file][disabled] + .file-label:hover,
.ace-file-input input[type=file][readonly] + .file-label:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e3e3e3;
}
.ace-file-input input[type=file].disabled + .file-label:before,
.ace-file-input input[type=file][disabled] + .file-label:before,
.ace-file-input input[type=file][readonly] + .file-label:before {
  border-color: #EEE;
  background-color: #a1aaaf;
}
.ace-file-input input[type=file][readonly] + .file-label {
  cursor: default;
}
.ace-file-multiple input[type=file].disabled + .file-label:hover,
.ace-file-multiple input[type=file][disabled] + .file-label:hover,
.ace-file-multiple input[type=file][readonly] + .file-label:hover {
  border-color: #AAA;
}
.ace-file-multiple input[type=file].disabled + .file-label:before,
.ace-file-multiple input[type=file][disabled] + .file-label:before,
.ace-file-multiple input[type=file][readonly] + .file-label:before {
  background-color: transparent;
}
.ace-file-multiple input[type=file].disabled + .file-label [class*="icon-"],
.ace-file-multiple input[type=file][disabled] + .file-label [class*="icon-"],
.ace-file-multiple input[type=file][readonly] + .file-label [class*="icon-"] {
  border-color: #EEE;
}
.ace-file-input input[type=file] {
  filter: alpha(opacity=0);
}
.form-group select,
.form-group textarea,
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="datetime"],
.form-group input[type="datetime-local"],
.form-group input[type="date"],
.form-group input[type="month"],
.form-group input[type="time"],
.form-group input[type="week"],
.form-group input[type="number"],
.form-group input[type="email"],
.form-group input[type="url"],
.form-group input[type="search"],
.form-group input[type="tel"],
.form-group input[type="color"] {
  background: #FFF;
}
.form-group.has-success input,
.form-group.has-success select,
.form-group.has-success textarea {
  border-color: #92bf65;
  color: #8bad4c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group.has-success input:focus,
.form-group.has-success select:focus,
.form-group.has-success textarea:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(130, 188, 58, 0.3);
  box-shadow: 0 0 0 2px rgba(130, 188, 58, 0.3);
  color: #786;
  border-color: #81a85a;
}
.form-group.has-success input:focus + [class*="icon-"],
.form-group.has-success select:focus + [class*="icon-"],
.form-group.has-success textarea:focus + [class*="icon-"] {
  color: #8bad4c;
}
.form-group.has-success [class*="icon-"] {
  color: #8bad4c;
}
.form-group.has-success .btn [class*="icon-"] {
  color: inherit;
}
.form-group.has-success .control-label,
.form-group.has-success .help-block,
.form-group.has-success .help-inline {
  color: #7ba065;
}
.form-group.has-info input,
.form-group.has-info select,
.form-group.has-info textarea {
  border-color: #64a6bc;
  color: #4b89aa;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group.has-info input:focus,
.form-group.has-info select:focus,
.form-group.has-info textarea:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(58, 120, 188, 0.3);
  box-shadow: 0 0 0 2px rgba(58, 120, 188, 0.3);
  color: #678;
  border-color: #5a81a8;
}
.form-group.has-info input:focus + [class*="icon-"],
.form-group.has-info select:focus + [class*="icon-"],
.form-group.has-info textarea:focus + [class*="icon-"] {
  color: #4b89aa;
}
.form-group.has-info [class*="icon-"] {
  color: #4b89aa;
}
.form-group.has-info .btn [class*="icon-"] {
  color: inherit;
}
.form-group.has-info .control-label,
.form-group.has-info .help-block,
.form-group.has-info .help-inline {
  color: #657ba0;
}
.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
  border-color: #f09784;
  color: #d68273;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group.has-error input:focus,
.form-group.has-error select:focus,
.form-group.has-error textarea:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(219, 137, 120, 0.3);
  box-shadow: 0 0 0 2px rgba(219, 137, 120, 0.3);
  color: #866;
  border-color: #db8978;
}
.form-group.has-error input:focus + [class*="icon-"],
.form-group.has-error select:focus + [class*="icon-"],
.form-group.has-error textarea:focus + [class*="icon-"] {
  color: #d68273;
}
.form-group.has-error [class*="icon-"] {
  color: #d68273;
}
.form-group.has-error .btn [class*="icon-"] {
  color: inherit;
}
.form-group.has-error .control-label,
.form-group.has-error .help-block,
.form-group.has-error .help-inline {
  color: #d16e6c;
}
.form-group.has-warning input,
.form-group.has-warning select,
.form-group.has-warning textarea {
  border-color: #e0c43a;
  color: #d3bd50;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group.has-warning input:focus,
.form-group.has-warning select:focus,
.form-group.has-warning textarea:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(216, 188, 65, 0.3);
  box-shadow: 0 0 0 2px rgba(216, 188, 65, 0.3);
  color: #875;
  border-color: #d8bc41;
}
.form-group.has-warning input:focus + [class*="icon-"],
.form-group.has-warning select:focus + [class*="icon-"],
.form-group.has-warning textarea:focus + [class*="icon-"] {
  color: #d3bd50;
}
.form-group.has-warning [class*="icon-"] {
  color: #d3bd50;
}
.form-group.has-warning .btn [class*="icon-"] {
  color: inherit;
}
.form-group.has-warning .control-label,
.form-group.has-warning .help-block,
.form-group.has-warning .help-inline {
  color: #d19d59;
}
.form-group input[disabled],
.form-group input:disabled {
  color: #848484!important;
  background-color: #eee !important;
}
@media only screen and (max-width: 767px) {
  .help-inline,
  .input-icon + .help-inline {
    padding-left: 0;
    display: block !important;
  }
}
.tab-content {
  border: 1px solid #c5d0dc;
  padding: 16px 12px;
  position: relative;
  z-index: 11;
}
.tab-content.no-padding {
  padding: 0;
}
.tab-content.no-border {
  border: 0;
  padding: 12px;
}
.tab-content.padding-32 {
  padding: 32px 24px;
}
.tab-content.no-border.padding-32 {
  padding: 32px;
}
.tab-content.padding-30 {
  padding: 30px 23px;
}
.tab-content.no-border.padding-30 {
  padding: 30px;
}
.tab-content.padding-28 {
  padding: 28px 21px;
}
.tab-content.no-border.padding-28 {
  padding: 28px;
}
.tab-content.padding-26 {
  padding: 26px 20px;
}
.tab-content.no-border.padding-26 {
  padding: 26px;
}
.tab-content.padding-24 {
  padding: 24px 18px;
}
.tab-content.no-border.padding-24 {
  padding: 24px;
}
.tab-content.padding-22 {
  padding: 22px 17px;
}
.tab-content.no-border.padding-22 {
  padding: 22px;
}
.tab-content.padding-20 {
  padding: 20px 15px;
}
.tab-content.no-border.padding-20 {
  padding: 20px;
}
.tab-content.padding-18 {
  padding: 18px 14px;
}
.tab-content.no-border.padding-18 {
  padding: 18px;
}
.tab-content.padding-16 {
  padding: 16px 12px;
}
.tab-content.no-border.padding-16 {
  padding: 16px;
}
.tab-content.padding-14 {
  padding: 14px 11px;
}
.tab-content.no-border.padding-14 {
  padding: 14px;
}
.tab-content.padding-12 {
  padding: 12px 9px;
}
.tab-content.no-border.padding-12 {
  padding: 12px;
}
.tab-content.padding-10 {
  padding: 10px 8px;
}
.tab-content.no-border.padding-10 {
  padding: 10px;
}
.tab-content.padding-8 {
  padding: 8px 6px;
}
.tab-content.no-border.padding-8 {
  padding: 8px;
}
.tab-content.padding-6 {
  padding: 6px 5px;
}
.tab-content.no-border.padding-6 {
  padding: 6px;
}
.tab-content.padding-4 {
  padding: 4px 3px;
}
.tab-content.no-border.padding-4 {
  padding: 4px;
}
.tab-content.padding-2 {
  padding: 2px 2px;
}
.tab-content.no-border.padding-2 {
  padding: 2px;
}
.tab-content.padding-0 {
  padding: 0;
}
.tab-content.no-border.padding-0 {
  padding: 0;
}
.nav-tabs.padding-32 {
  padding-left: 32px;
}
.tabs-right > .nav-tabs.padding-32,
.tabs-left > .nav-tabs.padding-32 {
  padding-left: 0;
  padding-top: 32px;
}
.nav-tabs.padding-30 {
  padding-left: 30px;
}
.tabs-right > .nav-tabs.padding-30,
.tabs-left > .nav-tabs.padding-30 {
  padding-left: 0;
  padding-top: 30px;
}
.nav-tabs.padding-28 {
  padding-left: 28px;
}
.tabs-right > .nav-tabs.padding-28,
.tabs-left > .nav-tabs.padding-28 {
  padding-left: 0;
  padding-top: 28px;
}
.nav-tabs.padding-26 {
  padding-left: 26px;
}
.tabs-right > .nav-tabs.padding-26,
.tabs-left > .nav-tabs.padding-26 {
  padding-left: 0;
  padding-top: 26px;
}
.nav-tabs.padding-24 {
  padding-left: 24px;
}
.tabs-right > .nav-tabs.padding-24,
.tabs-left > .nav-tabs.padding-24 {
  padding-left: 0;
  padding-top: 24px;
}
.nav-tabs.padding-22 {
  padding-left: 22px;
}
.tabs-right > .nav-tabs.padding-22,
.tabs-left > .nav-tabs.padding-22 {
  padding-left: 0;
  padding-top: 22px;
}
.nav-tabs.padding-20 {
  padding-left: 20px;
}
.tabs-right > .nav-tabs.padding-20,
.tabs-left > .nav-tabs.padding-20 {
  padding-left: 0;
  padding-top: 20px;
}
.nav-tabs.padding-18 {
  padding-left: 18px;
}
.tabs-right > .nav-tabs.padding-18,
.tabs-left > .nav-tabs.padding-18 {
  padding-left: 0;
  padding-top: 18px;
}
.nav-tabs.padding-16 {
  padding-left: 16px;
}
.tabs-right > .nav-tabs.padding-16,
.tabs-left > .nav-tabs.padding-16 {
  padding-left: 0;
  padding-top: 16px;
}
.nav-tabs.padding-14 {
  padding-left: 14px;
}
.tabs-right > .nav-tabs.padding-14,
.tabs-left > .nav-tabs.padding-14 {
  padding-left: 0;
  padding-top: 14px;
}
.nav-tabs.padding-12 {
  padding-left: 12px;
}
.tabs-right > .nav-tabs.padding-12,
.tabs-left > .nav-tabs.padding-12 {
  padding-left: 0;
  padding-top: 12px;
}
.nav-tabs.padding-10 {
  padding-left: 10px;
}
.tabs-right > .nav-tabs.padding-10,
.tabs-left > .nav-tabs.padding-10 {
  padding-left: 0;
  padding-top: 10px;
}
.nav-tabs.padding-8 {
  padding-left: 8px;
}
.tabs-right > .nav-tabs.padding-8,
.tabs-left > .nav-tabs.padding-8 {
  padding-left: 0;
  padding-top: 8px;
}
.nav-tabs.padding-6 {
  padding-left: 6px;
}
.tabs-right > .nav-tabs.padding-6,
.tabs-left > .nav-tabs.padding-6 {
  padding-left: 0;
  padding-top: 6px;
}
.nav-tabs.padding-4 {
  padding-left: 4px;
}
.tabs-right > .nav-tabs.padding-4,
.tabs-left > .nav-tabs.padding-4 {
  padding-left: 0;
  padding-top: 4px;
}
.nav-tabs.padding-2 {
  padding-left: 2px;
}
.tabs-right > .nav-tabs.padding-2,
.tabs-left > .nav-tabs.padding-2 {
  padding-left: 0;
  padding-top: 2px;
}
.nav-tabs {
  border-color: #c5d0dc;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  top: 1px;
}
.nav-tabs > li > a {
  padding: 8px 12px;
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus {
  border-radius: 0!important;
  background-color: #f9f9f9;
  color: #999;
  margin-right: -1px;
  line-height: 16px;
  position: relative;
  z-index: 11;
  border-color: #c5d0dc;
}
.nav-tabs > li > a:hover {
  background-color: #FFF;
  color: #4c8fbd;
  border-color: #c5d0dc;
}
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus {
  outline: none !important;
}
.nav-tabs > li:first-child > a {
  margin-left: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #576373;
  border-color: #c5d0dc;
  border-top: 2px solid #4c8fbd;
  border-bottom-color: transparent;
  background-color: #FFF;
  z-index: 12;
  line-height: 16px;
  margin-top: -1px;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
}
.tabs-below > .nav-tabs {
  top: auto;
  margin-bottom: 0;
  margin-top: -1px;
  border-color: #c5d0dc;
  border-bottom-width: 0;
}
.tabs-below > .nav-tabs > li > a,
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-color: #c5d0dc;
}
.tabs-below > .nav-tabs > li.active > a,
.tabs-below > .nav-tabs > li.active > a:hover,
.tabs-below > .nav-tabs > li.active > a:focus {
  border-color: #c5d0dc;
  border-top-width: 1px;
  border-bottom: 2px solid #4c8fbd;
  border-top-color: transparent;
  margin-top: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 60px;
}
.tabs-left > .nav-tabs {
  top: auto;
  margin-bottom: 0;
  border-color: #c5d0dc;
  float: left;
}
.tabs-left > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #c5d0dc;
  margin: 0 -1px 0 0;
}
.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > li.active > a:focus,
.tabs-left > .nav-tabs > li.active > a:hover {
  border-color: #c5d0dc;
  border-top-width: 1px;
  border-left: 2px solid #4c8fbd;
  border-right-color: transparent;
  margin: 0 -1px 0 -1px;
  -webkit-box-shadow: -2px 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -2px 0 3px 0 rgba(0, 0, 0, 0.15);
}
.tabs-right > .nav-tabs {
  top: auto;
  margin-bottom: 0;
  border-color: #c5d0dc;
  float: right;
}
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-right > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #c5d0dc;
  margin: 0 -1px;
}
.tabs-right > .nav-tabs > li.active > a,
.tabs-right > .nav-tabs > li.active > a:focus,
.tabs-right > .nav-tabs > li.active > a:hover {
  border-color: #c5d0dc;
  border-top-width: 1px;
  border-right: 2px solid #4c8fbd;
  border-left-color: transparent;
  margin: 0 -2px 0 -1px;
  -webkit-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.15);
}
.nav-tabs > li > a > .badge {
  padding: 0 4px;
  line-height: 15px;
  opacity: 0.7;
}
.nav-tabs > li > a > [class*="icon-"] {
  opacity: 0.75;
}
.nav-tabs > li.active > a > .badge,
.nav-tabs > li.active > a > [class*="icon-"] {
  opacity: 1;
}
.nav-tabs li [class*=" icon-"],
.nav-tabs li [class^="icon-"] {
  width: 1.25em;
  display: inline-block;
  text-align: center;
}
.nav-tabs > li.open .dropdown-toggle {
  background-color: #4f99c6;
  border-color: #4f99c6;
  color: #FFF;
}
.nav-tabs > li.open .dropdown-toggle > [class*="icon-"] {
  color: #FFF !important;
}
.tabs-left .tab-content,
.tabs-right .tab-content {
  overflow: auto;
}
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  background-color: #4f99c6;
  border-color: #4f99c6;
  color: #fff;
}
.nav-pills .open .dropdown-toggle > [class*="icon-"],
.nav > li.dropdown.open.active > a:hover > [class*="icon-"],
.nav > li.dropdown.open.active > a:focus > [class*="icon-"] {
  color: #FFF !important;
}
.nav-tabs > li:not(.active):not(.open) > a:not(:hover) > [class*="icon-"]:first-child.disabled {
  color: #909090 !important;
}
.nav-tabs.tab-size-bigger > li > a {
  padding-left: 14px;
  padding-right: 14px;
}
.nav-tabs.tab-size-bigger > li > a > [class*="icon-"]:first-child {
  display: block;
  margin-bottom: 6px;
  width: auto;
}
.nav-tabs.tab-space-1 > li > a {
  margin-right: 1px;
}
.nav-tabs.tab-space-2 > li > a {
  margin-right: 2px;
}
.nav-tabs.tab-space-3 > li > a {
  margin-right: 3px;
}
.nav-tabs.tab-space-4 > li > a {
  margin-right: 4px;
}
.nav-tabs[class*="tab-color-"] > li > a,
.nav-tabs[class*="tab-color-"] > li > a:focus,
.nav-tabs[class*="tab-color-"] > li > a:hover {
  color: #FFF;
  border-color: transparent;
  margin-right: 3px;
}
.nav-tabs[class*="tab-color-"] > li > a > .badge {
  border-radius: 2px;
}
.nav-tabs[class*="tab-color-"] > li:not(.active) > a:hover {
  opacity: .85;
  border-color: rgba(0, 0, 0, 0.15);
  border-bottom-color: transparent;
}
.nav-tabs[class*="tab-color-"] > li:not(.active) > a > [class*="icon-"]:first-child {
  color: #FFF !important;
}
.nav-tabs[class*="tab-color-"] > li:not(.active) > a > .badge {
  color: rgba(0, 0, 0, 0.4) !important;
  background-color: #FFF!important;
  border-radius: 2px;
}
.nav-tabs.tab-color-blue > li > a,
.nav-tabs.tab-color-blue > li > a:focus {
  background-color: #7db4d8;
}
.nav-tabs[class*="tab-color-"] > li.active > a,
.nav-tabs[class*="tab-color-"] > li.active > a:focus,
.nav-tabs[class*="tab-color-"] > li.active > a:hover {
  background-color: #FFF;
  color: #4f80a0;
  box-shadow: none;
}
.nav-tabs.tab-color-blue > li.active > a,
.nav-tabs.tab-color-blue > li.active > a:focus,
.nav-tabs.tab-color-blue > li.active > a:hover {
  color: #4c718a;
  border-color: #7db4d8 #7db4d8 transparent;
}
.tabs-below .nav-tabs.tab-color-blue > li.active > a {
  border-color: transparent #7db4d8 #7db4d8;
}
.nav-tabs.tab-color-blue {
  border-bottom-color: #c5d0dc;
}
.nav-tabs.background-blue {
  padding-top: 6px;
  background-color: #eff3f8;
  border: 1px solid #c5d0dc;
}
.tabs-below .nav-tabs.background-blue {
  padding-top: 0;
  padding-bottom: 6px;
}
.tabs-below .nav-tabs.tab-color-blue {
  border-top: 0;
  border-bottom-color: #c5d0dc;
}
.accordion-style1.panel-group .panel {
  border-radius: 0;
  border-color: #cdd8e3;
  background-color: #FFF;
  box-shadow: none;
}
.accordion-style1.panel-group .panel:last-child {
  border-bottom-width: 1px;
}
.accordion-style1.panel-group .panel .collapse {
  background-color: #FFF;
}
.accordion-style1.panel-group .panel + .panel {
  margin-top: 2px;
}
.accordion-style1.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top-color: #cdd8e3 !important;
}
.accordion-style1.panel-group .panel-heading {
  padding: 0;
}
.accordion-style1.panel-group .panel-heading .accordion-toggle {
  color: #4c8fbd;
  background-color: #eef4f9;
  position: relative;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  padding: 10px;
  display: block;
}
.accordion-style1.panel-group .panel-heading .accordion-toggle.collapsed {
  color: #478fca;
  font-weight: normal;
  background-color: #f9f9f9;
}
.accordion-style1.panel-group .panel-heading .accordion-toggle:hover {
  color: #6ea6cc;
  background-color: #f1f8fd;
  text-decoration: none;
}
.accordion-style1.panel-group .panel-heading .accordion-toggle:focus,
.accordion-style1.panel-group .panel-heading .accordion-toggle:active {
  outline: 0;
  text-decoration: none;
}
.accordion-style1.panel-group .panel-heading .accordion-toggle > [class*="icon-"]:first-child {
  width: 16px;
}
.accordion-style1.panel-group .panel-heading .accordion-toggle:hover > [class*="icon-"]:first-child {
  text-decoration: none;
}
.accordion-style1.panel-group .panel-body,
.accordion-style1.panel-group .collapse.in > .panel-body {
  border-top: 1px solid #cdd8e3;
}
.accordion-style1.panel-group.no-padding {
  padding: 0;
}
.accordion-style2.panel-group .panel {
  border-width: 0;
}
.accordion-style2.panel-group .panel:last-child {
  border-bottom-width: 0;
}
.accordion-style2.panel-group .panel + .panel {
  margin-top: 4px;
}
.accordion-style2.panel-group .panel .panel-body {
  border-top: 0;
}
.accordion-style2.panel-group .panel-heading .accordion-toggle {
  background-color: #edf3f7;
  border: 2px solid #6eaed1;
  border-width: 0 0 0 2px;
}
.accordion-style2.panel-group .panel-heading .accordion-toggle:hover {
  text-decoration: none;
}
.accordion-style2.panel-group .panel-heading .accordion-toggle.collapsed {
  background-color: #f3f3f3;
  color: #606060;
  border-width: 0 0 0 1px;
  border-color: #d9d9d9;
}
.accordion-style2.panel-group .panel-heading .accordion-toggle.collapsed:hover {
  background-color: #f6f6f6;
  color: #438eb9;
  text-decoration: none;
}
.accordion-style2.panel-group .panel-body,
.accordion-style2.panel-group .collapse.in > .panel-body {
  border-top: 0;
}
.accordion-style2.panel-group .accordion-style2.panel-group .panel {
  border-bottom: 1px dotted #d9d9d9;
}
.accordion-style2.panel-group .accordion-style2.panel-group .panel:last-child {
  border-bottom: 0;
}
.accordion-style2.panel-group .accordion-style2.panel-group .panel .panel-heading,
.accordion-style2.panel-group .accordion-style2.panel-group .panel .panel-heading .accordion-toggle {
  background-color: transparent;
  border-width: 0;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 8px;
}
.accordion-style2.panel-group .accordion-style2.panel-group .panel .panel-heading {
  padding-top: 0;
  padding-bottom: 0;
}
th,
td,
.table-bordered {
  border-radius: 0 !important;
}
.table thead tr {
  color: #707070;
  font-weight: normal;
  background: #f2f2f2;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#f8f8f8), to(#ececec));
  background-image: -webkit-linear-gradient(top, #f8f8f8, 0%, #ececec, 100%);
  background-image: -moz-linear-gradient(top, #f8f8f8 0, #ececec 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}
.table thead tr th {
  border-color: #DDD;
  font-weight: bold;
}
.table thead tr th [class*="icon-"]:first-child {
  margin-right: 2px;
}
.table thead tr th:first-child {
  border-left-color: #f1f1f1;
}
.table thead tr th:left-child {
  border-right-color: #f1f1f1;
}
.table.table-bordered thead tr th {
  vertical-align: middle;
}
.table.table-bordered thead tr th:first-child {
  border-left-color: #DDD;
}
th.center,
td.center {
  text-align: center;
}
th .lbl,
td .lbl {
  margin-bottom: 0;
}
th .lbl:only-child,
td .lbl:only-child {
  vertical-align: top;
}
.table-header {
  background-color: #307ecc;
  color: #FFF;
  font-size: 14px;
  line-height: 38px;
  padding-left: 12px;
  margin-bottom: 1px;
}
.table-header .close {
  margin-right: 8px;
  margin-top: 0;
  opacity: .45;
  filter: alpha(opacity=45);
}
.table-header .close:hover {
  opacity: .75;
  filter: alpha(opacity=75);
}
.dataTables_length select {
  width: 70px;
  height: 25px;
  padding: 2px 3px;
}
.dataTables_length label {
  font-weight: normal;
}
.dataTables_filter {
  text-align: right;
}
.dataTables_filter input[type=text] {
  width: 125px;
  height: 18px;
  line-height: 18px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px 6px;
}
.dataTables_filter label {
  font-weight: normal;
}
.dataTables_info {
  font-size: 14px;
}
.dataTables_paginate {
  text-align: right;
}
.dataTables_paginate .pagination {
  margin: 0 12px;
}
.dataTables_wrapper label {
  display: inline-block;
  font-size: 13px;
}
.dataTables_wrapper input[type=text],
.dataTables_wrapper select {
  margin-bottom: 0!important;
  margin: 0 4px;
}
.dataTables_wrapper .row {
  margin: 0;
}
.dataTables_wrapper .row:first-child {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #eff3f8;
}
.dataTables_wrapper .row:first-child + .dataTable {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.dataTables_wrapper .row:last-child {
  border-top: 1px solid #DDD;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #eff3f8;
  border-bottom: 1px solid #DDD;
}
.dataTable {
  margin-bottom: 0;
}
.dataTable th[class*=sort] {
  cursor: pointer;
}
.dataTable th[class*=sort]:after {
  content: "\F0DC";
  display: inline-block;
  color: #555;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: normal;
  float: right;
  margin-right: 4px;
  position: relative;
}
.dataTable th[class*=sort]:hover {
  color: #547ea8;
}
.dataTable th[class*=sorting_] {
  color: #307ecc;
}
.dataTable th.sorting_desc,
.dataTable th.sorting_asc {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#eff3f8), to(#e3e7ed));
  background-image: -webkit-linear-gradient(top, #eff3f8, 0%, #e3e7ed, 100%);
  background-image: -moz-linear-gradient(top, #eff3f8 0, #e3e7ed 100%);
  background-image: linear-gradient(to bottom, #eff3f8 0, #e3e7ed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f8', endColorstr='#ffe3e7ed', GradientType=0);
}
.dataTable th.sorting_desc:after {
  content: "\F0DD";
  top: -6px;
  color: #307ecc;
}
.dataTable th.sorting_asc:after {
  content: "\F0DE";
  top: 4px;
  color: #307ecc;
}
.dataTable th.sorting_disabled {
  cursor: inherit;
}
.dataTable th.sorting_disabled:after {
  display: none;
}
.widget-box {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 3px 0;
  border-bottom: 1px solid #CCC;
}
@media only screen and (max-width: 767px) {
  .widget-box {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.widget-header {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  min-height: 38px;
  background: #f7f7f7;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, 0%, #eee, 100%);
  background-image: -moz-linear-gradient(top, #fff 0, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  color: #669fc7;
  border: 1px solid #CCC;
  border-bottom: 1px solid #DDD;
  padding-left: 12px;
}
.widget-header:before,
.widget-header:after {
  content: "";
  display: table;
  line-height: 0;
}
.widget-header:after {
  clear: right;
}
.collapsed .widget-header {
  border-bottom-width: 0;
}
.collapsed .widget-body {
  display: none;
}
.widget-header-flat {
  background: #f7f7f7;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.widget-header-large {
  min-height: 49px;
  padding-left: 18px;
}
.widget-header-small {
  min-height: 31px;
  padding-left: 10px;
}
.widget-header > .widget-caption,
.widget-header > :first-child {
  line-height: 36px;
  padding: 0;
  margin: 0;
  display: inline;
}
.widget-header > .widget-caption > [class*="icon-"],
.widget-header > :first-child > [class*="icon-"] {
  margin-right: 5px;
  font-weight: normal;
  display: inline-block;
}
.widget-header-large > .widget-caption,
.widget-header-large > :first-child {
  line-height: 48px;
}
.widget-header-small > .widget-caption,
.widget-header-small > :first-child {
  line-height: 30px;
}
.widget-toolbar {
  display: inline-block;
  padding: 0 10px;
  line-height: 37px;
  float: right;
  position: relative;
}
.widget-header-large > .widget-toolbar {
  line-height: 48px;
}
.widget-header-small > .widget-toolbar {
  line-height: 29px;
}
.widget-toolbar.no-padding {
  padding: 0;
}
.widget-toolbar.padding-5 {
  padding: 0 5px;
}
.widget-toolbar:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: -1px;
  border: 1px solid #d9d9d9;
  border-width: 0 1px 0 0;
}
.widget-header-large > .widget-toolbar:before {
  top: 6px;
  bottom: 6px;
}
[class*="header-color-"] > .widget-toolbar:before {
  border-color: #EEE;
}
.header-color-orange > .widget-toolbar:before {
  border-color: #FEA;
}
.header-color-dark > .widget-toolbar:before {
  border-color: #222;
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2), inset 1px 0 0 rgba(255, 255, 255, 0.1);
}
.widget-toolbar.no-border:before {
  display: none;
}
.widget-toolbar label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.widget-toolbar > a {
  font-size: 14px;
  margin: 0 1px;
  display: inline-block;
  padding: 0;
  line-height: 24px;
}
.widget-toolbar > a:hover {
  text-decoration: none;
}
.widget-header-large > .widget-toolbar > a {
  font-size: 15px;
  margin: 0 1px;
}
.widget-toolbar > .btn {
  line-height: 27px;
  margin-top: -2px;
}
.widget-toolbar > .btn.smaller {
  line-height: 26px;
}
.widget-toolbar > .btn.bigger {
  line-height: 28px;
}
.widget-toolbar > .btn-sm {
  line-height: 24px;
}
.widget-toolbar > .btn-sm.smaller {
  line-height: 23px;
}
.widget-toolbar > .btn-sm.bigger {
  line-height: 25px;
}
.widget-toolbar > .btn-xs {
  line-height: 22px;
}
.widget-toolbar > .btn-xs.smaller {
  line-height: 21px;
}
.widget-toolbar > .btn-xs.bigger {
  line-height: 23px;
}
.widget-toolbar > .btn-minier {
  line-height: 18px;
}
.widget-toolbar > .btn-minier.smaller {
  line-height: 17px;
}
.widget-toolbar > .btn-minier.bigger {
  line-height: 19px;
}
.widget-toolbar > .btn-lg {
  line-height: 36px;
}
.widget-toolbar > .btn-lg.smaller {
  line-height: 34px;
}
.widget-toolbar > .btn-lg.bigger {
  line-height: 38px;
}
.widget-toolbar-dark {
  background: #444;
}
.widget-toolbar-light {
  background: rgba(255, 255, 255, 0.85);
}
.widget-toolbar > [data-action] > [class*="icon-"] {
  margin-right: 0;
}
.widget-toolbar > [data-action]:focus {
  text-decoration: none;
}
[class*="header-color-"] > .widget-toolbar > [data-action] {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
[class*="header-color-"] > .widget-toolbar > [data-action="settings"] {
  color: #d3e4ed;
}
[class*="header-color-"] > .widget-toolbar > [data-action="reload"] {
  color: #deead3;
}
[class*="header-color-"] > .widget-toolbar > [data-action="collapse"] {
  color: #e2e2e2;
}
[class*="header-color-"] > .widget-toolbar > [data-action="close"] {
  color: #ffd9d5;
}
.header-color-orange > .widget-toolbar > [data-action] {
  text-shadow: none;
}
.header-color-orange > .widget-toolbar > [data-action="settings"] {
  color: #559aab;
}
.header-color-orange > .widget-toolbar > [data-action="reload"] {
  color: #7ca362;
}
.header-color-orange > .widget-toolbar > [data-action="collapse"] {
  color: #777;
}
.header-color-orange > .widget-toolbar > [data-action="close"] {
  color: #a05656;
}
.widget-toolbar > [data-action="settings"],
.header-color-dark > .widget-toolbar > [data-action="settings"] {
  color: #99cadb;
}
.widget-toolbar > [data-action="reload"],
.header-color-dark > .widget-toolbar > [data-action="reload"] {
  color: #acd392;
}
.widget-toolbar > [data-action="collapse"],
.header-color-dark > .widget-toolbar > [data-action="collapse"] {
  color: #aaa;
}
.widget-toolbar > [data-action="close"],
.header-color-dark > .widget-toolbar > [data-action="close"] {
  color: #e09e96;
}
.widget-body {
  border: 1px solid #CCC;
  border-top: 0;
  background-color: #FFF;
}
.widget-main {
  padding: 12px;
}
.widget-main.padding-32 {
  padding: 32px;
}
.widget-main.padding-30 {
  padding: 30px;
}
.widget-main.padding-28 {
  padding: 28px;
}
.widget-main.padding-26 {
  padding: 26px;
}
.widget-main.padding-24 {
  padding: 24px;
}
.widget-main.padding-22 {
  padding: 22px;
}
.widget-main.padding-20 {
  padding: 20px;
}
.widget-main.padding-18 {
  padding: 18px;
}
.widget-main.padding-16 {
  padding: 16px;
}
.widget-main.padding-14 {
  padding: 14px;
}
.widget-main.padding-12 {
  padding: 12px;
}
.widget-main.padding-10 {
  padding: 10px;
}
.widget-main.padding-8 {
  padding: 8px;
}
.widget-main.padding-6 {
  padding: 6px;
}
.widget-main.padding-4 {
  padding: 4px;
}
.widget-main.padding-2 {
  padding: 2px;
}
.widget-main.padding-0 {
  padding: 0;
}
.widget-main.no-padding {
  padding: 0;
}
.widget-toolbar .progress {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}
.widget-toolbar > .dropdown,
.widget-toolbar > .dropup {
  display: inline-block;
}
.widget-toolbar > .dropdown > .dropdown-menu:before,
.dropdown-menu.dropdown-caret:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.widget-toolbar > .dropdown > .dropdown-menu:after,
.dropdown-menu.dropdown-caret:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}
.widget-toolbar > .dropdown > .dropdown-menu.pull-right:before,
.dropdown-menu.pull-right.dropdown-caret:before {
  left: auto;
  right: 9px;
}
.widget-toolbar > .dropdown > .dropdown-menu.pull-right:after,
.dropdown-menu.pull-right.dropdown-caret:after {
  left: auto;
  right: 10px;
}
.widget-header[class*="header-color-"] {
  color: #FFF;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.header-color-blue {
  background: #307ecc;
  border-color: #307ecc;
}
.header-color-blue + .widget-body {
  border-color: #307ecc;
}
.header-color-blue2 {
  background: #5090c1;
  border-color: #5090c1;
}
.header-color-blue2 + .widget-body {
  border-color: #5090c1;
}
.header-color-blue3 {
  background: #6379aa;
  border-color: #6379aa;
}
.header-color-blue3 + .widget-body {
  border-color: #6379aa;
}
.header-color-green {
  background: #82af6f;
  border-color: #82af6f;
}
.header-color-green + .widget-body {
  border-color: #82af6f;
}
.header-color-green2 {
  background: #2e8965;
  border-color: #2e8965;
}
.header-color-green2 + .widget-body {
  border-color: #2e8965;
}
.header-color-green3 {
  background: #4ebc30;
  border-color: #4ebc30;
}
.header-color-green3 + .widget-body {
  border-color: #4ebc30;
}
.header-color-red {
  background: #e2755f;
  border-color: #e2755f;
}
.header-color-red + .widget-body {
  border-color: #e2755f;
}
.header-color-red2 {
  background: #e04141;
  border-color: #e04141;
}
.header-color-red2 + .widget-body {
  border-color: #e04141;
}
.header-color-red3 {
  background: #d15b47;
  border-color: #d15b47;
}
.header-color-red3 + .widget-body {
  border-color: #d15b47;
}
.header-color-purple {
  background: #7e6eb0;
  border-color: #7e6eb0;
}
.header-color-purple + .widget-body {
  border-color: #7e6eb0;
}
.header-color-pink {
  background: #ce6f9e;
  border-color: #ce6f9e;
}
.header-color-pink + .widget-body {
  border-color: #ce6f9e;
}
.header-color-orange {
  background: #ffc657;
  border-color: #e8b10d;
  color: #855d10 !important;
}
.header-color-orange + .widget-body {
  border-color: #e8b10d;
}
.header-color-dark {
  background: #404040;
  border-color: #454545;
}
.header-color-dark + .widget-body {
  border-color: #666;
}
.header-color-grey {
  background: #848484;
  border-color: #989898;
}
.header-color-grey + .widget-body {
  border-color: #aaa;
}
.widget-box.light-border > [class*="header-color-"] + .widget-body {
  border-color: #d6d6d6 !important;
}
.widget-box.no-border {
  border-bottom: 0;
}
.widget-box.no-border > .widget-body {
  border: 0;
}
.widget-box.transparent {
  border: 0;
  box-shadow: none;
}
.widget-box.transparent > .widget-header {
  background: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 0;
  border-bottom: 1px solid #dce8f1;
  color: #4383b4;
  padding-left: 3px;
}
.widget-box.transparent > .widget-header-large {
  padding-left: 5px;
}
.widget-box.transparent > .widget-header-small {
  padding-left: 1px;
}
.widget-box.transparent .widget-body {
  border: 0;
  background-color: transparent;
}
.widget-box.transparent .widget-main.no-padding-left {
  padding-left: 0;
}
.widget-box.transparent .widget-main.no-padding-right {
  padding-right: 0;
}
.widget-box.transparent .widget-main.no-padding-top {
  padding-top: 0;
}
.widget-box.transparent .widget-main.no-padding-bottom {
  padding-bottom: 0;
}
.widget-body .table {
  border-top: 1px solid #e5e5e5;
}
.widget-body .table thead:first-child tr {
  background: #FFF;
}
[class*="header-color-"] + .widget-body .table thead:first-child tr {
  background: #f2f2f2;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#f8f8f8), to(#ececec));
  background-image: -webkit-linear-gradient(top, #f8f8f8, 0%, #ececec, 100%);
  background-image: -moz-linear-gradient(top, #f8f8f8 0, #ececec 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}
.widget-body .table.table-bordered thead:first-child > tr {
  border-top: 0;
}
.widget-main.no-padding .table,
.widget-main.padding-0 .table {
  margin-bottom: 0;
  border: 0;
}
.widget-main.no-padding .table-bordered th:first-child,
.widget-main.padding-0 .table-bordered th:first-child,
.widget-main.no-padding .table-bordered td:first-child,
.widget-main.padding-0 .table-bordered td:first-child {
  border-left-width: 0;
}
.transparent .widget-main .table-bordered > thead > tr > th:last-child,
.widget-main.no-padding .table-bordered > thead > tr > th:last-child,
.transparent .widget-main .table-bordered > tbody > tr > td:last-child,
.widget-main.no-padding .table-bordered > tbody > tr > td:last-child,
.transparent .widget-main .table-bordered > tfoot > tr > td:last-child,
.widget-main.no-padding .table-bordered > tfoot > tr > td:last-child {
  border-right-width: 0 !important;
}
.transparent .widget-main .table-bordered > tbody > tr:last-child > td,
.widget-main.no-padding .table-bordered > tbody > tr:last-child > td {
  border-bottom-width: 0 !important;
}
.table-bordered > thead.thin-border-bottom > tr > th,
.table-bordered > thead.thin-border-bottom > tr > td {
  border-bottom-width: 1px;
}
.widget-body .alert:last-child {
  margin-bottom: 0;
}
.widget-main .tab-content {
  border: 0;
}
.widget-toolbar > .nav-tabs {
  border-bottom: 0;
  margin-bottom: 0;
  position: relative;
  top: 5px;
}
.widget-toolbar > .nav-tabs > li > a {
  box-shadow: none;
}
.widget-toolbar > .nav-tabs > li:not(.active) > a {
  border-color: transparent;
  background-color: transparent;
}
.widget-toolbar > .nav-tabs > li:not(.active) > a:hover {
  background-color: transparent;
}
.widget-toolbar > .nav-tabs > li.active > a {
  background-color: #FFF;
  border-bottom-color: transparent;
  box-shadow: none;
}
.widget-header-small > .widget-toolbar > .nav-tabs {
  top: 5px;
}
.widget-header-small > .widget-toolbar > .nav-tabs > li > a {
  line-height: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.widget-header-small > .widget-toolbar > .nav-tabs > li.active > a {
  border-top-width: 2px;
  margin-top: -1px;
}
.widget-header-large > .widget-toolbar > .nav-tabs {
  top: 8px;
}
.widget-header-large > .widget-toolbar > .nav-tabs > li > a {
  line-height: 22px;
  padding-top: 9px;
  padding-bottom: 9px;
}
[class*="header-color-"] > .widget-toolbar > .nav-tabs > li > a {
  border-color: transparent;
  background-color: transparent;
  color: #FFF;
  margin-right: 1px;
}
[class*="header-color-"] > .widget-toolbar > .nav-tabs > li > a:hover {
  background-color: #FFF;
  color: #555;
  border-top-color: #FFF;
}
[class*="header-color-"] > .widget-toolbar > .nav-tabs > li.active > a {
  background-color: #FFF;
  color: #555;
  border-top-width: 1px;
  margin-top: 0;
}
.header-color-orange > .widget-toolbar > .nav-tabs > li > a {
  color: #855d10;
}
.transparent .widget-toolbar > .nav-tabs > li > a {
  color: #555;
  background-color: transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.transparent .widget-toolbar > .nav-tabs > li.active > a {
  border-top-color: #4c8fbd;
  border-right: 1px solid #c5d0dc;
  border-left: 1px solid #c5d0dc;
  background-color: #FFF;
  box-shadow: none;
}
.widget-toolbox {
  background-color: #EEE;
}
.widget-toolbox:first-child {
  padding: 2px;
  border-bottom: 1px solid #CCC;
}
.widget-toolbox:last-child {
  padding: 2px;
  border-top: 1px solid #CCC;
}
.transparent .widget-toolbox:last-child {
  border: 0;
  border-top: 1px solid #CCC;
}
.widget-toolbox > .btn-toolbar {
  margin: 0;
  padding: 0;
}
.widget-toolbox.center {
  text-align: center;
}
.widget-toolbox.padding-16 {
  padding: 16px;
}
.widget-toolbox.padding-14 {
  padding: 14px;
}
.widget-toolbox.padding-12 {
  padding: 12px;
}
.widget-toolbox.padding-10 {
  padding: 10px;
}
.widget-toolbox.padding-8 {
  padding: 8px;
}
.widget-toolbox.padding-6 {
  padding: 6px;
}
.widget-toolbox.padding-4 {
  padding: 4px;
}
.widget-toolbox.padding-2 {
  padding: 2px;
}
.widget-toolbox.padding-0 {
  padding: 0;
}
.widget-box-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 21;
}
.widget-box-overlay > [class*="icon-"] {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  text-align: center;
}
.widget-box.collapsed .widget-box-overlay > [class*="icon-"] {
  top: 5%;
}
.widget-box-overlay > .icon-spin {
  -moz-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
.widget-main > form {
  margin-bottom: 0;
}
.widget-main > form .input-append,
.widget-main > form .input-prepend {
  margin-bottom: 0;
}
.widget-main.no-padding > form > fieldset,
.widget-main.padding-0 > form > fieldset {
  padding: 16px;
}
.widget-main.no-padding > form > fieldset + .form-actions,
.widget-main.padding-0 > form > fieldset + .form-actions {
  padding: 10px 0 12px;
}
.widget-main.no-padding > form > .form-actions,
.widget-main.padding-0 > form > .form-actions {
  margin: 0;
  padding: 10px 12px 12px;
}
.widget-placeholder {
  border: 2px dashed #d9d9d9;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip-inner {
  background-color: #333;
  color: #FFF;
  font-size: 12px;
  text-shadow: 1px 1px 0 rgba(42, 45, 50, 0.5);
  border-radius: 0;
  padding: 5px 9px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #333;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #333;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #333;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333;
}
.tooltip-error + .tooltip > .tooltip-inner {
  background-color: #c94d32;
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(100, 60, 20, 0.3);
  border-radius: 0;
}
.tooltip-error + .tooltip.top .tooltip-arrow {
  border-top-color: #c94d32;
}
.tooltip-error + .tooltip.right .tooltip-arrow {
  border-right-color: #c94d32;
}
.tooltip-error + .tooltip.left .tooltip-arrow {
  border-left-color: #c94d32;
}
.tooltip-error + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #c94d32;
}
.tooltip-success + .tooltip > .tooltip-inner {
  background-color: #629b58;
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(60, 100, 20, 0.3);
  border-radius: 0;
}
.tooltip-success + .tooltip.top .tooltip-arrow {
  border-top-color: #629b58;
}
.tooltip-success + .tooltip.right .tooltip-arrow {
  border-right-color: #629b58;
}
.tooltip-success + .tooltip.left .tooltip-arrow {
  border-left-color: #629b58;
}
.tooltip-success + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #629b58;
}
.tooltip-warning + .tooltip > .tooltip-inner {
  background-color: #ed9421;
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(100, 90, 10, 0.3);
  border-radius: 0;
}
.tooltip-warning + .tooltip.top .tooltip-arrow {
  border-top-color: #ed9421;
}
.tooltip-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #ed9421;
}
.tooltip-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #ed9421;
}
.tooltip-warning + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ed9421;
}
.tooltip-info + .tooltip > .tooltip-inner {
  background-color: #4b89aa;
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(40, 50, 100, 0.3);
  border-radius: 0;
}
.tooltip-info + .tooltip.top .tooltip-arrow {
  border-top-color: #4b89aa;
}
.tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #4b89aa;
}
.tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #4b89aa;
}
.tooltip-info + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #4b89aa;
}
.popover {
  border-radius: 0;
  padding: 0;
  border-color: #ccc;
  border-width: 1px;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  color: #4d6883;
}
.popover-title {
  border-radius: 0;
  background-color: #eff3f8;
  color: #555;
  border-bottom: 1px solid #dfe3e8;
  text-shadow: 1px 1px 1px rgba(220, 220, 220, 0.2);
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #eff3f8;
  border-top-width: 0;
}
.tooltip-error + .popover {
  color: #555;
  border: 1px solid #f7f0ef;
}
.tooltip-error + .popover .popover-title {
  background-color: #f7f0ef;
  border-bottom-color: #e8e0df;
  color: #b75445;
  text-shadow: none;
}
.tooltip-warning + .popover {
  color: #555;
  border: 1px solid #f4eee3;
}
.tooltip-warning + .popover .popover-title {
  background-color: #f4eee3;
  border-bottom-color: #e4dcd3;
  color: #d67e31;
  text-shadow: none;
}
.tooltip-success + .popover {
  color: #555;
  border: 1px solid #e8f2e3;
}
.tooltip-success + .popover .popover-title {
  background-color: #e8f2e3;
  border-bottom-color: #d8e2d3;
  color: #629b58;
  text-shadow: none;
}
.tooltip-info + .popover {
  color: #555;
  border: 1px solid #e5edf8;
}
.tooltip-info + .popover .popover-title {
  background-color: #e5edf8;
  border-bottom-color: #d5dde8;
  color: #3f79b6;
  text-shadow: none;
}
.popover-notitle + .popover .popover-title {
  display: none;
}
.popover-notitle + .popover.top .arrow:after {
  border-top-color: #FFF;
}
.popover-notitle + .popover.bottom .arrow:after {
  border-bottom-color: #FFF;
}
.popover-notitle + .popover.left .arrow:after {
  border-left-color: #FFF;
}
.popover-notitle + .popover.right .arrow:after {
  border-left-color: #FFF;
}
.progress {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dadada;
  height: 18px;
}
.progress .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 18px;
}
.progress[data-percent] {
  position: relative;
}
.progress[data-percent]:after {
  display: inline-block;
  content: attr(data-percent);
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  font-family: Verdana;
}
.progress.progress-yellow[data-percent]:after {
  color: #963;
}
.progress.progress-small {
  height: 12px;
}
.progress.progress-small .progress-bar {
  line-height: 10px;
  font-size: 11px;
}
.progress.progress-small[data-percent]:after {
  line-height: 10px;
  font-size: 11px;
}
.progress.progress-mini {
  height: 9px;
}
.progress.progress-mini .progress-bar {
  line-height: 8px;
  font-size: 11px;
}
.progress.progress-mini[data-percent]:after {
  line-height: 8px;
  font-size: 11px;
}
.progress-bar {
  background-color: #2a91d8;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #ca5952;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-success {
  background-color: #59a84b;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f2bb46;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-pink {
  background-color: #d6487e;
}
.progress-striped .progress-bar-pink {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-purple {
  background-color: #9585bf;
}
.progress-striped .progress-bar-purple {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow {
  background-color: #ffd259;
}
.progress-striped .progress-bar-yellow {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-inverse {
  background-color: #404040;
}
.progress-striped .progress-bar-inverse {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-grey {
  background-color: #8a8a8a;
}
.progress-striped .progress-bar-grey {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress {
  position: relative;
}
.progress:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: radial-gradient(9px 9px 0deg, circle cover, #0ff 0, rgba(0, 0, 255, 0) 100%, #00f 95%);
}
.infobox-container {
  text-align: center;
  font-size: 0;
}
.infobox {
  display: inline-block;
  width: 210px;
  height: 66px;
  color: #555;
  background-color: #FFF;
  box-shadow: none;
  border-radius: 0;
  margin: -1px 0 0 -1px;
  padding: 8px 3px 6px 9px;
  border: 1px dotted;
  border-color: #d8d8d8!important;
  vertical-align: middle;
  text-align: left;
  position: relative;
}
.infobox > .infobox-icon {
  display: inline-block;
  vertical-align: top;
  width: 44px;
}
.infobox > .infobox-icon > [class*="icon-"] {
  display: inline-block;
  height: 42px;
  margin: 0;
  padding: 1px 1px 0 2px;
  background-color: transparent;
  border: 0;
  text-align: center;
  position: relative;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.infobox > .infobox-icon > [class*="icon-"]:before {
  font-size: 24px;
  display: block;
  padding: 6px 0 7px;
  width: 40px;
  text-align: center;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
}
.infobox .infobox-content {
  color: #555;
}
.infobox .infobox-content:first-child {
  font-weight: bold;
}
.infobox > .infobox-data {
  display: inline-block;
  border: 0;
  border-top-width: 0;
  font-size: 13px;
  text-align: left;
  line-height: 21px;
  min-width: 130px;
  padding-left: 8px;
  position: relative;
  top: 0;
}
.infobox > .infobox-data > .infobox-data-number {
  display: block;
  font-size: 22px;
  margin: 2px 0 4px;
  position: relative;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.infobox > .infobox-data > .infobox-text {
  display: block;
  font-size: 16px;
  margin: 2px 0 4px;
  position: relative;
  text-shadow: none;
}
.infobox.no-border {
  border: none !important;
}
@media only screen and (max-width: 460px) {
  .infobox {
    min-width: 95%;
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
.infobox-purple {
  color: #6f3cc4;
  border-color: #6f3cc4;
}
.infobox-purple > .infobox-icon > [class*="icon-"] {
  background-color: #6f3cc4;
}
.infobox-purple.infobox-dark {
  background-color: #6f3cc4;
  border-color: #6f3cc4;
}
.infobox-purple2 {
  color: #5f47b0;
  border-color: #5f47b0;
}
.infobox-purple2 > .infobox-icon > [class*="icon-"] {
  background-color: #5f47b0;
}
.infobox-purple2.infobox-dark {
  background-color: #5f47b0;
  border-color: #5f47b0;
}
.infobox-pink {
  color: #cb6fd7;
  border-color: #cb6fd7;
}
.infobox-pink > .infobox-icon > [class*="icon-"] {
  background-color: #cb6fd7;
}
.infobox-pink.infobox-dark {
  background-color: #cb6fd7;
  border-color: #cb6fd7;
}
.infobox-blue {
  color: #6fb3e0;
  border-color: #6fb3e0;
}
.infobox-blue > .infobox-icon > [class*="icon-"] {
  background-color: #6fb3e0;
}
.infobox-blue.infobox-dark {
  background-color: #6fb3e0;
  border-color: #6fb3e0;
}
.infobox-blue2 {
  color: #3983c2;
  border-color: #3983c2;
}
.infobox-blue2 > .infobox-icon > [class*="icon-"] {
  background-color: #3983c2;
}
.infobox-blue2.infobox-dark {
  background-color: #3983c2;
  border-color: #3983c2;
}
.infobox-blue3 {
  color: #1144eb;
  border-color: #1144eb;
}
.infobox-blue3 > .infobox-icon > [class*="icon-"] {
  background-color: #1144eb;
}
.infobox-blue3.infobox-dark {
  background-color: #1144eb;
  border-color: #1144eb;
}
.infobox-red {
  color: #d53f40;
  border-color: #d53f40;
}
.infobox-red > .infobox-icon > [class*="icon-"] {
  background-color: #d53f40;
}
.infobox-red.infobox-dark {
  background-color: #d53f40;
  border-color: #d53f40;
}
.infobox-brown {
  color: #c67a3e;
  border-color: #c67a3e;
}
.infobox-brown > .infobox-icon > [class*="icon-"] {
  background-color: #c67a3e;
}
.infobox-brown.infobox-dark {
  background-color: #c67a3e;
  border-color: #c67a3e;
}
.infobox-wood {
  color: #7b3f25;
  border-color: #7b3f25;
}
.infobox-wood > .infobox-icon > [class*="icon-"] {
  background-color: #7b3f25;
}
.infobox-wood.infobox-dark {
  background-color: #7b3f25;
  border-color: #7b3f25;
}
.infobox-light-brown {
  color: #cebea5;
  border-color: #cebea5;
}
.infobox-light-brown > .infobox-icon > [class*="icon-"] {
  background-color: #cebea5;
}
.infobox-light-brown.infobox-dark {
  background-color: #cebea5;
  border-color: #cebea5;
}
.infobox-orange {
  color: #e8b110;
  border-color: #e8b110;
}
.infobox-orange > .infobox-icon > [class*="icon-"] {
  background-color: #e8b110;
}
.infobox-orange.infobox-dark {
  background-color: #e8b110;
  border-color: #e8b110;
}
.infobox-orange2 {
  color: #f79263;
  border-color: #f79263;
}
.infobox-orange2 > .infobox-icon > [class*="icon-"] {
  background-color: #f79263;
}
.infobox-orange2.infobox-dark {
  background-color: #f79263;
  border-color: #f79263;
}
.infobox-green {
  color: #9abc32;
  border-color: #9abc32;
}
.infobox-green > .infobox-icon > [class*="icon-"] {
  background-color: #9abc32;
}
.infobox-green.infobox-dark {
  background-color: #9abc32;
  border-color: #9abc32;
}
.infobox-green2 {
  color: #0490a6;
  border-color: #0490a6;
}
.infobox-green2 > .infobox-icon > [class*="icon-"] {
  background-color: #0490a6;
}
.infobox-green2.infobox-dark {
  background-color: #0490a6;
  border-color: #0490a6;
}
.infobox-grey {
  color: #999;
  border-color: #999;
}
.infobox-grey > .infobox-icon > [class*="icon-"] {
  background-color: #999;
}
.infobox-grey.infobox-dark {
  background-color: #999;
  border-color: #999;
}
.infobox-black {
  color: #393939;
  border-color: #393939;
}
.infobox-black > .infobox-icon > [class*="icon-"] {
  background-color: #393939;
}
.infobox-black.infobox-dark {
  background-color: #393939;
  border-color: #393939;
}
.infobox-dark {
  margin: 1px 1px 0 0;
  border-color: transparent!important;
  border: 0;
  color: #FFF;
  padding: 4px;
}
.infobox-dark > .infobox-icon > [class*="icon-"],
.infobox-dark > .infobox-icon > [class*="icon-"]:before {
  background-color: transparent;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  font-size: 30px;
}
.infobox-dark > .infobox-icon > [class*="icon-"]:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.infobox-dark .infobox-content {
  color: #FFF;
}
.infobox > .infobox-progress {
  padding-top: 0;
  display: inline-block;
  vertical-align: top;
  width: 44px;
}
.infobox > .infobox-chart {
  padding-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
  width: 44px;
  text-align: center;
}
.infobox > .infobox-chart > .sparkline {
  font-size: 24px;
}
.infobox > .infobox-chart canvas {
  vertical-align: middle !important;
}
.infobox > .stat {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 11px;
  text-shadow: none;
  color: #abbac3;
  font-size: 13px;
  font-weight: bold;
  padding-right: 18px;
  padding-top: 3px;
}
.infobox > .stat:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 11px;
  background-color: #abbac3;
  position: absolute;
  right: 4px;
  top: 7px;
}
.infobox > .stat:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 1px;
  top: -8px;
  border: 12px solid transparent;
  border-width: 8px 7px;
  border-bottom-color: #abbac3;
}
.infobox > .stat.stat-success {
  color: #77c646;
}
.infobox > .stat.stat-success:before {
  background-color: #77c646;
}
.infobox > .stat.stat-success:after {
  border-bottom-color: #77c646;
}
.infobox > .stat.stat-important {
  color: #e4564f;
}
.infobox > .stat.stat-important:before {
  background-color: #e4564f;
  top: 3px;
}
.infobox > .stat.stat-important:after {
  border-top-color: #e4564f;
  border-bottom-color: transparent;
  bottom: -6px;
  top: auto;
}
.infobox.infobox-dark > .stat {
  color: #FFF;
}
.infobox.infobox-dark > .stat:before {
  background-color: #e1e5e8;
}
.infobox.infobox-dark > .stat:after {
  border-bottom-color: #e1e5e8;
}
.infobox.infobox-dark > .stat.stat-success {
  color: #FFF;
}
.infobox.infobox-dark > .stat.stat-success:before {
  background-color: #d0e29e;
}
.infobox.infobox-dark > .stat.stat-success:after {
  border-bottom-color: #d0e29e;
}
.infobox.infobox-dark > .stat.stat-important {
  color: #FFF;
}
.infobox.infobox-dark > .stat.stat-important:before {
  background-color: #ff8482;
  top: 3px;
}
.infobox.infobox-dark > .stat.stat-important:after {
  border-top-color: #ff8482;
  border-bottom-color: transparent;
  bottom: -6px;
  top: auto;
}
.infobox > .badge {
  position: absolute;
  right: 20px;
  top: 11px;
  border-radius: 0;
  text-shadow: none;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  height: 16px;
  padding: 0 1px;
}
.infobox.infobox-dark > .badge {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid #f1f1f1;
  top: 2px;
  right: 2px;
}
.infobox.infobox-dark > .badge.badge-success > [class*="icon-"] {
  color: #c6e9a1;
}
.infobox.infobox-dark > .badge.badge-important > [class*="icon-"] {
  color: #ecb792;
}
.infobox.infobox-dark > .badge.badge-warning > [class*="icon-"] {
  color: #ecb792;
}
.infobox-small {
  width: 135px;
  height: 52px;
  text-align: left;
  padding-bottom: 5px;
}
.infobox-small > .infobox-icon,
.infobox-small > .infobox-chart,
.infobox-small > .infobox-progress {
  display: inline-block;
  width: 40px;
  max-width: 40px;
  height: 42px;
  line-height: 38px;
  vertical-align: middle;
}
.infobox-small > .infobox-data {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 72px;
  min-width: 0;
}
.infobox-small > .infobox-chart > .sparkline {
  font-size: 14px;
  margin-left: 2px;
}
.percentage {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.infobox-small .percentage {
  font-size: 13px;
  font-weight: normal;
  margin-top: 2px;
  margin-left: 2px;
}
.pricing-box:not(:first-child) {
  padding-left: 7px;
}
.pricing-box:not(:last-child) {
  padding-right: 7px;
}
.pricing-box .price {
  font-size: 22px;
  line-height: 20px;
  height: 28px;
  text-align: center;
  color: #555;
}
.pricing-box .price small {
  font-size: 14px;
}
.pricing-box .btn {
  font-size: 16px;
}
.pricing-box .widget-header {
  text-align: center;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .pricing-box {
    margin: 0;
    margin-bottom: 16px;
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: -1px;
  }
  .pricing-box:nth-child(odd) {
    padding-left: 12px !important;
  }
  .pricing-box:nth-child(even) {
    padding-right: 12px !important;
  }
}
@media only screen and (max-width: 460px) {
  .pricing-box {
    margin: 0;
    margin-bottom: 16px;
    width: 100%;
    padding-left: 12px!important;
    padding-right: 12px !important;
  }
}
.pricing-table-header {
  padding-top: 0;
  margin-top: 0;
  text-align: left;
}
.pricing-table-header > li {
  padding: 7px 0 7px 11px;
  font-size: 13px;
}
.pricing-table {
  margin-top: 0;
}
.pricing-table > li {
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
}
.list-striped > li:nth-child(odd) {
  background-color: #FFF;
}
.list-striped > li:nth-child(even) {
  background-color: #f2f3eb;
}
.list-striped.pricing-table-header > li:nth-child(even) {
  background-color: #EEE;
}
.pricing-box-small {
  box-shadow: none;
  margin-left: -2px;
  background-color: #FFF;
  position: relative;
  z-index: 10;
}
.pricing-box-small .price {
  line-height: 20px;
  height: 28px;
  text-align: center;
}
.pricing-box-small .price .label:before,
.pricing-box-small .price .label:after {
  margin-top: -2px;
  opacity: .9;
  filter: alpha(opacity=90);
}
.pricing-box-small:hover {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  z-index: 11;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
.pricing-box-small:hover .price > .label {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}
.pricing-span {
  margin: 0;
  width: 19%;
  max-width: 150px!important;
  min-width: 110px!important;
  float: left !important;
}
.pricing-span-header {
  padding-right: 0;
}
@media only screen and (min-width: 481px) {
  .pricing-span-body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .pricing-span-header,
  .pricing-span-body {
    width: 100%;
    padding-right: 12px;
  }
}
.login-container {
  width: 375px;
  margin: 0 auto;
}
.login-layout {
  background-color: #1d2024;
}
.login-layout .main-container:after {
  display: none;
}
.login-layout .main-content {
  margin-left: 0;
  min-height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.login-layout label {
  margin-bottom: 11px;
}
.login-layout .widget-box {
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  width: 100%;
  border-bottom: 0;
  box-shadow: none;
  padding: 6px;
  background-color: #394557;
  -moz-transform: scale(0, 1) translate(-150px);
  -webkit-transform: scale(0, 1) translate(-150px);
  -o-transform: scale(0, 1) translate(-150px);
  -ms-transform: scale(0, 1) translate(-150px);
  transform: scale(0, 1) translate(-150px);
}
.login-layout .widget-box.visible {
  visibility: visible;
  -moz-transform: scale(1, 1) translate(0);
  -webkit-transform: scale(1, 1) translate(0);
  -o-transform: scale(1, 1) translate(0);
  -ms-transform: scale(1, 1) translate(0);
  transform: scale(1, 1) translate(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -o-transition: none;
  -webkit-transition: none;
}
.login-layout .widget-box .widget-main {
  padding: 16px 36px 36px;
  background: #f7f7f7;
}
.login-layout .widget-box .widget-main form {
  margin: 0;
}
.login-layout .widget-box .widget-body .toolbar > div > a {
  font-size: 15px;
  font-weight: 400;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.25);
}
.login-box .forgot-password-link {
  color: #FE9;
}
.login-box .user-signup-link {
  color: #CF7;
}
.login-box .toolbar {
  background: #5090c1;
  border-top: 2px solid #597597;
}
.login-box .toolbar > div {
  width: 50%;
  display: inline-block;
  padding: 9px 0 11px;
}
.login-box .toolbar > div:first-child {
  float: left;
  text-align: left;
}
.login-box .toolbar > div:first-child > a {
  margin-left: 11px;
}
.login-box .toolbar > div:first-child + div {
  float: right;
  text-align: right;
}
.login-box .toolbar > div:first-child + div > a {
  margin-right: 11px;
}
.forgot-box .toolbar {
  background: #c16050;
  border-top: 2px solid #976559;
  padding: 9px 18px;
}
.signup-box .toolbar {
  background: #76b774;
  border-top: 2px solid #759759;
  padding: 9px 18px;
}
.forgot-box .back-to-login-link,
.signup-box .back-to-login-link {
  color: #FE9;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.25);
}
.login-layout .login-box .widget-main {
  padding-bottom: 16px;
}
.login-box .social-or-login {
  margin-top: 4px;
  position: relative;
  z-index: 1;
}
.login-box .social-or-login :first-child {
  display: inline-block;
  background: #f7f7f7;
  padding: 0 8px;
  color: #5090c1;
  font-size: 13px;
}
.login-box .social-or-login:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px dotted #a6c4db;
}
.login-box .social-login {
  margin-top: 12px;
}
.login-box .social-login a {
  border-radius: 100%;
  width: 42px;
  height: 42px;
  line-height: 46px;
  padding: 0;
  margin: 0 1px;
  border: 0;
}
.login-box .social-login a > [class*="icon-"] {
  font-size: 24px;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .login-layout .widget-box .widget-main {
    padding: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .login-container {
    width: 98%;
  }
  .login-layout .widget-box {
    padding: 0;
  }
  .login-box .toolbar > div {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .login-layout .widget-box.visible {
    -webkit-transition: none;
    transition: none;
  }
}
.invoice-info {
  line-height: 24px!important;
  color: #444;
  vertical-align: bottom;
  margin-left: 9px;
  margin-right: 9px;
}
.invoice-info-label {
  display: inline-block;
  max-width: 100px;
  text-align: right;
  font-size: 14px;
}
.invoice-box .label-large[class*="arrowed"] {
  margin-left: 11px!important;
  max-width: 95%;
}
.error-container {
  margin: 20px;
  padding: 0;
  background: #FFF;
}
.ace-thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ace-thumbnails > li {
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 2px;
  border: 2px solid #333;
}
.ace-thumbnails > li > :first-child {
  display: block;
  position: relative;
}
.ace-thumbnails > li .tags {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: visible;
  direction: rtl;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  background-color: transparent;
  border: 0;
  vertical-align: inherit;
}
.ace-thumbnails > li .tags > .label-holder {
  opacity: .92;
  filter: alpha(opacity=92);
  display: table;
  margin: 1px 0 0 0;
  direction: ltr;
  text-align: left;
}
.ace-thumbnails > li .tags > .label-holder:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ace-thumbnails > li > .tools {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 24px;
  background-color: rgba(0, 0, 0, 0.55);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all .2s ease;
  transition: all 0.2s ease;
}
.ace-thumbnails > li > .tools.tools-right {
  left: auto;
  right: -30px;
}
.ace-thumbnails > li > .tools.tools-bottom {
  width: auto;
  height: 28px;
  left: 0;
  right: 0;
  top: auto;
  bottom: -30px;
}
.ace-thumbnails > li > .tools.tools-top {
  width: auto;
  height: 28px;
  left: 0;
  right: 0;
  top: -30px;
  bottom: auto;
}
.ace-thumbnails > li:hover > .tools {
  left: 0;
}
.ace-thumbnails > li:hover > .tools.tools-bottom {
  top: auto;
  bottom: 0;
}
.ace-thumbnails > li:hover > .tools.tools-top {
  bottom: auto;
  top: 0;
}
.ace-thumbnails > li:hover > .tools.tools-right {
  left: auto;
  right: 0;
}
.ace-thumbnails > li > .tools > a,
.ace-thumbnails > li > :first-child .inner a {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  padding: 0 4px;
}
.ace-thumbnails > li > .tools > a:hover,
.ace-thumbnails > li > :first-child .inner a:hover {
  text-decoration: none;
  color: #c9e2ea;
}
.ace-thumbnails > li .tools.tools-bottom > a,
.ace-thumbnails > li .tools.tools-top > a {
  display: inline-block;
}
.ace-thumbnails > li > :first-child > .text {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease;
  transition: all 0.2s ease;
}
.ace-thumbnails > li > :first-child > .text:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
}
.ace-thumbnails > li > :first-child > .text > .inner {
  padding: 4px 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
}
.ace-thumbnails > li:hover > :first-child > .text {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 480px) {
  .ace-thumbnails {
    text-align: center;
  }
  .ace-thumbnails > li {
    float: none;
    display: inline-block;
  }
}
.dialogs {
  padding: 9px 9px 0;
  position: relative;
}
.itemdiv {
  padding-right: 3px;
  min-height: 66px;
  position: relative;
}
.itemdiv > .user {
  display: inline-block;
  width: 42px;
  position: absolute;
  left: 0;
}
.itemdiv > .user > img {
  border-radius: 100%;
  border: 2px solid #5293c4;
  max-width: 40px;
  position: relative;
}
.itemdiv > .body {
  width: auto;
  margin-left: 50px;
  margin-right: 12px;
  position: relative;
}
.itemdiv > .body > .time {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  position: absolute;
  right: 9px;
  top: 0;
}
.itemdiv > .body > .time [class*="icon-"] {
  font-size: 14px;
  font-weight: normal;
}
.itemdiv > .body > .name {
  display: block;
  color: #999;
}
.itemdiv > .body > .name > b {
  color: #777;
}
.itemdiv > .body > .text {
  display: block;
  position: relative;
  margin-top: 2px;
  padding-bottom: 19px;
  padding-left: 7px;
  font-size: 13px;
}
.itemdiv > .body > .text:after {
  display: block;
  content: "";
  height: 1px;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  left: 16px;
  right: -12px;
  margin-top: 9px;
  border-top: 1px solid #e4ecf3;
}
.itemdiv > .body > .text > [class*="icon-quote-"]:first-child {
  color: #dce3ed;
  margin-right: 4px;
}
.itemdiv:last-child > .body > .text {
  border-bottom: 0;
}
.itemdiv:last-child > .body > .text:after {
  display: none;
}
.itemdiv.dialogdiv {
  padding-bottom: 14px;
}
.itemdiv.dialogdiv:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 19px;
  width: 3px;
  max-width: 3px;
  background-color: #e1e6ed;
  border: 1px solid #d7dbdd;
  border-width: 0 1px;
}
.itemdiv.dialogdiv:last-child:before {
  display: none;
}
.itemdiv.dialogdiv > .user > img {
  border-color: #c9d6e5;
}
.itemdiv.dialogdiv > .body {
  border: 1px solid #dde4ed;
  padding: 5px 8px 8px;
  border-left-width: 2px;
  margin-right: 1px;
}
.itemdiv.dialogdiv > .body:before {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: 11px;
  width: 8px;
  height: 8px;
  border: 2px solid #dde4ed;
  border-width: 2px 0 0 2px;
  background-color: #FFF;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.itemdiv.dialogdiv > .body > .time {
  position: static;
  float: right;
}
.itemdiv.dialogdiv > .body > .text {
  padding-left: 0;
  padding-bottom: 0;
}
.itemdiv.dialogdiv > .body > .text:after {
  display: none;
}
.itemdiv.dialogdiv .tooltip-inner {
  word-break: break-all;
}
.itemdiv.memberdiv {
  width: 175px;
  padding: 2px;
  margin: 3px 0;
  float: left;
  border-bottom: 1px solid #e8e8e8;
}
.itemdiv.memberdiv > .user > img {
  border-color: #dce3ed;
}
.itemdiv.memberdiv > .body > .time {
  position: static;
}
.itemdiv.memberdiv > .body > .name {
  line-height: 18px;
  height: 18px;
  margin-bottom: 0;
}
.itemdiv.memberdiv > .body > .name > a {
  display: inline-block;
  max-width: 100px;
  max-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.itemdiv .tools {
  position: absolute;
  right: 5px;
  bottom: 10px;
  display: none;
}
.itemdiv .tools .btn {
  border-radius: 36px;
  margin: 1px 0;
}
.itemdiv .body .tools {
  bottom: 4px;
}
.itemdiv.commentdiv .tools {
  right: 9px;
}
.itemdiv:hover .tools {
  display: inline-block;
}
.item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.item-list > li {
  padding: 9px;
  background-color: #FFF;
  margin-top: -1px;
  position: relative;
}
.item-list > li.selected {
  color: #8090a0;
  background-color: #f4f9fc;
}
.item-list > li.selected label,
.item-list > li.selected .lbl {
  text-decoration: line-through;
  color: #8090a0;
}
.item-list > li > .checkbox {
  display: inline-block;
}
.item-list > li > label.inline {
  display: inline-block;
}
.item-list > li label {
  font-size: 13px;
}
.item-list > li .percentage {
  font-size: 11px;
  font-weight: bold;
  color: #777;
}
.item-list > li.ui-sortable-helper {
  cursor: move;
}
li[class*="item-"] {
  border: 1px solid #DDD;
  border-left-width: 3px;
}
li.item-orange {
  border-left-color: #e8b110;
}
li.item-orange2 {
  border-left-color: #f79263;
}
li.item-red {
  border-left-color: #d53f40;
}
li.item-red2 {
  border-left-color: #d15b47;
}
li.item-green {
  border-left-color: #9abc32;
}
li.item-green2 {
  border-left-color: #0490a6;
}
li.item-blue {
  border-left-color: #4f99c6;
}
li.item-blue2 {
  border-left-color: #3983c2;
}
li.item-blue3 {
  border-left-color: #1144eb;
}
li.item-pink {
  border-left-color: #cb6fd7;
}
li.item-purple {
  border-left-color: #6f3cc4;
}
li.item-black {
  border-left-color: #505050;
}
li.item-grey {
  border-left-color: #a0a0a0;
}
li.item-brown {
  border-left-color: #a52a2a;
}
li.item-default {
  border-left-color: #abbac3;
}
.ui-sortable-placeholder,
.ui-sortable-helper,
.ui-sortable-placeholder > a,
.ui-sortable-helper > a {
  cursor: move !important;
}
@media only screen and (max-width: 480px) {
  .itemdiv.memberdiv {
    float: none;
    width: auto;
  }
}
.profile-user-info {
  margin: 0 12px;
}
.profile-info-row {
  position: relative;
}
.profile-info-name {
  position: absolute;
  width: 110px;
  text-align: right;
  padding: 6px 10px 6px 0;
  left: 0;
  top: 0;
  bottom: 0;
  font-weight: normal;
  color: #667e99;
  background-color: transparent;
  border-top: 1px dotted #d5e4f1;
}
.profile-info-value {
  padding: 6px 4px 6px 6px;
  margin-left: 120px;
  border-top: 1px dotted #d5e4f1;
}
.profile-info-value > span + span:before {
  display: inline;
  content: ",";
  margin-left: 1px;
  margin-right: 3px;
  color: #666;
  border-bottom: 1px solid #FFF;
}
.profile-info-value > span + span.editable-container:before {
  display: none;
}
.profile-info-row:first-child .profile-info-name {
  border-top: 0;
}
.profile-info-row:first-child .profile-info-value {
  border-top: 0;
}
.profile-user-info-striped {
  border: 1px solid #dcebf7;
}
.profile-user-info-striped .profile-info-name {
  color: #336199;
  background-color: #edf3f4;
  border-top: 1px solid #f7fbff;
}
.profile-user-info-striped .profile-info-value {
  border-top: 1px dotted #dcebf7;
  padding-left: 12px;
}
.profile-picture {
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 4px;
  display: inline-block;
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.profile-activity {
  padding: 10px 4px;
  border-bottom: 1px dotted #d0d8e0;
  position: relative;
  border-left: 1px dotted #FFF;
  border-right: 1px dotted #FFF;
}
.profile-activity:first-child {
  border-top: 1px dotted transparent;
}
.profile-activity:first-child:hover {
  border-top-color: #d0d8e0;
}
.profile-activity:hover {
  background-color: #f4f9fd;
  border-left: 1px dotted #d0d8e0;
  border-right: 1px dotted #d0d8e0;
}
.profile-activity img {
  border: 2px solid #c9d6e5;
  border-radius: 100%;
  max-width: 40px;
  margin-right: 10px;
  margin-left: 0;
  box-shadow: none;
}
.profile-activity .thumbicon {
  background-color: #74abd7;
  display: inline-block;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  margin-right: 10px;
  margin-left: 0;
  text-shadow: none !important;
}
.profile-activity .time {
  display: block;
  margin-top: 4px;
  color: #777;
}
.profile-activity a.user {
  font-weight: bold;
  color: #9585bf;
}
.profile-activity .tools {
  position: absolute;
  right: 12px;
  bottom: 8px;
  display: none;
}
.profile-activity:hover .tools {
  display: block;
}
.user-profile .ace-thumbnails li {
  border: 1px solid #CCC;
  padding: 3px;
  margin: 6px;
}
.user-profile .ace-thumbnails li .tools {
  left: 3px;
  right: 3px;
}
.user-profile .ace-thumbnails li:hover .tools {
  bottom: 3px;
}
.user-profile .user-title-label:hover {
  text-decoration: none;
}
.user-profile .user-title-label + .dropdown-menu {
  margin-left: -12px;
}
.profile-contact-links {
  padding: 4px 2px 5px;
  border: 1px solid #e0e2e5;
  background-color: #f8fafc;
}
.profile-contact-info .btn-link:hover > [class*="icon-"],
.profile-contact-info .btn-link:focus > [class*="icon-"] {
  text-decoration: none;
}
.profile-social-links > a {
  text-decoration: none;
  margin: 0 1px;
}
.profile-social-links > a:hover > [class*="icon-"] {
  text-decoration: none;
}
.profile-skills .progress {
  height: 26px;
  margin-bottom: 2px;
  background-color: transparent;
}
.profile-skills .progress .progress-bar {
  line-height: 26px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans";
  padding: 0 8px;
}
.profile-users .user {
  display: block;
  position: static;
  text-align: center;
  width: auto;
}
.profile-users .user img {
  padding: 2px;
  border-radius: 100%;
  border: 1px solid #AAA;
  max-width: none;
  width: 64px;
  -webkit-transition: all .1s;
  transition: all 0.1s;
}
.profile-users .user img:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.33);
}
.profile-users .memberdiv {
  background-color: #FFF;
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  text-align: center;
  margin: 0 8px 24px;
}
.profile-users .memberdiv .name a:hover [class*="icon-"] {
  text-decoration: none;
}
.profile-users .memberdiv .body {
  display: inline-block;
  margin: 8px 0 0 0;
}
.profile-users .memberdiv .popover {
  visibility: hidden;
  min-width: 150px;
  margin-left: 0;
  margin-right: 0;
  top: -5%;
  left: auto;
  right: auto;
  z-index: -1;
  opacity: 0;
  display: none;
  -webkit-transition: visibility 0s linear 0.2s, z-index 0s linear 0.2s, opacity 0.2s linear 0s;
  transition: visibility 0s linear 0.2s, z-index 0s linear 0.2s, opacity 0.2s linear 0s;
}
.profile-users .memberdiv .popover.right {
  left: 100%;
  right: auto;
  display: block;
}
.profile-users .memberdiv .popover.left {
  left: auto;
  right: 100%;
  display: block;
}
.profile-users .memberdiv > :first-child:hover .popover {
  visibility: visible;
  opacity: 1;
  z-index: 1010;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.profile-users .memberdiv .tools {
  position: static;
  display: block;
  width: 100%;
  margin-top: 2px;
}
.profile-users .memberdiv .tools > a {
  margin: 0 2px;
}
.profile-users .memberdiv .tools > a:hover {
  text-decoration: none;
}
.user-status {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #FFF;
  border: 3px solid #AAA;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 1px;
}
.user-status.status-online {
  border-color: #8ac16c;
}
.user-status.status-busy {
  border-color: #e07f69;
}
.user-status.status-idle {
  border-color: #ffb752;
}
.tab-content.profile-edit-tab-content {
  border: 1px solid #DDD;
  padding: 8px 32px 32px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
  background-color: #FFF;
}
@media only screen and (max-width: 480px) {
  .profile-info-name {
    width: 80px;
  }
  .profile-info-value {
    margin-left: 90px;
  }
  .profile-user-info-striped .profile-info-name {
    position: static;
    width: auto;
    text-align: left;
    padding: 6px 0 6px 10px;
  }
  .profile-user-info-striped .profile-info-value {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .user-profile .memberdiv {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
}
.inbox-tabs.nav-tabs > li > a {
  background-color: #fafafa;
}
.inbox-tabs.nav-tabs > li.active:not(.open) > a,
.inbox-tabs.nav-tabs > li.active:not(.open) > a:hover,
.inbox-tabs.nav-tabs > li.active:not(.open) > a:focus {
  background-color: #f1f5fa;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
  color: #48768e;
}
.inbox-tabs.nav-tabs > li > a.btn-new-mail {
  background-color: transparent;
  border: none!important;
  padding: 0 !important;
}
.inbox-tabs.nav-tabs > li > a.btn-new-mail > .btn {
  border-width: 0!important;
  border-radius: 3px!important;
  padding: 0 6px!important;
  position: relative;
  transition: none !important;
}
.inbox-tabs.nav-tabs > li.active > a.btn-new-mail {
  box-shadow: none !important;
}
.inbox-tabs.nav-tabs > li.active > a.btn-new-mail > .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 35%;
  left: calc(44%);
  border-width: 6px 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: inherit;
}
.inbox-tabs.nav-tabs.tab-size-bigger > li > a {
  padding: 5px 15px 7px;
  font-size: 14px;
}
.inbox-tabs.nav-tabs.tab-size-bigger > li > a > [class*="icon-"]:first-child {
  margin-bottom: 5px;
}
.inbox-tabs.nav-tabs.tab-size-bigger > li > a.btn-new-mail > .btn {
  padding: 10px!important;
  border-radius: 7px !important;
}
.inbox-tabs.nav-tabs.tab-size-bigger > li.active > a.btn-new-mail {
  margin-top: 0!important;
  top: 1px;
}
.inbox-tabs.nav-tabs.tab-size-bigger > li.active > a.btn-new-mail > .btn:before {
  left: 35%;
  left: calc(42%);
  border-width: 8px 10px;
}
@media only screen and (max-width: 475px) {
  .inbox-tabs > .li-new-mail {
    display: block;
    text-align: right;
    margin-bottom: 8px!important;
    float: none !important;
  }
  .inbox-tabs > .li-new-mail > .btn-new-mail {
    display: inline-block;
    width: auto;
  }
}
.message-container {
  position: relative;
}
.message-list {
  position: relative;
}
.message-item {
  border: 1px solid #eaedf1;
  border-bottom-width: 0;
  padding: 12px 12px 14px;
  line-height: 18px;
  position: relative;
  background-color: #FFF;
}
.message-item:first-child {
  border-top-width: 0;
}
.message-item:hover {
  border-color: #e2eaf2;
  background-color: #f2f6f9;
}
.message-item:hover + .message-item {
  border-top-color: #e2eaf2;
}
.message-item:hover + .message-item.selected {
  border-top-color: #FFF;
}
.message-item.selected {
  background-color: #eff4f7;
  border-color: #FFF #e2eaf2;
}
.message-item.selected + .message-item {
  border-top-color: #FFF;
}
.message-item.selected + .message-item:hover + .message-item {
  border-top-color: #FFF;
}
.message-item .sender {
  margin: 0 6px 0 4px;
  vertical-align: middle;
  color: #467287;
  display: inline-block;
  width: 110px;
  height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.message-item.message-unread .sender {
  color: #6a9cba;
  font-weight: bold;
}
.message-item .summary {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-left: 30px;
  max-width: 250px;
  max-width: calc(-200%);
  min-width: 200px;
  white-space: nowrap;
}
.message-item .summary .text {
  color: #555;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.message-item .summary .text:hover {
  text-decoration: underline;
}
.message-item .summary .message-flags {
  display: block;
  position: absolute;
  right: 101%;
  right: calc(104%);
  height: 18px;
  white-space: nowrap;
}
.message-item.message-unread .summary .text {
  color: #609fc4;
  font-weight: bold;
}
.message-item .time {
  float: right;
  width: 60px;
  height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
}
.message-item.message-unread .time {
  font-weight: bold;
  color: #609fc4;
}
.message-item .attachment {
  color: #999;
  font-size: 18px;
  vertical-align: middle;
  float: right;
  margin: 0 12px;
  position: relative;
}
.message-item.message-unread .attachment {
  color: #4f99c6;
}
.message-content .time {
  font-weight: normal;
}
.message-star {
  vertical-align: middle;
  margin: 2px 4px 0 6px;
  font-size: 15px;
  cursor: pointer;
}
.message-star:hover {
  color: #feb902!important;
  text-decoration: none;
}
.mail-tag:empty {
  display: inline-block;
  width: 8px;
  height: 11px;
  padding: 0;
  line-height: normal;
  vertical-align: middle;
  margin: 0 1px 0 0;
}
.badge.mail-tag {
  border-radius: 2px;
}
@media only screen and (max-width: 979px) {
  .message-item .summary {
    min-width: 0;
  }
  .message-item .sender {
    width: 100px;
  }
}
@media only screen and (max-width: 550px) {
  .message-item .summary {
    margin: 8px 0 0 32px;
    max-width: 95%;
    min-width: 0;
    display: block;
  }
  .message-item .sender {
    width: auto;
    max-width: 150px;
  }
  .message-item .summary .text {
    max-width: 95%;
  }
}
.btn-message,
.btn-message:hover,
.btn-message:focus,
.btn-message:active,
.open .btn-message.dropdown-toggle {
  background-color: #FFF!important;
  border: 1px solid #94b9ce!important;
  color: #7ca3ba!important;
  text-shadow: none !important;
}
.message-content {
  padding: 16px 12px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.02);
  background-color: rgba(255, 255, 255, 0.8);
  border-top-width: 0;
}
.message-item .message-content {
  margin-top: 16px;
  border-top-width: 1px;
}
.message-body {
  padding: 0 9px;
  color: #6a7177;
}
.message-navbar {
  line-height: 24px;
  padding: 10px 12px;
  border: 1px solid #d6e1ea;
  border-color: #d6e1ea transparent;
  background-color: #f1f5fa;
  position: relative;
}
.message-navbar .dropdown-toggle,
.message-content .dropdown-toggle {
  color: #777;
}
.message-navbar .dropdown-toggle:hover,
.message-content .dropdown-toggle:hover,
.message-navbar .dropdown-toggle:focus,
.message-content .dropdown-toggle:focus {
  text-decoration: none;
  color: #2283c5;
}
.message-bar {
  display: inline-block;
  min-height: 28px;
}
@media only screen and (max-width: 480px) {
  .message-bar {
    display: block;
    min-height: 60px;
  }
}
.message-footer {
  background-color: #f1f1f1;
  padding: 12px 16px;
  border: 1px solid #e6e6e6;
  border-width: 1px 0;
  border-top: 1px solid #e4e9ee;
}
.message-footer .pagination {
  margin: 0;
}
.message-footer .pagination > li {
  margin: 0;
  padding: 0;
}
.message-footer .pagination > li > a,
.message-footer .pagination > li > span {
  color: #777;
  padding: 3px;
  margin-left: 3px;
  margin-right: 3px;
  background-color: transparent;
  border: 0;
}
.message-footer .pagination > li.disabled > span {
  color: #bbb;
  cursor: default;
}
.message-footer .pagination > li > a:hover {
  color: #2283c5;
  text-decoration: none;
}
.message-footer input[type=text] {
  font-size: 12px;
  width: 34px;
  height: 24px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 3px;
  vertical-align: middle;
  text-align: center;
}
.message-footer-style2 .pagination > li > a,
.message-footer-style2 .pagination > li > span {
  border: 1px solid #b5b5b5;
  border-radius: 100%!important;
  width: 26px;
  height: 26px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  padding: 0;
}
.message-footer-style2 .pagination > li > span {
  border-color: #CCC;
}
.message-footer-style2 .pagination > li > a:hover {
  border-color: #84afc9;
  background-color: #f7f7f7;
}
.message-item.message-inline-open {
  background-color: #f2f6f9;
  border: 1px solid #DDD;
  border-bottom-color: #CCC;
}
.message-item.message-inline-open:first-child {
  border-top-color: #EEE;
}
.message-item.message-inline-open:last-child {
  border-bottom-color: #DDD;
}
.message-item.message-inline-open + .message-item {
  border-bottom-color: transparent;
}
.message-loading-overlay {
  position: absolute;
  z-index: 14;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.message-loading-overlay > [class*="icon-"] {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  text-align: center;
}
.message-content .sender {
  color: #6a9cba;
  font-weight: bold;
  width: auto;
  text-overflow: inherit;
  vertical-align: middle;
  margin: 0;
}
.message-content .time {
  width: auto;
  text-overflow: inherit;
  white-space: normal;
  float: none;
  vertical-align: middle;
}
ul.attachment-list {
  margin: 6px 0 4px 8px;
}
ul.attachment-list > li {
  margin-bottom: 3px;
}
.message-attachment {
  padding-left: 10px;
  padding-right: 10px;
}
.attached-file {
  color: #777;
  width: 200px;
}
.attached-file > [class*="icon-"] {
  display: inline-block;
  width: 16px;
  margin-right: 2px;
}
.attached-file:hover {
  text-decoration: none;
  color: #438eb9;
}
.attached-file:hover .attached-name {
  color: #2283c5;
}
.attached-file .attached-name {
  display: inline-block;
  max-width: 175px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.messagebar-item-left,
.messagebar-item-right {
  position: absolute;
  bottom: 14px;
  left: 12px;
  text-align: left;
}
.messagebar-item-right {
  right: 12px;
  left: auto;
}
.message-navbar .nav-search {
  right: auto;
  left: 60px;
  top: auto;
  bottom: 11px;
}
.message-form {
  border: 1px solid #ddd;
  border-top: 0;
  padding-top: 22px;
}
@media only screen and (max-width: 480px) {
  .message-form {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.message-form .form-actions {
  margin-bottom: 0;
}
.message-form .wysiwyg-editor {
  overflow: auto;
  min-height: 150px;
  max-height: 250px;
  height: auto;
}
.btn-send-message {
  position: relative;
  top: 6px;
}
.btn-back-message-list {
  color: #777;
}
.btn-back-message-list:hover {
  color: #478fca;
  text-decoration: none;
}
.message-condensed .message-item {
  padding-top: 8px;
  padding-bottom: 9px;
}
.message-condensed .message-navbar,
.message-condensed .message-footer {
  padding-top: 7px;
  padding-bottom: 7px;
}
.message-condensed .messagebar-item-left,
.message-condensed .messagebar-item-right {
  bottom: 9px;
}
.message-condensed .message-navbar .nav-search {
  bottom: 7px;
}
@media only screen and (max-width: 480px) {
  .message-condensed .message-bar {
    min-height: 42px;
  }
}
.inbox-folders .btn-block {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .inbox-folders.inbox-folders-responsive .btn-block {
    width: 24%;
  }
}
@media only screen and (max-width: 600px) {
  .inbox-folders.inbox-folders-responsive .btn-block {
    width: 48%;
  }
}
@media only screen and (max-width: 320px) {
  .inbox-folders.inbox-folders-responsive .btn-block {
    width: 99%;
  }
}
.inbox-folders .btn-lighter,
.inbox-folders .btn-lighter.active {
  background-color: #f4f4f4!important;
  text-shadow: none!important;
  color: #7c8395!important;
  border: 1px solid #FFF!important;
  padding: 5px 11px;
}
.inbox-folders .btn-lighter.active {
  background-color: #edf2f8!important;
  color: #53617c !important;
}
.inbox-folders .btn-lighter:hover {
  background-color: #efefef!important;
  color: #6092c4 !important;
}
.inbox-folders .btn > [class*="icon-"]:first-child {
  display: inline-block;
  width: 14px;
  text-align: left;
}
.inbox-folders .btn-lighter + .btn-lighter {
  border-top-width: 0 !important;
}
.inbox-folders .btn.active:before {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: -1px;
  border-left: 3px solid #4f99c6;
}
.inbox-folders .btn.active:after {
  display: none;
}
.inbox-folders .btn .counter {
  border-radius: 3px;
  position: absolute;
  right: 8px;
  top: 8px;
  padding-left: 6px;
  padding-right: 6px;
  opacity: .75;
  filter: alpha(opacity=75);
}
.inbox-folders .btn:hover .badge {
  opacity: 1;
  filter: alpha(opacity=100);
}
.timeline-container {
  position: relative;
  padding-top: 4px;
  margin-bottom: 32px;
}
.timeline-container:last-child {
  margin-bottom: 0;
}
.timeline-container:before {
  content: "";
  display: block;
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  border: 1px solid #e2e3e7;
  background-color: #e7eaef;
  width: 4px;
  border-width: 0 1px;
}
.timeline-container:first-child:before {
  border-top-width: 1px;
}
.timeline-container:last-child:before {
  border-bottom-width: 1px;
}
.timeline-item {
  position: relative;
  margin-bottom: 8px;
}
.timeline-item .widget-box {
  background-color: #f2f6f9;
  color: #595c66;
}
.timeline-item .transparent.widget-box {
  border-left: 3px solid #dae1e5;
}
.timeline-item .transparent .widget-header {
  background-color: #ecf1f4;
  border-bottom: 0;
}
.timeline-item .transparent .widget-header > :first-child {
  margin-left: 8px;
}
.timeline-item:nth-child(even) .widget-box {
  background-color: #f3f3f3;
  color: #616161;
}
.timeline-item:nth-child(even) .widget-box.transparent {
  border-left-color: #dbdbdb !important;
}
.timeline-item:nth-child(even) .widget-box.transparent .widget-header {
  background-color: #EEE !important;
}
.timeline-item .widget-box {
  margin: 0;
  position: relative;
  max-width: none;
  border-bottom: 0;
  margin-left: 60px;
}
.timeline-item .widget-main {
  margin: 0;
  position: relative;
  max-width: none;
  border-bottom: 0;
}
.timeline-item .widget-body {
  background-color: transparent;
}
.timeline-item .widget-toolbox {
  padding: 4px 8px 0!important;
  background-color: transparent!important;
  border: 0 solid #CCC!important;
  border-top: none!important;
  margin: 0 0 !important;
}
.timeline-info {
  float: left;
  width: 60px;
  text-align: center;
  position: relative;
}
.timeline-info img {
  border-radius: 100%;
  max-width: 42px;
}
.timeline-info .label,
.timeline-info .badge {
  font-size: 12px;
}
.timeline-container:not(.timeline-style2) .timeline-indicator {
  opacity: 1;
  border-radius: 100%;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 30px;
  width: 36px;
  text-align: center;
  text-shadow: none!important;
  padding: 0;
  cursor: default;
  border: 3px solid #FFF !important;
}
.timeline-label {
  display: block;
  clear: both;
  margin: 0 0 18px;
  margin-left: 34px;
}
.timeline-item img {
  border: 1px solid #AAA;
  padding: 2px;
  background-color: #FFF;
}
.timeline-style2:before {
  display: none;
}
.timeline-style2 .timeline-item {
  padding-bottom: 22px;
  margin-bottom: 0;
}
.timeline-style2 .timeline-item:last-child {
  padding-bottom: 0;
}
.timeline-style2 .timeline-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 90px;
  top: 5px;
  bottom: -5px;
  border-width: 0;
  background-color: #DDD;
  width: 2px;
  max-width: 2px;
}
.timeline-style2 .timeline-item:last-child:before {
  display: none;
}
.timeline-style2 .timeline-item:first-child:before {
  display: block;
}
.timeline-style2 .timeline-item .transparent .widget-header {
  background-color: transparent !important;
}
.timeline-style2 .timeline-item .transparent.widget-box {
  background-color: transparent!important;
  border-left: none !important;
}
.timeline-style2 .timeline-info {
  width: 100px;
}
.timeline-style2 .timeline-indicator {
  font-size: 0;
  height: 12px;
  line-height: 12px;
  width: 12px;
  border-width: 1px!important;
  background-color: #fff!important;
  position: absolute;
  left: 85px;
  top: 3px;
  opacity: 1;
  border-radius: 100%;
  display: inline-block;
  padding: 0;
}
.timeline-style2 .timeline-date {
  display: inline-block;
  width: 72px;
  text-align: right;
  margin-right: 25px;
  color: #777;
}
.timeline-style2 .timeline-item .widget-box {
  margin-left: 112px;
}
.timeline-style2 .timeline-label {
  width: 75px;
  text-align: center;
  margin-left: 0;
  margin-bottom: 10px;
  text-align: right;
  color: #666;
  font-size: 14px;
}
.timeline-time {
  text-align: center;
  position: static;
}
.fc-header-title > h2 {
  font-size: 22px;
  color: #65a0ce;
}
.fc-widget-header,
.fc-widget-content {
  border: 1px solid #bcd4e5;
}
.fc-state-highlight {
  background: #FFC;
}
.fc-event-skin {
  border: none!important;
  background-color: #abbac3;
  padding: 0 0 1px 2px;
}
.label-yellow .fc-event-skin {
  color: #963;
}
.label-light .fc-event-skin {
  color: #888;
}
[class*="label-"] > .fc-event-skin,
[class*="label-"] > .fc-event-skin > .fc-event-skin.fc-event-head {
  background-color: inherit;
}
.fc-event-skin.ui-draggable-dragging {
  cursor: move;
}
.fc-event-skin.fc-event-vert,
.fc-event-vert > .fc-event-skin {
  padding: 0 0 1px;
}
.fc-grid .fc-day-number {
  color: #2e6589;
}
.fc-widget-header {
  background: #ecf2f7;
  color: #8090a0;
}
.fc-event-hori,
.fc-event-vert {
  border-radius: 0!important;
  border-color: transparent;
}
.fc-event-vert .fc-event-content {
  padding-left: 1px;
  padding-right: 1px;
}
.fc-event-vert .fc-event-time {
  padding: 0;
}
.fc-state-default {
  border: 0;
}
.fc-state-default,
.fc-state-default .fc-button-inner {
  border: 0;
  background-color: #abbac3;
  color: #FFF;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0!important;
  margin-left: 2px;
}
.fc-state-default .fc-button-effect {
  display: none;
}
.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
  opacity: .75;
  filter: alpha(opacity=75);
  color: #DDD;
}
.fc-state-active,
.fc-state-active .fc-button-inner {
  border-color: #4f99c6;
  background-color: #6fb3e0;
}
.fc-state-hover,
.fc-state-hover .fc-button-inner {
  background-color: #8b9aa3;
}
.external-event {
  margin: 6px 0;
  padding: 0;
  cursor: default;
  display: block;
  color: #FFF;
  background-color: #abbac3;
  font-size: 13px;
  line-height: 28px;
}
.external-event:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.external-event.ui-draggable-dragging {
  cursor: move;
}
.external-event > [class*="icon-"]:first-child {
  display: inline-block;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  font-size: 15px;
  border-right: 1px solid #FFF;
}
.widget-main .fc {
  position: relative;
  top: -40px;
}
.widget-main .fc > .fc-header {
  position: relative;
  z-index: 10;
}
.widget-main .fc .fc-header-space {
  padding-left: 2px;
}
.widget-main .fc-header-title > h2 {
  font-size: 18px;
  line-height: 36px;
}
.widget-main .fc-content {
  top: -14px;
  z-index: 11;
}
.widget-main .fc-button-content {
  height: 37px;
  line-height: 36px;
}
@media only screen and (max-width: 480px) {
  .fc-header td {
    display: block;
    width: auto;
    text-align: left;
  }
}
.chosen-container + .help-inline {
  vertical-align: middle;
}
.chosen-select {
  display: inline!important;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.chosen-container,
[class*="chosen-container"] {
  vertical-align: middle;
}
.chosen-container > .chosen-single,
[class*="chosen-container"] > .chosen-single {
  line-height: 28px;
  height: 30px;
  box-shadow: none;
  background: #fafafa;
}
.chosen-choices {
  box-shadow: none !important;
}
.chosen-container-single .chosen-single abbr {
  background: 0;
}
.chosen-container-single .chosen-single abbr:after {
  content: "\F00D";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: -7px;
}
.chosen-container-single .chosen-single abbr:hover:after {
  color: #464646;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover:after {
  color: #464646;
}
.chosen-single div b {
  background: none !important;
}
.chosen-single div b:before {
  content: "\F0D7";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 12px;
  position: relative;
  top: -1px;
  left: 1px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: "\F0D8";
}
.chosen-container-single .chosen-search {
  position: relative;
}
.chosen-container-single .chosen-search input[type="text"] {
  background: 0;
  border-radius: 0;
  line-height: 28px;
  height: 28px;
}
.chosen-container-single .chosen-search:after {
  content: "\F002";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 12px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: 0;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\F00D";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 13px;
  position: absolute;
  right: 2px;
  top: -1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  text-decoration: none;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
  color: #464646;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close:before {
  color: #464646;
}
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
  background: 0;
}
.chosen-container .chosen-results-scroll-down span:before,
.chosen-container .chosen-results-scroll-up span:before {
  content: "\F0D7";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 12px;
  position: relative;
  top: -1px;
  left: 1px;
}
.chosen-container .chosen-results-scroll-up span:before {
  content: "\F0D8";
}
.chosen-container-active .chosen-single-with-drop div b:before {
  content: "\F0D8";
}
.chosen-rtl .chosen-search input[type="text"] {
  background: 0;
}
.chosen-rtl .chosen-search:after {
  content: "";
  display: none;
}
.chosen-rtl .chosen-search:before {
  content: "\F002";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  top: 9px;
  left: 12px;
}
.chosen-container-single .chosen-single {
  border-radius: 0;
}
.chosen-container .chosen-results li.highlighted {
  background: #86bd6f;
  background: #4492c9;
  background: #316ac5;
  color: #FFF;
}
.chosen-container-single .chosen-drop {
  border-radius: 0;
  border-bottom: 3px solid #4492c9;
  border-color: #4492c9;
}
.chosen-single.chosen-single-with-drop,
.chosen-container-active .chosen-single {
  border-color: #4492c9;
}
.form-group.has-error .chosen-single {
  border-color: #f09784 !important;
}
.form-group.has-info .chosen-single {
  border-color: #64a6bc !important;
}
.form-group.has-warning .chosen-single {
  border-color: #e0c43a !important;
}
.form-group.has-success .chosen-single {
  border-color: #92bf65 !important;
}
.chosen-rtl .chosen-container-single-nosearch .chosen-search {
  left: -9999px;
}
.chosen-rtl .chosen-drop {
  left: -9999px;
}
.modal .chosen-rtl .chosen-container-single-nosearch .chosen-search {
  left: 9999px;
}
.modal .chosen-rtl .chosen-drop {
  left: 9999px;
}
.rtl .modal .chosen-container.chosen-with-drop .chosen-drop {
  left: auto;
  right: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #4492c9;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: none!important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
  }
}
.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  background-color: #91b8d0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 3px;
  margin-right: 0;
  padding: 6px 22px 7px 9px;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  transition: all .2s ease 0s;
  vertical-align: baseline;
  white-space: nowrap;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 18px;
  height: auto;
  line-height: 25px;
  text-align: center;
}
.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  color: #FFF;
  position: static;
  font-size: 11px;
}
.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
  color: #FFF;
}
.tag-input-style + .chosen-container-multi.chosen-rtl .chosen-choices li.search-choice {
  padding: 6px 9px 7px 22px;
  margin-left: 0;
  margin-right: 3px;
}
.tag-input-style + .chosen-container-multi.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 0;
}
.select2-container .select2-choice {
  border-radius: 0;
  height: 30px;
}
.select2-container.select2-drop-above .select2-choice {
  border-radius: 0;
}
.select2-container .select2-choice abbr,
.select2-search-choice-close {
  background: 0;
}
.select2-container .select2-choice abbr:before,
.select2-search-choice-close:before {
  font-family: FontAwesome;
  font-size: 12px;
  display: inline;
  content: "\F00D";
  color: #888;
  position: relative;
  top: -1px;
}
.select2-container .select2-choice abbr:hover:before,
.select2-search-choice-close:hover:before {
  color: #555;
}
.select2-container .select2-choice abbr:before {
  top: -7px;
}
.select2-search-choice-close:hover {
  text-decoration: none !important;
}
.select2-drop {
  border-radius: 0;
  border: 1px solid #4492c9;
  border-width: 0 1px 3px;
}
.select2-drop.select2-drop-above {
  border-radius: 0;
}
.select2-container .select2-choice {
  background: #fafafa none;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #4492c9;
}
.select2-results .select2-highlighted {
  background: #316ac5;
}
.select2-container .select2-choice .select2-arrow {
  border-radius: 0;
  background: transparent none;
  border: 0;
}
.select2-container .select2-choice .select2-arrow b {
  background: 0;
}
.select2-container .select2-choice .select2-arrow b:before {
  font-family: FontAwesome;
  font-size: 12px;
  display: inline;
  content: "\F0D7";
  color: #888;
  position: relative;
  left: 5px;
}
.select2-dropdown-open .select2-choice .select2-arrow b:before {
  content: "\F0D8";
}
.select2-search .select2-input {
  background: #fff none;
  margin-top: 4px;
}
.select2-search:after {
  font-family: FontAwesome;
  font-size: 14px;
  display: inline;
  content: "\F002";
  color: #777;
  position: relative;
  top: 0;
  left: -20px;
  z-index: 0;
}
.select2-container-multi .select2-choices .select2-search-field input {
  border: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background: none !important;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container-multi.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-search input.select2-active {
  background-color: #FFF;
  position: relative;
  z-index: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice div b {
    background-image: none!important;
    background-size: auto !important;
  }
  .select2-search input {
    background-position: auto !important;
  }
}
.select2-container-active.select2-dropdown-open .select2-choice {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#eee), to(#fff));
  background-image: -webkit-linear-gradient(top, #eee, 0%, #fff, 100%);
  background-image: -moz-linear-gradient(top, #eee 0, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 0, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
}
.select2-container-active.select2-drop-above .select2-choice {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, 0%, #eee, 100%);
  background-image: -moz-linear-gradient(top, #fff 0, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}
.form-group.has-error .select2-choice,
.form-group.has-error .select2-choices {
  border-color: #f09784 !important;
}
.form-group.has-info .select2-choice,
.form-group.has-info .select2-choices {
  border-color: #64a6bc !important;
}
.form-group.has-warning .select2-choice,
.form-group.has-warning .select2-choices {
  border-color: #e0c43a !important;
}
.form-group.has-success .select2-choice,
.form-group.has-success .select2-choices {
  border-color: #92bf65 !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: none!important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
  }
  .select2-search input {
    background-position: auto !important;
  }
}
#colorbox:focus,
#colorbox:active {
  outline: 0;
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  background: none!important;
  opacity: 0;
}
#cboxContent {
  border: 12px solid #000;
  background-color: #FFF;
  padding: 7px;
}
#cboxOverlay {
  background: rgba(0, 0, 0, 0.95);
  background: #000;
}
#cboxCurrent {
  left: 64px;
  margin-bottom: 4px;
  font-size: 14px;
}
#cboxTitle {
  margin-bottom: 4px;
  font-size: 14px;
  color: #777;
}
#cboxNext,
#cboxPrevious,
#cboxClose {
  background: 0;
  text-indent: 0;
  width: 26px;
  height: 26px;
  line-height: 22px;
  padding: 0 4px;
  text-align: center;
  border: 2px solid #999;
  border-radius: 16px;
  color: #666;
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 5px;
}
#cboxNext:hover,
#cboxPrevious:hover {
  color: #333;
  border-color: #666;
}
#cboxContent {
  overflow: visible;
}
#cboxClose {
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 32px;
  color: #fff;
  font-size: 21px;
  height: 28px;
  width: 28px;
  padding-bottom: 2px;
  margin-left: 0;
  right: -14px;
  top: -14px;
}
#cboxLoadingOverlay {
  background: none !important;
}
#cboxLoadingGraphic {
  background: #FFF none!important;
  text-align: center;
}
#cboxLoadingGraphic > [class*="icon-"] {
  display: inline-block;
  background-color: #FFF;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  position: relative;
  top: 48%;
  text-align: center;
  vertical-align: middle;
  -moz-animation: spin 1.5s infinite linear;
  -webkit-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  -ms-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
  font-size: 24px;
  color: #fe7e3e;
}
.ace-spinner {
  display: inline-block;
}
.ace-spinner .spinner-buttons {
  min-width: 18px;
}
.ace-spinner .spinner-buttons > .btn {
  border-radius: 0!important;
  font-size: 10px;
  padding: 0;
  width: 18px;
  height: 14px;
  line-height: 10px;
}
.ace-spinner .spinner-buttons > .btn:first-child {
  margin-top: 0;
}
.ace-spinner .spinner-buttons > .btn > [class*="icon-"] {
  margin: 0;
  padding: 0;
}
.ace-spinner .spinner-buttons > button.btn:active {
  left: auto;
  top: auto;
}
.ace-spinner .spinner-input {
  text-align: center;
  height: 29px;
  line-height: 28px;
  color: #777;
}
.ace-spinner.touch-spinner .spinner-buttons {
  margin: 0;
  font-size: 0;
}
.ace-spinner.touch-spinner .spinner-buttons > .btn {
  height: 29px;
  line-height: 20px;
  width: 24px;
  font-size: 18px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 1px;
}
.ace-spinner.touch-spinner .spinner-buttons > .btn > [class*="icon-"] {
  vertical-align: middle;
  display: inline-block;
}
.wizard-steps {
  list-style: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.wizard-steps li {
  display: table-cell;
  text-align: center;
  width: 1%;
}
.wizard-steps li .step {
  border: 5px solid #ced1d6;
  color: #546474;
  font-size: 15px;
  border-radius: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
}
.wizard-steps li:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  border-top: 4px solid #ced1d6;
  position: relative;
  top: 21px;
  z-index: 1;
}
.wizard-steps li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.wizard-steps li:first-child:before {
  max-width: 51%;
  left: 50%;
}
.wizard-steps li.active:before,
.wizard-steps li.complete:before,
.wizard-steps li.active .step,
.wizard-steps li.complete .step {
  border-color: #5293c4;
}
.wizard-steps li.complete .step {
  cursor: default;
  color: #FFF;
  -webkit-transition: transform ease .1s;
  transition: transform ease 0.1s;
}
.wizard-steps li.complete .step:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  content: "\F00C";
  background-color: #FFF;
  z-index: 3;
  font-family: FontAwesome;
  font-size: 17px;
  color: #87ba21;
}
.wizard-steps li.complete:hover .step {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #80afd4;
}
.wizard-steps li.complete:hover:before {
  border-color: #80afd4;
}
.wizard-steps li .title {
  display: block;
  margin-top: 4px;
  max-width: 100%;
  color: #949ea7;
  font-size: 14px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  word-wrap: break-word;
}
.wizard-steps li.complete .title,
.wizard-steps li.active .title {
  color: #2b3d53;
}
.step-content .step-pane {
  display: none;
  min-height: 200px;
  padding: 4px 8px 12px;
}
.step-content .active {
  display: block;
}
.wizard-actions {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .wizard-steps li .step {
    width: 30px;
    height: 30px;
    line-height: 24px;
    border-width: 3px;
  }
  .wizard-steps li:before,
  .wizard-steps li:after {
    border-width: 3px;
  }
  .wizard-steps li.complete .step:before {
    line-height: 24px;
    font-size: 13px;
  }
  .wizard-steps li:before {
    top: 16px;
  }
  .step-content .step-pane {
    padding: 4px 4px 6px;
  }
}
.tree {
  padding-left: 9px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.tree:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -20px;
  bottom: 16px;
  left: 0;
  border: 1px dotted #67b2dd;
  border-width: 0 0 0 1px;
  z-index: 1;
}
.tree .tree-folder {
  width: auto;
  min-height: 20px;
  cursor: pointer;
}
.tree .tree-folder .tree-folder-header {
  position: relative;
  height: 20px;
  line-height: 20px;
}
.tree .tree-folder .tree-folder-header:hover {
  background-color: #f0f7fc;
}
.tree .tree-folder .tree-folder-header .tree-folder-name,
.tree .tree-item .tree-item-name {
  display: inline;
  z-index: 2;
}
.tree .tree-folder .tree-folder-header > [class*="icon-"]:first-child,
.tree .tree-item > [class*="icon-"]:first-child {
  display: inline-block;
  position: relative;
  z-index: 2;
  top: -1px;
}
.tree .tree-folder .tree-folder-header .tree-folder-name {
  margin-left: 2px;
}
.tree .tree-folder .tree-folder-header > [class*="icon-"]:first-child {
  margin: -2px 0 0 -2px;
}
.tree .tree-folder:last-child:after {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  bottom: 0;
  left: -15px;
  border-left: 1px solid #FFF;
}
.tree .tree-folder .tree-folder-content {
  margin-left: 23px;
  position: relative;
}
.tree .tree-folder .tree-folder-content:before {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 1;
  top: -14px;
  bottom: 16px;
  left: -14px;
  border: 1px dotted #67b2dd;
  border-width: 0 0 0 1px;
}
.tree .tree-item {
  position: relative;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.tree .tree-item:hover {
  background-color: #f0f7fc;
}
.tree .tree-item .tree-item-name {
  margin-left: 3px;
}
.tree .tree-item .tree-item-name > [class*="icon-"]:first-child {
  margin-right: 3px;
}
.tree .tree-item > [class*="icon-"]:first-child {
  margin-top: -1px;
}
.tree .tree-folder,
.tree .tree-item {
  position: relative;
}
.tree .tree-folder:before,
.tree .tree-item:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 14px;
  left: -13px;
  width: 18px;
  height: 0;
  border-top: 1px dotted #67b2dd;
  z-index: 1;
}
.tree .tree-selected {
  background-color: rgba(98, 168, 209, 0.1);
  color: #6398b0;
}
.tree .tree-selected:hover {
  background-color: rgba(98, 168, 209, 0.1);
}
.tree .tree-item,
.tree .tree-folder {
  border: 1px solid #FFF;
}
.tree .tree-folder .tree-folder-header {
  border-radius: 0;
}
.tree .tree-item,
.tree .tree-folder .tree-folder-header {
  margin: 0;
  padding: 5px;
  color: #4d6878;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.tree .tree-item > [class*="icon-"]:first-child {
  color: #f9e8ce;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #fafafa;
  border: 1px solid #CCC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tree .tree-selected > [class*="icon-"]:first-child {
  background-color: #f9a021;
  border-color: #f9a021;
  color: #FFF;
}
.tree .icon-plus[class*="icon-"]:first-child,
.tree .icon-minus[class*="icon-"]:first-child {
  border: 1px solid #DDD;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  border: 1px solid #8baebf;
  line-height: 10px;
  background-color: #FFF;
  position: relative;
  z-index: 1;
}
.tree .icon-plus[class*="icon-"]:first-child:before {
  display: block;
  content: "+";
  font-family: "Open Sans";
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.tree .icon-minus[class*="icon-"]:first-child:before {
  content: "";
  display: block;
  width: 7px;
  height: 0;
  border-top: 1px solid #4d6878;
  position: absolute;
  top: 5px;
  left: 2px;
}
.tree .tree-unselectable .tree-item > [class*="icon-"]:first-child {
  color: #5084a0;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 10px;
  text-align: center;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.tree [class*="icon-"][class*="-down"] {
  transform: rotate(-45deg);
}
.tree .icon-spin {
  height: auto;
}
.tree .tree-loading {
  margin-left: 36px;
}
.tree img {
  display: inline;
  veritcal-align: middle;
}
.gritter-item-wrapper {
  background-image: none!important;
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
  background: rgba(50, 50, 50, 0.92);
}
.gritter-item-wrapper.gritter-info {
  background: rgba(49, 81, 133, 0.92);
}
.gritter-item-wrapper.gritter-error {
  background: rgba(153, 40, 18, 0.92);
}
.gritter-item-wrapper.gritter-success {
  background: rgba(89, 131, 75, 0.92);
}
.gritter-item-wrapper.gritter-warning {
  background: rgba(190, 112, 31, 0.92);
}
.gritter-item-wrapper.gritter-light {
  background: rgba(245, 245, 245, 0.95);
  border: 1px solid #BBB;
}
.gritter-item-wrapper.gritter-light.gritter-info {
  background: rgba(232, 242, 255, 0.95);
}
.gritter-item-wrapper.gritter-light.gritter-info .gritter-item {
  color: #4a577d;
}
.gritter-item-wrapper.gritter-light.gritter-error {
  background: rgba(255, 235, 235, 0.95);
}
.gritter-item-wrapper.gritter-light.gritter-error .gritter-item {
  color: #894a38;
}
.gritter-item-wrapper.gritter-light.gritter-success {
  background: rgba(239, 250, 227, 0.95);
}
.gritter-item-wrapper.gritter-light.gritter-success .gritter-item {
  color: #416131;
}
.gritter-item-wrapper.gritter-light.gritter-warning {
  background: rgba(252, 248, 227, 0.95);
}
.gritter-item-wrapper.gritter-light.gritter-warning .gritter-item {
  color: #946446;
}
.gritter-item p {
  line-height: 1.8;
}
.gritter-top,
.gritter-bottom,
.gritter-item {
  background-image: none;
}
.gritter-close {
  left: auto;
  right: 3px;
  background-image: none;
  width: 18px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 16px;
  color: #e17b67;
}
.gritter-close:before {
  font-family: FontAwesome;
  font-size: 16px;
  content: "\F00D";
}
.gritter-info .gritter-close {
  color: #ffa500;
}
.gritter-error .gritter-close,
.gritter-success .gritter-close,
.gritter-warning .gritter-close {
  color: #ffea07;
}
.gritter-close:hover {
  color: #FFF !important;
}
.gritter-title {
  text-shadow: none;
}
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
  background-image: none;
  color: #444;
}
.gritter-light .gritter-title {
  text-shadow: none;
}
.gritter-light .gritter-close:hover {
  color: #8a3104 !important;
}
.gritter-center {
  position: fixed;
  left: 33%;
  right: 33%;
  top: 33%;
}
@media only screen and (max-width: 767px) {
  .gritter-center {
    left: 16%;
    right: 16%;
    top: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .gritter-center {
    left: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .gritter-center {
    left: 10px;
    right: 10px;
  }
}
.wysiwyg-editor {
  max-height: 250px;
  height: 250px;
  background-color: #f7f8fa;
  border-collapse: separate;
  border: 1px solid #bbc0ca;
  padding: 4px;
  box-sizing: content-box;
  overflow-y: scroll;
  overflow-x: hidden;
  outline: 0;
}
.wysiwyg-editor:focus {
  background-color: #FFF;
}
.wysiwyg-toolbar {
  line-height: 32px;
  margin: 0 !important;
}
.wysiwyg-toolbar .dropdown-menu {
  text-align: left;
}
.wysiwyg-toolbar .btn-group {
  float: none;
  font-size: 0;
}
.wysiwyg-toolbar .btn-group > .btn,
.wysiwyg-toolbar .btn-group > .inline > .btn {
  float: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-width: 2px;
  margin-left: 1px;
}
.wysiwyg-toolbar .btn-group > .btn > [class*="icon-"]:first-child,
.wysiwyg-toolbar .btn-group > .inline > .btn > [class*="icon-"]:first-child {
  font-size: 14px;
  width: 25px;
  max-width: 25px;
  display: inline-block;
  border-width: 1px !important;
}
.wysiwyg-toolbar .btn-group > .btn.dropdown-toggle > [class*="icon-"]:last-child,
.wysiwyg-toolbar .btn-group > .inline > .btn.dropdown-toggle > [class*="icon-"]:last-child {
  margin-right: 4px;
}
.wysiwyg-toolbar .btn-group > .btn.active:after,
.wysiwyg-toolbar .btn-group > .inline > .btn.active:after {
  border-color: transparent;
  border-style: solid;
  border-top-color: inherit;
  border-width: 6px 14px;
  bottom: -13px;
  left: 0;
  right: 0;
}
.wysiwyg-style1 .btn-group > .btn,
.wysiwyg-style2 .btn-group > .btn,
.wysiwyg-style1 .btn-group > .inline > .btn,
.wysiwyg-style2 .btn-group > .inline > .btn {
  margin: 0!important;
  background: #FFF!important;
  border: none!important;
  color: #adb3be!important;
  text-shadow: none !important;
}
.wysiwyg-style1 .btn-group > .btn.active,
.wysiwyg-style2 .btn-group > .btn.active,
.wysiwyg-style1 .btn-group > .inline > .btn.active,
.wysiwyg-style2 .btn-group > .inline > .btn.active {
  color: #5b80ce !important;
}
.wysiwyg-style1 .btn-group > .btn.active:after,
.wysiwyg-style2 .btn-group > .btn.active:after,
.wysiwyg-style1 .btn-group > .inline > .btn.active:after,
.wysiwyg-style2 .btn-group > .inline > .btn.active:after {
  display: none;
}
.wysiwyg-style1 .btn-group,
.wysiwyg-style2 .btn-group {
  position: relative;
}
.wysiwyg-style1 .btn-group:after,
.wysiwyg-style2 .btn-group:after {
  display: block;
  content: "";
  position: absolute;
  left: -2px;
  width: 0;
  max-width: 0;
  top: 6px;
  bottom: 6px;
  border-left: 1px solid #e1e6ea;
}
.wysiwyg-style1 .btn-group:first-child:after,
.wysiwyg-style2 .btn-group:first-child:after {
  display: none;
}
.wysiwyg-style2 {
  background-color: #e5e5e5;
}
.wysiwyg-style2 + .wysiwyg-editor {
  border-color: #DDD;
  background-color: #FFF;
  border-top: 0;
}
.wysiwyg-style2 .btn-group > .btn,
.wysiwyg-style2 .btn-group > .inline > .btn {
  margin: 0 1px 0 0!important;
  background: #FFF!important;
  border: none!important;
  color: #8d939e!important;
  text-shadow: none !important;
}
.wysiwyg-style2 .btn-group > .btn.active,
.wysiwyg-style2 .btn-group > .inline > .btn.active {
  color: #FFF!important;
  background: #6aaedf !important;
}
.wysiwyg-style2 .btn-group:after {
  display: none;
}
.wysiwyg-toolbar .btn-colorpicker {
  width: 24px;
  height: 24px;
  position: relative;
  background: #87b87f;
  background: -moz-linear-gradient(top, #cf3e73 10%, #fff 20%, #2283c5 30%, #fff 40%, #87b87f 50%, #fff 60%, #ffb752 70%, #fff 80%, #d15b47 90%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #cf3e73), color-stop(20%, #fff), color-stop(30%, #2283c5), color-stop(40%, #fff), color-stop(50%, #87b87f), color-stop(60%, #fff), color-stop(70%, #ffb752), color-stop(80%, #fff), color-stop(90%, #d15b47), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #cf3e73 10%, #fff 20%, #2283c5 30%, #fff 40%, #87b87f 50%, #fff 60%, #ffb752 70%, #fff 80%, #d15b47 90%, #fff 100%);
  background: -o-linear-gradient(top, #cf3e73 10%, #fff 20%, #2283c5 30%, #fff 40%, #87b87f 50%, #fff 60%, #ffb752 70%, #fff 80%, #d15b47 90%, #fff 100%);
  background: -ms-linear-gradient(top, #cf3e73 10%, #fff 20%, #2283c5 30%, #fff 40%, #87b87f 50%, #fff 60%, #ffb752 70%, #fff 80%, #d15b47 90%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CF3E73', endColorstr='#FFB752', GradientType=0);
  background: linear-gradient(top, #cf3e73 10%, #fff 20%, #2283c5 30%, #fff 40%, #87b87f 50%, #fff 60%, #ffb752 70%, #fff 80%, #d15b47 90%, #fff 100%);
}
.wysiwyg-toolbar .dropdown-colorpicker > .dropdown-menu {
  top: inherit;
}
.wysiwyg-toolbar input[type=file] {
  position: fixed;
  z-index: -10;
  opacity: 0;
  max-width: 0;
  max-height: 0;
  display: block;
}
.wysiwyg-toolbar .wysiwyg-choose-file {
  display: inline-block;
  width: auto;
  margin: 4px auto 0;
  padding-left: 5px;
  padding-right: 5px;
}
.wysiwyg-toolbar .dropdown-menu input[type=text] {
  margin-left: 8px;
  margin-bottom: 0;
}
.wysiwyg-toolbar .dropdown-menu input[type=text].form-control {
  min-width: 150px;
}
.wysiwyg-toolbar .dropdown-menu .btn {
  margin-right: 8px;
  margin-left: 1px;
}
.wysiwyg-style1 .btn-colorpicker {
  width: 20px;
  height: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .wysiwyg-editor img {
    display: inline !important;
  }
  .wysiwyg-editor .ui-wrapper {
    border: 1px dotted #D00;
    overflow: visible!important;
    display: inline-block !important;
    vertical-align: middle;
  }
  .wysiwyg-editor .ui-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 7px;
    height: 7px;
    border: 1px solid #D00;
    background-color: #FFF;
    z-index: 1;
  }
}
.widget-header .wysiwyg-toolbar {
  background-color: transparent;
}
.widget-header .wysiwyg-toolbar .btn-group > .btn,
.widget-header .wysiwyg-toolbar .btn-group > .inline > .btn {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.25) !important;
  color: #FFF!important;
  border-width: 1px;
}
.widget-header .wysiwyg-toolbar .btn-group > .btn.active,
.widget-header .wysiwyg-toolbar .btn-group > .inline > .btn.active {
  background: rgba(0, 0, 0, 0.25) !important;
}
.widget-body .wysiwyg-editor {
  border: 0;
}
.wysiwyg-speech-input {
  width: 20px!important;
  color: transparent!important;
  background: transparent none!important;
  border: none!important;
  -moz-transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  -o-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  transform: scale(2, 2);
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  cursor: pointer;
}
.wysiwyg-speech-input:focus {
  -webkit-box-shadow: none!important;
  box-shadow: none !important;
}
.widget-body .md-header {
  margin-top: -30px;
  margin-left: 9px;
}
.widget-body .md-header .btn {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.25) !important;
  color: #FFF!important;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  border-width: 1px!important;
  padding-top: 2px;
  padding-bottom: 4px;
}
.widget-body .md-header .btn > [class*="icon-"] {
  font-size: 14px;
  width: 25px;
  max-width: 25px;
  display: inline-block;
}
.widget-body .md-header .btn-inverse {
  background: rgba(0, 0, 0, 0.25) !important;
  padding-right: 5px;
  margin-left: 4px;
}
.widget-body .md-preview {
  padding: 8px;
  min-height: 200px;
}
.widget-body .md-input {
  border: none!important;
  box-shadow: none!important;
  display: block;
  margin-bottom: 0;
  background-color: rgba(48, 126, 204, 0.07);
  padding: 8px;
  width: 100%;
}
.widget-body .md-input:focus {
  background-color: #FFF;
  box-shadow: none !important;
}
.editable-container .popover-title {
  color: #438eb9;
}
.editable-click {
  border-bottom: 1px dashed #BBB;
  cursor: pointer;
  font-weight: normal;
}
img.editable-click {
  border: 1px dotted #BBB;
}
.editable-click:hover {
  border-color: #08c;
  color: #08c;
}
img.editable-click:hover {
  opacity: .75;
  filter: alpha(opacity=75);
}
.editable-buttons,
.editable-input {
  display: inline-block;
}
.editable-buttons {
  margin-left: 1px;
}
.editable-buttons .btn {
  padding: 0;
  width: 28px;
  line-height: 24px;
  border-width: 3px;
  font-size: 12px;
  margin: 0 1px 0 0;
}
.editable-buttons .btn > [class*="icon-"] {
  margin: 0;
}
.editable-clear-x {
  cursor: pointer;
  color: #888;
  background: 0;
}
.editable-clear-x:hover {
  color: #d15b47;
}
.editable-clear-x:before {
  display: inline-block;
  content: "\F057";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  margin-top: -9px;
  width: 16px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.editable-input .ace-spinner {
  margin-right: 8px;
}
.editable-inline .editable-slider {
  margin-top: 10px;
  margin-right: 4px;
}
.editable-popup .editable-slider {
  display: block;
  margin-bottom: 16px;
  margin-top: 4px;
}
.editable-slider input {
  display: none;
}
.editable-input .ace-file-input {
  display: block;
}
.editable-image .ace-file-multiple label.selected {
  border-color: transparent;
}
.editable-image + .editable-buttons,
.editable-wysiwyg + .editable-buttons {
  display: block;
  text-align: center;
  margin-top: 8px;
}
.editable-wysiwyg {
  width: 95%;
}
.editable-wysiwyg .wysiwyg-editor {
  height: auto;
  overflow-y: hidden;
}
.editableform .input-append.dropdown-menu {
  display: none;
}
.editableform .open .input-append.dropdown-menu {
  display: block;
}
.editable-container .editableform {
  margin-bottom: 10px;
}
.editable-inline .editableform {
  margin-bottom: 0;
}
.editableform-loading {
  background: 0;
}
.editableform-loading [class*="icon-"],
.editableform-loading .progress {
  position: relative;
  top: 35%;
}
.ui-slider {
  background-color: #CCC;
}
.ui-slider-horizontal {
  height: 9px;
}
.ui-slider-vertical {
  width: 9px;
}
.ui-slider .ui-slider-handle {
  border-radius: 0;
  width: 1.45em;
  height: 1.45em;
  background-color: #f5f5f5;
  border: 1px solid;
}
.ui-slider .ui-slider-handle:before {
  display: inline-block;
  content: "|||";
  font-size: 8px;
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 15px;
}
.ui-slider .ui-slider-handle:hover {
  background-color: #FFF;
}
.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle:focus,
.ui-slider .ui-slider-handle:active {
  outline: 0;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.ui-slider .ui-slider-handle:hover:before,
.ui-slider .ui-slider-handle:focus:before,
.ui-slider .ui-slider-handle:active:before {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.725em;
  top: -0.4em;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.35em;
  margin-bottom: -0.65em;
}
.ui-slider-small.ui-slider-horizontal {
  height: 5px;
}
.ui-slider-small.ui-slider-vertical {
  width: 5px;
}
.ui-slider-small .ui-slider-handle {
  border-radius: 24px;
  width: 16px;
  height: 16px;
  top: -5px;
}
.ui-slider-small .ui-slider-handle:before {
  font-size: 6px;
  line-height: 13px;
}
.ui-slider-range {
  background-color: #4aa4ce;
}
.ui-slider-handle {
  outline: none !important;
}
.ui-slider-handle,
.ui-slider-handle:hover,
.ui-slider-handle:focus,
.ui-slider-handle:active {
  border-color: #4aa4ce;
  color: #4aa4ce;
}
.ui-slider-green .ui-slider-range {
  background-color: #8bbc67;
}
.ui-slider-green .ui-slider-handle,
.ui-slider-green .ui-slider-handle:hover,
.ui-slider-green .ui-slider-handle:focus,
.ui-slider-green .ui-slider-handle:active {
  border-color: #8bbc67;
  color: #8bbc67;
}
.ui-slider-red .ui-slider-range {
  background-color: #d36e6e;
}
.ui-slider-red .ui-slider-handle,
.ui-slider-red .ui-slider-handle:hover,
.ui-slider-red .ui-slider-handle:focus,
.ui-slider-red .ui-slider-handle:active {
  border-color: #d36e6e;
  color: #d36e6e;
}
.ui-slider-purple .ui-slider-range {
  background-color: #ac68ba;
}
.ui-slider-purple .ui-slider-handle,
.ui-slider-purple .ui-slider-handle:hover,
.ui-slider-purple .ui-slider-handle:focus,
.ui-slider-purple .ui-slider-handle:active {
  border-color: #ac68ba;
  color: #ac68ba;
}
.ui-slider-orange .ui-slider-range {
  background-color: #efad62;
}
.ui-slider-orange .ui-slider-handle,
.ui-slider-orange .ui-slider-handle:hover,
.ui-slider-orange .ui-slider-handle:focus,
.ui-slider-orange .ui-slider-handle:active {
  border-color: #efad62;
  color: #efad62;
}
.ui-slider-dark .ui-slider-range {
  background-color: #606060;
}
.ui-slider-dark .ui-slider-handle,
.ui-slider-dark .ui-slider-handle:hover,
.ui-slider-dark .ui-slider-handle:focus,
.ui-slider-dark .ui-slider-handle:active {
  border-color: #606060;
  color: #606060;
}
.ui-slider-pink .ui-slider-range {
  background-color: #d6487e;
}
.ui-slider-pink .ui-slider-handle,
.ui-slider-pink .ui-slider-handle:hover,
.ui-slider-pink .ui-slider-handle:focus,
.ui-slider-pink .ui-slider-handle:active {
  border-color: #d6487e;
  color: #d6487e;
}
.ui-datepicker {
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  height: 26px;
  min-width: 32px;
  max-width: 32px;
  text-align: center;
  cursor: pointer;
  color: transparent;
  line-height: 26px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  color: transparent;
  visibility: hidden;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: #EEE;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  display: inline;
  font-family: FontAwesome;
  font-size: 14px;
  content: "\F060";
  color: #393939;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\F061";
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker td {
  padding: 0;
}
.ui-datepicker td > a,
.ui-datepicker td > span {
  display: inline-block;
  height: 22px;
  min-width: 24px;
  max-width: 24px;
  text-align: center;
  color: #393939;
  font-size: 13px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ui-datepicker td > a:hover {
  background-color: #EEE;
}
.ui-datepicker td > a.ui-state-highlight {
  background-color: #d5e5ef;
}
.ui-datepicker td > a.ui-state-active {
  background-color: #2283c5;
  color: #FFF;
}
.ui-datepicker td > a.ui-priority-secondary {
  color: #888;
}
.ui-datepicker td > span {
  color: #999;
}
.ui-datepicker td .ui-datepicker-title select {
  height: 24px;
  line-height: 24px;
  padding: 2px 3px;
}
.ui-datepicker td .ui-datepicker-buttonpane {
  background-color: #DDD;
  height: 1px;
}
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1!important;
  filter: alpha(opacity=100) !important;
  z-index: 1040 !important;
}
.ui-dialog,
.ui-jqdialog {
  z-index: 1050!important;
  background-color: #FFF;
  padding: 0;
  border: 1px solid #DDD;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.ui-dialog .ui-dialog-titlebar,
.ui-jqdialog .ui-dialog-titlebar,
.ui-dialog .ui-jqdialog-titlebar,
.ui-jqdialog .ui-jqdialog-titlebar {
  background-color: #f1f1f1;
  font-size: 16px;
  color: #669fc7;
  padding: 0;
}
.ui-dialog .ui-dialog-title,
.ui-jqdialog .ui-dialog-title,
.ui-dialog .ui-jqdialog-title,
.ui-jqdialog .ui-jqdialog-title {
  float: none;
  width: auto;
}
.ui-dialog .widget-header,
.ui-jqdialog .widget-header {
  margin: 0;
  border-width: 0 0 1px 0;
}
.ui-dialog .ui-dialog-buttonpane,
.ui-jqdialog .ui-dialog-buttonpane,
.ui-dialog .ui-jqdialog-buttonpane,
.ui-jqdialog .ui-jqdialog-buttonpane {
  background-color: #eff3f8;
  border-top: 1px solid #e4e9ee;
}
.ui-dialog .ui-dialog-buttonpane button,
.ui-jqdialog .ui-dialog-buttonpane button,
.ui-dialog .ui-jqdialog-buttonpane button,
.ui-jqdialog .ui-jqdialog-buttonpane button {
  font-size: 14px;
}
.ui-dialog .ui-dialog-titlebar-close,
.ui-jqdialog .ui-dialog-titlebar-close,
.ui-dialog .ui-jqdialog-titlebar-close,
.ui-jqdialog .ui-jqdialog-titlebar-close {
  border: 0;
  background: transparent;
  opacity: .4;
  color: #d15b47;
  padding: 0;
  top: 50%;
  right: 8px!important;
  text-align: center;
}
.ui-dialog .ui-dialog-titlebar-close:before,
.ui-jqdialog .ui-dialog-titlebar-close:before,
.ui-dialog .ui-jqdialog-titlebar-close:before,
.ui-jqdialog .ui-jqdialog-titlebar-close:before {
  content: "\F00D";
  display: inline;
  font-family: FontAwesome;
  font-size: 16px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-jqdialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-jqdialog-titlebar-close:hover,
.ui-jqdialog .ui-jqdialog-titlebar-close:hover {
  opacity: 1;
  text-decoration: none;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar-close .ui-button-text,
.ui-jqdialog .ui-dialog-titlebar-close .ui-button-text,
.ui-dialog .ui-jqdialog-titlebar-close .ui-button-text,
.ui-jqdialog .ui-jqdialog-titlebar-close .ui-button-text {
  text-indent: 0;
  visibility: hidden;
}
.ui-dialog .widget-header .ui-dialog-titlebar-close,
.ui-jqdialog .widget-header .ui-dialog-titlebar-close,
.ui-dialog .widget-header .ui-jqdialog-titlebar-close,
.ui-jqdialog .widget-header .ui-jqdialog-titlebar-close {
  right: 10px !important;
}
.ui-accordion .ui-accordion-header {
  color: #478fca;
  font-weight: normal;
  background-color: #f9f9f9;
  border: 1px solid #cdd8e3;
  padding: 8px 8px 9px 24px;
}
.ui-accordion .ui-accordion-header:hover {
  color: #6ea6cc;
  background-color: #f1f8fd;
}
.ui-accordion .ui-accordion-header.ui-state-active {
  color: #4c8fbd;
  background-color: #eef4f9;
  position: relative;
  font-weight: bold;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  text-indent: 0;
  margin-top: 0;
  position: absolute;
  left: 10px;
  top: 7px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
  display: inline;
  font-family: FontAwesome;
  font-size: 15px;
  content: "\F0DA";
}
.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
  content: "\F0D7";
  font-weight: normal;
}
.ui-accordion .ui-accordion-content {
  border: 1px solid #cdd8e3;
  border-top-width: 0;
  padding: 11px 16px;
}
.ui-tabs .ui-tabs-nav {
  padding: 0;
  border-bottom: 1px solid #c5d0dc;
}
.ui-tabs .ui-tabs-nav li.ui-state-default > a {
  background-color: #f9f9f9;
  border: 1px solid #c5d0dc;
  border-bottom-width: 0;
  color: #999;
  line-height: 16px;
  margin-right: -1px;
  z-index: 11;
  padding: 8px 12px;
  position: relative;
  top: 2px;
}
.ui-tabs .ui-tabs-nav li > a:focus {
  outline: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active > a {
  background-color: #FFF;
  border: 1px solid;
  border-color: #4c8fbd #c5d0dc transparent;
  border-top-width: 2px;
  -webkit-box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
  color: #576373;
  position: relative;
  top: 1px;
}
.ui-tabs .ui-tabs-panel {
  border: 1px solid #c5d0dc;
  border-top-width: 0;
  margin: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.ui-menu {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 150px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 3px;
}
.ui-menu .ui-menu-item a {
  padding: 4px 7px 5px;
  color: #444;
  cursor: pointer;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ui-menu .ui-menu-item a .ui-menu-icon {
  float: right;
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  bottom: auto;
  text-indent: 0;
}
.ui-menu .ui-menu-item a .ui-menu-icon:before {
  content: "\F105";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline;
}
.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  background-color: #4f99c6;
  color: #FFF;
  margin: auto;
  font-weight: normal;
}
.ui-menu .ui-menu-item a:hover .ui-menu-icon,
.ui-menu .ui-menu-item a.ui-state-focus .ui-menu-icon,
.ui-menu .ui-menu-item a.ui-state-active .ui-menu-icon {
  color: #FFF;
}
.ui-menu .ui-state-disabled a {
  color: #999;
  cursor: default;
}
.ui-menu .ui-state-disabled a:hover,
.ui-menu .ui-state-disabled a.ui-state-focus,
.ui-menu .ui-state-disabled a.ui-state-active {
  background-color: #FFF;
  color: #999;
}
.ui-autocomplete {
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete-category {
  padding: 6px;
  position: relative;
  background-color: #eef4f9;
  color: #478fca;
  font-weight: bolder;
  border: 1px solid #dae6ed;
  border-width: 1px 0;
}
.ui-spinner-button {
  border-width: 0!important;
  font-size: 10px;
  height: 14px;
  line-height: 14px;
  width: 18px;
  color: #fff!important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  display: inline-block;
  position: absolute;
  text-align: center;
  padding: 0;
}
.ui-spinner-button > [class*="icon-"] {
  width: 18px;
  display: inline-block;
}
.ui-spinner-up {
  top: 0;
  right: 5px;
}
.ui-spinner-down {
  bottom: 3px;
  right: 5px;
}
.ui-spinner-input {
  margin-top: 0;
  padding: 5px;
  max-width: 100px;
  font-size: 14px;
}
.ui-tooltip {
  background-color: #444;
  color: #FFF;
}
.ui-progressbar {
  background-color: #dadada;
  height: 22px;
}
.ui-progressbar .ui-progressbar-value {
  margin: 0;
}
.ui-progressbar .ui-progressbar-value[class="progress-bar"] {
  background-color: #2a91d8;
}
.ui-jqgrid .ui-jqgrid-view,
.ui-jqgrid .ui-paging-info,
.ui-jqgrid .ui-pg-table,
.ui-jqgrid .ui-pg-selbox {
  font-size: 13px;
}
.ui-jqgrid .ui-jqgrid-title {
  float: left;
  margin: 8px;
}
.ui-jqgrid .ui-jqgrid-title-rtl {
  float: right;
  margin: 8px;
}
.ui-jqgrid-view > .ui-jqgrid-titlebar {
  height: 40px;
  line-height: 24px;
  color: #FFF;
  background: #307ecc;
  padding: 0;
  font-size: 15px;
}
.ui-jqgrid tr.jqgrow.ui-row-rtl td:last-child {
  border-right: 0;
  border-left: 1px solid #e1e1e1;
}
.ui-jqgrid .ui-jqgrid-hdiv {
  background-color: #eff3f8;
  border: 1px solid #d3d3d3;
  border-width: 1px 0 0 1px;
  line-height: 15px;
  font-weight: bold;
  color: #777;
  text-shadow: none;
}
.ui-jqgrid .ui-jqgrid-htable thead {
  background-color: #eff3f8;
}
.ui-jqgrid .ui-jqgrid-htable th span.ui-jqgrid-resize {
  height: 45px !important;
}
.ui-jqgrid .ui-jqgrid-htable th div {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ui-jqgrid-hdiv .ui-jqgrid-htable {
  border-top: 0;
}
.ui-jqgrid-hdiv .ui-jqgrid-htable {
  border-top: 1px solid #e1e1e1;
}
.ui-jqgrid-titlebar {
  position: relative;
  top: 1px;
  z-index: 1;
}
.ui-jqgrid tr.jqgrow,
.ui-jqgrid tr.ui-row-ltr,
.ui-jqgrid tr.ui-row-rtl {
  border: 0;
}
.ui-jqgrid tr.ui-row-ltr td,
.ui-jqgrid tr.ui-row-rtl td {
  border-bottom: 1px solid #e1e1e1;
  padding: 6px 4px;
  border-color: #e1e1e1;
}
.ui-jqgrid tr.ui-state-highlight.ui-row-ltr td {
  border-right-color: #c7d3a9;
}
.ui-jqgrid tr.ui-state-highlight.ui-row-rtl td {
  border-left-color: #c7d3a9;
}
.ui-jqgrid-btable .ui-widget-content.ui-priority-secondary {
  background-image: none;
  background-color: #f9f9f9;
  opacity: 1;
}
.ui-jqgrid-btable .ui-widget-content.ui-state-hover {
  background-image: none;
  background-color: #eff4f7;
  opacity: 1;
}
.ui-jqgrid-btable .ui-widget-content.ui-state-highlight {
  background-color: #e4efc9;
}
.ui-jqgrid .ui-jqgrid-pager {
  line-height: 15px;
  height: 55px;
  padding-top: 3px!important;
  padding-bottom: 5px!important;
  background-color: #eff3f8!important;
  border-bottom: 1px solid #e1e1e1!important;
  border-top: 1px solid #e1e1e1 !important;
}
.ui-jqgrid .ui-pg-input {
  font-size: inherit;
  width: 24px;
  height: 20px;
  line-height: 16px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  padding-top: 1px;
  padding-bottom: 1px;
}
.ui-jqgrid .ui-pg-selbox {
  display: block;
  height: 24px;
  width: 60px;
  margin: 0;
  padding: 1px;
  line-height: normal;
}
.ui-jqgrid .ui-jqgrid-htable th div {
  overflow: visible;
}
.ui-jqgrid .ui-pager-control {
  height: 50px;
  position: relative;
  padding-left: 9px;
  padding-right: 9px;
}
.ui-jqgrid .ui-jqgrid-toppager {
  height: auto!important;
  background-color: #eff3f8;
  border-bottom: 1px solid #e1e1e1 !important;
}
.ui-jqgrid .jqgrow .editable {
  max-width: 90%;
  max-width: calc(92%) !important;
}
.ui-pg-table .navtable .ui-corner-all {
  border-radius: 0;
}
.ui-jqgrid .ui-pg-button:hover {
  padding: 1px;
}
.ui-jqgrid .ui-pg-button .ui-separator {
  margin-left: 4px;
  margin-right: 4px;
  border-color: #c9d4db;
}
.ui-jqgrid .ui-jqgrid-btable {
  border-left: 1px solid #e1e1e1;
}
.ui-jqgrid .ui-jqgrid-bdiv {
  border-top: 1px solid #e1e1e1;
}
.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  height: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  display: none;
  font-weight: bold;
  font-size: 12px;
  background-color: #FFF;
  border: 2px solid #8eb8d1;
  color: #e2b018;
}
.ui-jqgrid .ui-search-toolbar {
  border-top: 1px solid #e1e1e1;
}
.ui-jqgrid .ui-jqgrid-labels {
  border-bottom: 0;
  background: #f2f2f2;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#f8f8f8), to(#ececec));
  background-image: -webkit-linear-gradient(top, #f8f8f8, 0%, #ececec, 100%);
  background-image: -moz-linear-gradient(top, #f8f8f8 0, #ececec 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
  padding: 0!important;
  border-left: 1px solid #e1e1e1 !important;
}
.ui-jqgrid .ui-jqgrid-labels th {
  border-right: 1px solid #e1e1e1!important;
  text-align: left !important;
}
.ui-jqgrid-labels th[id*="_cb"]:first-child > div {
  padding-top: 0;
  text-align: center !important;
}
.ui-jqgrid-sortable {
  padding-left: 4px;
  font-size: 13px;
  color: #777;
  font-weight: bold;
}
.ui-jqgrid-sortable:hover {
  color: #547ea8;
}
th[aria-selected=true] {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#eff3f8), to(#e3e7ed));
  background-image: -webkit-linear-gradient(top, #eff3f8, 0%, #e3e7ed, 100%);
  background-image: -moz-linear-gradient(top, #eff3f8 0, #e3e7ed 100%);
  background-image: linear-gradient(to bottom, #eff3f8 0, #e3e7ed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f8', endColorstr='#ffe3e7ed', GradientType=0);
}
th[aria-selected=true] .ui-jqgrid-sortable {
  color: #307ecc;
}
.ui-icon {
  text-indent: 0;
  color: #307ecc;
  float: none;
  right: 2px;
  position: absolute;
}
.rtl .ui-icon {
  right: auto;
  left: 2px;
}
.ui-grid-ico-sort:before {
  display: inline;
  content: "\F0D7";
  font-family: FontAwesome;
  font-size: 12px;
}
.ui-icon-asc:before {
  content: "\F0D8";
}
.ui-state-disabled {
  color: #BBB;
}
.ui-pg-table > tbody > tr > .ui-pg-button > .ui-icon {
  display: inline-block;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  position: static;
  float: none;
  margin: 0 2px!important;
  color: #808080;
  border: 1px solid #CCC;
  background-color: #FFF;
  border-radius: 100%;
}
.ui-pg-table > tbody > tr > .ui-pg-button > .ui-icon:hover {
  color: #699ab5;
  border-color: #699ab5;
}
.ui-pg-table > tbody > tr > .ui-pg-button > .ui-icon:before {
  width: 20px;
  text-align: center;
  display: inline-block;
}
.ui-pg-table > tbody > tr > .ui-pg-button.ui-state-disabled .ui-icon {
  color: #b0b0b0;
  background-color: #f7f7f7;
  border-color: #DDD;
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.ui-jqgrid-btable input,
.ui-jqgrid-btable textarea,
.ui-jqgrid-btable select {
  padding: 2px;
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
}
.ui-jqgrid-btable select {
  padding: 1px;
  height: 25px;
  line-height: 25px;
}
.ui-pg-div .ui-icon {
  display: inline-block;
  width: 18px;
  float: none;
  position: static;
  text-align: center;
  opacity: .85;
  -webkit-transition: all .12s;
  transition: all .12s;
  margin: 0 1px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 17px;
}
.ui-pg-div .ui-icon:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
  position: static;
  margin: 0 1px;
}
.ui-pg-div .ui-icon:before {
  font-family: FontAwesome;
  display: inline;
}
.ui-icon-pencil {
  color: #478fca;
}
.ui-icon-pencil:before {
  content: "\F040";
}
.ui-icon-trash {
  color: #dd5a43;
}
.ui-icon-trash:before {
  content: "\F014";
}
.ui-icon-disk {
  color: #69aa46;
}
.ui-icon-disk:before {
  content: "\F00C";
}
.ui-icon-cancel {
  color: #dd5a43;
}
.ui-icon-cancel:before {
  content: "\F00D";
}
.ui-jqdialog-content,
.ui-jqdialog .ui-jqdialog-content {
  font-size: 13px;
  padding: 4px 0 0;
}
.ui-jqdialog-content .formdata,
.ui-jqdialog .ui-jqdialog-content .formdata {
  font-size: 13px;
  padding: 6px 12px;
}
.ui-jqdialog-content .form-view-data,
.ui-jqdialog .ui-jqdialog-content .form-view-data {
  vertical-align: middle;
  font-size: 13px;
}
.ui-jqdialog-content[id*="alertcnt_"],
.ui-jqdialog .ui-jqdialog-content[id*="alertcnt_"] {
  padding: 8px 11px;
}
.ui-jqdialog-content .CaptionTD {
  font-size: 12px;
  text-align: right;
  color: #666;
}
.ui-jqdialog-content .FormData {
  border-bottom: 1px dotted #e8e8e8;
}
.ui-jqdialog-content .FormData:last-child {
  border-bottom: 0;
}
.ui-jqdialog-content .FormData > td {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ui-jqdialog-content input.FormElement {
  width: auto;
}
.ui-jqdialog-content select.FormElement {
  padding: 1px;
  height: 25px;
  line-height: 25px;
  width: auto;
}
.ui-jqdialog-content td.EditButton {
  padding: 8px;
}
.EditTable {
  background-color: #eff3f8;
  border-top: 1px solid #d6e1ea!important;
  padding: 8px;
}
.EditTable tr:first-child {
  display: none;
}
.EditTable .navButton .fm-button {
  float: none!important;
  width: auto!important;
  margin: 1px 1px 2px!important;
  background-color: transparent;
  border-radius: 100%;
}
.EditTable .navButton .fm-button:hover {
  background-color: transparent;
}
.EditTable .navButton .fm-button:focus {
  outline: 0;
}
.EditTable .navButton .fm-button [class*="icon-"] {
  display: inline-block;
  color: #999;
  border: 1px solid #AAA;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 100%;
  background-color: #FFF;
}
.EditTable .navButton .fm-button:hover [class*="icon-"] {
  color: #699ab5;
  border-color: #699ab5;
}
.EditTable .navButton .fm-button.ui-state-disabled [class*="icon-"],
.EditTable .navButton .fm-button.ui-state-disabled:hover [class*="icon-"] {
  color: #BBB;
  border-color: #CCC;
  -moz-transform: scale(0.88);
  -webkit-transform: scale(0.88);
  -o-transform: scale(0.88);
  -ms-transform: scale(0.88);
  transform: scale(0.88);
}
.FormGrid .EditTable {
  background-color: #FFF;
  border-top: none!important;
  padding: 0;
}
.FormGrid .EditTable tr:first-child {
  display: none;
}
.ui-jqdialog-content .searchFilter select {
  padding: 1px;
  height: 26px;
  line-height: 26px;
  width: auto;
  max-width: 95%;
  margin-bottom: 0;
}
.ui-jqdialog-content .searchFilter .input-elm {
  margin-bottom: 0;
  height: 18px;
  line-height: 18px;
  width: 95%!important;
  padding-left: 1px;
  padding-right: 1px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ui-jqdialog-content .searchFilter table {
  margin-left: 4px;
}
.ui-jqdialog-content .searchFilter tr td {
  padding: 5px 0;
}
.ui-jqdialog-content .searchFilter .add-group,
.ui-jqdialog-content .searchFilter .add-rule,
.ui-jqdialog-content .searchFilter .delete-group {
  margin-left: 4px!important;
  font-size: 15px !important;
}
.ui-jqdialog-content .searchFilter .delete-rule {
  border: 0;
  background-color: #FFF;
  color: #d15b47;
  font-size: 20px;
  width: 22px;
  line-height: 10px;
  padding: 0;
  text-shadow: none!important;
  display: inline-block;
  -webkit-transition: all .1s;
  transition: all .1s;
  opacity: 0.85;
}
.ui-jqdialog-content .searchFilter .delete-rule:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #b74635;
  opacity: 1;
}
.ui-jqdialog-content .searchFilter .queryresult {
  margin-bottom: 11px;
}
.ui-jqdialog-content .searchFilter .queryresult td.query {
  padding: 6px 11px;
  border: 1px solid #e1e1e1;
  background-color: #eee;
}
.ui-jqdialog-content .searchFilter .queryresult td.query:empty {
  display: none;
}
.ui-state-error {
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  color: #b94a48;
  margin: 4px 4px 8px;
  padding: 6px 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
.ui-jqdialog .ui-widget-header {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, 0%, #eee, 100%);
  background-image: -moz-linear-gradient(top, #fff 0, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border-image: none;
  border-bottom: 1px solid solid;
  color: #669fc7;
  min-height: 38px;
  position: relative;
}
.ui-jqdialog .ui-widget-header .ui-jqdialog-title {
  line-height: 38px;
  margin: 0;
  padding: 0;
  padding-left: 12px;
  text-align: left;
}
.widget-header .ui-jqdialog-title {
  padding-left: 0!important;
  padding-right: 0 !important;
}
.ui-jqdialog .ui-widget-header .widget-header {
  border-bottom: 0;
}
.ui-jqdialog .ui-jqdialog-titlebar {
  border-bottom: 1px solid #DDD !important;
}
.fm-button {
  margin: 0 4px;
}
.fm-button:not(.btn) {
  background-color: #abbac3;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
  padding: 0 12px 1px;
  margin: 0 8px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all .15s;
  transition: all .15s;
  vertical-align: middle;
}
.fm-button.ui-state-default:hover {
  background-color: #8b9aa3;
}
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}
.dd-handle,
.dd2-content {
  display: block;
  min-height: 38px;
  margin: 5px 0;
  padding: 8px 12px;
  background: #f8faff;
  border: 1px solid #dae2ea;
  color: #7c9eb2;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dd-handle:hover,
.dd2-content:hover {
  color: #438eb9;
  background: #f4f6f7;
  border-color: #dce2e8;
}
.dd-handle[class*="btn-"],
.dd2-content[class*="btn-"] {
  color: #FFF;
  border: 0;
  padding: 9px 12px;
}
.dd-handle[class*="btn-"]:hover,
.dd2-content[class*="btn-"]:hover {
  opacity: .85;
  color: #FFF;
}
.dd2-handle + .dd2-content,
.dd2-handle + .dd2-content[class*="btn-"] {
  padding-left: 44px;
}
.dd-handle[class*="btn-"]:hover,
.dd2-content[class*="btn-"] .dd2-handle[class*="btn-"]:hover + .dd2-content[class*="btn-"] {
  color: #FFF;
}
.dd-item > button:hover ~ .dd-handle,
.dd-item > button:hover ~ .dd2-content {
  color: #438eb9;
  background: #f4f6f7;
  border-color: #dce2e8;
}
.dd-item > button:hover ~ .dd-handle[class*="btn-"],
.dd-item > button:hover ~ .dd2-content[class*="btn-"] {
  opacity: .85;
  color: #FFF;
}
.dd2-handle:hover ~ .dd2-content {
  color: #438eb9;
  background: #f4f6f7;
  border-color: #dce2e8;
}
.dd2-handle:hover ~ .dd2-content[class*="btn-"] {
  opacity: .85;
  color: #FFF;
}
.dd2-item.dd-item > button {
  margin-left: 34px;
}
.dd-item > button {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 1px 5px 5px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  top: 4px;
  left: 1px;
  color: #707070;
}
.dd-item > button:before {
  font-family: FontAwesome;
  content: '\F067';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-weight: normal;
  font-size: 14px;
}
.dd-item > button[data-action="collapse"]:before {
  content: '\F068';
}
.dd-item > button:hover {
  color: #707070;
}
.dd-item.dd-colored > button,
.dd-item.dd-colored > button:hover {
  color: #EEE;
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f0f9ff;
  border: 2px dashed #bed2db;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dd-empty {
  border-color: #AAA;
  border-style: solid;
  background-color: #e5e5e5;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  opacity: 0.8;
}
.dd-dragel > li > .dd-handle {
  color: #4b92be;
  background: #f1f5fa;
  border-color: #d6e1ea;
  border-left: 2px solid #777;
  position: relative;
}
.dd-dragel > li > .dd-handle[class*="btn-"] {
  color: #FFF;
}
.dd-dragel > .dd-item > .dd-handle {
  margin-top: 0;
}
.dd-list > li[class*="item-"] {
  border-width: 0;
  padding: 0;
}
.dd-list > li[class*="item-"] > .dd-handle {
  border-left: 2px solid;
  border-left-color: inherit;
}
.dd-list > li > .dd-handle .sticker {
  position: absolute;
  right: 0;
  top: 0;
}
.dd2-handle,
.dd-dragel > li > .dd2-handle {
  left: 0;
  top: 0;
  width: 36px;
  margin: 0;
  border-width: 1px 1px 0 0;
  text-align: center;
  padding: 0!important;
  line-height: 38px;
  height: 38px;
  background: #ebedf2;
  border: 1px solid #dee4ea;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.dd2-handle:hover,
.dd-dragel > li > .dd2-handle {
  background: #e3e8ed;
}
.dd2-content[class*="btn-"] {
  text-shadow: none !important;
}
.dd2-handle[class*="btn-"] {
  text-shadow: none!important;
  background: rgba(0, 0, 0, 0.1) !important;
  border-right: 1px solid #EEE;
}
.dd2-handle[class*="btn-"]:hover {
  background: rgba(0, 0, 0, 0.08) !important;
}
.dd-dragel .dd2-handle[class*="btn-"] {
  border-color: transparent;
  border-right-color: #EEE;
}
.dd2-handle.btn-yellow {
  text-shadow: none!important;
  background: rgba(0, 0, 0, 0.05) !important;
  border-right: 1px solid #FFF;
}
.dd2-handle.btn-yellow:hover {
  background: rgba(0, 0, 0, 0.08) !important;
}
.dd-dragel .dd2-handle.btn-yellow {
  border-color: transparent;
  border-right-color: #FFF;
}
.dd-item > .dd2-handle .drag-icon {
  display: none;
}
.dd-dragel > .dd-item > .dd2-handle .drag-icon {
  display: inline;
}
.dd-dragel > .dd-item > .dd2-handle .normal-icon {
  display: none;
}
.dropzone {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.dropzone .dz-default.dz-message {
  background-image: none;
  font-size: 24px;
  text-align: center;
  line-height: 32px;
  left: 0;
  width: 100%;
  margin-left: auto;
}
.dropzone .dz-default.dz-message span {
  display: inline;
  color: #555;
}
.dropzone .dz-default.dz-message span .upload-icon {
  opacity: .7;
  filter: alpha(opacity=70);
  margin-top: 8px;
  cursor: pointer;
}
.dropzone .dz-default.dz-message span .upload-icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
}
.dropzone .dz-preview .dz-error-mark:before,
.dropzone-previews .dz-preview .dz-error-mark:before {
  font-family: FontAwesome;
  font-size: 30px;
  color: #db6262;
  content: "\F00D";
}
.dropzone .dz-preview .dz-success-mark:before,
.dropzone-previews .dz-preview .dz-success-mark:before {
  font-family: FontAwesome;
  font-size: 30px;
  color: #6da552;
  content: "\F00C";
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  border: 0;
  border-radius: 0;
  color: #FFF;
  background: #d15b47;
  cursor: pointer;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  color: #FFF;
  background: #b74635;
}
.dropzone .progress,
.dropzone-previews .progress {
  margin-bottom: 0;
}
.dropzone .dz-preview.dz-success .progress,
.dropzone-previews .dz-preview.dz-success .progress,
.dropzone .dz-preview.dz-error .progress,
.dropzone-previews .dz-preview.dz-error .progress {
  display: none;
}
.icon-animated-bell {
  display: inline-block;
  -moz-animation: ringing 2.0s 5 ease 1.0s;
  -webkit-animation: ringing 2.0s 5 ease 1.0s;
  -o-animation: ringing 2.0s 5 ease 1.0s;
  -ms-animation: ringing 2.0s 5 ease 1.0s;
  animation: ringing 2.0s 5 ease 1.0s;
  -moz-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
@-moz-keyframes ringing {
  0% {
    -moz-transform: rotate(-15deg);
  }
  2% {
    -moz-transform: rotate(15deg);
  }
  4% {
    -moz-transform: rotate(-18deg);
  }
  6% {
    -moz-transform: rotate(18deg);
  }
  8% {
    -moz-transform: rotate(-22deg);
  }
  10% {
    -moz-transform: rotate(22deg);
  }
  12% {
    -moz-transform: rotate(-18deg);
  }
  14% {
    -moz-transform: rotate(18deg);
  }
  16% {
    -moz-transform: rotate(-12deg);
  }
  18% {
    -moz-transform: rotate(12deg);
  }
  20% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes ringing {
  0% {
    -webkit-transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
  }
}
@-ms-keyframes ringing {
  0% {
    -ms-transform: rotate(-15deg);
  }
  2% {
    -ms-transform: rotate(15deg);
  }
  4% {
    -ms-transform: rotate(-18deg);
  }
  6% {
    -ms-transform: rotate(18deg);
  }
  8% {
    -ms-transform: rotate(-22deg);
  }
  10% {
    -ms-transform: rotate(22deg);
  }
  12% {
    -ms-transform: rotate(-18deg);
  }
  14% {
    -ms-transform: rotate(18deg);
  }
  16% {
    -ms-transform: rotate(-12deg);
  }
  18% {
    -ms-transform: rotate(12deg);
  }
  20% {
    -ms-transform: rotate(0deg);
  }
}
@keyframes ringing {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20% {
    transform: rotate(0deg);
  }
}
.icon-animated-vertical {
  display: inline-block;
  -moz-animation: vertical 2.0s 5 ease 2.0s;
  -webkit-animation: vertical 2.0s 5 ease 2.0s;
  -o-animation: vertical 2.0s 5 ease 2.0s;
  -ms-animation: vertical 2.0s 5 ease 2.0s;
  animation: vertical 2s 5 ease 2s;
}
@-moz-keyframes vertical {
  0% {
    -moz-transform: translate(0, -3px);
  }
  4% {
    -moz-transform: translate(0, 3px);
  }
  8% {
    -moz-transform: translate(0, -3px);
  }
  12% {
    -moz-transform: translate(0, 3px);
  }
  16% {
    -moz-transform: translate(0, -3px);
  }
  20% {
    -moz-transform: translate(0, 3px);
  }
  22% {
    -moz-transform: translate(0, 0);
  }
}
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
  }
  4% {
    -webkit-transform: translate(0, 3px);
  }
  8% {
    -webkit-transform: translate(0, -3px);
  }
  12% {
    -webkit-transform: translate(0, 3px);
  }
  16% {
    -webkit-transform: translate(0, -3px);
  }
  20% {
    -webkit-transform: translate(0, 3px);
  }
  22% {
    -webkit-transform: translate(0, 0);
  }
}
@-ms-keyframes vertical {
  0% {
    -ms-transform: translate(0, -3px);
  }
  4% {
    -ms-transform: translate(0, 3px);
  }
  8% {
    -ms-transform: translate(0, -3px);
  }
  12% {
    -ms-transform: translate(0, 3px);
  }
  16% {
    -ms-transform: translate(0, -3px);
  }
  20% {
    -ms-transform: translate(0, 3px);
  }
  22% {
    -ms-transform: translate(0, 0);
  }
}
@keyframes vertical {
  0% {
    transform: translate(0, -3px);
  }
  4% {
    transform: translate(0, 3px);
  }
  8% {
    transform: translate(0, -3px);
  }
  12% {
    transform: translate(0, 3px);
  }
  16% {
    transform: translate(0, -3px);
  }
  20% {
    transform: translate(0, 3px);
  }
  22% {
    transform: translate(0, 0);
  }
}
.icon-animated-hand-pointer {
  display: inline-block;
  -moz-animation: hand-pointer 2s 4 ease 2s;
  -webkit-animation: hand-pointer 2s 4 ease 2s;
  -o-animation: hand-pointer 2s 4 ease 2s;
  -ms-animation: hand-pointer 2s 4 ease 2s;
  animation: hand-pointer 2s 4 ease 2s;
}
@-moz-keyframes hand-pointer {
  0% {
    -moz-transform: translate(0, 0);
  }
  6% {
    -moz-transform: translate(5px, 0);
  }
  12% {
    -moz-transform: translate(0, 0);
  }
  18% {
    -moz-transform: translate(5px, 0);
  }
  24% {
    -moz-transform: translate(0, 0);
  }
  30% {
    -moz-transform: translate(5px, 0);
  }
  36% {
    -moz-transform: translate(0, 0);
  }
}
.icon-animated-wrench {
  display: inline-block;
  -moz-animation: wrenching 2.5s 4 ease;
  -webkit-animation: wrenching 2.5s 4 ease;
  -o-animation: wrenching 2.5s 4 ease;
  -ms-animation: wrenching 2.5s 4 ease;
  animation: wrenching 2.5s 4 ease;
  -moz-transform-origin: 90% 35%;
  -webkit-transform-origin: 90% 35%;
  -o-transform-origin: 90% 35%;
  -ms-transform-origin: 90% 35%;
  transform-origin: 90% 35%;
}
@-moz-keyframes wrenching {
  0% {
    -moz-transform: rotate(-12deg);
  }
  8% {
    -moz-transform: rotate(12deg);
  }
  10% {
    -moz-transform: rotate(24deg);
  }
  18% {
    -moz-transform: rotate(-24deg);
  }
  20% {
    -moz-transform: rotate(-24deg);
  }
  28% {
    -moz-transform: rotate(24deg);
  }
  30% {
    -moz-transform: rotate(24deg);
  }
  38% {
    -moz-transform: rotate(-24deg);
  }
  40% {
    -moz-transform: rotate(-24deg);
  }
  48% {
    -moz-transform: rotate(24deg);
  }
  50% {
    -moz-transform: rotate(24deg);
  }
  58% {
    -moz-transform: rotate(-24deg);
  }
  60% {
    -moz-transform: rotate(-24deg);
  }
  68% {
    -moz-transform: rotate(24deg);
  }
  75% {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes wrenching {
  0% {
    -webkit-transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
  }
  18% {
    -webkit-transform: rotate(-24deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
  }
  28% {
    -webkit-transform: rotate(24deg);
  }
  30% {
    -webkit-transform: rotate(24deg);
  }
  38% {
    -webkit-transform: rotate(-24deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
  }
  48% {
    -webkit-transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(24deg);
  }
  58% {
    -webkit-transform: rotate(-24deg);
  }
  60% {
    -webkit-transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes wrenching {
  0% {
    -o-transform: rotate(-12deg);
  }
  8% {
    -o-transform: rotate(12deg);
  }
  10% {
    -o-transform: rotate(24deg);
  }
  18% {
    -o-transform: rotate(-24deg);
  }
  20% {
    -o-transform: rotate(-24deg);
  }
  28% {
    -o-transform: rotate(24deg);
  }
  30% {
    -o-transform: rotate(24deg);
  }
  38% {
    -o-transform: rotate(-24deg);
  }
  40% {
    -o-transform: rotate(-24deg);
  }
  48% {
    -o-transform: rotate(24deg);
  }
  50% {
    -o-transform: rotate(24deg);
  }
  58% {
    -o-transform: rotate(-24deg);
  }
  60% {
    -o-transform: rotate(-24deg);
  }
  68% {
    -o-transform: rotate(24deg);
  }
  75% {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes wrenching {
  0% {
    -ms-transform: rotate(-12deg);
  }
  8% {
    -ms-transform: rotate(12deg);
  }
  10% {
    -ms-transform: rotate(24deg);
  }
  18% {
    -ms-transform: rotate(-24deg);
  }
  20% {
    -ms-transform: rotate(-24deg);
  }
  28% {
    -ms-transform: rotate(24deg);
  }
  30% {
    -ms-transform: rotate(24deg);
  }
  38% {
    -ms-transform: rotate(-24deg);
  }
  40% {
    -ms-transform: rotate(-24deg);
  }
  48% {
    -ms-transform: rotate(24deg);
  }
  50% {
    -ms-transform: rotate(24deg);
  }
  58% {
    -ms-transform: rotate(-24deg);
  }
  60% {
    -ms-transform: rotate(-24deg);
  }
  68% {
    -ms-transform: rotate(24deg);
  }
  75% {
    -ms-transform: rotate(0deg);
  }
}
@keyframes wrenching {
  0% {
    transform: rotate(-12deg);
  }
  8% {
    transform: rotate(12deg);
  }
  10% {
    transform: rotate(24deg);
  }
  18% {
    transform: rotate(-24deg);
  }
  20% {
    transform: rotate(-24deg);
  }
  28% {
    transform: rotate(24deg);
  }
  30% {
    transform: rotate(24deg);
  }
  38% {
    transform: rotate(-24deg);
  }
  40% {
    transform: rotate(-24deg);
  }
  48% {
    transform: rotate(24deg);
  }
  50% {
    transform: rotate(24deg);
  }
  58% {
    transform: rotate(-24deg);
  }
  60% {
    transform: rotate(-24deg);
  }
  68% {
    transform: rotate(24deg);
  }
  75% {
    transform: rotate(0deg);
  }
}
.ace-settings-container {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 12;
}
.breadcrumbs-fixed .ace-settings-container {
  top: 9px;
}
.btn.ace-settings-btn {
  float: left;
  display: inline-block;
  width: 42px!important;
  text-align: center;
  border-radius: 6px 0 0 6px!important;
  opacity: .55;
  filter: alpha(opacity=55);
  vertical-align: top;
  margin: 0;
}
.btn.ace-settings-btn:hover,
.btn.ace-settings-btn.open {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ace-settings-box {
  display: none;
  float: left;
  width: 175px;
  padding: 0 14px;
  background-color: #FFF;
  border: 2px solid #ffb34b;
}
.ace-settings-box.open {
  display: inline-block;
}
.ace-settings-box > div {
  margin: 6px 0;
  color: #444;
  max-height: 24px;
}
.ace-settings-box > div > label {
  font-size: 13px;
}
.btn-scroll-up {
  border: 0;
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 11;
}
@media (min-width: 768px) {
  .main-container.container > .btn-scroll-up {
    right: auto;
    margin-left: 708px;
  }
}
@media (min-width: 992px) {
  .main-container.container > .btn-scroll-up {
    right: auto;
    margin-left: 928px;
  }
}
@media (min-width: 1200px) {
  .main-container.container > .btn-scroll-up {
    right: auto;
    margin-left: 1128px;
  }
}
.grid2,
.grid3,
.grid4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0;
  float: left;
  border-left: 1px solid #e3e3e3;
}
.grid2:first-child,
.grid3:first-child,
.grid4:first-child {
  border-left: none;
}
.grid2 {
  width: 48%;
  padding: 0 2%;
}
.grid3 {
  width: 33%;
  padding: 0 2%;
}
.grid4 {
  width: 23%;
  margin: 0 1%;
  padding: 0 1%;
}
.draggable-placeholder {
  border: 2px dashed #d9d9d9!important;
  background-color: #f7f7f7 !important;
}
.slimScrollBar {
  border-radius: 0 !important;
}
.slimScrollRail {
  border-radius: 0 !important;
}
.datepicker td,
.daterangepicker td,
.datepicker th,
.daterangepicker th {
  border-radius: 0!important;
  font-size: 13px;
}
.datepicker td.active,
.daterangepicker td.active,
.datepicker td.active:hover,
.daterangepicker td.active:hover {
  background: #2283c5 !important;
}
.datepicker td.active.disabled,
.daterangepicker td.active.disabled,
.datepicker td.active.disabled:hover,
.daterangepicker td.active.disabled:hover {
  background: #8b9aa3 !important;
}
.datepicker td,
.datepicker th {
  min-width: 32px;
}
.datepicker-months .month,
.datepicker-years .year {
  border-radius: 0 !important;
}
.datepicker-months .month.active,
.datepicker-years .year.active,
.datepicker-months .month.active:hover,
.datepicker-years .year.active:hover,
.datepicker-months .month.active:focus,
.datepicker-years .year.active:focus,
.datepicker-months .month.active:active,
.datepicker-years .year.active:active {
  background-image: none!important;
  background-color: #2283c5 !important;
}
.bootstrap-timepicker-widget table td input {
  width: 32px;
}
.bootstrap-timepicker-widget table td a:hover {
  border-radius: 0;
}
.well .datepicker table tr td.day:hover {
  background-color: #7d8893;
  color: #FFF;
}
.easyPieChart {
  position: relative;
  text-align: center;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.knob-container {
  direction: ltr;
  text-align: left;
}
.navbar .navbar-inner,
.navbar .btn-navbar {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.dropdown-menu li > a,
.dropdown-submenu > a {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.btn {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.progress,
.progress .bar {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}
.tags {
  display: inline-block;
  padding: 4px 6px;
  color: #777;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #d5d5d5;
  width: 206px;
}
.tags:hover {
  border-color: #b5b5b5;
}
.tags-hover,
.tags-hover:hover {
  border-color: #f59942;
  outline: 0;
}
.tags[class*="span"] {
  float: none;
  margin-left: 0;
}
.tags input[type="text"],
.tags input[type="text"]:focus {
  border: 0;
  display: inline;
  outline: 0;
  margin: 0;
  padding: 0;
  line-height: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
.tags .tag {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: normal;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #91b8d0;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  padding: 4px 22px 5px 9px;
  margin-bottom: 3px;
  margin-right: 3px;
  -webkit-transition: all .2s;
  transition: all 0.2s;
}
.tags .tag:empty {
  display: none;
}
.tags .tag-important {
  background-color: #d15b47;
}
.tags .tag-warning {
  background-color: #ffb752;
}
.tags .tag-success {
  background-color: #87b87f;
}
.tags .tag-info {
  background-color: #6fb3e0;
}
.tags .tag-inverse {
  background-color: #555;
}
.tags .tag .close {
  font-size: 15px;
  line-height: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #FFF;
  text-shadow: none;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 18px;
  text-align: center;
}
.tags .tag .close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  float: left;
}
.col-xs-reset {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  float: none;
}
@media (min-width: 768px) {
  .col-sm-reset {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
}
@media (min-width: 992px) {
  .col-md-reset {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
}
@media (min-width: 1200px) {
  .col-lg-reset {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
}
.jqstooltip,
.legendColorBox div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.legendLabel {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 20px;
  font-size: 10px;
}
@media only screen and (max-width: 480px) {
  .hidden-480 {
    display: none !important;
  }
}
@media only screen and (max-width: 320px) {
  .hidden-320 {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  [class*="vspace-xs"] {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  [class*="vspace-sm"] {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  [class*="vspace-md"] {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  [class*="vspace-lg"] {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .main-content {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 991px) {
  body.breadcrumbs-fixed {
    padding-top: 45px;
  }
  .navbar-fixed-top {
    margin-bottom: 0;
  }
  .sidebar.fixed,
  .sidebar.sidebar-fixed {
    position: absolute;
  }
}
@media (max-width: 460px) {
  body.navbar-fixed {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .error-container {
    margin: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .error-container {
    margin: 6px;
  }
}
@media only screen and (max-width: 360px) {
  .grid2,
  .grid3,
  .grid4 {
    float: none;
    display: block;
    width: 96%;
    border-left: none;
    position: relative;
    margin-bottom: 11px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 4px;
  }
  .grid2 > [class*="pull-"],
  .grid3 > [class*="pull-"],
  .grid4 > [class*="pull-"] {
    float: none!important;
    display: inline-block;
    position: absolute;
    right: 11px;
    top: 0;
    margin-top: 0;
  }
  .grid2:last-child,
  .grid3:last-child,
  .grid4:last-child {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .ace-settings-container,
  body.breadcrumbs-fixed .ace-settings-container {
    top: 65px;
  }
}
/*Custom Nav Header Colors*/
.btn-navHeader,
.btn-navHeader:focus {
  background-color: #2e6589 !important;
  border-color: #408abb;
}
.btn-navHeader:hover,
.open .btn-navHeader.dropdown-toggle {
  background-color: #4f99c6!important;
  border-color: #6fb3e0;
}

.skin-1 {
  background-color: #4a4f56;
}
.skin-1 .navbar {
  background: #2c6aa0;
}
.skin-1 .sidebar,
.skin-1 .sidebar:before {
  background-color: #222a2d;
  border-right: 0;
}
.skin-1 .nav-list > li {
  border-color: #3f4e54;
  border-top-width: 0;
}
.skin-1 .nav-list > li > a,
.skin-1 .menu-min .nav-list > li.open > a {
  background-color: #222a2d;
  color: #b1bac1;
}
.skin-1 .nav-list > li:hover > a {
  background-color: #414b51;
  color: #e1eaf1;
}
.skin-1 .nav-list > li > a > .arrow {
  color: #b1bac1;
}
.skin-1 .nav-list > li.open > a > .arrow {
  color: #85c0ec;
}
.skin-1 .nav-list > li .submenu > li > a {
  border-top-color: #afbdc9;
}
.skin-1 .nav-list > li.active .submenu > li > a {
  border-top-color: #70818e;
}
.skin-1 .nav-list li.active > a:after {
  border-right-color: #FFF;
  border-width: 16px 10px;
  top: 2px;
}
.skin-1 .nav-list > li.active.open > ul.submenu > li.active > a:after {
  top: 1px;
}
.skin-1 .nav-list > li.active:after {
  display: none;
}
.skin-1 .menu-min .nav-list > li.active > a:after {
  border-width: 10px 6px;
  top: 8px;
}
.skin-1 .menu-min .nav-list > li.active:hover > a:after {
  border-right-color: #242a2b;
}
.skin-1 .nav-list > li.open > a,
.skin-1 .nav-list > li.open > a:hover {
  color: #85c0ec;
  background-color: #222a2d;
}
.skin-1 .nav-list > li.active > a,
.skin-1 .nav-list > li.active > a:hover,
.skin-1 .menu-min .nav-list > li.active > a,
.skin-1 .menu-min .nav-list > li.active > a:hover {
  background-color: #141a1b;
  color: #55a0dc;
}
.skin-1 .nav-list > li > ul.submenu {
  background-color: #3a4344;
  border-top-color: #5a6364;
}
.skin-1 .nav-list > li.active > ul.submenu {
  background-color: #141a1b;
  border-top-color: #2f3e44;
}
.skin-1 .nav-list > li > .submenu > li > a {
  color: #d1dae1;
  border-bottom-color: #5a6364;
}
.skin-1 .nav-list > li > .submenu > li:first-child > a {
  border-top-color: transparent;
}
.skin-1 .nav-list > li > .submenu > li > a:hover {
  color: #8ab4de;
}
.skin-1 .nav-list > li > .submenu > li.active > a {
  color: #55a0dc;
  border-bottom-color: #2f3e44;
}
.skin-1 .nav-list > li > .submenu > li > a > [class*="icon-"]:first-child {
  display: none;
}
.skin-1 .menu-min .nav-list > li:hover > a {
  color: #e1eaf1;
}
.skin-1 .menu-min .nav-list > li > a > .menu-text {
  background-color: #414b51;
}
.skin-1 .menu-min .nav-list > li.active > a > .menu-text {
  background-color: #242a2b;
}
.skin-1 .menu-min .nav-list > li.active:hover > a,
.skin-1 .menu-min .nav-list > li.active > a > .menu-text {
  color: #55a0dc;
}
.skin-1 .menu-min .nav-list > li > a.active,
.skin-1 .menu-min .nav-list > li.open.active > a {
  background-color: #141a1b;
}
.skin-1 .menu-min .nav-list > li > a > .menu-text,
.skin-1 .menu-min .nav-list > li > ul.submenu {
  border-color: #3f4e54;
  margin-top: 1px;
  border-left-color: #242a2b;
}
.skin-1 .nav-list > li > .submenu > li:before,
.skin-1 .nav-list > li > .submenu:before {
  border-color: #929ba3;
}
.skin-1 .nav-list > li.active > .submenu > li:before,
.skin-1 .nav-list > li.active > .submenu:before {
  border-color: #3f4e54;
}
.skin-1 .menu-min .nav-list > li > a.dropdown-toggle > .menu-text {
  border-bottom-color: #5a606a;
}
.skin-1 .sidebar-collapse {
  background-color: #141a1b;
  border-color: #3f4e54;
  border-top-width: 1px;
}
.skin-1 .sidebar-collapse:before {
  border-color: #3f4e54;
}
.skin-1 .sidebar-collapse > [class*="icon-"] {
  background-color: #222a2d;
}
.skin-1 .sidebar-shortcuts,
.skin-1 .sidebar-shortcuts-mini {
  background-color: #141a1b;
  border-color: #3f4e54;
}
.skin-1 .sidebar > .nav-search {
  background-color: #141a1b;
  border-color: #3f4e54;
}
.skin-1 .menu-min .sidebar-shortcuts-large {
  background-color: #141a1b;
  box-shadow: none;
  border: 0;
  top: 0;
}
.skin-1 .breadcrumbs {
  border: 0;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 991px) {
  .skin-1 .sidebar {
    border: 0;
    box-shadow: none;
  }
  .skin-1 .nav-list li.active > a:after {
    display: none;
  }
  .skin-1 .menu-min .nav-list > li.active.open > a:after {
    display: none;
  }
  .skin-1 .menu-min .nav-list > li.active:hover > a:after {
    display: block;
  }
}
.skin-1 .nav-list > li > .submenu > li > .submenu a {
  border-top-color: #7b858c;
}
.skin-1 .nav-list > li.active > .submenu > li > .submenu a {
  border-top-color: #545b60;
}
.skin-1 .nav-list > li .submenu li > .submenu > li a {
  color: #d1dae1;
  font-size: 13px;
}
.skin-1 .nav-list > li .submenu li > .submenu > li a > [class*="icon-"]:first-child {
  color: inherit;
}
.skin-1 .nav-list > li .submenu li > .submenu > li a:hover {
  color: #8ab4de;
  text-decoration: none;
}
.skin-1 .nav-list > li .submenu li > .submenu > li a:hover > [class*="icon-"]:first-child {
  color: #55a0dc;
}
.skin-1 .nav-list > li .submenu li.open > a,
.skin-1 .nav-list > li .submenu li > .submenu > li.open > a {
  color: #85c0ec;
}
.skin-1 .nav-list > li .submenu li.open > a > [class*="icon-"]:first-child,
.skin-1 .nav-list > li .submenu li > .submenu > li.open > a > [class*="icon-"]:first-child {
  color: inherit;
}
.skin-1 .nav-list > li .submenu li > .submenu li.active > a {
  color: #61a8dd;
}
.skin-1 .nav-list > li .submenu li > .submenu li.active > a > [class*="icon-"]:first-child {
  color: inherit;
}
.skin-1 .nav-list > li .submenu li > .submenu li.active > a:hover {
  color: #85c0ec;
}
.skin-1 .nav-list > li .submenu li > a > .arrow {
  color: #BBB;
}
.skin-1 .nav-list > li > .submenu > li.open > a > .arrow,
.skin-1 .nav-list > li > .submenu > li > a:hover > .arrow,
.skin-1 .nav-list > li > .submenu > li > .submenu > li.open > a > .arrow,
.skin-1 .nav-list > li > .submenu > li > .submenu > li > a:hover > .arrow {
  color: inherit;
}
.skin-2 {
  background-color: #5c5c5c;
}
.skin-2 .navbar {
  background: #c6487e;
}
.skin-2 .sidebar,
.skin-2 .sidebar:before {
  background-color: #505050;
  border-right: 0;
}
.skin-2 .nav-list > li {
  border-color: #444;
  border-top-width: 0;
}
.skin-2 .nav-list > li:last-child {
  border-bottom-width: 0;
}
.skin-2 .nav-list > li > a,
.skin-2 .menu-min .nav-list > li.open > a,
.skin-2 .nav-list .open > a,
.skin-2 .nav-list .open > a:hover,
.skin-2 .nav-list .open > a:focus {
  background-color: #393939;
}
.skin-2 .nav-list > li.active > a {
  color: #FFF;
}
.skin-2 .nav-list > li > a:hover:before {
  display: none;
}
.skin-2 .nav-list li.active > a:after {
  border-right-color: #FFF;
}
.skin-2 .nav-list > li.active > a:after,
.skin-2 .nav-list > li.active > .submenu > li.active > a:after {
  top: 2px;
  right: 0;
  border-width: 16px 10px;
}
.skin-2 .menu-min .nav-list > li.active > a:after {
  border-width: 10px 6px;
  top: 8px;
}
.skin-2 .menu-min .nav-list > li.active:hover > a:after {
  border-right-color: #292929;
}
.skin-2 .nav-list > li.active:after {
  display: none;
}
.skin-2 .nav-list > li.active.open > .submenu > li.active > a:after {
  border-right-color: #FFF;
  right: 0;
}
.skin-2 .nav-list > li > .submenu {
  background-color: #303030;
  border-top-color: #666;
}
.skin-2 .nav-list > li.active > .submenu {
  background-color: #222;
}
.skin-2 .nav-list > li > .submenu > li:first-child > a {
  border-top: 0;
}
.skin-2 .nav-list > li > .submenu > li > a {
  color: #CCC;
  border-bottom-color: #555;
}
.skin-2 .nav-list > li > .submenu > li > a > [class*="icon-"]:first-child {
  display: none;
}
.skin-2 .nav-list > li > a > .menu-text {
  color: #DDD;
}
.skin-2 .nav-list > li > a:hover > .menu-text {
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.skin-2 .nav-list > li.active > a:hover > .menu-text {
  color: #FFF;
}
.skin-2 .nav-list > li > a > .arrow {
  color: #AAA;
}
.skin-2 .nav-list > li > a:hover > .arrow {
  color: #FFF;
}
.skin-2 .menu-min .nav-list > li > a > .menu-text {
  color: #FFF;
  font-weight: bold;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #292929;
  border: 0;
  box-shadow: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin-top: 2px;
}
.skin-2 .menu-min .nav-list > li > a.dropdown-toggle > .menu-text {
  margin-top: 0;
  background-color: #292929;
}
.skin-2 .menu-min .nav-list > li > ul.submenu {
  box-shadow: none;
  border: 0;
  background-color: #303030;
  margin-left: 1px;
  margin-top: 1px;
  border-left: 1px solid #FFF;
}
.skin-2 .nav-list > li > ul.submenu > li > a:hover {
  color: #FFF;
}
.skin-2 .nav-list > li > ul.submenu > li:before,
.skin-2 .nav-list > li > ul.submenu > li:after {
  display: none;
}
.skin-2 .nav-list > li > ul.submenu > li > a {
  padding-left: 28px;
}
.skin-2 .nav-list > li > a,
.skin-2 .menu-min .nav-list > li > a > .menu-text {
  color: #CCC;
}
.skin-2 .nav-list > li:nth-child(1) > a,
.skin-2 .menu-min .nav-list > li:nth-child(1) > a > .menu-text {
  color: #00be67;
}
.skin-2 .nav-list > li:nth-child(2) > a,
.skin-2 .menu-min .nav-list > li:nth-child(2) > a > .menu-text {
  color: #5ed02b;
}
.skin-2 .nav-list > li:nth-child(3) > a,
.skin-2 .menu-min .nav-list > li:nth-child(3) > a > .menu-text {
  color: #a7d700;
}
.skin-2 .nav-list > li:nth-child(4) > a,
.skin-2 .menu-min .nav-list > li:nth-child(4) > a > .menu-text {
  color: #cee100;
}
.skin-2 .nav-list > li:nth-child(5) > a,
.skin-2 .menu-min .nav-list > li:nth-child(5) > a > .menu-text {
  color: #f8c600;
}
.skin-2 .nav-list > li:nth-child(6) > a,
.skin-2 .menu-min .nav-list > li:nth-child(6) > a > .menu-text {
  color: #ffab00;
}
.skin-2 .nav-list > li:nth-child(7) > a,
.skin-2 .menu-min .nav-list > li:nth-child(7) > a > .menu-text {
  color: #ff6e00;
}
.skin-2 .nav-list > li:nth-child(8) > a,
.skin-2 .menu-min .nav-list > li:nth-child(8) > a > .menu-text {
  color: #f21c30;
}
.skin-2 .nav-list > li:nth-child(9) > a,
.skin-2 .menu-min .nav-list > li:nth-child(9) > a > .menu-text {
  color: #ee218b;
}
.skin-2 .nav-list > li:nth-child(10) > a,
.skin-2 .menu-min .nav-list > li:nth-child(10) > a > .menu-text {
  color: #c55ee7;
}
.skin-2 .nav-list > li:nth-child(11) > a,
.skin-2 .menu-min .nav-list > li:nth-child(11) > a > .menu-text {
  color: #218bee;
}
.skin-2 .nav-list > li:nth-child(12) > a,
.skin-2 .menu-min .nav-list > li:nth-child(12) > a > .menu-text {
  color: #2ecee7;
}
.skin-2 .menu-min .nav-list > li.active > a > [class*="icon-"],
.skin-2 .nav-list > li:not(.active):hover > a > [class*="icon-"] {
  color: #FFF;
}
.skin-2 .nav-list > li.active > a > .menu-text {
  color: #FFF;
}
.skin-2 .nav-list > li.active > ul.submenu {
  background-color: #222;
}
.skin-2 .nav-list > li > ul.submenu:before {
  display: block;
  content: "";
  position: absolute;
  z-index: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #393939;
  opacity: 0.12;
}
.skin-2 .sidebar:not(.menu-min) .nav-list > li:not(.active) > a:hover .badge:not(.badge-transparent),
.skin-2 .sidebar:not(.menu-min) .nav-list > li:not(.active) > a:hover .label:not(.label-transparent) {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.skin-2 .sidebar:not(.menu-min) .nav-list > li:not(.active) > a:hover .badge.badge-transparent,
.skin-2 .sidebar:not(.menu-min) .nav-list > li:not(.active) > a:hover .label.label-transparent {
  color: rgba(255, 255, 255, 0.75) !important;
}
.skin-2 .sidebar:not(.menu-min) .nav-list > li:not(.active) > a:hover .badge.badge-transparent [class*="icon-"],
.skin-2 .sidebar:not(.menu-min) .nav-list > li:not(.active) > a:hover .label.label-transparent [class*="icon-"] {
  color: rgba(255, 255, 255, 0.75) !important;
}
.skin-2 .nav-list > li > a:hover,
.skin-2 .menu-min .nav-list > li:hover > a,
.skin-2 .menu-min .nav-list > li.active > a {
  background-color: #c6487e;
}
.skin-2 .nav-list > li > ul.submenu:before {
  background-color: #35262d;
}
.skin-2 .nav-list > li:nth-child(1) > a:hover,
.skin-2 .menu-min .nav-list li:nth-child(1):hover > a,
.skin-2 .menu-min .nav-list li.active:nth-child(1) > a,
.skin-2 .nav-list > li:nth-child(1) > ul.submenu:before {
  background-color: #00be67;
}
.skin-2 .nav-list > li:nth-child(2) > a:hover,
.skin-2 .menu-min .nav-list li:nth-child(2):hover > a,
.skin-2 .menu-min .nav-list li.active:nth-child(2) > a,
.skin-2 .nav-list > li:nth-child(2) > ul.submenu:before {
  background-color: #5ed02b;
}
.skin-2 .nav-list > li:nth-child(3) > a:hover,
.skin-2 .menu-min .nav-list li:nth-child(3):hover > a,
.skin-2 .menu-min .nav-list li.active:nth-child(3) > a,
.skin-2 .nav-list > li:nth-child(3) > ul.submenu:before {
  background-color: #a7d700;
}
.skin-2 .nav-list > li:nth-child(4) > a:hover,
.skin-2 .menu-min .nav-list li:nth-child(4):hover > a,
.skin-2 .menu-min .nav-list li.active:nth-child(4) > a,
.skin-2 .nav-list > li:nth-child(4) > ul.submenu:before {
  background-color: #cee100;
}
.skin-2 .nav-list > li:nth-child(5) > a:hover,
.skin-2 .menu-min .nav-list li:nth-child(5):hover > a,
.skin-2 .menu-min .nav-list li.active:nth-child(5) > a,
.skin-2 .nav-list > li:nth-child(5) > ul.submenu:before {
  background-color: #f8c600;
}
.skin-2 .nav-list > li:nth-child(6) > a:hover,
.skin-2 .menu-min .nav-list li:nth-child(6):hover > a,
.skin-2 .menu-min .nav-list li.active:nth-child(6) > a,
.skin-2 .nav-list > li:nth-child(6) > ul.submenu:before {
  background-color: #ffab00;
}
.skin-2 .nav-list > li:nth-child(7) > a:hover,
.skin-2 .menu-min .nav-list li:nth-child(7):hover > a,
.skin-2 .menu-min .nav-list li.active:nth-child(7) > a,
.skin-2 .nav-list > li:nth-child(7) > ul.submenu:before {
  background-color: #ff6e00;
}
.skin-2 .nav-list > li:nth-child(8) > a:hover,
.skin-2 .menu-min .nav-list li:nth-child(8):hover > a,
.skin-2 .menu-min .nav-list li.active:nth-child(8) > a,
.skin-2 .nav-list > li:nth-child(8) > ul.submenu:before {
  background-color: #f21c30;
}
.skin-2 .nav-list > li:nth-child(9) > a:hover,
.skin-2 .menu-min .nav-listli:nth-child(9):hover > a,
.skin-2 .menu-min .nav-list li.active:nth-child(9) > a,
.skin-2 .nav-list > li:nth-child(9) > ul.submenu:before {
  background-color: #ee218b;
}
.skin-2 .nav-list > li:nth-child(10) > a:hover,
.skin-2 .menu-min .nav-list li:nth-child(10):hover > a,
.skin-2 .menu-min .nav-list li.active:nth-child(10) > a,
.skin-2 .nav-list > li:nth-child(10) > ul.submenu:before {
  background-color: #c55ee7;
}
.skin-2 .nav-list > li:nth-child(11) > a:hover,
.skin-2 .menu-min .nav-list li:nth-child(11):hover > a,
.skin-2 .menu-min .nav-list li.active:nth-child(11) > a,
.skin-2 .nav-list > li:nth-child(11) > ul.submenu:before {
  background-color: #218bee;
}
.skin-2 .nav-list > li:nth-child(12) > a:hover,
.skin-2 .menu-min .nav-list li:nth-child(12):hover > a,
.skin-2 .menu-min .nav-listli.active:nth-child(12) > a,
.skin-2 .nav-list > li:nth-child(12) > ul.submenu:before {
  background-color: #2ecee7;
}
.skin-2 .nav-list > li > ul.submenu {
  border-top-style: inset;
}
.skin-2 .menu-min .nav-list > li > ul.submenu {
  border-top-color: #666 !important;
}
.skin-2 .nav-list > li > ul.submenu {
  border-top-color: #c6487e;
}
.skin-2 .nav-list > li:nth-child(1) > ul.submenu {
  border-top-color: #00be67;
}
.skin-2 .nav-list > li:nth-child(2) > ul.submenu {
  border-top-color: #5ed02b;
}
.skin-2 .nav-list > li:nth-child(3) > ul.submenu {
  border-top-color: #a7d700;
}
.skin-2 .nav-list > li:nth-child(4) > ul.submenu {
  border-top-color: #cee100;
}
.skin-2 .nav-list > li:nth-child(5) > ul.submenu {
  border-top-color: #f8c600;
}
.skin-2 .nav-list > li:nth-child(6) > ul.submenu {
  border-top-color: #ffab00;
}
.skin-2 .nav-list > li:nth-child(7) > ul.submenu {
  border-top-color: #ff6e00;
}
.skin-2 .nav-list > li:nth-child(8) > ul.submenu {
  border-top-color: #f21c30;
}
.skin-2 .nav-list > li:nth-child(9) > ul.submenu {
  border-top-color: #ee218b;
}
.skin-2 .nav-list > li:nth-child(10) > ul.submenu {
  border-top-color: #c55ee7;
}
.skin-2 .nav-list > li:nth-child(11) > ul.submenu {
  border-top-color: #218bee;
}
.skin-2 .nav-list > li:nth-child(12) > ul.submenu {
  border-top-color: #2ecee7;
}
.skin-2 .nav-list > li > ul.submenu li.active > a {
  color: #c6487e;
}
.skin-2 .nav-list > li:nth-child(1) > ul.submenu li.active > a {
  color: #00be67;
}
.skin-2 .nav-list > li:nth-child(2) > ul.submenu li.active > a {
  color: #5ed02b;
}
.skin-2 .nav-list > li:nth-child(3) > ul.submenu li.active > a {
  color: #a7d700;
}
.skin-2 .nav-list > li:nth-child(4) > ul.submenu li.active > a {
  color: #cee100;
}
.skin-2 .nav-list > li:nth-child(5) > ul.submenu li.active > a {
  color: #f8c600;
}
.skin-2 .nav-list > li:nth-child(6) > ul.submenu li.active > a {
  color: #ffab00;
}
.skin-2 .nav-list > li:nth-child(7) > ul.submenu li.active > a {
  color: #ff6e00;
}
.skin-2 .nav-list > li:nth-child(8) > ul.submenu li.active > a {
  color: #f21c30;
}
.skin-2 .nav-list > li:nth-child(9) > ul.submenu li.active > a {
  color: #ee218b;
}
.skin-2 .nav-list > li:nth-child(10) > ul.submenu li.active > a {
  color: #c55ee7;
}
.skin-2 .nav-list > li:nth-child(11) > ul.submenu li.active > a {
  color: #218bee;
}
.skin-2 .nav-list > li:nth-child(12) > ul.submenu li.active > a {
  color: #2ecee7;
}
.skin-2 .nav-list > li.active > a,
.skin-2 .nav-list > li.active > a:hover {
  background-color: #242424;
}
.skin-2 .sidebar-collapse {
  background-color: #2c2c2c;
  border-top: 1px solid #666;
  border-bottom: 1px solid #777;
}
.skin-2 .sidebar-collapse:before {
  border-color: #666;
}
.skin-2 .sidebar-collapse > [class*="icon-"] {
  background-color: #333;
}
.skin-2 .sidebar-shortcuts {
  background-color: #393939;
  border-color: #666;
  min-height: 40px;
}
.skin-2 .sidebar > .nav-search {
  background-color: #393939;
  border-color: #666;
}
.skin-2 .sidebar-shortcuts .btn {
  border-radius: 32px!important;
  border-width: 2px;
  background-color: #555 !important;
}
.skin-2 .sidebar-shortcuts .btn:hover {
  background-color: #222 !important;
}
.skin-2 .menu-min .sidebar-shortcuts-large {
  border: 0;
  box-shadow: none;
  background-color: #393939;
  top: 0;
}
.skin-2 .sidebar-shortcuts-mini {
  background-color: #141a1b;
  border-color: #3f4e54;
}
.skin-2 .sidebar-shortcuts-mini .btn {
  border-width: 2px!important;
  border-radius: 32px!important;
  padding: 6px!important;
  opacity: 1;
  background-color: inherit;
}
body.skin-2 .main-content {
  padding-top: 8px;
}
.skin-2 .breadcrumbs {
  border: 0;
  background-color: #e7f2f8;
  margin: 0 8px 0;
  border-radius: 4px;
}
@media only screen and (max-width: 991px) {
  .skin-2 .sidebar {
    border: 0;
    box-shadow: none;
  }
  .skin-2 .nav-list li.active > a:after {
    display: none;
  }
  body.skin-2 .main-content {
    padding-top: 0;
  }
  .skin-2 .breadcrumbs {
    margin: 0;
    border-radius: 0;
  }
  .skin-2 .menu-min .nav-list > li.active > a:after {
    display: none;
  }
  .skin-2 .menu-min .nav-list > li.active:hover > a:after {
    display: block;
  }
}
.skin-2 .nav-list > li .submenu a {
  background-color: transparent !important;
}
.skin-2 .nav-list > li > .submenu > li > .submenu a {
  border-top-color: #CCC;
}
.skin-2 .nav-list > li.active > .submenu > li > .submenu a {
  border-top-color: #999;
}
.skin-2 .nav-list > li > .submenu li > .submenu > li a {
  color: #d5d5d5;
}
.skin-2 .nav-list > li > .submenu li > .submenu > li a > [class*="icon-"]:first-child {
  color: #d5d5d5;
}
.skin-2 .nav-list > li > .submenu li > .submenu li.active > a > [class*="icon-"]:first-child {
  color: inherit;
}
.skin-2 .nav-list > li .submenu a > .arrow {
  color: #CCC;
}
.skin-2 .nav-list > li > .submenu > li > a:hover > .arrow,
.skin-2 .nav-list > li > .submenu > li > .submenu > li > a:hover > .arrow {
  color: #EEE;
}
.skin-2 .nav-list > li > .submenu > li > .submenu > li > a {
  margin-left: 0;
  padding-left: 38px;
}
.skin-2 .nav-list > li > .submenu > li > .submenu > li > .submenu > li > a {
  margin-left: 0;
  padding-left: 54px;
}
.skin-2 .nav-list > li ul.submenu li.open > a {
  color: #c6487e;
}
.skin-2 .nav-list > li:nth-child(1) ul.submenu li.open > a {
  color: #00be67;
}
.skin-2 .nav-list > li:nth-child(2) ul.submenu li.open > a {
  color: #5ed02b;
}
.skin-2 .nav-list > li:nth-child(3) ul.submenu li.open > a {
  color: #a7d700;
}
.skin-2 .nav-list > li:nth-child(4) ul.submenu li.open > a {
  color: #cee100;
}
.skin-2 .nav-list > li:nth-child(5) ul.submenu li.open > a {
  color: #f8c600;
}
.skin-2 .nav-list > li:nth-child(6) ul.submenu li.open > a {
  color: #ffab00;
}
.skin-2 .nav-list > li:nth-child(7) ul.submenu li.open > a {
  color: #ff6e00;
}
.skin-2 .nav-list > li:nth-child(8) ul.submenu li.open > a {
  color: #f21c30;
}
.skin-2 .nav-list > li:nth-child(9) ul.submenu li.open > a {
  color: #ee218b;
}
.skin-2 .nav-list > li:nth-child(10) ul.submenu li.open > a {
  color: #c55ee7;
}
.skin-2 .nav-list > li:nth-child(11) ul.submenu li.open > a {
  color: #218bee;
}
.skin-2 .nav-list > li:nth-child(12) ul.submenu li.open > a {
  color: #2ecee7;
}
.skin-2 .nav-list > li ul.submenu li > a:hover {
  color: #FFF;
}
.skin-2 .nav-list > li > .submenu > li.open > a > [class*="icon-"]:first-child,
.skin-2 .nav-list > li > .submenu > li > .submenu > li.open > a > [class*="icon-"]:first-child {
  color: inherit;
}
.skin-2 .nav-list > li > .submenu > li.open > a > .arrow,
.skin-2 .nav-list > li > .submenu > li > .submenu > li.open > a > .arrow {
  color: inherit;
}
.skin-3 {
  background-color: #BBB;
}
.skin-3 .main-container:after {
  background: #FFF;
  background: -moz-linear-gradient(top, #eef5fa 0, #FFF 8%) 0 4px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#eef5fa), color-stop(4%, #FFF)) 0 4px;
  background: -webkit-linear-gradient(top, #eef5fa 0, #FFF 8%) 0 4px;
  background: -o-linear-gradient(top, #eef5fa 0, #FFF 8%) 0 4px;
  background: -ms-linear-gradient(top, #eef5fa 0, #FFF 8%) 0 4px;
  background: linear-gradient(top, #eef5fa 0, #FFF 8%) 0 4px;
  -moz-background-size: 100% 26px;
  -webkit-background-size: 100% 26px;
  -o-background-size: 100% 26px;
  -ms-background-size: 100% 26px;
  background-size: 100% 26px;
}
.skin-3 .navbar {
  background: #393939;
}
.skin-3 .sidebar,
.skin-3 .sidebar:before {
  background-color: #d6d6d6;
  border-right: 1px solid #a4c6dd;
}
.skin-3 .page-content {
  background-color: transparent;
}
.skin-3 .infobox:not(.infobox-dark) {
  border-style: solid;
  background-color: transparent;
}
.skin-3 .nav-list > li {
  border-color: #f2f2f2;
  border-bottom-width: 0;
  position: relative;
}
.skin-3 .nav-list > li:before {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  max-width: 0;
  overflow: hidden;
  border-left: 3px solid #444;
}
.skin-3 .nav-list > li.active:before {
  border-left-color: #4d96cb;
}
.skin-3 .nav-list > li:first-child {
  border-top: 1px solid #f2f2f2;
}
.skin-3 .nav-list > li:last-child {
  border-bottom-width: 1px;
}
.skin-3 .nav-list > li:hover {
  border-left-color: #1963aa;
  border-top-color: #EEE;
}
.skin-3 .nav-list > li:hover + li {
  border-top-color: #EEE;
}
.skin-3 .nav-list > li:last-child:hover {
  border-bottom-color: #EEE;
}
.skin-3 .nav-list > li.active {
  border-left-color: #1a67bd;
  border-top-color: #a4c6dd !important;
}
.skin-3 .nav-list > li.active + li {
  border-top-color: #a4c6dd;
}
.skin-3 .nav-list > li.active:last-child {
  border-bottom-color: #a4c6dd;
}
.skin-3 .nav-list > li > a:hover:before {
  display: none;
}
.skin-3 .nav-list > li > a {
  background-color: #e0e0e0;
  color: #5a5a5a;
}
.skin-3 .nav-list > li:hover > a {
  background-color: #EEE;
  color: #1963aa;
}
.skin-3 .nav-list > li > a:focus {
  color: #1963aa;
}
.skin-3 .nav-list > li.open > a {
  background-color: #f3f3f3;
  color: #1963aa;
}
.skin-3 .menu-min .nav-list > li.open > a {
  background-color: #e0e0e0;
  color: #5a5a5a;
}
.skin-3 .menu-min .nav-list > li.open > a > .menu-text {
  color: #1963aa;
}
.skin-3 .menu-min .nav-list > li.active > a > .menu-text {
  border-left-color: #EEE;
}
.skin-3 .nav-list > li.active > a {
  background-color: #eef8ff;
  color: #4d96cb;
}
.skin-3 .nav-list li.active > a:after {
  border-right-color: #FFF;
  right: -1px;
  top: 0;
  z-index: 12;
  border-width: 18px 12px;
}
.skin-3 .nav-list li.active > a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  left: auto;
  bottom: auto;
  width: auto;
  max-width: auto;
  background-color: transparent;
  border-style: solid;
  border-width: 18px 12px;
  border-color: transparent;
  border-right-color: #a4c6dd;
}
.skin-3 .nav-list > li.active.open > .submenu li.active > a:before,
.skin-3 .nav-list > li.active.open > .submenu li.active > a:after {
  border-width: 14px 10px;
  top: 2px;
}
.skin-3 .nav-list > li.active.open > .submenu .submenu li.active > a:before,
.skin-3 .nav-list > li.active.open > .submenu .submenu li.active > a:after {
  top: 0;
}
.skin-3 .nav-list li.active.open > a:after,
.skin-3 .nav-list li.active.open > a:before {
  display: none;
}
.skin-3 .nav-list > li.active:after {
  display: none;
}
.skin-3 .nav-list li.active.open > .submenu > li.active.open > a.dropdown-toggle:before {
  display: none;
}
.skin-3 .nav-list li.active > .submenu > li.active > a:before {
  display: none;
}
.skin-3 .nav-list li.active.open > .submenu > li.active > a:before {
  display: block;
}
.skin-3 .menu-min .nav-list li.active.open > .submenu > li.active > a:before {
  display: none;
}
.skin-3 .menu-min .nav-list > li.active > a {
  background-color: #4d96cb;
  color: #FFF;
}
.skin-3 .menu-min .nav-list > li.active > a > .menu-text {
  color: #4d96cb;
}
.skin-3 .menu-min .nav-list li.active > a:after {
  display: none;
}
.skin-3 .menu-min .nav-list li.active > a:before {
  display: none;
}
.skin-3 .menu-min .nav-list > li.active > a:after {
  display: block;
  border-width: 12px 7px;
  top: 5px;
}
.skin-3 .menu-min .sidebar-shortcuts {
  border-left: none;
}
.skin-3 .sidebar.menu-min > .nav-search {
  border-left: none;
}
.skin-3 .menu-min .nav-list > li > .submenu,
.skin-3 .menu-min .nav-list > li.active > .submenu {
  border-left-color: #CCC;
}
.skin-3 .nav-list > li > a > .arrow {
  right: 10px;
}
.skin-3 .sidebar-collapse {
  background-color: #d0d0d0;
  border-color: #FFF;
}
.skin-3 .sidebar-collapse:before {
  border-color: #FFF;
}
.skin-3 .sidebar-collapse > [class*="icon-"] {
  background-color: #FFF;
  border-color: #999;
  color: #999;
}
.skin-3 .sidebar-shortcuts {
  background-color: #e0e0e0;
  border-bottom: 0;
  border-color: #FFF;
  min-height: 40px;
  border-left: 3px solid #444;
}
.skin-3 .sidebar > .nav-search {
  background-color: #e0e0e0;
  border-bottom: 0;
  border-color: #FFF;
  border-left: 3px solid #444;
}
.skin-3 .sidebar-shortcuts-mini {
  background-color: #e0e0e0;
}
.skin-3 .sidebar-shortcuts-mini > .btn {
  opacity: 1;
}
.skin-3 .menu-min .sidebar-shortcuts-large {
  background-color: #f5f5f5;
  top: -1px;
}
body.skin-3 .main-content {
  padding-top: 8px;
}
.skin-3 .breadcrumbs {
  border: 0;
  border-radius: 4px;
  background-color: #e7f2f8;
  margin: 0 8px 0;
}
.skin-3 .nav-search-input {
  border-radius: 4px;
}
.skin-3 .page-content > .page-header:first-child {
  border-bottom-color: #c9c9c9;
}
.skin-3 .hr {
  border-color: #d5d5d5;
}
@media only screen and (max-width: 991px) {
  .skin-3 .sidebar,
  .skin-3 .nav-list > li,
  .skin-3 .sidebar-shortcuts {
    border-left: none;
  }
  .skin-3 .sidebar {
    border-color: #a4c6dd;
  }
  body.skin-3 .main-content {
    padding-top: 0;
  }
  .skin-3 .breadcrumbs {
    border-radius: 0;
    margin: 0;
  }
  .skin-3 .menu-toggler {
    background-color: #62a8d1;
    color: #FFF;
  }
  .skin-3 .menu-toggler:after,
  .skin-3 .menu-toggler:before {
    border-color: #FFF;
  }
  .skin-3 .menu-toggler > .menu-text {
    border-top-color: #62a8d1;
  }
  .skin-3 .menu-toggler > .menu-text:after {
    color: #FFF;
  }
  .skin-3 .nav-list li.active > a:before,
  .skin-3 .nav-list li.active > a:after {
    display: none;
  }
  .skin-3 .menu-min .nav-list li.active > a:before,
  .skin-3 .menu-min .nav-list li.active > a:after {
    display: none;
  }
  .skin-3 .nav-list li.active.open > .submenu > li.active > a:before {
    display: none;
  }
  .skin-3 .menu-min .nav-list > li.active.open:hover > a:after {
    display: block !important;
  }
}
.rtl.skin-1 .sidebar,
.rtl.skin-1 .sidebar:before {
  border-left: none;
}
.rtl.skin-1 .nav-list li.active > a:after {
  border-right-color: transparent;
  border-left-color: #FFF;
}
.rtl.skin-1 .menu-min .nav-list > li.active:hover > a:after {
  border-left-color: #242a2b;
  border-right-color: transparent;
}
.rtl.skin-1 .menu-min .nav-list > li > a > .menu-text,
.rtl.skin-1 .menu-min .nav-list > li > ul.submenu {
  border-left-color: #3f4e54;
  border-right-color: #242a2b;
}
.rtl.skin-2 .sidebar,
.rtl.skin-2 .sidebar:before {
  border-left: none;
}
.rtl.skin-2 .nav-list li.active > a:after {
  border-right-color: transparent;
  border-left-color: #FFF;
}
.rtl.skin-2 .nav-list > li.active > a:after,
.rtl.skin-2 .nav-list > li.active > .submenu > li.active > a:after {
  right: auto;
  left: 0;
}
.rtl.skin-2 .menu-min .nav-list > li.active:hover > a:after {
  border-right-color: transparent;
  border-left-color: #292929;
}
.rtl.skin-2 .nav-list > li.active.open > .submenu > li.active > a:after {
  border-right-color: transparent;
  border-left-color: #FFF;
  right: auto;
  left: 0;
}
.rtl.skin-2 .menu-min .nav-list > li > a > .menu-text {
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
}
.rtl.skin-2 .menu-min .nav-list > li > ul.submenu {
  margin-left: auto;
  margin-right: 1px;
  border-left: none;
  border-right: 1px solid #FFF;
}
.rtl.skin-2 .nav-list > li > ul.submenu > li > a {
  padding-left: 0;
  padding-right: 28px;
}
.rtl.skin-2 .nav-list > li > .submenu > li > .submenu > li > a {
  margin-left: auto;
  padding-left: 0;
  margin-right: 0;
  padding-right: 38px;
}
.rtl.skin-2 .nav-list > li > .submenu > li > .submenu > li > .submenu > li > a {
  margin-left: auto;
  padding-left: 0;
  margin-right: 0;
  padding-right: 54px;
}
.rtl.skin-3 .sidebar,
.rtl.skin-3 .sidebar:before {
  border-right: 0;
  border-left: 1px solid #a4c6dd;
}
.rtl.skin-3 .nav-list > li:before {
  left: auto;
  right: 0;
  border-left: none;
  border-right: 3px solid #444;
}
.rtl.skin-3 .nav-list > li.active:before {
  border-left: none;
  border-right-color: #4d96cb;
}
.rtl.skin-3 .nav-list > li:hover {
  border-left-color: #f2f2f2;
  border-right-color: #1963aa;
}
.rtl.skin-3 .nav-list > li.active {
  border-left-color: #f2f2f2;
  border-right-color: #1a67bd;
}
.rtl.skin-3 .menu-min .nav-list > li.active > a > .menu-text {
  border-left-color: #CCC;
  border-right-color: #EEE;
}
.rtl.skin-3 .nav-list li.active > a:after {
  border-right-color: transparent;
  border-left-color: #FFF;
  left: -1px;
  right: auto;
}
.rtl.skin-3 .nav-list li.active > a:before {
  right: auto;
  left: 0;
  border-right-color: transparent;
  border-left-color: #a4c6dd;
}
.rtl.skin-3 .menu-min .sidebar-shortcuts {
  border-right: 0;
}
.rtl.skin-3 .sidebar.menu-min > .nav-search {
  border-right: 0;
}
.rtl.skin-3 .menu-min .nav-list > li > .submenu,
.rtl.skin-3 .menu-min .nav-list > li.active > .submenu {
  border-right-color: #CCC;
}
.rtl.skin-3 .nav-list > li > a > .arrow {
  right: auto;
  left: 10px;
}
.rtl.skin-3 .sidebar-shortcuts {
  border-left: none;
  border-right: 3px solid #444;
}
.rtl.skin-3 .sidebar > .nav-search {
  border-left: none;
  border-right: 3px solid #444;
}
@media only screen and (max-width: 991px) {
  .rtl.skin-3 .sidebar,
  .rtl.skin-3 .nav-list > li,
  .rtl.skin-3 .sidebar-shortcuts {
    border-right: 0;
  }
}

.ngGrid {
  background-color: #fdfdfd;
}
.ngGrid input[type="checkbox"] {
  margin: 0;
  padding: 0;
}
.ngGrid input {
  vertical-align: top;
}
.ngGrid.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ngViewport {
  overflow: auto;
  min-height: 20px;
}
.ngViewport:focus {
  outline: none;
}
.ngCanvas {
  position: relative;
}
.ngVerticalBar {
  position: absolute;
  right: 0;
  width: 0;
}
.ngVerticalBarVisible {
  width: 1px;
  background-color: #d4d4d4;
}
#testDataLength {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -100000;
}
.ngHeaderContainer {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  background-color: inherit;
}
.ngHeaderCell {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: inherit;
}
.ngHeaderCell.pinned {
  z-index: 1;
}
.ngHeaderSortColumn {
  position: absolute;
  overflow: hidden;
}
.ngTopPanel {
  position: relative;
  z-index: 1;
  background-color: #eaeaea;
  border-bottom: 1px solid #d4d4d4;
}
.ngSortButtonDown {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-color: gray transparent;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  height: 0;
  width: 0;
}
.ngNoSort {
  cursor: default;
}
.ngHeaderButton {
  position: absolute;
  right: 2px;
  top: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  z-index: 1;
  background-color: #9fbbb4;
  cursor: pointer;
}
.ngSortButtonUp {
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-color: gray transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  height: 0;
  width: 0;
}
.ngHeaderScroller {
  position: absolute;
  background-color: inherit;
}
.ngSortPriority {
  position: absolute;
  top: -5px;
  left: 1px;
  font-size: 6pt;
  font-weight: bold;
}
.ngHeaderGrip {
  cursor: col-resize;
  width: 10px;
  right: -5px;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: transparent;
}
.ngHeaderText {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ngHeaderButtonArrow {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 4.5px 0 4.5px;
  border-color: #4d4d4d transparent transparent transparent;
}
.ngPinnedIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAmElEQVQoU33PQapBURjA8UtkwJuaWYGSgfQWYBMvczPmTCzAAGVuaA228BZhRCkDGSmE31FucuRfvzq3vr5zT/JSjSU7DsypEPXDkDVn2hSIytJhw4kWGaLCxgHh2gt/RBuLzNhz5caWPjnSqqw4EraFfwznf8qklWjwy4IRTerkiQoPGtPl40OehcEJvcfXl8LglLfBJLkDcMgbgHlHhK8AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 10px;
  width: 10px;
}
.ngUnPinnedIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAlElEQVQoU33PPQrCQBRF4fFnI2KfZVi5ARvdgo1l6mwmkCJVOgluwd5OwUoDtnoOxAei8cLXTN7cvEl/skCNDCMPfsUPO5zQwOHIDEvYtMURHe6wOVLgigvOePRyeDkyR4ln7wZ//7XfFBu8B23+aDJjrHGAwza7hjtHJvDmHg7b7Bru7AMjK7Rw2ObBVHDY5oGk9AKQNB2zy8MBTgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  position: absolute;
  height: 10px;
  width: 10px;
  right: 5px;
  top: 5px;
}
.ngColMenu {
  right: 2px;
  padding: 5px;
  top: 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #bdd0cb;
  position: absolute;
  border: 2px solid #d4d4d4;
  z-index: 1;
}
.ngColListCheckbox {
  position: relative;
  right: 3px;
  top: 4px;
}
.ngColList {
  list-style-type: none;
  margin-top: 2px;
  margin-left: 8px;
}
.ngColListItem {
  white-space: nowrap;
}
.ngMenuText {
  position: relative;
  top: 2px;
  left: 2px;
}
.ngGroupPanel {
  background-color: #eaeaea;
  overflow: hidden;
  border-bottom: 1px solid #d4d4d4;
}
.ngGroupPanelDescription {
  margin-top: 5px;
  margin-left: 5px;
}
.ngGroupList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ngAggHeader {
  position: absolute;
  border: none;
}
.ngGroupElement {
  float: left;
  height: 100%;
  width: 100%;
}
.ngGroupIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAEFJREFUKFNjoAhISkr+h2J5JDZODNXGwGBsbPwfhIGAA8bGh6HaGBiAGhxAGJmND4M1gQCSM0adCsVQbcPcqQwMALWDGyDvWPefAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  right: -2px;
  top: 2px;
}
.ngGroupedByIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAElJREFUKFNjoAhISkr+R8LyaHwMDNXGwGBsbPwfhoGAA5mPDUO1oWpE52PDYE0gALTFAYbR+dgwWBMIoPlh1I9ADNU2NPzIwAAAFQYI9E4OLvEAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  right: -2px;
  top: 2px;
}
.ngGroupName {
  background-color: #fdfdfd;
  border: 1px solid #d4d4d4;
  padding: 3px 10px;
  float: left;
  margin-left: 0;
  margin-top: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
}
.ngGroupArrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid black;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  float: right;
}
.ngGroupingNumber {
  position: absolute;
  right: -10px;
  top: -2px;
}
.ngAggArrowCollapsed {
  position: absolute;
  left: 8px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #000000;
}
.ngGroupItem {
  float: left;
}
.ngGroupItem:first-child {
  margin-left: 2px;
}
.ngRemoveGroup {
  width: 5px;
  -moz-opacity: 0.4;
  opacity: 0.4;
  margin-top: -1px;
  margin-left: 5px;
}
.ngRemoveGroup:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.ngAggArrowExpanded {
  position: absolute;
  left: 8px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #000000 transparent;
}
.ngAggregate {
  position: absolute;
  background-color: #c9dde1;
  border-bottom: 1px solid beige;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: -1px;
  left: 0;
}
.ngAggregateText {
  position: absolute;
  left: 27px;
  top: 5px;
  line-height: 20px;
  white-space: nowrap;
}
.ngRow {
  position: absolute;
  border-bottom: 1px solid #d4d4d4;
}
.ngRow.odd {
  background-color: #fdfdfd;
}
.ngRow.even {
  background-color: #f3f3f3;
}
.ngRow.selected {
  background-color: #c9dde1;
}
.ngCell {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: inherit;
}
.ngCell.pinned {
  z-index: 1;
}
.ngCellText {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ngSelectionCell {
  margin-top: 9px;
  margin-left: 6px;
}
.ngSelectionHeader {
  position: absolute;
  top: 11px;
  left: 6px;
}
.ngCellElement:focus {
  outline: 0;
  background-color: #b3c4c7;
}
.ngRow.canSelect {
  cursor: pointer;
}
.ngSelectionCheckbox {
  margin-top: 9px;
  margin-left: 6px;
}
.ngFooterPanel {
  background-color: #eaeaea;
  padding: 0;
  border-top: 1px solid #d4d4d4;
  position: relative;
}
.nglabel {
  display: block;
  float: left;
  font-weight: bold;
  padding-right: 5px;
}
.ngTotalSelectContainer {
  float: left;
  margin: 5px;
  margin-top: 7px;
}
.ngFooterSelectedItems {
  padding: 2px;
}
.ngFooterTotalItems.ngnoMultiSelect {
  padding: 0 !important;
}
.ngGridMaxPagesNumber {
  vertical-align: middle;
}
.ngPagerFirstBar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: -3px;
}
.ngPagerButton {
  height: 25px;
  min-width: 26px;
}
.ngPagerFirstTriangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #4d4d4d transparent transparent;
  margin-left: 2px;
}
.ngPagerNextTriangle {
  margin-left: 1px;
}
.ngPagerPrevTriangle {
  margin-left: 0;
}
.ngPagerLastTriangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #4d4d4d;
  margin-left: -1px;
}
.ngPagerLastBar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: 1px;
}
.ngFooterTotalItems {
  padding: 2px;
}

.freshideas-logo {
  height: 35px;
  padding-top: 2px;
}
.profile-info-name {
  position: relative;
  width: auto;
  text-align: left;
  padding: 6px 10px 6px 6px;
}
.profile-info-value {
  margin-left: 0;
}
/** Modal Padding Fix */
.remove-margin-withTop {
  margin: 20px -20px -20px -20px;
}
.remove-margin-withoutTop {
  margin: 0 -20px -20px -20px;
}
/* centered columns styles */
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
/* Adds separation to columns that stack*/
.col-margin-top {
  margin-top: 5px;
}
/* Adjusts padding for fa-icons in nav-list */
.nav-list > li > a {
  padding: 10px 16px 10px 11px;
  height: auto;
  line-height: 18px;
}
.nav-list > li.open .dropdown-menu {
  display: block;
}
.nav-list > li .submenu > li a > [class*="fa-"]:first-child {
  display: none;
  font-size: 12px;
  font-weight: normal;
  width: 18px;
  height: auto;
  line-height: 12px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 11px;
  z-index: 1;
  background-color: #fff;
}
.nav-list > li .submenu > li.active > a > [class*="fa-"]:first-child,
.nav-list > li .submenu > li:hover > a > [class*="fa-"]:first-child {
  display: inline-block;
}
.nav-list > li .submenu > li.active > a > [class*="fa-"]:first-child {
  color: #1963aa;
}
.tooltip {
  z-index: 10000;
}
/* Added this to get a handle on the multi select element*/
#customMulti input[type="text"] {
  width: 100px !important;
}
/** UI Utils */
.separator-right {
  border-right: 1px dotted #e2e2e2;
  padding-right: 10px;
}
.separator-left:before {
  content: "";
  top: 3px;
  bottom: 3px;
  left: -1px;
  border: 1px solid #d9d9d9;
  border-width: 0 1px 0 0;
  padding-right: 4px;
  margin-right: 2px;
  margin-left: 2px;
}
.separator {
  padding-left: 5px;
}
.width-100 {
  width: 100%;
}
.width-50 {
  width: 30%;
}
.normal-weight {
  font-weight: normal;
  font-size: 13px;
}
.bold-weight {
  font-weight: bold;
}
.btn-padding {
  padding: 3px 6px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-left-2 {
  padding-left: 2px;
}
.padding-left-2:first-child {
  padding-left: 0px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-right-15 {
  padding-right: 15px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-2 {
  padding-right: 2px;
}
.padding-right-2:last-child {
  padding-right: 0px;
}
.padding-10 {
  padding: 10px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-top-8 {
  margin-top: 8px;
}
.margin-top-10 {
  margin-top: 10px;
}
.minus-top-10 {
  margin-top: -10px;
}
.minus-top-15 {
  margin-top: -15px;
}
@media (max-width: 992px) {
  .align-left-md {
    text-align: left !important;
  }
}
/** Typography */
/** Override ace label font weight (revert to default bootstrap) */
label {
  font-weight: 600;
}
.radio label,
.checkbox label {
  font-weight: 600;
}
/* Override font styles to make things darker */
.header-adjust {
  margin-top: -6px;
}
h4 small {
  color: #2679b5;
}
a {
  cursor: pointer;
}
i.icon-beaker {
  cursor: pointer;
}
.icon-yellow {
  color: #f7d05b !important;
  border-color: #fee188;
}
.icon-red {
  color: darkred !important;
  border-color: red;
}
.page-header h4 {
  font-weight: lighter;
  color: #2b7c36;
}
a.freshideas-help i {
  text-decoration: none;
}
/** Smaller alert box */
.alert.alert-sm {
  font-size: inherit;
  padding: 10px;
}
.login-modal .alert-info {
  font-size: 20px;
}
.sticky {
  position: fixed;
  top: 0px;
}
/** Override ace button for timepicker & datepicker*/
.freshideas-timepicker .btn.btn-default,
.freshideas-datepicker .btn.btn-default {
  color: #333 !important;
  background-color: #fff !important;
  text-shadow: none !important;
  box-shadow: none;
  border-color: #ccc !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/** Updates ace styles for new font-awesome */
.input-icon > [class*="fa-"] {
  padding: 0 3px;
  z-index: 2;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 3px;
  line-height: 28px;
  display: inline-block;
  color: #909090;
  font-size: 16px;
}
.input-icon.input-icon-right > [class*="fa-"] {
  left: auto;
  right: 3px;
}
.input-icon > input:focus + [class*="fa-"] {
  color: #579;
}
.freshideas-datepicker .btn-info:hover,
.freshideas-datepicker .btn-info:focus,
.freshideas-datepicker .btn-info:active,
.freshideas-datepicker .btn-info.active {
  color: #fff !important;
  background-color: #39b3d7 !important;
  border-color: #269abc !important;
}
.input-group-addon i.icon-btn {
  cursor: pointer;
}
/** record info to be used with bootstrap pagination with max 5 pages showing */
@media (min-width: 992px) {
  .freshideas-pager > .record-info {
    position: absolute;
    right: 30px;
    bottom: 16px;
  }
}
.freshideas-pager > .record-info {
  text-align: right;
}
/** Legend to be used with table / pager */
@media (min-width: 992px) {
  .freshideas-pager > .pager-legend {
    position: absolute;
    left: 5px;
    bottom: 10px;
  }
}
.freshideas-pager > .pager-legend {
  text-align: right;
}
.freshideas-pager .pager,
.freshideas-pager .pagination {
  margin: 0px;
}
.bg-info {
  background-color: #d9edf7;
}
.bg-active {
  background-color: #f5f5f5;
}
.bg-success {
  background-color: #dff0d8;
}
.bg-warning {
  background-color: #fcf8e3;
}
.bg-danger {
  background-color: #f2dede;
}
/** Override bootstrap pager margin */
.freshideas-data-table .freshideas-pager .pager {
  margin: 0px;
}
/** Allows for ellipsis on pre-defined column widths */
.td-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 1px;
}
.nav-tabs {
  font-size: 14px;
}
.nav-tabs.nav-justified > li {
  cursor: pointer;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border-bottom-color: #fff;
  cursor: pointer;
}
.tabs-blue > .nav-tabs > li.active > a,
.tabs-blue > .nav-tabs > li.active > a:focus,
.tabs-blue > .nav-tabs > li.active > a:hover {
  color: #4c718a;
}
.tabs-blue > .nav-tabs > li.active > a,
.tabs-blue > .nav-tabs > li.active > a:focus,
.tabs-blue > .nav-tabs > li.active > a:hover {
  background-color: #FFF;
  color: #4f80a0;
  box-shadow: none;
}
.tabs-blue > .nav-tabs > li > a,
.tabs-blue > .nav-tabs > li > a:focus {
  background-color: #7db4d8;
}
.tabs-blue > .nav-tabs > li > a,
.tabs-blue > .nav-tabs > li > a:focus,
.tabs-blue > .nav-tabs > li > a:hover {
  color: #FFF;
  margin-right: 3px;
}
/** Nested List */
.dd-handle:focus {
  background-color: #fee188;
}
.dd-handle.selected {
  background: #e4efc9;
}
/** Override bootstrap **/
.receipt.pre-scrollable {
  height: 500px;
  width: 100%;
  min-width: 0;
  border: 1px solid #d3d3d3;
  position: relative;
}
/** App Search List **/
.dd-desc {
  color: #aaa;
  display: block;
  overflow: hidden;
  font-weight: normal;
  line-height: 1.4em;
  font-size: 11px;
}
.dd-option {
  margin-right: 10px;
  padding: 5px;
  display: block;
  border-bottom: solid 1px #ddd;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}
.dd-option:hover {
  background: #f3f3f3;
  color: #000;
}
.dd-option.selected {
  background: #e4efc9;
}
.dd-option-image {
  vertical-align: middle;
  float: left;
  margin-right: 7px;
  max-width: 64px;
}
.dd-container {
  position: relative;
}
.dd-option-text {
  color: inherit;
  display: block;
  overflow: hidden;
  font-size: 13px;
}
/** Forms */
/** Add padding to every column in an freshideas-form */
.freshideas-form [class*="col-"] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.freshideas-form > label {
  font-size: inherit;
}
.form-label {
  color: #000000;
}
.freshideas-form [class*="col-"].form-label {
  padding-right: 4px;
  vertical-align: middle;
  color: #000000;
  font-weight: bold;
}
@media (min-width: 768px) {
  .freshideas-form [class*="col-"].form-label {
    text-align: right;
  }
}
.freshideas-form .control-label {
  font-size: 12px;
  font-weight: bold;
}
.form-horizontal.freshideas-form .form-group {
  margin-right: 0px;
  margin-left: 0px;
}
.control-label {
  font-size: 16px;
}
.form-inline-space {
  margin-left: 10px!important;
}
.search-form .row {
  padding: 5px;
}
.form-table label {
  padding-right: 5px;
}
.form-table th {
  padding: 3px;
  text-align: right;
  font-size: 12px;
}
.form-table td {
  padding: 3px;
  text-align: left;
}
.form-table .row {
  border-top: 1px dotted #D5E4F1;
}
.form-table .row:first-child {
  border: none;
}
.form-table tr {
  border-top: 1px dotted #D5E4F1;
}
.form-table .form-label {
  text-align: right;
  font-weight: bold;
}
.form-help-inline {
  color: #b94a48;
  padding-left: 5px;
}
/** Put an asterick after these labels */
.freshideas-req-label:after {
  content: " *";
  color: #b03535;
}
.clear-btn {
  border: 0px solid;
  padding-right: 20px;
  padding-top: 0px;
  height: 60px;
  line-height: 15px;
  float: left;
  outline: 0px;
}
.input-full {
  font-size: 20px !important;
  width: 100%;
  height: 100%;
  background: #EEE !important;
  outline: none !important;
  border: 0px !important;
}
.scaleBounce {
  animation: scaleBounce 0.75s 0s;
  transform: scale(0.85);
}
@keyframes scaleBounce {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    transform: scale(1.6);
    opacity: .7;
  }
  60% {
    transform: scale(0.6);
    opacity: 1;
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.85);
  }
}
/*input.ng-pristine {*/
/*box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;*/
/*}*/
form input:required.ng-dirty.ng-invalid,
.freshideas-form input:required.ng-dirty.ng-invalid,
form input:required.ng-empty.ng-invalid.submitted {
  border-color: #FF0300;
  box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
  min-width: 100px;
  /*max-width: 250px;*/
}
form input:required.ng-dirty.ng-valid,
.freshideas-form input:required.ng-dirty.ng-valid {
  /* border-color: #28921f; */
  box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
  /* padding-right: 30px; */
  min-width: 100px;
  /*max-width: 250px;*/
}
form textarea:required.ng-dirty.ng-invalid,
.freshideas-form textarea:required.ng-dirty.ng-invalid {
  border-color: #FF0300;
  box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
  min-width: 100px;
  /*max-width: 250px;*/
}
form textarea:required.ng-dirty.ng-valid,
.freshideas-form textarea:required.ng-dirty.ng-valid {
  /* border-color: #28921f; */
  box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
  padding-right: 30px;
  min-width: 100px;
  /*max-width: 250px;*/
}
/** Override backgrounds for login forms */
.login-form input:required.ng-dirty.ng-invalid {
  background: inherit;
}
.login-form input:required.ng-dirty.ng-valid {
  background: inherit;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  padding-right: 30px;
  -webkit-appearance: none;
  margin: 0;
  pointer-events: none;
  /* we are hiding the spinner, so don't allow any click events either */
}
.modal.modal-numpad .modal-dialog {
  width: auto !important;
  border: 0px;
  box-shadow: none;
}
.modal.modal-numpad .modal-header {
  display: none;
}
.modal.modal-numpad .modal-content {
  border: 0px !important;
}
.modal.modal-numpad.modal-right {
  text-align: right;
}
.modal.modal-numpad.modal-numpad--wide .modal-dialog {
  width: 50% !important;
}
.modal.modal-fullscreen {
  background: none;
}
.modal.modal-fullscreen:before {
  display: none;
}
.modal.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0 0;
}
.modal.modal-fullscreen-right .modal-dialog .modal-content {
  align-items: flex-end !important;
}
.modal.modal-fullscreen .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  background-color: rgba(241, 247, 244, 0.9);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header {
  width: 100%;
  height: 90px;
  background: none !important;
  color: #48bb91 !important;
  border-bottom: none;
  font-size: 30px;
  padding: 8px 20px;
  position: relative;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header .modal-subtitle {
  font-size: 18px;
  font-weight: 300;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header .modal-close-button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px 15px;
  font-size: 36px;
  line-height: 48px;
  padding: 0 15px;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-body {
  width: 100%;
  flex-grow: 1;
  overflow: auto;
  margin: 0 auto;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-body .list-item-view {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-body .list-item-view .list-item-view-inner {
  width: 200%;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
  margin-left: 0;
  transition: margin-left 0.25s;
  transition-delay: margin-left 0.25s;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-body .list-item-view.showSecondary .list-item-view-inner {
  margin-left: -100%;
}
.modal.modal-fullscreen-transparent {
  background-color: rgba(221, 242, 234, 0) !important;
}
.modal.modal-light .numpad-section {
  background-color: #fff !important;
  font-family: 'Open Sans' !important;
}
.modal.modal-light .numpad-section > h1 {
  color: #000 !important;
  border-bottom: solid #ccccc8 1px !important;
  margin: 0 !important;
  padding: 32px 24px !important;
}
.modal.modal-light .modal-content {
  border-radius: 5px !important;
  overflow-y: hidden !important;
}
.list-item-view .list-item-view-inner .view-section {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  white-space: normal;
  opacity: 1;
  transition: opacity 0.25s;
}
.list-item-view .list-item-view-inner .view-section.item-selection-section {
  position: relative;
}
.list-item-view .list-item-view-inner .view-section.is-minimized {
  opacity: 0;
}
.list-item-view .list-item-view-inner .view-section .item-add-button-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  margin: 0 15px;
}
.list-item-view .list-item-view-inner .view-section .item-add-button-container .item-add-button {
  width: 24px;
  text-align: center;
}
.list-item-view .list-item-view-inner .view-section .item-add-button-container .item-add-button:hover {
  font-size: 1.2em;
}
.list-item-view .list-item-view-inner .view-section .item-add-button-container .item-add-button > .fa {
  line-height: 36px;
  color: #48bb91;
}
.list-item-view .list-item-view-inner .view-section .list-title {
  font-size: 24px;
  line-height: 36px;
  font-family: 'Oswald';
  color: #48bb91;
  text-align: center;
  margin-bottom: 50px;
}
.list-item-view .list-item-view-inner .view-section .list-container {
  width: 100%;
  min-height: 300px;
}
.list-item-view .list-item-view-inner .view-section .list-container .list-item {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  color: #48bb91;
  cursor: pointer;
}
.list-item-view .list-item-view-inner .view-section .list-container .list-item.list-item-printer,
.list-item-view .list-item-view-inner .view-section .list-container .list-item.list-item-pos-station {
  color: #444444;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.list-item-view .list-item-view-inner .view-section .list-container .list-item.list-item-printer:hover,
.list-item-view .list-item-view-inner .view-section .list-container .list-item.list-item-pos-station:hover {
  border: 1px solid #48bb91;
}
.list-item-view .list-item-view-inner .view-section .list-container-empty {
  width: 100%;
}
.list-item-view .list-item-view-inner .view-section .list-container-empty .list-container-empty-message {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  font-size: 18px;
  font-weight: 300;
  border: 1px dashed #48bb91;
  text-align: center;
}
.list-item-view .list-item-view-inner .view-section .list-container-empty .list-container-empty-message.actionable-message:hover {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.list-item-view .list-item-view-inner .view-section.item-edit-section {
  position: relative;
}
.list-item-view .list-item-view-inner .view-section .item-edit-exit-button-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin: 0 15px;
  cursor: pointer;
}
.list-item-view .list-item-view-inner .view-section .item-edit-exit-button-container .item-edit-exit-button {
  width: 24px;
  text-align: center;
}
.list-item-view .list-item-view-inner .view-section .item-edit-exit-button-container .item-edit-exit-button:hover {
  font-size: 1.2em;
}
.list-item-view .list-item-view-inner .view-section .item-edit-exit-button-container .item-edit-exit-button > .fa {
  line-height: 36px;
  color: #48bb91;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container {
  width: 100%;
  min-height: 300px;
  position: relative;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form-title {
  font-size: 24px;
  line-height: 36px;
  font-family: 'Oswald';
  color: #48bb91;
  text-align: center;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form {
  text-align: center;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-section {
  width: 100%;
  padding: 15px;
  margin: 15px 0;
  background-color: rgba(72, 187, 145, 0.05);
  border: 1px solid rgba(72, 187, 145, 0.1);
  color: #48bb91;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-section .form-section-content .flex-content {
  display: flex;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-section .form-section-content .form-subsection-label {
  margin: 10px auto 0;
  color: #48bb91;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 700;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group {
  margin: 12px;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group label.form-input-label {
  display: block;
  margin: 10px auto 0;
  color: #48bb91;
  font-size: 14px;
  text-transform: uppercase;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group label.form-value-label {
  display: block;
  font-size: 28px;
  font-weight: 400;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-input {
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(72, 187, 145, 0.4);
  padding: 12px 12px;
  margin: 0 auto 8px;
  width: 100%;
  font-size: 28px;
  text-align: center;
  background: none;
  font-weight: 300;
  color: #444444;
  height: 54px;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-input[readonly] {
  background: none !important;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-input.form-input-text-sm {
  font-size: 20px;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-input:focus {
  border-bottom: 1px solid #48bb91;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-input.font-xxs {
  font-size: 14px;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-input.font-xs {
  font-size: 18px;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-input.font-sm {
  font-size: 24px;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group select.form-input {
  height: 54px;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group input[type='number']::-webkit-inner-spin-button,
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  apperance: none;
  margin: 0;
  display: none;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-color-input {
  border: 1px solid #444444;
  outline: none;
  margin: 9px;
  width: 100%;
  font-size: 0;
  text-align: center;
  color: #444444;
  width: 36px;
  height: 36px;
  display: inline-block;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-options {
  width: 100%;
  padding: 8px 0;
  display: flex;
  justify-content: center;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-options .form-option {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #48bb91;
  border-left: none;
  color: #48bb91;
  cursor: pointer;
  transition: background-color 0.1s;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-options .form-option:hover {
  background-color: rgba(72, 187, 145, 0.2);
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-options .form-option:nth-child(1) {
  border-left: 1px solid #48bb91;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-options .form-option.selected {
  border-right: 1px solid #ddf2ea;
  background-color: #48bb91;
  color: #ffffff;
  font-weight: 700;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-input-toggle {
  width: 48px;
  height: 48px;
  margin: 8px 0;
  border: 1px solid rgba(72, 187, 145, 0.5);
  border-radius: 50%;
  background: none;
  padding: 0;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-input-toggle:hover {
  border: 2px solid #48bb91;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-input-toggle.active {
  border: 2px solid #48bb91;
  background: #48bb91;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-input-toggle.active:hover {
  background: rgba(72, 187, 145, 0.8);
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .form-input-group .form-input-toggle.active:after {
  content: '';
  display: block;
  width: 12px;
  height: 20px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 5px 5px 0;
  transform: rotate(40deg);
  margin-left: 16px;
  margin-top: -4px;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .item-delete-button {
  border: none;
  background: none;
  margin: 15px 15px;
  font-size: 16px;
}
.list-item-view .list-item-view-inner .view-section .item-edit-form-container .item-edit-form .item-edit-button {
  padding: 20px;
  border: 0;
}
.inventory-category-items-container {
  padding-top: 10px;
}
.pos-category {
  position: relative;
  width: 100%;
  padding: 20px 30px;
  background: #FFF;
  color: #333;
  font-size: 16px;
}
.pos-category-input {
  position: relative;
  width: 100%;
  background: #FFF;
  color: #333;
  font-size: 16px;
}
.pos-category-input input {
  padding: 20px 30px;
  font-size: 16px;
  width: 100%;
}
.pos-category-delete {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
}
.pos-category-selected {
  background: #EEE;
}
.pos-btn-inactive {
  opacity: 0.3;
  border: 1px dashed #333;
}
.pos-btn-inactive button {
  background: #FFF !important;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-body .search-input-view {
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-body .search-input-view .search-input-view-section {
  position: relative;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-body .search-input-view .search-input-label {
  width: 100%;
  margin: 10px auto 0;
  color: #48bb91;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-body .search-input-view .search-input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #48bb91;
  text-align: center;
  padding: 10px 15px;
  margin: 15px 0;
  font-size: 28px;
  color: #48bb91;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-body .search-input-view .list-all-button {
  position: absolute;
  top: 54px;
  right: 0;
  background-color: rgba(72, 187, 145, 0.15) !important;
  color: #48bb91 !important;
  padding: 8px 15px;
  border-radius: 12px;
  border: none  !important;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: none !important;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-body .search-input-view .list-all-button.is-active {
  background-color: #48bb91 !important;
  color: #ffffff !important;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-body .search-results-view .search-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.search-results-view .search-results .search-result-container {
  width: 60%;
  min-width: 240px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.search-results-view .search-results .search-result-container:before {
  content: " ";
  display: block;
  padding-top: 70px;
}
.search-results-view .search-results .search-result-container .search-result {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 15px;
  right: 120px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.search-results-view .search-results .search-result-container .search-result:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.search-results-view .search-results .search-result-container .search-result .search-result-inner {
  width: 100%;
}
.search-results-view .search-results .search-result-container .search-result .result-actions {
  width: 72px;
  padding: 0 8px;
  text-align: center;
}
.search-results-view .search-results .search-result-container .search-result .result-actions .result-action {
  color: #48bb91;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  transition: font-size 0.125s cubic-bezier(0.46, -0.45, 0.13, 1.97);
}
.search-results-view .search-results .search-result-container .search-result:hover .result-actions .result-action {
  font-size: 20px;
}
.search-results-view .search-results .search-result-container .search-result .result-title {
  padding: 0 8px;
  font-size: 24px;
  font-family: Oswald;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-results-view .search-results .search-result-container .search-result .result-description {
  padding: 0 8px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  align-self: flex-end;
}
.search-results-view .search-results .search-result-container .search-result .result-description .lighter {
  font-weight: 400;
  font-size: 0.75em;
  color: #999999;
}
.search-results-view .search-results .search-result-container .search-result-action-options {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 120px;
}
.search-results-view .search-results .search-result-container .search-result-action-options .result-action-option {
  width: 50%;
  height: 60px;
  background-color: rgba(72, 187, 145, 0.15);
  color: #48bb91;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.search-results-view .search-results .search-result-container .search-result-action-options .result-action-option:hover {
  font-size: 18px;
  background-color: rgba(72, 187, 145, 0.3);
}
.search-results-view .search-results .search-result-empty-message {
  width: 100%;
  padding: 20px 15px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #444444;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-login.modal:before {
    display: inline-block;
    vertical-align: top !important;
    content: " ";
    height: 100%;
  }
}
@media (min-width: 768px) {
  .modal-90 .modal-dialog {
    width: 90%;
  }
  .modal-80 .modal-dialog {
    width: 80%;
  }
  .modal-70 .modal-dialog {
    width: 70%;
  }
  .modal-60 .modal-dialog {
    width: 60%;
  }
  .modal-50 .modal-dialog {
    width: 50%;
  }
  .modal-40 .modal-dialog {
    width: 40%;
  }
  .modal-30 .modal-dialog {
    width: 30%;
  }
  .modal-autowidth .modal-dialog {
    width: auto;
  }
  .modal-tender .modal-dialog {
    width: 960px;
  }
}
.modal-sidebar {
  width: 190px;
  float: left;
  position: relative;
  border: 1px solid #ccc;
  border-width: 0 1px 0 0;
  background-color: #f2f2f2;
  max-height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .videoHeightSmall {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .videoHeightMedium {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .videoHeightBig {
    height: 800px;
  }
}
/** Google Maps */
.angular-google-map-container {
  height: 200px;
}
.google-map-400 .angular-google-map-container {
  height: 400px;
}
.google-map-250 .angular-google-map-container {
  height: 250px;
}
.google-map-full .angular-google-map-container {
  height: 100%;
}
#policyForm .container {
  width: initial;
}
/** App Icons */
.app-img-sm {
  height: 40px;
  width: 40px;
}
.rounded-img-sm {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: #999 2px 2px 2px;
  -moz-box-shadow: #999 2px 2px 2px;
  -o-box-shadow: #999 2px 2px 2px;
  box-shadow: #999 2px 2px 2px;
}
/* Override decorations for menu dropdown toggles here.*/
.submenu > li > a {
  text-decoration: none;
  background-color: #fff;
}
.submenu > li > a:hover {
  text-decoration: none;
  background-color: #f9f9f9;
}
.submenu > li > a:active {
  text-decoration: none;
  color: blue;
}
.nav-list > li .submenu > li.active > a > [class*="icon-"]:first-child {
  color: #1963aa;
}
/** Simple Data Box */
.freshideas-data-box {
  margin: 0 12px;
}
.freshideas-data-box [class*="col-"] {
  font-weight: normal;
  padding: 6px 4px 6px 6px;
}
.freshideas-data-box.light-padding [class*="col-"] {
  font-weight: normal;
  padding: 2px 2px 2px 2px;
}
.freshideas-data-box .row:first-child [class*="col-"] {
  border-top: none;
}
.freshideas-data-box [class*="col-"].freshideas-label {
  color: #667E99;
}
@media (min-width: 768px) {
  .freshideas-data-box [class*="col-"].freshideas-label {
    text-align: right;
  }
}
.freshideas-data-box [class*="col-"].freshideas-value {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.freshideas-data-box [class*="col-"].freshideas-section-header {
  color: #667E99;
  font-weight: bold;
  border-bottom: 1px dotted #D5E4F1;
}
.no-wrap {
  white-space: nowrap;
}
/** Growl */
.growl {
  position: fixed;
  z-index: 9000;
  top: 20px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
}
/** Ensures timepicker is over modals */
.bootstrap-timepicker-widget {
  z-index: 999999;
}
/** used with validation errors */
/**
This styles the IP and Current Group at the top right of the page
*/
.breadcrumb-user-info {
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  line-height: 15px;
  position: relative;
  top: 4px;
}
/** freshideas-page-header can be used as alternative to ace header classes */
.freshideas-page-header-row {
  border-bottom: 1px solid #2b7c36;
  margin: 0 0 12px;
}
.freshideas-page-header-row .freshideas-page-header h1 {
  padding: 0;
  font-size: 24px;
  font-weight: normal;
  color: #2b7c36;
}
/** Overrides bootstrap to match ace's control labels */
.form-horizontal .form-control-static {
  padding-top: 3px;
}
.code-box pre {
  font: 0.855em "Courier New", Courier, mono;
}
/* Custom footer for button located in angular-strap popover */
.popover-btn-footer {
  border-top-color: #e4e9ee;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #eff3f8;
  margin: 0px -14px -10px -14px;
  padding: 10px 14px 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.well-xs {
  padding: 4px;
  border-radius: 3px;
}
/** Override css for multiselect dropdown */
.multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
  background-image: none;
  cursor: pointer;
  border: none;
}
.multiSelectItem span {
  font-weight: normal;
  font-size: 12px !important;
}
.multiSelect .button {
  font-size: 12px !important;
}
.multiselect,
.checkboxlayer,
.show {
  max-height: 300px;
  overflow-y: scroll;
  min-width: 150px !important;
  float: left;
}
.multiselect,
.checkboxlayer,
.show {
  max-height: 300px;
  overflow-y: scroll;
  min-width: 150px !important;
  float: left;
}
.simple-chart div.no-data {
  height: 100%;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.simple-chart div.no-data span {
  position: relative;
  top: 50%;
}
/** Animations */
.ng-enter {
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.ng-enter,
.ng-leave.ng-leave-active {
  opacity: 0;
}
.ng-leave,
.ng-enter.ng-enter-active {
  opacity: 1;
}
/**
 * NG Grid
 */
.data-grid {
  border: 1px solid #d4d4d4;
  width: 100%;
}
.data-grid.client-side-fixed-height {
  height: 400px;
}
.data-grid.small-height {
  height: 200px;
}
.data-grid .grid-footer {
  width: 100%;
  border-top: 1px solid #d4d4d4;
}
.data-grid .grid-footer .pager {
  margin: 0px 0;
}
/** Kill horizontal overflow on 100% width grids */
.data-grid.grid-100 .ngViewport {
  overflow-x: hidden;
}
.data-grid .ngHeaderCell {
  background: #f2f2f2;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#f8f8f8), to(#ececec));
  background-image: -webkit-linear-gradient(top, #f8f8f8, 0%, #ececec, 100%);
  background-image: -moz-linear-gradient(top, #f8f8f8 0, #ececec 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}
.ngRow {
  border: 1px solid #d4d4d4;
}
.ngRow.odd {
  background-color: #eff4f7;
}
.ngRow.even {
  background-color: #ffffff;
}
.ngRow.even:hover,
.ngRow.odd:hover {
  background-color: #f5f5f5;
}
.ngRow > .inactive {
  opacity: 0.5;
}
.ngVerticalBarVisible {
  height: 100%;
}
.gridSearchBar {
  border: 1px solid #d4d4d4;
  padding: 5px;
  color: #707070;
  font-weight: normal;
  background: linear-gradient(#f8f8f8 0px, #ececec 100%) repeat-x #f2f2f2;
}
.ngCellText .fa.status-active {
  color: #48bb91;
}
.ngCellText .fa.status-inactive {
  color: #cccccc;
}
/** Styles for form-based tree used for threat rules & bps rules */
.freshideas-tree-wrapper {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
}
.freshideas-tree {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.freshideas-tree .freshideas-tree {
  padding-left: 30px;
}
.freshideas-tree-node {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}
.freshideas-tree-node-content {
  display: block;
  min-height: 38px;
  margin: 5px 0;
  padding: 8px 12px;
  background: #f8faff;
  border: 1px solid #ccc;
  color: #7c9eb2;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.freshideas-tree .freshideas-tree .freshideas-tree-node-content {
  border: 1px solid #dae2ea;
}
.freshideas-tree-node-content .freshideas-tree-node-header {
  font-weight: bold;
}
.freshideas-tree-node > button {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 1px 5px 5px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  top: 4px;
  left: 1px;
  color: #707070;
}
.freshideas-tree-node > button > i {
  display: block;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-weight: normal;
  font-size: 14px;
}
button.freshideas-tree-node-button {
  padding-right: 5px;
  color: black;
  border: 0;
  background: transparent;
}
/* override animation setting for buttons in ace.css. */
.btn {
  -webkit-transition: none;
  transition: none;
}
#title-outer {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#title-inner {
  position: relative;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  font-family: inherit;
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  color: #ededed;
  padding-top: 5px;
}
.cloud-dashboard {
  display: block;
}
.remove-view {
  display: none;
}
.ribbon-wrapper-blue {
  width: 170px;
  height: 158px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.ribbon-blue {
  font: bold 15px Sans-Serif;
  color: #333 !important;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: 0;
  top: 47px;
  width: 220px;
  background-color: #46a3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7dc0fa), to(#46a3f3));
  background-image: -webkit-linear-gradient(top, #7dc0fa, #46a3f3);
  background-image: -moz-linear-gradient(top, #7dc0fa, #46a3f3);
  background-image: -ms-linear-gradient(top, #7dc0fa, #46a3f3);
  background-image: -o-linear-gradient(top, #7dc0fa, #46a3f3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.ribbon-blue > a:link {
  color: #333 !important;
  text-decoration: none;
}
.ribbon-blue > a:visited {
  color: #333;
  text-decoration: none;
}
.ribbon-blue > a:hover {
  color: #ffffff;
  text-shadow: rgba(80, 80, 80, 0.5) 0 1px 0;
  text-decoration: none;
}
.ribbon-blue > a:active {
  color: #333;
  text-shadow: #ffffff 0 0 2px;
  text-decoration: none;
}
.ribbon-blue:before,
.ribbon-blue:after {
  content: "";
  border-top: 3px solid #3096ed;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}
.ribbon-blue:before {
  left: 0;
}
.ribbon-blue:after {
  right: 0;
}
.cloud-icon {
  display: block;
  padding-bottom: 20px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.sub-navbar {
  min-height: 35px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.nav-list > li .submenu > li.active > a {
  font-weight: bold;
}
.dropdown-menu.dropdown-close.pull-right {
  left: auto;
  right: 15px;
  min-width: 210px;
}
.dropdown-menu.dropdown-close {
  top: 45px;
  left: -5px;
}
.username-navbar {
  float: right;
  color: rgba(54, 124, 43, 0.85);
  font-weight: bold;
  margin-top: 15px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    position: relative;
  }
  .username-navbar {
    top: 8px;
    left: 65px;
    position: absolute;
  }
  .dropdown-menu.dropdown-close.pull-right {
    margin-top: 8px;
  }
}
.btn.mover {
  display: block;
}
.btn.mover.right {
  margin-top: 24px;
}
.checkbox-align {
  float: right;
  margin-right: 100px !important;
}
.report .no-widget-padding td,
.report .no-widget-padding th {
  padding: 0px !important;
}
/* Tab */
tabs {
  display: block;
}
tabs-header {
  display: block;
}
tab-button {
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}
tab-button.current {
  background: #eeeeee;
}
tab-button + tab-button {
  border-left: 1px solid #dddddd;
}
tab-contents,
tab-content {
  display: block;
}
tab-content {
  display: none;
}
tab-content.current {
  display: block;
}
tab-contents {
  border: 1px solid #eeeeee;
  padding: 20px;
}
/* Sortable */
[sortable-item] {
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
[sortable-item].hover {
  outline: 1px dashed #666666;
  position: relative;
  z-index: 1;
}
[sortable-item].dragging {
  opacity: 0.5;
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.customer--display {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
}
.loading-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loading-indicator .center-this {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-indicator .center-this-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loading-indicator div.spinner {
  position: relative;
  width: 54px;
  height: 54px;
  display: inline-block;
  margin-left: 50%;
  margin-right: 50%;
  padding: 10px;
  border-radius: 10px;
}
.loading-indicator div.spinner div {
  width: 6%;
  height: 16%;
  background: #fff;
  position: absolute;
  left: 49%;
  top: 43%;
  opacity: 0;
  -webkit-border-radius: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-animation: fade 1s linear infinite;
}
@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
.loading-indicator div.spinner div.bar1 {
  -webkit-transform: rotate(0deg) translate(0, -130%);
  -webkit-animation-delay: 0s;
}
.loading-indicator div.spinner div.bar2 {
  -webkit-transform: rotate(30deg) translate(0, -130%);
  -webkit-animation-delay: -0.9167s;
}
.loading-indicator div.spinner div.bar3 {
  -webkit-transform: rotate(60deg) translate(0, -130%);
  -webkit-animation-delay: -0.833s;
}
.loading-indicator div.spinner div.bar4 {
  -webkit-transform: rotate(90deg) translate(0, -130%);
  -webkit-animation-delay: -0.7497s;
}
.loading-indicator div.spinner div.bar5 {
  -webkit-transform: rotate(120deg) translate(0, -130%);
  -webkit-animation-delay: -0.667s;
}
.loading-indicator div.spinner div.bar6 {
  -webkit-transform: rotate(150deg) translate(0, -130%);
  -webkit-animation-delay: -0.5837s;
}
.loading-indicator div.spinner div.bar7 {
  -webkit-transform: rotate(180deg) translate(0, -130%);
  -webkit-animation-delay: -0.5s;
}
.loading-indicator div.spinner div.bar8 {
  -webkit-transform: rotate(210deg) translate(0, -130%);
  -webkit-animation-delay: -0.4167s;
}
.loading-indicator div.spinner div.bar9 {
  -webkit-transform: rotate(240deg) translate(0, -130%);
  -webkit-animation-delay: -0.333s;
}
.loading-indicator div.spinner div.bar10 {
  -webkit-transform: rotate(270deg) translate(0, -130%);
  -webkit-animation-delay: -0.2497s;
}
.loading-indicator div.spinner div.bar11 {
  -webkit-transform: rotate(300deg) translate(0, -130%);
  -webkit-animation-delay: -0.167s;
}
.loading-indicator div.spinner div.bar12 {
  -webkit-transform: rotate(330deg) translate(0, -130%);
  -webkit-animation-delay: -0.0833s;
}
.timestampModifierModal {
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  font-weight: 700;
}
.timestampModifierModal .form-section-sub-title {
  font-size: 1.6rem;
  color: #333333;
  height: 25%;
  font-weight: 400;
}
.timestampModifierModal .time_date_area {
  display: flex;
  height: 75%;
  width: 100%;
  padding-top: 2%;
}
.timestampModifierModal .time_date_area .time_text_area {
  height: 100%;
  border: 1px #d8d8d8 solid;
  border-right: unset;
  font-size: 130%;
  background: #fff !important;
  text-align: center;
  color: #000 !important;
  opacity: 1;
  -webkit-appearance: initial;
}
.timestampModifierModal .time_date_area .time_period_area {
  height: 100%;
  border: 1px #d8d8d8 solid;
  font-size: 130%;
  background: #fff !important;
  color: #000 !important;
  opacity: 1;
  -webkit-appearance: initial;
}
.timestampModifierModal .time_date_area input {
  padding: 0;
}
.timestampModifierModal .time_date_area .date_selector_box {
  height: 100%;
}
.timestampModifierModal .time_date_area .date_selector_box .date_selector_area {
  height: 100%;
  font-size: 130%;
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-appearance: initial;
  text-align: center;
}
.timestampModifierModal .time_date_area .date_selector_box .dropdown-menu {
  left: auto !important;
  right: 0px;
}
.timestampModifierModal .time_date_area .ui-select-container {
  width: 100%;
  height: 100%;
  background: #fff !important;
  padding: unset !important;
}
.timestampModifierModal .time_date_area .ui-select-container .btn-default-focus {
  background: unset !important;
  box-shadow: unset !important;
}
.timestampModifierModal .time_date_area .ui-select-container .ui-select-search {
  height: 100%;
  padding-left: 10%;
}
.timestampModifierModal .time_date_area .ui-select-container .ui-select-choices {
  min-width: 100%;
  height: 250%;
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background-clip: unset !important;
  box-shadow: unset;
}
.timestampModifierModal .time_date_area .ui-select-container .ui-select-choices .ui-select-choices-group {
  height: 100%;
  width: 100%;
}
.timestampModifierModal .time_date_area .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row {
  height: 50%;
}
.timestampModifierModal .time_date_area .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: unset;
  border: 1px solid #ddd;
}
.timestampModifierModal .time_date_area .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span {
  color: #000;
  background-color: unset;
}
.timestampModifierModal .time_date_area .ui-select-container .ui-select-match {
  height: 100%;
}
.timestampModifierModal .time_date_area .ui-select-container .ui-select-match .caret {
  /*background: url(/images/dropdownarrow.svg) center center no-repeat;
                    border-top: unset;
                    position: unset;
                    width: 30%;
                    height: 30%;*/
}
.timestampModifierModal .time_date_area .ui-select-container .ui-select-match .ui-select-placeholder {
  padding-left: 1%;
  font-size: 100%;
}
.timestampModifierModal .time_date_area .ui-select-container .ui-select-match .ui-select-match-text {
  padding-left: 10%;
  display: flex;
  align-items: center;
}
.timestampModifierModal .time_date_area .ui-select-container .ui-select-match .ui-select-match-text span {
  text-align: center;
}
.timestampModifierModal .time_date_area .ui-select-container .ui-select-match .btn {
  background: unset !important;
  color: #000 !important;
  padding: unset !important;
  border-radius: 0px !important;
  border: unset !important;
  font-size: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10%;
  text-shadow: unset !important;
  margin: 0px;
}
.loyalty .loyalty-inner {
  align-items: center;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.loyalty .loyalty-close-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 75px;
  z-index: 3;
  color: #aaa;
}
.loyalty .loyalty-patron-photo {
  background-color: #ffffff;
  z-index: 3;
}
.loyalty .loyalty-patron-photo-big {
  background-color: #f8f8f8;
  border: 2px solid #dddddd;
  border-radius: 50%;
  height: 110px;
  width: 110px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: -20px;
  z-index: 2;
}
.loyalty .loyalty-info {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loyalty .loyalty-info hr {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  margin-top: 20px;
}
.loyalty .loyalty-info .loyalty-title {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 40%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.loyalty .loyalty-info .loyalty-title .loyalty-title-star {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  border: 3px solid #dedede;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loyalty .loyalty-info .loyalty-title .loyalty-title-star i {
  color: #dedede;
  font-size: 30px;
}
.loyalty .loyalty-info .loyalty-title .loyalty-title-text {
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  padding-left: 20px;
}
.loyalty .loyalty-info .loyalty-info-inner {
  height: 120px;
  margin: 15px;
  position: relative;
  border-radius: 10px;
}
.loyalty .loyalty-info .loyalty-info-inner .loyalty-patron-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.loyalty .loyalty-info .loyalty-info-inner .loyalty-patron-container .loyalty-patron-name {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 5px 0 10px 0;
}
.loyalty .loyalty-info .loyalty-info-inner .loyalty-patron-container .loyalty-patron-tier {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  color: #ccc;
  margin-bottom: 10px;
}
.loyalty .loyalty-info .loyalty-info-inner .loyalty-patron-container .loyalty-patron-tier .loyalty-patron-tier-label {
  padding: 2.5px 15px;
  font-weight: 500;
}
.loyalty .loyalty-info .loyalty-info-inner .loyalty-patron-container .loyalty-patron-tier .loyalty-patron-tier-label-active {
  color: #333;
  background: #efe13b;
  font-weight: 500;
}
.loyalty .loyalty-info .loyalty-info-inner .loyalty-patron-container .loyalty-points {
  font-weight: 500;
  text-align: center;
  font-size: 16px;
}
.loyalty .loyalty-info .loyalty-info-inner .loyalty-patron-container .loyalty-level {
  height: 100%;
  padding: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  border-radius: 0 0 8px 0;
  color: #000;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon-Spinner-Small {
  animation: spin 1s linear infinite;
  font-size: 20px;
}
/****************\
**Page Container**
\****************/
.customer-header {
  width: calc(100% + 64px);
  margin: -24px -32px;
  padding-bottom: 48px;
}
.customers-page-container {
  display: flex;
  background-color: #f5f5f0;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  height: 100%;
  line-height: 24px;
  /* Firefox */
}
.customers-page-container .notification-popup {
  z-index: 10;
  left: 50%;
  transform: translateX(-10%);
}
@media only screen and (max-width: 31.25em) {
  .customers-page-container .notification-popup {
    top: 78px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.customers-page-container .new-btn-primary {
  padding: 12px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  background-color: white;
  min-height: 48px;
  cursor: pointer;
  border: none;
  color: inherit;
  gap: 8px;
  margin-top: 12px;
}
.customers-page-container .new-btn-primary :disabled {
  opacity: 0.5;
  pointer-events: none;
}
.customers-page-container .yellow-btn {
  background-color: #efe13b;
}
.customers-page-container .yellow-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.customers-page-container input {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.customers-page-container input:focus {
  outline: none;
}
.customers-page-container input[type='number'] {
  border-radius: 5px !important;
  padding: 12px 16px;
  height: 48px;
  margin: 0 12px;
  font-size: 20px;
}
.customers-page-container input[type='number']::-webkit-outer-spin-button,
.customers-page-container input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.customers-page-container input[type='number']:focus {
  color: #333332 !important;
}
.customers-page-container input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.customers-page-container input[type='email'] {
  border-radius: 5px !important;
  padding: 12px 16px;
  height: 48px;
  font-size: 20px;
}
.customers-page-container input[type='email']:focus {
  color: #333332 !important;
}
.customers-page-container input[type='text'] {
  border-radius: 5px !important;
  padding: 12px 16px;
  height: 48px;
  font-size: 20px;
}
.customers-page-container input[type='text']:focus {
  color: #333332 !important;
}
.customers-page-container textarea {
  border-radius: 5px !important;
  padding: 12px 16px;
  font-size: 20px;
}
.customers-page-container textarea:focus {
  color: #333332 !important;
}
.customers-page-container select {
  font-size: 20px;
}
.customers-page-container select:focus {
  color: #333332 !important;
}
.customers-page-container .font-size-24 {
  font-size: 24px;
  line-height: 28px;
}
.customers-page-container .font-light {
  font-weight: 300;
}
.customers-page-container .font-size-20 {
  font-size: 20px;
}
.customers-page-container .font-size-32 {
  font-size: 32px;
  line-height: 36px;
}
.customers-page-container .font-size-12 {
  font-size: 12px;
}
.customers-page-container .margin-top-24 {
  margin-top: 24px;
}
.customers-page-container .margin-bottom-24 {
  margin-bottom: 24px;
}
.customers-page-container .margin-bottom-12 {
  margin-bottom: 12px;
}
.customers-page-container .margin-bottom-18 {
  margin-bottom: 18px;
}
.customers-page-container .margin-bottom-32 {
  margin-bottom: 32px;
}
.customers-page-container .marin-auto {
  margin: auto;
}
.customers-page-container .margin-top-12px {
  margin-top: 12px;
}
.customers-page-container .margin-right-32 {
  margin-right: 32px;
}
.customers-page-container .break-word {
  word-break: break-all;
  text-align: left;
  padding-bottom: 12px;
  width: 100%;
}
.customers-page-container .scroll-shadow-gradient {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(0deg, white 30%, rgba(255, 255, 255, 0) 100%);
}
.customers-page-container .customer-page-date-picker {
  border: 1px solid lightgray;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 48px;
  margin-right: 5px;
}
.customers-page-container .customer-page-date-picker .customer-page-calendar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  height: 100%;
  background-color: #f5f5f0;
}
.customers-page-container .customer-page-date-picker input {
  background-color: transparent;
  border: none;
  color: inherit;
  padding: 12px 16px;
  max-width: 140px;
}
.customers-page-container .customer-page-date-picker input[readonly] {
  background-color: transparent !important;
  color: inherit !important;
}
.customers-page-container .customer-page-time-select {
  padding: 12px;
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid lightgray;
  border-radius: 5px;
}
.customers-page-container .customer-page-time-select select {
  border: none;
  font-size: 20px;
  font-family: inherit;
  color: inherit;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}
.customers-page-container .action-button {
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}
.customers-page-container .action-button .action-button-icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  border-radius: 50%;
}
.customers-page-container .action-button .action-button-icon .fa {
  display: block;
  width: 48px;
  height: 48px;
  margin: 6px;
  text-align: center;
  line-height: 48px;
}
.customers-page-container .action-button .action-button-icon.with-background {
  background-color: #e8e8e8;
  margin-right: 8px;
}
.customers-page-container .action-button .action-button-icon.with-background .fa {
  color: #999999;
}
.customers-page-container .action-button:hover {
  color: #efe13b;
}
.customers-page-container .action-button:hover .action-button-icon.with-background .fa {
  color: #efe13b;
}
.customers-page-container .action-button .action-button-toggle {
  width: 50px;
  height: 30px;
  border-radius: 90px;
  font-size: 0px;
  margin: 0px 10px 0 0;
  position: relative;
  background-color: #999999;
  transition: color 0.25s;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.customers-page-container .action-button .action-button-toggle .toggle-panel {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
  transition: margin-left 0.25s;
}
.customers-page-container .action-button .action-button-toggle .toggle-panel .toggle-on {
  width: 48px;
  padding-left: 8px;
  height: 24px;
  border-radius: 12px 0 0 12px;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
}
.customers-page-container .action-button .action-button-toggle .toggle-panel .toggle-off {
  width: 48px;
  padding-right: 8px;
  height: 100%;
  border-radius: 0 12px 12px 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: right;
}
.customers-page-container .action-button .action-button-toggle .toggle {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: left 0.25s, border-color 0.25s;
}
.customers-page-container .action-button .action-button-toggle.toggle-status-on {
  background-color: #efe13b;
}
.customers-page-container .action-button .action-button-toggle.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.customers-page-container .action-button .action-button-toggle.toggle-status-on .toggle {
  left: 20px;
}
.customers-page-container .action-button .action-button-toggle.toggle-status-off {
  background-color: #f0eff0;
}
.customers-page-container .action-button .action-button-toggle.toggle-status-off .toggle-panel {
  margin-left: -36px;
}
.customers-page-container .action-button .action-button-label {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}
.customers-page-container .action-button .action-button-label.highlight {
  color: #efe13b;
}
.customers-page-container .action-button + .action-button {
  margin-left: 30px;
}
.customers-page-container .control-label + .action-button {
  display: block;
}
.customers-page-container .fi-toggle-button {
  width: 50px;
  height: 30px;
  border-radius: 90px;
  font-size: 0px;
  margin: 8px 0px;
  position: relative;
  background-color: #999999;
  transition: color 0.25s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.customers-page-container .fi-toggle-button .fi-toggle-panel {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
  transition: margin-left 0.25s;
}
.customers-page-container .fi-toggle-button .fi-toggle-panel .fi-toggle-panel--on {
  width: 48px;
  padding-left: 8px;
  height: 24px;
  border-radius: 12px 0 0 12px;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
}
.customers-page-container .fi-toggle-button .fi-toggle-panel .fi-toggle-panel-off {
  width: 48px;
  padding-right: 8px;
  height: 100%;
  border-radius: 0 12px 12px 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: right;
}
.customers-page-container .fi-toggle-button .fi-toggle {
  position: absolute;
  left: 3px;
  top: 2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  transition: left 0.25s, border-color 0.25s;
}
.customers-page-container .fi-toggle-button.fi-toggle-status--on {
  background-color: #efe13b;
}
.customers-page-container .fi-toggle-button.fi-toggle-status--on .fi-toggle-panel {
  margin-left: 0;
}
.customers-page-container .fi-toggle-button.fi-toggle-status--on .fi-toggle {
  left: 21px;
  border: 1px solid #efe13b;
}
.customers-page-container .fi-toggle-button.fi-toggle-status--off {
  background-color: #999999;
}
.customers-page-container .fi-toggle-button.fi-toggle-status--off .fi-toggle-panel {
  margin-left: -36px;
}
.customers-page-container .fi-toggle-label {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 30px;
  margin: 8px;
}
/*********\
**sidenav**
\*********/
.customers-page-sidenav {
  background-color: white;
  width: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 4;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  transition: width 0.2s ease-in-out;
}
@media only screen and (max-width: 31.25em) {
  .customers-page-sidenav {
    width: 100vw;
  }
}
@media only screen and (min-width: 31.25em) {
  .customers-page-sidenav {
    display: flex !important;
  }
}
.customers-page-sidenav .customers-page-sidenav-top {
  justify-content: space-between;
  display: none;
}
.customers-page-sidenav .customers-page-sidenav-top span {
  padding: 24px 22px;
  font-size: 24px;
  margin-left: auto;
}
@media only screen and (max-width: 31.25em) {
  .customers-page-sidenav .customers-page-sidenav-top {
    display: flex;
  }
}
.customers-page-sidenav .customers-page-sidenav-btn {
  border-bottom: 1px solid lightgray;
  display: flex;
  align-items: center;
  padding: 24px 16px;
  position: relative;
  cursor: pointer;
}
.customers-page-sidenav .customers-page-sidenav-btn .customers-page-sidenav-btn-active {
  position: absolute;
  height: 100%;
  width: 4px;
  top: 0;
  left: 0;
  background-color: #efe13b;
}
/***********\
**Grow Page**
\***********/
.customers-page-grow {
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
.customers-page-grow::-webkit-scrollbar {
  width: 0;
}
.customers-page-grow .radial-select {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.customers-page-grow .radial-select input {
  display: none;
}
.customers-page-grow .radial-select input + div {
  padding: 1em;
  outline: 2px dashed gray;
  border-radius: 4px;
}
.customers-page-grow .radial-select :checked + div {
  outline: 2px solid black;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.customers-page-grow .customers-page-grow-banner-top {
  align-self: flex-end;
  border-radius: 5px;
  min-width: 200px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid lightgray;
  font-size: 20px;
  position: relative;
  background-color: white;
}
.customers-page-grow .customers-page-grow-banner-top select {
  border: none;
  font-size: inherit;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  color: inherit;
  line-height: 24px;
  padding-right: 40px;
  z-index: 1;
  background-color: transparent;
}
.customers-page-grow .customers-page-grow-banner-top .icon-Arrow-Large-Down:before {
  font-size: 32px;
}
.customers-page-grow .customers-page-grow-body {
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
  height: 100vh;
  overflow-y: scroll;
}
.customers-page-grow .customers-page-grow-body::-webkit-scrollbar {
  width: 0;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-page-grow-body {
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 31.25em) {
  .customers-page-grow .customers-page-grow-body .customers-page-grow-top {
    margin-left: 60px;
  }
}
.customers-page-grow .customers-page-grow-body .customers-page-grow-banner {
  padding: 24px 32px;
  margin: 24px 0;
  background-color: white;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  border-radius: 5px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-page-grow-body .customers-page-grow-banner {
    padding: 12px 16px;
    margin: 12px 0;
    min-height: unset;
  }
}
.customers-page-grow .customers-page-grow-body .customers-page-grow-banner .customers-page-grow-banner-text {
  align-self: center;
  font-size: 60px;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-page-grow-body .customers-page-grow-banner .customers-page-grow-banner-text {
    font-size: 28px;
    margin: 48px 0;
  }
}
@media only screen and (max-width: 20.5em) {
  .customers-page-grow .customers-page-grow-body .customers-page-grow-banner .customers-page-grow-banner-text {
    font-size: 25px;
  }
}
.customers-page-grow .customers-page-grow-body .customers-page-grow-bottom {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-page-grow-body .customers-page-grow-bottom {
    flex-direction: column;
  }
}
.customers-page-grow .customers-page-grow-body .customers-page-grow-bottom .customers-page-grow-bottom-box {
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  border-radius: 5px;
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 310px;
  flex: 1;
  background-color: white;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-page-grow-body .customers-page-grow-bottom .customers-page-grow-bottom-box {
    padding: 12px 16px 24px 16px;
    min-height: unset;
  }
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-page-grow-body .customers-page-grow-bottom .customers-page-grow-bottom-box:last-child {
    margin-left: 0;
    margin-top: 12px;
  }
}
.customers-page-grow .customers-page-grow-body .customers-page-grow-bottom .customers-page-grow-bottom-box .customers-page-grow-bottom-box-numbers {
  text-align: center;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-page-grow-body .customers-page-grow-bottom .customers-page-grow-bottom-box .customers-page-grow-bottom-box-numbers {
    padding: 24px 0;
  }
}
.customers-page-grow .customers-page-grow-body .customers-page-grow-bottom .customers-page-grow-bottom-box .customers-page-grow-bottom-box-btn {
  background-color: #f5f5f0;
  border-radius: 100px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.customers-page-grow .customers-page-grow-body .customers-page-grow-bottom .customers-page-grow-bottom-box .default-cursor {
  cursor: unset;
}
.customers-page-grow .customers-welcome-offer-page {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #f5f5f0;
  transition: all 0.6s ease-in-out;
  z-index: 2;
}
.customers-page-grow .customers-welcome-offer-page input[type='number'] {
  width: 18%;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page input[type='number'] {
    width: 32%;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-top-btn-mobile {
  padding: 12px 32px;
  border-radius: 100px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #efe13b;
  display: none;
  min-height: 48px;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-top-btn-mobile {
    display: flex;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-body {
  height: 100%;
  max-width: 790px;
  margin: auto;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-body {
    padding: 24px 16px;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-body::-webkit-scrollbar {
  width: 0;
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media only screen and (max-width: 31.25em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-top {
    flex-direction: row-reverse;
    align-items: end;
    margin-left: 40px;
    margin-top: -5px;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-top .customers-welcome-offer-page-top-title {
  margin-right: auto;
  margin-left: 32px;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-top .customers-welcome-offer-page-top-title {
    margin-left: 16px;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-top .customers-welcome-offer-page-top-exit {
  display: none;
  font-size: 32px;
  padding-top: 5px;
}
@media only screen and (max-width: 31.25em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-top .customers-welcome-offer-page-top-exit {
    display: block;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-top .customers-welcome-offer-page-top-btn {
  padding: 12px 32px;
  border-radius: 100px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-height: 48px;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-top .customers-welcome-offer-page-top-btn {
    padding: 8px 32px;
  }
}
@media only screen and (max-width: 31.25em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-top .customers-welcome-offer-page-top-btn {
    display: none;
  }
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-top .customers-welcome-offer-page-top-btn .customers-welcome-offer-page-top-btn-text {
    display: none;
  }
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-top .customers-welcome-offer-page-top-btn .icon-Arrow-Large-Left {
    font-size: 32px;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-top .customers-welcome-offer-page-top-btn-save {
  padding: 12px 32px;
  border-radius: 100px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #efe13b;
  min-height: 48px;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-top .customers-welcome-offer-page-top-btn-save {
    display: none;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-box {
  padding: 24px 32px;
  margin-bottom: 24px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-box {
    padding: 12px 16px;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-box .customers-welcome-offer-page-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 20px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-box .customers-welcome-offer-page-box-title {
    margin-bottom: 16px;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-schedule-settings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-schedule-settings {
    flex-direction: column;
  }
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-schedule-settings .customers-welcome-offer-schedule-settings-start {
    margin: auto;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-schedule-settings .customers-welcome-offer-schedule-settings-box {
  display: flex;
  align-items: center;
  flex: 1;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-schedule-settings .customers-welcome-offer-schedule-settings-box {
    width: 310px;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-schedule-settings .customers-welcome-offer-end-date {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-schedule-settings .customers-welcome-offer-end-date {
    margin-top: 20px;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-schedule-settings .customers-welcome-offer-end-date .customers-welcome-offer-end-date-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-schedule-settings .customers-welcome-offer-add-end-date-btn {
  border-radius: 200px;
  background-color: #f5f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  cursor: pointer;
  flex: 1;
  height: 48px;
  margin-top: 34px;
  max-width: 324px;
  margin-left: auto;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-schedule-settings .customers-welcome-offer-add-end-date-btn {
    margin-right: auto;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-offer-info {
  display: flex;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-offer-info {
    flex-wrap: wrap;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-offer-info .customers-welcome-offer-page-offer-info-inputs {
  width: 50%;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-offer-info .customers-welcome-offer-page-offer-info-inputs {
    width: 100%;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-offer-info .customers-welcome-offer-page-offer-title {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-offer-info .customers-welcome-offer-page-offer-title:not(:last-child) {
  margin-bottom: 24px;
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-offer-info .customers-welcome-offer-page-offer-title input,
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-offer-info .customers-welcome-offer-page-offer-title textarea {
  margin-top: 12px;
  margin-right: 32px;
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-offer-info .customers-welcome-offer-page-offer-title input,
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-offer-info .customers-welcome-offer-page-offer-title textarea {
    margin-right: 0;
  }
}
@media only screen and (max-width: 58em) {
  .customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-offer-info .customers-welcome-offer-page-offer-preview-box {
    margin-top: 24px;
  }
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-offer-info .customers-welcome-offer-page-offer-preview {
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  margin: auto;
  max-width: 350px;
  padding: 12px 16px;
  margin-top: 12px;
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-offer-info .customers-welcome-offer-page-offer-preview .customers-welcome-offer-page-offer-preview-title {
  display: flex;
  background-color: #333332;
  border-radius: 0 50px 50px 0;
  color: white;
  padding-left: 8px;
  margin-bottom: 6px;
  width: max-content;
  padding-right: 12px;
  transform: translateX(-16px);
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-offer-info .customers-welcome-offer-page-offer-preview .customers-welcome-offer-page-offer-preview-title .icon-Star:before {
  color: white;
  font-size: 24px;
  margin: 2px 4px;
}
.customers-page-grow .customers-welcome-offer-page .customers-welcome-offer-page-offer-info .customers-welcome-offer-page-offer-preview span {
  line-height: 24px;
  word-break: break-all;
}
/********************\
**New customers page**
\********************/
/************************\
**customers list section**
\************************/
.customers-list-page {
  flex: 1;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 58em) {
  .customers-list-page {
    padding: 24px 16px 16px 16px;
  }
  .customers-list-page .customer-header {
    width: calc(100% + 24px + 16px);
    margin: -24px -16px -16px -16px;
    padding-bottom: 32px;
  }
}
.customers-list-page .smb-pos__patron-photo {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 96px;
  width: 96px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto;
}
.customers-list-page .smb-pos__patron-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 58em) {
  .customers-list-page .customers-list-page-add-btn {
    display: none !important;
  }
}
.customers-list-page .customers-list-page-add-btn-mobile-view {
  display: none;
}
@media only screen and (max-width: 58em) {
  .customers-list-page .customers-list-page-add-btn-mobile-view {
    display: flex;
    margin-top: auto;
  }
}
.customers-list-page .customers-list-page-bottom-shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 48px;
  z-index: 1;
  background-image: linear-gradient(0deg, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 58em) {
  .customers-list-page .customers-list-page-bottom-shadow {
    bottom: 60px;
  }
}
@media only screen and (max-width: 31.25em) {
  .customers-list-page .customers-list-page-bottom-shadow {
    bottom: 63px;
  }
}
.customers-list-page .customers-list-page-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media only screen and (max-width: 31.25em) {
  .customers-list-page .customers-list-page-top {
    padding-left: 60px;
  }
}
.customers-list-page .customers-list-page-top .customers-loyalty-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  justify-content: space-around;
}
.customers-list-page .customers-list-page-top .customers-loyalty-details .customers-loyalty-details-item {
  display: flex;
  gap: 8px;
  justify-content: end;
}
.customers-list-page .customers-list-page-top .customers-loyalty-details .customers-loyalty-details-item > span:first-child {
  font-weight: bold;
  font-size: 24px;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
  text-decoration-color: #efe13b;
}
.customers-list-page .customers-list-page-top .customers-loyalty-details .customers-loyalty-details-item > span:last-child {
  text-align: end;
}
.customers-list-page .filter_select {
  min-height: 50px;
  padding-right: 10px;
}
.customers-list-page .filter_select .ui-select-container {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 5px;
}
.customers-list-page .filter_select .ui-select-container .btn-default-focus {
  background: unset !important;
  box-shadow: unset !important;
}
.customers-list-page .filter_select .ui-select-container .ui-select-search {
  height: 100%;
  padding-left: 10%;
}
.customers-list-page .filter_select .ui-select-container .ui-select-choices {
  height: 250%;
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background-clip: unset !important;
  box-shadow: unset;
}
.customers-list-page .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group {
  height: 100%;
  width: 100%;
}
.customers-list-page .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row {
  height: 50%;
}
.customers-list-page .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: unset;
  border: 1px solid #ddd;
}
.customers-list-page .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span {
  color: #000;
  background-color: unset;
}
.customers-list-page .filter_select .ui-select-container .ui-select-match {
  height: 100%;
}
.customers-list-page .filter_select .ui-select-container .ui-select-match .ui-select-placeholder {
  padding-left: 1%;
  font-size: 100%;
}
.customers-list-page .filter_select .ui-select-container .ui-select-match .ui-select-match-text {
  padding-left: 10%;
  display: flex;
  align-items: center;
}
.customers-list-page .filter_select .ui-select-container .ui-select-match .btn {
  background: unset !important;
  color: #000 !important;
  padding: unset !important;
  border-radius: 5px !important;
  border: 1px #ddd solid;
  font-size: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10%;
  text-shadow: unset !important;
}
.customers-list-page .customers-list-page-body {
  padding: 24px 32px 0 24px;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  display: flex;
  flex-direction: column;
  background-color: white;
  flex: 1;
  overflow: scroll;
  position: relative;
}
@media only screen and (max-width: 58em) {
  .customers-list-page .customers-list-page-body {
    padding: 24px 16px 0 16px;
    margin: auto;
  }
}
@media only screen and (max-width: 47em) {
  .customers-list-page .customers-list-page-body {
    width: 50vw;
  }
}
@media only screen and (max-width: 31.25em) {
  .customers-list-page .customers-list-page-body {
    width: 90vw;
    padding-bottom: 16px;
  }
}
.customers-list-page .customers-list-page-body::-webkit-scrollbar {
  width: 0;
}
.customers-list-page .customers-list-page-body .customers-list-page-body-search {
  display: flex;
  align-items: center;
  border-radius: 5px;
  border: 1px solid lightgray;
  padding: 12px 16px;
  font-size: 20px;
  min-height: 50px;
  flex-grow: 1;
}
.customers-list-page .customers-list-page-body .customers-list-page-body-search span {
  transform: scale(1.4);
  color: gray;
}
.customers-list-page .customers-list-page-body .customers-list-page-body-search input {
  border: none;
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
  height: unset;
}
@media only screen and (max-width: 58em) {
  .customers-list-page .customers-list-page-body .customers-list-page-body-search input {
    width: 60%;
  }
}
.customers-list-page .customers-list-page-body .customers-list-page-body-list {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  overflow-x: scroll;
  height: 100%;
}
.customers-list-page .customers-list-page-body .customers-list-page-body-list::-webkit-scrollbar {
  width: 0;
}
.customers-list-page .customers-list-page-body .customers-list-page-body-list .customers-list-page-body-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
  user-select: none;
  min-height: 73px;
}
.customers-list-page .customers-list-page-body .customers-list-page-body-list .customers-list-page-body-list-item:hover {
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
}
.customers-list-page .customers-list-page-body .customers-list-page-body-list .customers-list-page-body-list-item .icon-Arrow-Large-Right {
  cursor: pointer;
}
.customers-list-page .customers-list-page-body .customers-list-page-body-list .customers-list-page-body-list-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
@media only screen and (max-width: 58em) {
  .customers-list-page .customers-list-page-body .customers-list-page-body-list .customers-list-page-body-list-item:last-child {
    margin-bottom: 50px;
  }
}
.customers-list-page .customers-list-page-body .customers-list-page-body-list .customers-list-page-body-list-item .customers-list-page-body-list-item-email {
  font-weight: 300;
  width: 27%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 58em) {
  .customers-list-page .customers-list-page-body .customers-list-page-body-list .customers-list-page-body-list-item .customers-list-page-body-list-item-email {
    display: none;
  }
}
.customers-list-page .customers-list-page-body .customers-list-page-body-list .customers-list-page-body-list-item .customers-list-page-body-list-item-email-mobile-view {
  font-weight: 300;
  width: 80%;
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 58em) {
  .customers-list-page .customers-list-page-body .customers-list-page-body-list .customers-list-page-body-list-item .customers-list-page-body-list-item-email-mobile-view {
    display: block;
    width: 45vw;
  }
}
.customers-list-page .customers-list-page-body .customers-list-page-body-list .customers-list-page-body-list-item .customers-list-page-body-list-item-phone-number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 300;
  width: 27%;
}
@media only screen and (max-width: 58em) {
  .customers-list-page .customers-list-page-body .customers-list-page-body-list .customers-list-page-body-list-item .customers-list-page-body-list-item-phone-number {
    width: 10%;
  }
}
@media only screen and (max-width: 58em) {
  .customers-list-page .customers-list-page-body .customers-list-page-body-list .customers-list-page-body-list-item .customers-list-page-body-list-item-phone-number .customers-list-page-list-item-phone-number {
    display: none;
  }
}
.customers-list-page .customers-list-page-body .customers-list-page-body-list .customers-list-page-body-list-item .customers-list-page-body-list-item-right {
  display: flex;
  align-items: center;
  width: 33%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 58em) {
  .customers-list-page .customers-list-page-body .customers-list-page-body-list .customers-list-page-body-list-item .customers-list-page-body-list-item-right {
    width: 85%;
  }
}
.customers-list-page .customers-list-page-body .customers-list-page-body-list .customers-list-page-body-list-item .customers-list-page-body-list-item-right .customers-list-page-body-list-item-photo {
  background-color: #f8f8f8;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
}
.customers-list-page .customers-list-page-body .customers-list-page-body-list .customers-list-page-body-list-item .customers-list-page-body-list-item-right .customers-list-page-body-list-item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
/***************************\
**customers loyalty section**
\***************************/
.customers-page-loyalty {
  flex: 1;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: auto;
}
@media only screen and (max-width: 58em) {
  .customers-page-loyalty {
    padding: 24px 16px 16px 16px;
  }
  .customers-page-loyalty .customer-header {
    width: calc(100% + 24px + 16px);
    margin: -24px -16px -16px -16px;
    padding-bottom: 32px;
  }
}
.customers-page-loyalty button {
  background-color: #f5f5f0;
  border-radius: 100px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  gap: 1rem;
  padding: 12px 32px;
}
.customers-page-loyalty button.save-btn {
  background-color: #efe13b;
}
.customers-page-loyalty button.dark-btn {
  padding: 12px;
  background-color: #3d3d3d;
  color: #aaa;
  border-radius: 4px;
  height: auto;
}
.customers-page-loyalty .customers-page-loyalty-box {
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  border-radius: 5px;
  padding: 24px 32px;
  margin: 24px 0;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.customers-page-loyalty .customers-page-loyalty-box > * {
  width: 100%;
}
.customers-page-loyalty table th,
.customers-page-loyalty table td {
  padding: 12px 16px;
}
.customers-page-loyalty table thead {
  background-color: #3d3d3d;
  color: white;
}
.customers-page-loyalty table tbody {
  margin-bottom: 1rem;
}
.customers-page-loyalty table tbody:nth-child(odd) tr {
  background-color: rgba(0, 0, 0, 0.05);
}
.customers-page-loyalty table tbody label {
  padding: 1rem;
  margin: 0;
  margin-top: 8px;
  text-align: center;
}
.customers-page-loyalty .loyalty-step-item {
  border-radius: 100vh;
  padding: 1rem 2rem;
  margin: 8px;
  background-color: #cccccc;
}
/***************************\
**Customers Profile Section**
\***************************/
.customers-profile-page {
  position: absolute;
  top: 0;
  background-color: #f5f5f0;
  height: 100%;
  z-index: 3;
  transition: all 0.7s ease-in-out;
  width: 100%;
}
.customers-profile-page .customers-profile-page-container {
  padding: 24px 22px 24px 32px;
  overflow-x: scroll;
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
}
.customers-profile-page .customers-profile-page-container::-webkit-scrollbar {
  width: 0;
}
@media only screen and (max-width: 58em) {
  .customers-profile-page .customers-profile-page-container {
    padding: 24px 16px;
  }
}
.customers-profile-page .customers-profile-page-top {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 31.25em) {
  .customers-profile-page .customers-profile-page-top {
    margin-left: 56px;
    margin-top: -6px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.customers-profile-page .customers-profile-page-top .customers-profile-page-top-exit {
  display: none;
}
@media only screen and (max-width: 31.25em) {
  .customers-profile-page .customers-profile-page-top .customers-profile-page-top-exit {
    display: block;
    font-size: 32px;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 58em) {
  .customers-profile-page .customers-profile-page-top .customers-profile-page-top-name {
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.customers-profile-page .customers-profile-page-top button {
  margin-right: 32px;
}
@media only screen and (max-width: 58em) {
  .customers-profile-page .customers-profile-page-top button {
    font-size: 32px;
    padding: 8px 32px;
  }
}
@media only screen and (max-width: 31.25em) {
  .customers-profile-page .customers-profile-page-top button {
    font-size: 32px;
    margin-right: 0;
    padding: 8px 32px;
    display: none;
  }
}
@media only screen and (max-width: 58em) {
  .customers-profile-page .customers-profile-page-top button .customers-profile-page-top-btn-text {
    display: none;
  }
}
.customers-profile-page .customers-profile-page-body {
  display: flex;
}
@media only screen and (max-width: 58em) {
  .customers-profile-page .customers-profile-page-body {
    flex-direction: column;
  }
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-left {
  width: 264px;
  margin-right: 32px;
}
@media only screen and (max-width: 58em) {
  .customers-profile-page .customers-profile-page-body .customers-profile-page-body-left {
    width: 100%;
    margin-bottom: 24px;
  }
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-left .customers-profile-page-body-left-top {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  padding: 24px 32px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-left .customers-profile-page-body-left-top .customers-profile-page-body-left-top-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #f5f5f0;
  margin-bottom: 24px;
  background-position: center;
  background-size: cover;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-left .customers-profile-page-body-left-top .customers-profile-page-body-left-top-photo span {
  font-size: 80px;
  color: lightgray;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-left .customers-profile-page-body-left-top .customers-profile-page-body-left-top-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-left .customers-profile-page-body-left-top .customer-profile-page-birthday {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-left .customers-profile-page-body-left-top .customer-profile-page-birthday .nown-icon {
  cursor: pointer;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-left .customers-profile-page-body-left-bottom {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  padding: 24px 22px 14px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-left .customers-profile-page-body-left-bottom .customers-profile-page-body-left-bottom-cards {
  overflow: scroll;
  padding: 10px;
  max-height: 46vh;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-left .customers-profile-page-body-left-bottom .customers-profile-page-body-left-bottom-cards::-webkit-scrollbar {
  width: 0;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-left .customers-profile-page-body-left-bottom .customers-profile-page-body-left-bottom-box {
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-left .customers-profile-page-body-left-bottom .customers-profile-page-body-left-bottom-box .nown-icon {
  align-self: flex-end;
  cursor: pointer;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right {
  flex: 1;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-comment-box {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  padding: 12px 16px;
  margin-bottom: 24px;
  margin-right: 10px;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-comment-box .customers-profile-page-body-comment-input {
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 5px;
  border: 1px solid lightgray;
  margin-bottom: 12px;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-comment-box .customers-profile-page-body-comment-input span {
  font-size: 32px;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-comment-box .customers-profile-page-body-comment-input input {
  border: none;
  font-weight: 300;
  font-size: 20px;
  width: 100%;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-comment-box .customers-profile-page-body-comment-box-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-comment-box .customers-profile-page-body-comment-box-bottom .customers-profile-page-body-comment-box-bottom-text {
  font-weight: 300;
  font-size: 12px;
  color: #767673;
  padding-right: 24px;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-right-top {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  padding: 12px 16px;
  margin-bottom: 24px;
  display: none;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-no-activity-text {
  text-align: center;
  font-weight: 300;
  margin: 12px 0;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-right-main {
  display: flex;
  flex-direction: column;
  position: relative;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-right-main .customers-page-scroll-gradient {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background-image: linear-gradient(0deg, #f5f5f0 20%, rgba(255, 255, 255, 0) 100%);
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-right-main .customers-profile-page-body-right-main-list {
  display: flex;
  flex-direction: column;
  max-height: 50vh;
  overflow-y: scroll;
}
@media only screen and (max-width: 58em) {
  .customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-right-main .customers-profile-page-body-right-main-list {
    max-height: 50vh;
  }
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-right-main .customers-profile-page-body-right-main-list::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-right-main .customers-profile-page-body-right-main-box {
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  border-radius: 5px;
  background-color: white;
  padding: 12px 16px;
  margin-right: 10px;
}
@media only screen and (max-width: 58em) {
  .customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-right-main .customers-profile-page-body-right-main-box {
    margin-right: 0;
  }
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-right-main .customers-profile-page-body-right-main-box .customers-profile-page-body-right-main-box-body {
  display: flex;
  align-items: center;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-right-main .customers-profile-page-body-right-main-box-end {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-right-main .customers-profile-page-body-right-main-box-end svg {
  cursor: pointer;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-right-main .customers-profile-page-body-right-main-box .customers-profile-page-body-right-main-box-right {
  padding-left: 10px;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-right-main .customers-profile-page-body-right-main-box:not(:last-child) {
  margin-bottom: 12px;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-right-main .customers-profile-page-body-right-main-box .nown-icon {
  margin-right: 16px;
}
.customers-profile-page .customers-profile-page-body .customers-profile-page-body-right .customers-profile-page-body-right-main .customers-profile-page-body-right-main-box-right {
  margin-left: auto;
  text-align: right;
  padding-left: 16px;
}
/**********************\
**Add Customer Section**
\**********************/
.add-customer-modal {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: white;
  transition: all 0.5s ease-in-out;
  width: 440px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
}
@media only screen and (max-width: 58em) {
  .add-customer-modal {
    width: 100%;
  }
}
.add-customer-modal form {
  display: flex;
  flex-direction: column;
}
.add-customer-modal .add-customer-modal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
}
@media only screen and (max-width: 58em) {
  .add-customer-modal .add-customer-modal-top {
    padding-left: 40px;
    padding-top: 7px;
  }
}
.add-customer-modal .add-customer-modal-top-inputs {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add-customer-modal .add-customer-modal-top-inputs input {
  max-width: 180px;
}
@media only screen and (max-width: 58em) {
  .add-customer-modal .add-customer-modal-top-inputs input {
    max-width: 200px;
  }
}
@media only screen and (max-width: 44.5em) {
  .add-customer-modal .add-customer-modal-top-inputs input {
    max-width: 150px;
  }
}
.add-customer-modal .add-customer-modal-input-box {
  display: flex;
  flex-direction: column;
}
.add-customer-modal .add-customer-modal-input-box input {
  border-color: #d5d5d5 !important;
}
.add-customer-modal .add-customer-modal-input-box span {
  margin-top: 12px;
  margin-bottom: 12px;
}
.add-customer-modal .add-customer-modal-input-box input[type='number'] {
  margin: 0;
  margin-bottom: 24px;
}
.add-customer-modal .add-customer-modal-btn {
  width: max-content;
  margin-left: auto;
}
.add-customer-modal .add-customer-modal-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
/**************************************\
**Points/Meal Plans Adjustment Section**
\**************************************/
.patron-details-change-page {
  position: absolute;
  top: 0;
  right: 0;
  width: 440px;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  background-color: white;
  height: 100%;
  padding: 24px 32px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 58em) {
  .patron-details-change-page {
    width: 99%;
  }
}
@media only screen and (max-width: 31.25em) {
  .patron-details-change-page {
    width: 100%;
  }
}
.patron-details-change-page .patron-details-change-page-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 31.25em) {
  .patron-details-change-page .patron-details-change-page-top {
    margin-left: 40px;
    margin-top: 5px;
  }
}
.patron-details-change-page form {
  display: flex;
  flex-direction: column;
}
.patron-details-change-page .update-patron-modal-input-box {
  display: flex;
  flex-direction: column;
}
.patron-details-change-page .update-patron-modal-input-box input {
  border-color: #d5d5d5 !important;
}
.patron-details-change-page .update-patron-modal-input-box span {
  margin-top: 12px;
  margin-bottom: 12px;
}
.patron-details-change-page .update-patron-modal-input-box input[type='text'] {
  margin: 0;
  margin-bottom: 24px;
}
.patron-details-change-page .update-patron-modal-input-box input[type='number'] {
  margin: 0;
  margin-bottom: 24px;
}
.patron-details-change-page .patron-details-button-container {
  display: flex;
  justify-content: space-between;
}
.patron-details-change-page .patron-details-button-container .archive-patron-modal-btn {
  width: max-content;
}
.patron-details-change-page .patron-details-button-container .archive-patron-modal-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.patron-details-change-page .patron-details-button-container .update-patron-details-modal-btn {
  width: max-content;
  margin-left: auto;
}
.patron-details-change-page .patron-details-button-container .update-patron-details-modal-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
/**************************************\
**Points/Meal Plans Adjustment Section**
\**************************************/
.points-adjustment-page {
  position: absolute;
  top: 0;
  right: 0;
  width: 440px;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  background-color: white;
  height: 100%;
  padding: 24px 32px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 58em) {
  .points-adjustment-page {
    width: 99%;
  }
}
@media only screen and (max-width: 31.25em) {
  .points-adjustment-page {
    width: 100%;
  }
}
.points-adjustment-page button {
  margin-left: auto;
}
.points-adjustment-page .points-adjustment-page-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 31.25em) {
  .points-adjustment-page .points-adjustment-page-top {
    margin-left: 40px;
    margin-top: 5px;
  }
}
.points-adjustment-page .points-balance-change-show-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 36px;
}
.points-adjustment-page .points-balance-change-show-box .icon-Arrow-Large-Right {
  margin: 0 40px;
}
.points-adjustment-page .points-balance-change-show-box .points-balance-box {
  text-align: center;
}
.points-adjustment-page .points-adjustment-input-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.points-adjustment-page .points-adjustment-input-box input {
  margin: unset;
  border-color: #d5d5d5 !important;
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(fonts/glyphicons-halflings-regular.eot);
  src: url(fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(fonts/glyphicons-halflings-regular.woff) format("woff"), url(fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(images/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-music:before {
  content: "\E002";
}
.glyphicon-search:before {
  content: "\E003";
}
.glyphicon-heart:before {
  content: "\E005";
}
.glyphicon-star:before {
  content: "\E006";
}
.glyphicon-star-empty:before {
  content: "\E007";
}
.glyphicon-user:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-th-large:before {
  content: "\E010";
}
.glyphicon-th:before {
  content: "\E011";
}
.glyphicon-th-list:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-remove:before {
  content: "\E014";
}
.glyphicon-zoom-in:before {
  content: "\E015";
}
.glyphicon-zoom-out:before {
  content: "\E016";
}
.glyphicon-off:before {
  content: "\E017";
}
.glyphicon-signal:before {
  content: "\E018";
}
.glyphicon-cog:before {
  content: "\E019";
}
.glyphicon-trash:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-file:before {
  content: "\E022";
}
.glyphicon-time:before {
  content: "\E023";
}
.glyphicon-road:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download:before {
  content: "\E026";
}
.glyphicon-upload:before {
  content: "\E027";
}
.glyphicon-inbox:before {
  content: "\E028";
}
.glyphicon-play-circle:before {
  content: "\E029";
}
.glyphicon-repeat:before {
  content: "\E030";
}
.glyphicon-refresh:before {
  content: "\E031";
}
.glyphicon-list-alt:before {
  content: "\E032";
}
.glyphicon-lock:before {
  content: "\E033";
}
.glyphicon-flag:before {
  content: "\E034";
}
.glyphicon-headphones:before {
  content: "\E035";
}
.glyphicon-volume-off:before {
  content: "\E036";
}
.glyphicon-volume-down:before {
  content: "\E037";
}
.glyphicon-volume-up:before {
  content: "\E038";
}
.glyphicon-qrcode:before {
  content: "\E039";
}
.glyphicon-barcode:before {
  content: "\E040";
}
.glyphicon-tag:before {
  content: "\E041";
}
.glyphicon-tags:before {
  content: "\E042";
}
.glyphicon-book:before {
  content: "\E043";
}
.glyphicon-bookmark:before {
  content: "\E044";
}
.glyphicon-print:before {
  content: "\E045";
}
.glyphicon-camera:before {
  content: "\E046";
}
.glyphicon-font:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-text-height:before {
  content: "\E050";
}
.glyphicon-text-width:before {
  content: "\E051";
}
.glyphicon-align-left:before {
  content: "\E052";
}
.glyphicon-align-center:before {
  content: "\E053";
}
.glyphicon-align-right:before {
  content: "\E054";
}
.glyphicon-align-justify:before {
  content: "\E055";
}
.glyphicon-list:before {
  content: "\E056";
}
.glyphicon-indent-left:before {
  content: "\E057";
}
.glyphicon-indent-right:before {
  content: "\E058";
}
.glyphicon-facetime-video:before {
  content: "\E059";
}
.glyphicon-picture:before {
  content: "\E060";
}
.glyphicon-map-marker:before {
  content: "\E062";
}
.glyphicon-adjust:before {
  content: "\E063";
}
.glyphicon-tint:before {
  content: "\E064";
}
.glyphicon-edit:before {
  content: "\E065";
}
.glyphicon-share:before {
  content: "\E066";
}
.glyphicon-check:before {
  content: "\E067";
}
.glyphicon-move:before {
  content: "\E068";
}
.glyphicon-step-backward:before {
  content: "\E069";
}
.glyphicon-fast-backward:before {
  content: "\E070";
}
.glyphicon-backward:before {
  content: "\E071";
}
.glyphicon-play:before {
  content: "\E072";
}
.glyphicon-pause:before {
  content: "\E073";
}
.glyphicon-stop:before {
  content: "\E074";
}
.glyphicon-forward:before {
  content: "\E075";
}
.glyphicon-fast-forward:before {
  content: "\E076";
}
.glyphicon-step-forward:before {
  content: "\E077";
}
.glyphicon-eject:before {
  content: "\E078";
}
.glyphicon-chevron-left:before {
  content: "\E079";
}
.glyphicon-chevron-right:before {
  content: "\E080";
}
.glyphicon-plus-sign:before {
  content: "\E081";
}
.glyphicon-minus-sign:before {
  content: "\E082";
}
.glyphicon-remove-sign:before {
  content: "\E083";
}
.glyphicon-ok-sign:before {
  content: "\E084";
}
.glyphicon-question-sign:before {
  content: "\E085";
}
.glyphicon-info-sign:before {
  content: "\E086";
}
.glyphicon-screenshot:before {
  content: "\E087";
}
.glyphicon-remove-circle:before {
  content: "\E088";
}
.glyphicon-ok-circle:before {
  content: "\E089";
}
.glyphicon-ban-circle:before {
  content: "\E090";
}
.glyphicon-arrow-left:before {
  content: "\E091";
}
.glyphicon-arrow-right:before {
  content: "\E092";
}
.glyphicon-arrow-up:before {
  content: "\E093";
}
.glyphicon-arrow-down:before {
  content: "\E094";
}
.glyphicon-share-alt:before {
  content: "\E095";
}
.glyphicon-resize-full:before {
  content: "\E096";
}
.glyphicon-resize-small:before {
  content: "\E097";
}
.glyphicon-exclamation-sign:before {
  content: "\E101";
}
.glyphicon-gift:before {
  content: "\E102";
}
.glyphicon-leaf:before {
  content: "\E103";
}
.glyphicon-fire:before {
  content: "\E104";
}
.glyphicon-eye-open:before {
  content: "\E105";
}
.glyphicon-eye-close:before {
  content: "\E106";
}
.glyphicon-warning-sign:before {
  content: "\E107";
}
.glyphicon-plane:before {
  content: "\E108";
}
.glyphicon-calendar:before {
  content: "\E109";
}
.glyphicon-random:before {
  content: "\E110";
}
.glyphicon-comment:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-chevron-up:before {
  content: "\E113";
}
.glyphicon-chevron-down:before {
  content: "\E114";
}
.glyphicon-retweet:before {
  content: "\E115";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}
.glyphicon-folder-close:before {
  content: "\E117";
}
.glyphicon-folder-open:before {
  content: "\E118";
}
.glyphicon-resize-vertical:before {
  content: "\E119";
}
.glyphicon-resize-horizontal:before {
  content: "\E120";
}
.glyphicon-hdd:before {
  content: "\E121";
}
.glyphicon-bullhorn:before {
  content: "\E122";
}
.glyphicon-bell:before {
  content: "\E123";
}
.glyphicon-certificate:before {
  content: "\E124";
}
.glyphicon-thumbs-up:before {
  content: "\E125";
}
.glyphicon-thumbs-down:before {
  content: "\E126";
}
.glyphicon-hand-right:before {
  content: "\E127";
}
.glyphicon-hand-left:before {
  content: "\E128";
}
.glyphicon-hand-up:before {
  content: "\E129";
}
.glyphicon-hand-down:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.glyphicon-globe:before {
  content: "\E135";
}
.glyphicon-wrench:before {
  content: "\E136";
}
.glyphicon-tasks:before {
  content: "\E137";
}
.glyphicon-filter:before {
  content: "\E138";
}
.glyphicon-briefcase:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-dashboard:before {
  content: "\E141";
}
.glyphicon-paperclip:before {
  content: "\E142";
}
.glyphicon-heart-empty:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-phone:before {
  content: "\E145";
}
.glyphicon-pushpin:before {
  content: "\E146";
}
.glyphicon-usd:before {
  content: "\E148";
}
.glyphicon-gbp:before {
  content: "\E149";
}
.glyphicon-sort:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.glyphicon-sort-by-order:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.glyphicon-unchecked:before {
  content: "\E157";
}
.glyphicon-expand:before {
  content: "\E158";
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
.glyphicon-log-in:before {
  content: "\E161";
}
.glyphicon-flash:before {
  content: "\E162";
}
.glyphicon-log-out:before {
  content: "\E163";
}
.glyphicon-new-window:before {
  content: "\E164";
}
.glyphicon-record:before {
  content: "\E165";
}
.glyphicon-save:before {
  content: "\E166";
}
.glyphicon-open:before {
  content: "\E167";
}
.glyphicon-saved:before {
  content: "\E168";
}
.glyphicon-import:before {
  content: "\E169";
}
.glyphicon-export:before {
  content: "\E170";
}
.glyphicon-send:before {
  content: "\E171";
}
.glyphicon-floppy-disk:before {
  content: "\E172";
}
.glyphicon-floppy-saved:before {
  content: "\E173";
}
.glyphicon-floppy-remove:before {
  content: "\E174";
}
.glyphicon-floppy-save:before {
  content: "\E175";
}
.glyphicon-floppy-open:before {
  content: "\E176";
}
.glyphicon-credit-card:before {
  content: "\E177";
}
.glyphicon-transfer:before {
  content: "\E178";
}
.glyphicon-cutlery:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-compressed:before {
  content: "\E181";
}
.glyphicon-earphone:before {
  content: "\E182";
}
.glyphicon-phone-alt:before {
  content: "\E183";
}
.glyphicon-tower:before {
  content: "\E184";
}
.glyphicon-stats:before {
  content: "\E185";
}
.glyphicon-sd-video:before {
  content: "\E186";
}
.glyphicon-hd-video:before {
  content: "\E187";
}
.glyphicon-subtitles:before {
  content: "\E188";
}
.glyphicon-sound-stereo:before {
  content: "\E189";
}
.glyphicon-sound-dolby:before {
  content: "\E190";
}
.glyphicon-sound-5-1:before {
  content: "\E191";
}
.glyphicon-sound-6-1:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-tree-conifer:before {
  content: "\E199";
}
.glyphicon-tree-deciduous:before {
  content: "\E200";
}
.glyphicon-cd:before {
  content: "\E201";
}
.glyphicon-save-file:before {
  content: "\E202";
}
.glyphicon-open-file:before {
  content: "\E203";
}
.glyphicon-level-up:before {
  content: "\E204";
}
.glyphicon-copy:before {
  content: "\E205";
}
.glyphicon-paste:before {
  content: "\E206";
}
.glyphicon-alert:before {
  content: "\E209";
}
.glyphicon-equalizer:before {
  content: "\E210";
}
.glyphicon-king:before {
  content: "\E211";
}
.glyphicon-queen:before {
  content: "\E212";
}
.glyphicon-pawn:before {
  content: "\E213";
}
.glyphicon-bishop:before {
  content: "\E214";
}
.glyphicon-knight:before {
  content: "\E215";
}
.glyphicon-baby-formula:before {
  content: "\E216";
}
.glyphicon-tent:before {
  content: "\26FA";
}
.glyphicon-blackboard:before {
  content: "\E218";
}
.glyphicon-bed:before {
  content: "\E219";
}
.glyphicon-apple:before {
  content: "\F8FF";
}
.glyphicon-erase:before {
  content: "\E221";
}
.glyphicon-hourglass:before {
  content: "\231B";
}
.glyphicon-lamp:before {
  content: "\E223";
}
.glyphicon-duplicate:before {
  content: "\E224";
}
.glyphicon-piggy-bank:before {
  content: "\E225";
}
.glyphicon-scissors:before {
  content: "\E226";
}
.glyphicon-bitcoin:before {
  content: "\E227";
}
.glyphicon-btc:before {
  content: "\E227";
}
.glyphicon-xbt:before {
  content: "\E227";
}
.glyphicon-yen:before {
  content: "\A5";
}
.glyphicon-jpy:before {
  content: "\A5";
}
.glyphicon-ruble:before {
  content: "\20BD";
}
.glyphicon-rub:before {
  content: "\20BD";
}
.glyphicon-scale:before {
  content: "\E230";
}
.glyphicon-ice-lolly:before {
  content: "\E231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}
.glyphicon-education:before {
  content: "\E233";
}
.glyphicon-option-horizontal:before {
  content: "\E234";
}
.glyphicon-option-vertical:before {
  content: "\E235";
}
.glyphicon-menu-hamburger:before {
  content: "\E236";
}
.glyphicon-modal-window:before {
  content: "\E237";
}
.glyphicon-oil:before {
  content: "\E238";
}
.glyphicon-grain:before {
  content: "\E239";
}
.glyphicon-sunglasses:before {
  content: "\E240";
}
.glyphicon-text-size:before {
  content: "\E241";
}
.glyphicon-text-color:before {
  content: "\E242";
}
.glyphicon-text-background:before {
  content: "\E243";
}
.glyphicon-object-align-top:before {
  content: "\E244";
}
.glyphicon-object-align-bottom:before {
  content: "\E245";
}
.glyphicon-object-align-horizontal:before {
  content: "\E246";
}
.glyphicon-object-align-left:before {
  content: "\E247";
}
.glyphicon-object-align-vertical:before {
  content: "\E248";
}
.glyphicon-object-align-right:before {
  content: "\E249";
}
.glyphicon-triangle-right:before {
  content: "\E250";
}
.glyphicon-triangle-left:before {
  content: "\E251";
}
.glyphicon-triangle-bottom:before {
  content: "\E252";
}
.glyphicon-triangle-top:before {
  content: "\E253";
}
.glyphicon-console:before {
  content: "\E254";
}
.glyphicon-superscript:before {
  content: "\E255";
}
.glyphicon-subscript:before {
  content: "\E256";
}
.glyphicon-menu-left:before {
  content: "\E257";
}
.glyphicon-menu-right:before {
  content: "\E258";
}
.glyphicon-menu-down:before {
  content: "\E259";
}
.glyphicon-menu-up:before {
  content: "\E260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333332;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014   \A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\A0   \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737371;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 0px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 0px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px 0px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 0px;
  margin-right: 0px;
  margin-left: 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333332;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203A";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(fonts/glyphicons-halflings-regular.eot);
  src: url(fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(fonts/glyphicons-halflings-regular.woff) format('woff'), url(fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(images/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/Oswald-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Oswald-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Oswald-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/OpenSans-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/OpenSans-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/OpenSans-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Nunito-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/Nunito-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Nunito-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url(fonts/Nunito-ExtraBold.ttf) format('truetype');
}
body {
  position: relative;
  height: 100%;
  padding-top: 0px;
  background-color: #eeeeee;
}
body .error {
  border-color: #d9534f;
  background: #ffebee;
  color: #d9534f;
}
.body-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.body-inner.offline-mode-container--shown {
  display: block;
}
.body-inner .offline-mode-indicator {
  position: relative;
  width: 100%;
  height: 32px;
  z-index: 1049;
  background-color: #d9534f;
}
.body-inner .offline-mode-indicator .offline-mode-description {
  color: #ffffff;
  font-weight: 300;
  line-height: 14px;
  padding: 9px 15px;
  font-weight: 600;
}
.body-inner .offline-mode-container {
  display: none;
  width: 100%;
  flex: 0 0 32px;
}
.body-inner .offline-mode-container.offline-mode-container--shown {
  display: block;
}
.body-inner .offline-mode-container .offline-mode-indicator {
  position: fixed;
  width: 100%;
  height: 32px;
  z-index: 10001;
  background-color: #d9534f;
}
.body-inner .offline-mode-container .offline-mode-indicator .offline-mode-description {
  color: #ffffff;
  font-weight: 300;
  line-height: 14px;
  padding: 9px 15px;
}
.body-inner .ui-view-container {
  display: inherit;
  flex-grow: 1;
  flex-wrap: nowrap;
}
.body-inner .ui-view-container .navbar {
  position: absolute;
}
.body-inner .ui-view-container ~ div[growl] {
  background-color: rgba(0, 0, 0, 0.25);
}
.body-inner .ui-view-container ~ div[growl] .growl-container {
  top: 42px;
}
a:hover {
  cursor: pointer;
}
.spacer {
  margin-top: 40px;
}
.full-height {
  height: 100%;
}
.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.break-word {
  word-wrap: break-word;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* Activity Feed / Wall */
/* Contextual Colors (50 / 900) */
/* Cyan */
/* Teal */
/* Cyan */
/* Deep Purple */
/* Grey */
/* Indigo */
/* Blue */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.main-container,
.container-fluid,
.tab-container,
.main-view {
  height: 100%;
  position: relative;
}
/* Pages to view Signature Output */
.signature-view .tab-wrap {
  height: calc(100% - 80px);
}
.tab-container {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #fff;
}
.tab-container .user-grid {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .tab-container .user-grid {
    float: left;
    width: 25%;
  }
}
.user-list .user-grid {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .user-list .user-grid {
    float: left;
    width: 50%;
  }
}
.fp-view .user-grid {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .fp-view .user-grid {
    float: left;
    width: 25%;
  }
}
.avatar-container {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.avatar-container img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 2px solid #777777;
  margin-bottom: 15px;
}
.tile-wrapper {
  position: relative;
  top: 0;
  margin-bottom: 20px;
}
.tile {
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  margin-bottom: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.tile-profile-meta h2 {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.tile-profile-meta .tile-header {
  padding: 15px 15px 5px;
}
.tile-profile-meta .tile-header .tile-header-right {
  font-size: 14px;
  color: #777777;
}
.tile-profile-meta .tile-body {
  padding: 15px;
  width: 100%;
}
.tile-profile-meta .tile-body .connection-avatars.row {
  margin: 0;
}
.tile-profile-meta .tile-body .connection-avatars img {
  padding: 0 5px;
}
.tile-profile-meta .tile-body h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.tile-profile-meta .tile-body .tile-section {
  margin-bottom: 20px;
}
.tile-profile-meta .tile-body .tile-section i {
  width: 15px;
}
.tile-user {
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  margin-bottom: 10px;
  margin-top: -70px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  text-align: center;
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.tile-user-body {
  height: 100%;
}
.tile-user p {
  margin: 0;
}
.tile-user .name {
  padding-left: 0;
  padding-top: 50px;
}
.tile-user .name .meta-data,
.tile-user .name .user-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tile-user .name .meta-data {
  margin-bottom: 8px;
  font-size: 11px;
  color: #777777;
}
.profile-view .tile-threat-category,
.fp-view .tile-threat-category {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .profile-view .tile-threat-category,
  .fp-view .tile-threat-category {
    float: left;
    width: 50%;
  }
}
.profile-block {
  position: relative;
  margin-bottom: 70px;
  margin-top: -20px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.profile-block h1 {
  margin: 20px 0 0;
}
.profile-block .identity {
  margin-left: 168px;
}
.profile-block .identity .meta-data {
  color: #777777;
}
.profile-block .avatar-block {
  position: absolute;
  padding-top: 20px;
  padding-left: 15px;
}
.profile-block .avatar-block img {
  border-radius: 50%;
  height: 128px;
  width: 128px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.panel-category {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  margin-bottom: 10px;
  padding-left: 80px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.panel-category p {
  margin: 0;
}
.panel-category-body {
  height: 100%;
}
.panel-category-body:hover {
  cursor: pointer;
  background-color: #eeeeee;
}
.panel-category .name-container {
  margin-left: 15px;
  float: left;
}
.panel-category .name-container .meta-data {
  color: #777777;
  font-size: 11px;
}
.panel-category .tools-container.perms-mode {
  font-size: inherit;
}
.panel-category .tools-container.perms-mode input[type='checkbox'] {
  position: relative;
  top: 3px;
  margin-right: 15px;
}
.panel-category .tools-container {
  float: right;
  font-size: 25px;
  margin-right: 15px;
}
.panel-category .tools-container i {
  margin-right: 15px;
}
.panel-category .badge-container {
  float: right;
  margin-right: 15px;
  width: 35px;
  text-align: center;
}
.panel-category .badge-container .badge-label {
  color: #777777;
  font-size: 11px;
}
.panel-category .rank-container {
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d3d3d3;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  width: 80px;
}
.panel-category .rank-container .number {
  font-size: 25px;
  text-align: center;
  color: #ffffff;
}
.avatar-small {
  padding: 0;
}
.avatar-small a {
  padding: 10px 15px 8px 15px !important;
}
.avatar-small img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.threat-details h1 {
  margin-bottom: 40px;
}
.threat-details .threat-icon {
  height: 35px;
  position: relative;
  top: -4px;
  margin-right: 10px;
}
.threat-details .avatar-48 {
  border-radius: 50%;
  border: 2px solid #333333;
  margin-right: 8px;
}
.lab-view {
  height: calc(100% - 15px);
}
.lab-view .pane {
  background-color: #fff;
  height: calc(100% - 100px);
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.lab-view .tool-pane-content {
  height: calc(100% - 100px);
  overflow-x: auto;
  padding: 15px;
}
.lab-view .work-pane {
  width: 60%;
  float: left;
  position: relative;
}
.lab-view .selected-sample {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-bottom: 20px;
}
.lab-view .tool-pane {
  width: 35%;
  position: fixed;
  top: 80px;
  right: 15px;
  margin-bottom: 20px;
}
.lab-view .tool-pane .samples {
  position: relative;
}
.lab-view .tool-pane .samples .tool-pane-shade {
  background-color: #ffffff;
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  z-index: 999;
}
.lab-view .tool-pane .samples .tool-pane-shade .shade-content {
  border: 1px solid #eeeeee;
  border-top: 0;
}
.lab-view .tool-pane .samples .tool-pane-shade .shade-handle {
  text-align: center;
  width: 100%;
}
.lab-view .tool-pane .samples .tool-pane-shade table {
  table-layout: fixed;
}
.lab-view .tool-pane .samples .tool-pane-shade td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lab-view .tool-pane .sample-detail-network-view p {
  margin-bottom: 8px;
  font-size: 14px;
  color: #555555;
}
.lab-view .tool-pane .sample-detail-network-view h4 {
  margin-bottom: 10px;
}
.card .avatar img {
  border-radius: 50%;
  margin-right: 10px;
  width: 21px;
  border: 1px solid #006064;
}
.card.activity.bpsrule {
  background-color: #e0f7fa;
  color: #006064;
}
.card.activity.ipsrule {
  background-color: #e0f2f1;
  color: #004d40;
}
.card.activity.news {
  background-color: #f0f4c3;
  color: #f0f4c3;
}
.card.activity.packet-capture {
  background-color: #ede7f6;
  color: #311b92;
}
.card.activity.post {
  background-color: #eeeeee;
  color: #222222;
}
.card.activity.sample {
  background-color: #e8eaf6;
  color: #1a237e;
}
.card.activity.threat {
  background-color: #e3f2fd;
  color: #0d47a1;
}
.wall .post-entry .panel-body {
  background-color: #eeeeee;
}
.wall .post-entry .attach-file {
  margin: 10px 0;
}
.contributor-leaderboard .avatar img {
  border-radius: 50%;
  margin-right: 5px;
  width: 21px;
  border: 1px solid #000;
}
.file-drop-zone {
  background-color: #d4e3ec;
  height: 160px;
  border: 4px dashed #a0a0a0;
  border-radius: 4px;
}
.threat-rule-drop-zone {
  background-color: #d4e3ec;
  height: 100px;
  border: 2px dashed #a0a0a0;
  border-radius: 6px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  overflow-y: scroll;
}
.threat-rule-drop-zone .placeholder {
  position: relative;
  top: 50%;
  font-size: 18px;
  color: #cccccc;
}
/** Styles for form-based tree used for threat rules & bps rules */
.ib-tree-wrapper {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
}
.ib-tree-wrapper .ib-tree {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ib-tree-wrapper .ib-tree .ib-tree {
  padding-left: 30px;
}
.ib-tree-wrapper .ib-tree .ib-tree .ib-tree-node-content {
  border: 1px solid #dae2ea;
}
.ib-tree-wrapper .ib-tree-node {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
}
.ib-tree-wrapper .ib-tree-node > button {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 1px 5px 5px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  top: 4px;
  left: 1px;
  color: #707070;
}
.ib-tree-wrapper .ib-tree-node > button > i {
  display: block;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-weight: normal;
  font-size: 14px;
}
.ib-tree-wrapper .ib-tree-node-content {
  display: block;
  min-height: 38px;
  margin: 5px 0;
  padding: 8px 12px;
  background: #f8faff;
  border: 1px solid #ccc;
  color: #7c9eb2;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ib-tree-wrapper .ib-tree-node-content .ib-tree-node-header {
  font-weight: bold;
}
button.ib-tree-node-button {
  padding-right: 5px;
  color: black;
  border: 0;
  background: transparent;
}
.form-horizontal .control-label {
  padding-right: 8px;
}
.bootstrap-timepicker-widget.dropdown-menu.fullscreen-timepicker {
  background-color: #ffffff;
  color: #efe13b;
  padding: 5px 10px;
  border: none;
}
.bootstrap-timepicker-widget.dropdown-menu.fullscreen-timepicker table td a {
  color: #f7ef99;
}
.bootstrap-timepicker-widget.dropdown-menu.fullscreen-timepicker table td a:hover {
  background-color: rgba(239, 225, 59, 0.15);
  border: none;
  color: #efe13b;
}
.bootstrap-timepicker-widget.dropdown-menu.fullscreen-timepicker table td input {
  width: 54px;
  background: none;
  border: none;
  color: #efe13b;
  font-size: 30px;
  font-weight: 300;
}
.popover .colorpicker-widget [colorpicker] {
  display: none;
}
.popover .colorpicker-widget .default-color-options {
  width: 240px;
  text-align: center;
  font-size: 0;
}
.popover .colorpicker-widget .default-color-options .default-color-option {
  width: 80px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
}
.popover .colorpicker-widget .colorpicker-container {
  width: 240px;
  height: 220px;
  position: relative;
}
.popover .colorpicker-widget .colorpicker-container .colorpicker .dropdown-menu {
  box-shadow: none;
  border: none;
  padding: 0;
  margin-top: 15px;
}
.popover .colorpicker-widget .colorpicker-container .colorpicker .dropdown-menu colorpicker-preview {
  display: none;
}
.popover .colorpicker-widget .colorpicker-container .colorpicker .dropdown-menu colorpicker-hue {
  width: 36px;
}
.popover .colorpicker-widget .colorpicker-container .colorpicker .dropdown-menu::before {
  display: none;
}
.popover .colorpicker-widget .colorpicker-container .colorpicker .dropdown-menu::after {
  display: none;
}
.popover .colorpicker-widget .colorpicker-container .colorpicker .dropdown-menu .close {
  display: none;
}
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 1600px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
}
/* Animations */
@-webkit-keyframes pulse-large {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse-large {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse-large {
  -webkit-animation-name: pulse-large;
  animation-name: pulse-large;
}
@-webkit-keyframes fade-in-out {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-out {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
label:after*:required {
  content: '*';
  display: block;
  color: red;
}
button,
button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-shadow: none !important;
  border: none;
  padding: 0.75em 1.25em;
}
button .icon,
button.btn .icon {
  font-size: 25px;
  margin-right: 5px;
}
button:hover,
button:active,
button:active:focus,
button.btn:hover,
button.btn:active,
button.btn:focus,
button.btn:active:focus {
  outline: none;
  top: 0 !important;
  left: 0 !important;
}
.btn-light,
.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  background: #f5f5f0 !important;
  color: #333332 !important;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
select[disabled] {
  background: #f5f5f0 !important;
}
.notification-popup-visible {
  opacity: 1 !important;
}
.notification-popup {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 999;
  pointer-events: none;
  transition: all 0.3s ease;
  opacity: 0;
}
.notification-popup .notification-container {
  border-radius: 0.85em;
  background-color: #333332;
  padding: 0.75em 1.25em;
  display: inline-flex;
  align-items: center;
}
.notification-popup .notification-container .nown-icon {
  font-size: 24px;
  font-weight: 500;
  margin-right: 10px;
}
.notification-popup .notification-container .notification-message {
  font-size: 18px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.overlay-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(245, 245, 240, 0.75);
  z-index: 9;
}
.overlay-container .spin {
  margin: 0 8px;
  animation: 1s infinite spin ease-in-out;
}
.card-section__container {
  border-radius: 0.85em;
  background: rgba(211, 211, 188, 0.2);
}
.card-section__padding {
  padding: 1.25em 1.75em;
}
#patrons-side-nav-bar {
  font-family: Oswald;
  font-size: 24px;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 100px;
  overflow-x: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
#patrons-side-nav-bar .company-selector {
  width: 240px;
  height: 63px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0px 15px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#patrons-side-nav-bar .company-selector .company-select-button {
  width: 24px;
  padding-right: 8px;
  text-align: center;
  font-size: 16px;
}
#patrons-side-nav-bar .company-selector .company-selector-inner {
  overflow: hidden;
}
#patrons-side-nav-bar .company-selector .company-label {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
#patrons-side-nav-bar .company-selector .company-name {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#patrons-side-nav-bar .patrons-menu {
  margin: 0px;
  list-style-type: none;
}
#patrons-side-nav-bar .patrons-top-menu {
  font-size: 26px;
  padding-top: 9px;
}
#patrons-side-nav-bar .patrons-top-menu li {
  line-height: 50px;
}
#patrons-side-nav-bar .patrons-top-menu .dropdown {
  cursor: pointer;
  position: static;
  padding: 4px 6px;
  display: inline-block;
  line-height: 1em;
}
#patrons-side-nav-bar .patrons-top-menu .dropdown:hover {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.05);
}
#patrons-side-nav-bar .patrons-top-menu .dropdown.open {
  border-radius: 2px 2px 0 0;
  background: rgba(0, 0, 0, 0.1);
}
#patrons-side-nav-bar .patrons-top-menu .dropdown .dropdown-menu {
  top: auto;
  left: auto;
  margin-top: 4px;
  margin-left: -6px;
}
#patrons-side-nav-bar .patrons-top-menu .dropdown .dropdown-menu > li > a {
  font-family: Oswald;
  font-size: 1.2em;
  padding: 8px 12px;
}
#patrons-side-nav-bar .patrons-top-menu .meal-plans {
  padding-top: 44px;
}
#patrons-side-nav-bar .patrons-top-menu .patrons-icons-menu {
  float: right;
  font-size: 18px;
}
#patrons-side-nav-bar .patrons-top-menu .patrons-icons-menu a {
  text-decoration: none;
}
#patrons-side-nav-bar .patrons-top-menu .patrons-icons-menu .fa-plus-square {
  color: white;
  padding-right: 6px;
}
#patrons-side-nav-bar .patrons-top-menu .patrons-icons-menu .fa-upload {
  color: white;
}
#patrons-side-nav-bar .patrons-sub-menu {
  font-size: 15px;
  font-family: 'Open Sans';
}
#patrons-side-nav-bar .patrons-sub-menu li {
  padding: 10px 16px;
  line-height: 20px;
  color: #aaa;
  font-size: 14px;
}
#patrons-side-nav-bar .patrons-sub-menu li:last-child {
  border-bottom: none;
}
#patrons-side-nav-bar .patrons-sub-menu li a {
  color: #aaa;
}
#patrons-side-nav-bar .patrons-sub-menu .all-patrons-menu-item {
  margin-bottom: 15px;
}
#patrons-side-nav-bar .patrons-sub-menu .menu-label {
  font-family: Oswald;
  font-size: 16px;
  padding-top: 9px;
  padding-bottom: 8px;
  text-transform: uppercase;
  color: white;
}
#patrons-side-nav-bar .patrons-sub-menu .selected {
  background-clip: padding-box;
  background-color: #333333;
  border-radius: 4px;
}
#patrons-side-nav-bar .patrons-sub-menu .selected a {
  color: #efe13b;
}
#patrons-right-pane-container {
  height: 100%;
  width: 100%;
  background-color: white;
  padding-bottom: 24px;
  z-index: 2;
  overflow: auto;
}
#patrons-right-pane-container .right-pane .top-bar-container .top-bar {
  width: 100%;
  background-color: #3d3d3d;
  height: 63px;
  color: white;
  font-family: Oswald;
  line-height: 63px;
}
#patrons-right-pane-container .right-pane .top-bar-container .top-bar .top-bar-title {
  float: left;
  font-size: 24px;
  padding-left: 15px;
}
#patrons-right-pane-container .right-pane .content-container .content .head {
  padding: 24px 0 0 24px;
}
#patrons-right-pane-container .right-pane .content-container .content .head #back-to-patron-detail-link {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}
#patrons-right-pane-container .right-pane .content-container .content .head #back-to-patron-detail-link .fa-chevron-left {
  color: #333332;
  font-size: 18px;
  padding-right: 6px;
}
#patrons-right-pane-container .right-pane .content-container .content .full-name {
  font-size: 24px;
  font-family: Oswald;
  float: left;
}
#patrons-right-pane-container .right-pane .content-container .content .status {
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  padding-left: 24px;
  padding-top: 8px;
  float: left;
}
#patrons-right-pane-container .right-pane .content-container .content .status .fa {
  font-size: 22px;
  line-height: 22px;
  vertical-align: middle;
  padding-right: 4px;
}
#patrons-right-pane-container .right-pane .content-container .content .status_UNKNOWN {
  color: #333333;
}
#patrons-right-pane-container .right-pane .content-container .content .status_FINANCIAL_AID {
  color: red;
}
#patrons-right-pane-container .right-pane .content-container .content .status_FOOD_SERVICE {
  color: red;
}
#patrons-right-pane-container .right-pane .content-container .content .edit-patron-icon {
  float: right;
  padding-top: 10px;
  font-family: 'Open Sans';
  font-size: 16px;
  color: #a5a5a5;
}
#patrons-right-pane-container .right-pane .content-container .content .edit-patron-icon a {
  padding-right: 45px;
  color: #a5a5a5;
  text-decoration: none;
}
#patrons-right-pane-container .right-pane .content-container .content .edit-patron-icon a i {
  padding-right: 5px;
}
#patrons-right-pane-container .right-pane .content-container .content .content-title {
  padding: 20px 24px 0px 24px;
  font-size: 26px;
  font-family: Oswald;
  margin-bottom: 10px;
}
#patrons-right-pane-container .right-pane .content-container .content .adjustment-summary {
  padding: 0;
  margin-top: 12px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  background-color: #f8f8f8;
}
#patrons-right-pane-container .right-pane .content-container .content .meal-plan-tag {
  display: inline-block;
  background-color: #333333;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
}
#patrons-right-pane-container .right-pane .content-container .content .meal-plan-tag a {
  color: #ffffff;
  text-decoration: none;
}
#patrons-right-pane-container .right-pane .content-container .content .meal-plan-tag.meal-plan-tag-warning {
  background-color: #d9534f;
}
#patrons-right-pane-container .right-pane .content-container .content .action-buttons {
  padding-top: 12px;
  min-width: 450px;
}
#patrons-right-pane-container .right-pane .content-container .content .action-buttons .btn {
  padding: 10px 20px 10px 20px;
  font-family: Oswald;
  font-size: 16px;
  text-shadow: none !important;
  border-radius: 2px;
}
#patrons-right-pane-container .right-pane .content-container .content .action-buttons .btn-cancel {
  background: #d9534f !important;
}
#patrons-right-pane-container .right-pane .content-container .content .action-buttons .btn-add-to-all-patrons {
  margin-left: 50px;
}
#patrons-right-pane-container .right-pane .content-container .content .action-buttons .btn-remove-from-all-patrons {
  background: #d9534f !important;
}
#patrons-right-pane-container .right-pane .content-container .content .action-buttons .text-btn {
  margin: 12px 0px;
  cursor: pointer;
}
#patrons-right-pane-container .right-pane .content-container .content .action-buttons.processing {
  background: repeating-linear-gradient(135deg, #fff8f8, #fff8f8 20px, #faf4f4 20px, #faf4f4 40px);
  background-size: 50% 100%;
  animation: movingBackground 10s linear infinite;
  pointer-events: none;
}
#patrons-right-pane-container .right-pane .content-container .content .adjustment-summary .summary-container {
  text-align: center;
  padding: 8px 15px;
}
#patrons-right-pane-container .right-pane .content-container .content .adjustment-summary .summary-container .attribute-value {
  font-size: 36px;
  font-family: 'Oswald';
}
#patrons-right-pane-container .right-pane .content-container .content .adjustment-summary .summary-container .attribute-value.changed {
  color: #48bb91;
}
#patrons-right-pane-container .right-pane .content-container .content .adjustment-summary .summary-container .attribute-name {
  font-size: 12px;
}
#patrons-right-pane-container .right-pane .content-container .content .adjustment-summary .summary-container .summary-icon {
  line-height: 80px;
}
#patrons-right-pane-container .right-pane .content-container .info {
  padding: 10px 24px 25px 24px;
  color: #444444;
  clear: both;
}
#patrons-right-pane-container .right-pane .content-container .info table th {
  font-size: 12px;
  font-weight: normal;
  padding-right: 20px;
  color: #999999;
  line-height: 1.2em;
}
#patrons-right-pane-container .right-pane .content-container .info table td {
  padding-right: 20px;
  font-size: 16px;
}
#patrons-right-pane-container .right-pane .content-container .edit-info {
  padding-left: 24px;
}
#patrons-right-pane-container .right-pane .content-container .edit-info form input:required.ng-dirty.ng-invalid,
#patrons-right-pane-container .right-pane .content-container .edit-info form select:required.ng-dirty.ng-invalid {
  border-color: #b03535;
}
#patrons-right-pane-container .right-pane .content-container .edit-info .action-buttons-row {
  border-bottom: none;
}
#patrons-right-pane-container .right-pane .content-container .edit-info .action-buttons-row .previous-step-link {
  color: #67c6a4;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
}
#patrons-right-pane-container .right-pane .content-container .edit-info .action-buttons-row .previous-step-link:hover {
  font-size: 15px !important;
  transform: none !important;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table {
  color: #444444;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table tr {
  border-bottom: 1px solid #d3d3d3;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table tr td:first-child {
  font-weight: 400;
  padding-right: 20px;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table tr td:last-child {
  padding-right: 8px;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table tr td:nth-child(2) {
  font-size: 20px;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table tr.action-buttons {
  border-bottom: none;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td {
  padding: 8px 8px 8px 0;
  height: 62px;
  vertical-align: middle;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td input {
  background-color: #f8f8f8;
  border-color: #aaaaaa;
  font-size: 20px;
  padding: 10px;
  width: 100%;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .ui-select-toggle {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  font-size: 14px;
  line-height: 30px;
  padding: 13px;
  max-width: 300px;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .ui-select-choices {
  margin: 0px !important;
  min-width: 100%;
  width: auto;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .ui-select-choices li {
  list-style-type: none;
  padding: 0px;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .ui-select-choices-row {
  font-size: 14px;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .form-control {
  height: 56px;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .amount {
  height: 62px;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .toggle-button {
  width: 50px;
  height: 30px;
  border-radius: 90px;
  font-size: 0px;
  margin: 18px 0px;
  position: relative;
  background-color: #999999;
  transition: color 0.25s;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .toggle-button .toggle-panel {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
  transition: margin-left 0.25s;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .toggle-button .toggle-panel .toggle-on {
  width: 48px;
  padding-left: 8px;
  height: 24px;
  border-radius: 12px 0 0 12px;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .toggle-button .toggle-panel .toggle-off {
  width: 48px;
  padding-right: 8px;
  height: 100%;
  border-radius: 0 12px 12px 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: right;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .toggle-button .toggle {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: left 0.25s, border-color 0.25s;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .toggle-button.toggle-status-on {
  background-color: #efe13b;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .toggle-button.toggle-status-on .toggle-panel {
  margin-left: 0;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .toggle-button.toggle-status-on .toggle {
  left: 20px;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .toggle-button.toggle-status-off {
  background-color: #999999;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .toggle-button.toggle-status-off .toggle-panel {
  margin-left: -36px;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .note {
  font-size: 11px;
  font-style: italic;
  color: #d9534f;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .status-indicator {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  position: relative;
  font-size: 16px;
  vertical-align: middle;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .status-indicator .fa {
  display: block;
  position: absolute;
  top: 3px;
  left: 1px;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .status-indicator .status-enabled {
  color: #efe13b;
}
#patrons-right-pane-container .right-pane .content-container .edit-info table td .status-indicator .status-disabled {
  color: #d9534f;
}
#patrons-right-pane-container .right-pane .content-container .dropdown {
  cursor: pointer;
  position: static;
  display: inline-block;
  padding: 0px 8px;
  float: right;
}
#patrons-right-pane-container .right-pane .content-container .dropdown:hover {
  border-radius: 2px;
  background: #f0f0f0;
}
#patrons-right-pane-container .right-pane .content-container .dropdown.open {
  border-radius: 2px 2px 0 0;
  background-color: #fefef8;
}
#patrons-right-pane-container .right-pane .content-container .dropdown .dropdown-menu {
  top: auto;
  left: auto;
  margin-left: -8px;
}
#patrons-right-pane-container .right-pane .content-container .dropdown .dropdown-menu > li > a {
  font-family: Oswald;
  font-size: 1.2em;
  padding: 8px 12px;
}
#patrons-right-pane-container .right-pane .content-container .balance-buttons {
  display: table-cell;
  height: 46px;
  line-height: 46px;
  padding-top: 6px;
}
#patrons-right-pane-container .right-pane .content-container .balance-buttons button {
  font-size: 16px;
  font-family: Oswald;
  padding: 0 10px;
  height: 46px;
  min-width: 72px;
  border-radius: 2px;
  text-transform: uppercase;
}
@keyframes movingBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
/* DO NOT MODIFY | Please modify fiitpos.less and compile using the following command 'lessc /Volumes/PIX8D/Server/FreshIdeas/src/main/resources/app/css/fiitpos.less /Volumes/PIX8D/Server/FreshIdeas/src/main/resources/app/css/fiitpos.css' */
/*
@primary-color: #48bb91;

@logo-url: '/images/freshideas.png';
@logo-alt-url: '/images/nown_main.png';
*/
/*
@primary-color: #3374C5;

@logo-url: '/images/company1.png';
@logo-alt-url: '/images/company1_logo.png';
*/
/*
@primary-color: #d4343d;

@logo-url: '/images/company2.png';
@logo-alt-url: '/images/company2_logo.png';
*/
@keyframes anim-img-out {
  /* element expands out and then shrinks and retreats to origin to disappear
        (i.e. for an animated flag that 'blows away')
    */
  0% {
    border: none;
    overflow: visible;
    transform-origin: left bottom;
    transform: skewY(30deg) translate(-10px, 10px) scale(1.2);
  }
  50% {
    transform-origin: right top;
    transform: skewY(-30deg) translate(-30px, 10px) scale(0);
    opacity: 50%;
    display: none;
  }
}
@keyframes fade-out {
  100% {
    opacity: 0;
    display: none;
  }
}
::-moz-selection {
  color: black;
  background-color: #efe13b;
}
::selection {
  color: black;
  background-color: #efe13b;
}
html,
body {
  height: 100%;
}
body {
  background: #ffffff;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.15);
}
::-moz-selection {
  color: black;
  background-color: #efe13b;
}
::selection {
  color: black;
  background-color: #efe13b;
}
/* Loading Indicator */
.lucova-loading {
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #efe13b;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End Loading Indicator */
/* Ripple */
[lucova-ripple] {
  position: relative;
  overflow: hidden;
}
.lucova-ripple {
  display: block;
  position: absolute;
  background-color: rgba(100, 100, 100, 0.5);
  border-radius: 50%;
  transform: scale(0);
}
.lucova-ripple.animate {
  animation: ripple 0.3s linear;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/* End Ripple */
.support-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999;
}
.support-window {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
  border: 0px solid #333;
  background: #fff;
  padding: 0px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.support-window iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  outline: none;
  background: #fff;
  border: 0px solid #333;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.support-window-close-button {
  position: absolute;
  top: 8%;
  right: 8%;
  background-color: #444444;
  border: 6px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  height: 60px;
  line-height: 46px;
  text-align: center;
  width: 60px;
  z-index: 9999;
}
.support-window-text-block {
  padding: 20px;
  background: #fff;
  color: #333;
  z-index: 9999;
  position: absolute;
  max-width: 300px;
  transform: translate(-50%, -120%);
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
}
@keyframes pulse {
  1% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  -webkit-transition: all ease-in-out;
  transition: all ease-in;
}
.close-button {
  font-size: 1.25em;
  text-align: center;
  width: 1.35em;
  margin-left: auto;
}
.patron-photo-big {
  background-color: #f8f8f8;
  border: 7.5px solid #fff;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 1;
}
.patron-photo {
  background-color: #ffffff;
  z-index: 10;
}
.chat-head-container {
  position: absolute;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
}
.chat-head {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  z-index: 99999;
  box-shadow: 0 5px 60px 10px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.smb-pos__mobile-order-action-bar {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70px;
}
.smb-pos__mobile-order-action-bar button {
  flex: 1;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  border: 0px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.smb-pos__mobile-order-action-bar button:last-child {
  border-right: 0px;
}
.smb-pos__mobile-order-action-bar button i {
  margin-right: 10px;
}
.items-header {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  color: #fffbfb;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.items-header .header-row {
  display: flex;
  flex-direction: row;
  background-color: orange;
  border-radius: 15px;
  padding: 30px;
}
.items-header .header-row .item {
  width: 50%;
}
.items-header .header-row .price {
  width: 50%;
  text-align: right;
}
.smb-pos__mobile-order-items {
  flex: 1;
  font-size: 18px;
  padding: 20px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.smb-pos__mobile-order-items .smb-pos__mobile-order-item {
  display: flex;
  flex-wrap: wrap;
}
.smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-item-quantity {
  width: 10%;
  margin: 0px;
  color: #333;
  padding: 0px 10px;
}
.smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-item-name {
  flex: 1;
  margin: 0px;
  text-align: left;
  color: #333;
}
.smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-item-price {
  margin: 0px;
  color: #333;
}
.smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-modifiers-container {
  width: 100%;
  padding-left: 10%;
  display: flex;
  flex-direction: column;
}
.smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-modifiers-container .smb-pos__mobile-order-modifier-subcontainer {
  display: flex;
  flex-direction: row;
}
.smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-modifiers-container .smb-pos__mobile-order-modifier-subcontainer .smb-pos__mobile-order-modifier-name {
  flex: 1;
  font-size: 0.8em;
  font-weight: 300;
  margin: 0px;
  text-align: left;
  color: #333;
}
.smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-modifiers-container .smb-pos__mobile-order-modifier-subcontainer .smb-pos__mobile-order-modifier-price {
  font-size: 0.8em;
  font-weight: 300;
  margin: 0px;
  color: #333;
}
.smb-pos__mobile-order-items .smb-pos__mobile-order-item.smb-pos__mobile-order-item--highlight {
  font-weight: 700;
}
.smb-pos__mobile-order-items + .smb-pos__mobile-order-items {
  margin-top: -20px;
}
.smb-pos__mobile-order-items .smb-pos__mobile-order-summary {
  border-top: 1px solid #4d4d4d;
  padding-top: 0.5em;
}
ui-view {
  position: relative;
}
.main-app {
  /* In Safari on iOS 10 or less, height of 100% does not work inside a flexbox. Here it is using position absolute
    to workaround the bug so that this container can have a defined height */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-app,
.main-view,
.dashboard,
.pos-view,
ui-view {
  height: 100%;
}
.main-container,
.container-fluid,
.tab-container,
.main-view {
  height: 100%;
  position: relative;
}
.main-view {
  background-color: #ffffff;
  padding-left: 90px;
  transition: padding-left 0.2s ease-in-out;
}
@media only screen and (max-width: 31.25em) {
  .main-view {
    padding-left: 0;
  }
}
.pad-left-photo {
  padding-left: 140px !important;
}
.hanging-img {
  width: 110px;
  height: 110px;
  position: absolute;
  top: -15px;
  left: 10px;
  border: 8px solid #399e75;
  border-radius: 60px;
}
.error-msg {
  color: #cf060a;
  font-weight: bold;
}
.requires-change-msg {
  color: #06cf51;
  font-weight: bold;
}
.hide-upc {
  position: absolute;
  top: -500px;
  left: -500px;
}
.pos-receipt-top {
  width: 100%;
  height: 100px;
  background: #333;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px;
}
.pos-receipt-top .tabbed-back-btn {
  background: transparent;
  color: #000;
  font-size: 30px;
  padding: 20px;
}
.pos-receipt-top .tabbed-bar-crumbs {
  flex: 1;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  display: flex;
  height: 100%;
}
.pos-receipt-top .tabbed-bar-crumb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px 0px 0px;
}
.switch-cont {
  padding: 0px !important;
  overflow: auto;
}
.switch-cont .switch-desc {
  padding: 20px;
  color: #fff;
  float: left;
}
.btn-switch {
  float: right;
  position: relative;
  font-size: 20px;
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  background: #eee;
  width: 150px;
  overflow: auto;
}
.btn-switch-on .btn-toggle {
  transform: translateX(100%);
}
.btn-switch-on .btn-switch-left-view {
  color: #333;
}
.btn-switch-on .btn-switch-right-view {
  color: #fff;
}
.btn-switch-left-view {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 99;
  float: left;
  text-align: center;
  padding: 20px;
  width: 50%;
  color: #fff;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.btn-switch-right-view {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 99;
  float: left;
  text-align: center;
  padding: 20px;
  width: 50%;
  color: #333;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.btn-toggle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  background: #48bb91 !important;
  background: -moz-linear-gradient(top, #48bb91 0%, #41ae86 100%) !important;
  background: -webkit-linear-gradient(top, #48bb91 0%, #41ae86 100%) !important;
  background: linear-gradient(to bottom, #48bb91 0%, #41ae86 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#48bb91, endColorstr=#41ae86, GradientType=0) !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translateX(0%);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.btn-troubleshoot {
  padding: 5px 40px;
  border-radius: 50px;
  border: 0px;
  font-size: 30px;
}
.troubleshoot-text {
  font-size: 18px;
  /* Surface */
  text-align: left;
  padding-top: 0px;
}
@media (min-width: 1281px) {
  .troubleshoot-text {
    font-size: 24px;
  }
}
.main-sidenav {
  position: absolute;
  left: 0px;
  z-index: 999;
}
@media only screen and (max-width: 31.25em) {
  .main-sidenav {
    z-index: 1000;
  }
}
.main-sidenav .main-sidenav-container .mobile-nav-icon {
  z-index: -1;
  font-size: 24px;
  position: absolute;
  top: 0;
  margin: 15px;
  margin-top: 20px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: white;
  background-color: #efe13b;
}
@media only screen and (max-width: 31.25em) {
  .main-sidenav .main-sidenav-container .mobile-nav-icon {
    display: flex;
    z-index: unset;
  }
}
.main-sidenav .main-sidenav-body {
  display: flex;
  flex-direction: column;
  width: 90px;
  color: #fff;
  background: #333;
  font-size: 9px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  transition: width 0.2s ease-in-out;
  position: relative;
}
@media only screen and (max-width: 31.25em) {
  .main-sidenav .main-sidenav-body {
    transform: translateX(-100%);
    width: max-content;
    height: 60px;
    align-items: flex-start;
  }
}
.main-sidenav .main-sidenav-body .main-sidenav-body-close {
  position: absolute;
  padding: 16px 22px;
  font-size: 24px;
  color: white;
  top: 0;
  right: 0;
  display: none;
}
@media only screen and (max-width: 31.25em) {
  .main-sidenav .main-sidenav-body .main-sidenav-body-close {
    display: unset;
  }
}
.main-sidenav .main-sidenav-body .main-sidenav-btns {
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-sidenav .main-sidenav-body .main-sidenav-btns > * {
  flex-shrink: 0;
}
@media only screen and (max-width: 31.25em) {
  .main-sidenav .main-sidenav-body .main-sidenav-btns {
    width: max-content;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.main-sidenav .main-sidenav-body .sidenav-group-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  flex-grow: 1;
  background: linear-gradient(#333 33%, rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), #333 66%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0)) 0 100%;
  background-color: #333;
  background-repeat: no-repeat;
  background-attachment: local, local, scroll, scroll;
  background-size: 100% 45px, 100% 45px, 100% 15px, 100% 15px;
}
.main-sidenav .main-sidenav-body .sidenav-group-container::-webkit-scrollbar {
  width: 0;
}
.main-sidenav .toggle-kisok-nav {
  height: 65vh !important;
}
.main-sidenav .show-side-nav {
  transition: width 0.2s ease-in-out;
  transform: translateX(0) !important;
  width: 100vw;
  height: 100vh !important;
}
.main-sidenav .main-sidenav-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #efe13b;
  border-radius: 10px;
}
.main-sidenav .main-sidenav-logo-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  min-height: 80px;
  position: relative;
  padding: 5px;
}
.main-sidenav .main-sidenav-logo-container > * {
  padding: 8px 0;
}
.main-sidenav .main-sidenav-logo-container .nown-logo-group {
  height: 100%;
  width: 65%;
  display: flex;
  justify-content: center;
}
.main-sidenav .main-sidenav-logo-container .alt-logo-group {
  position: absolute;
  display: flex;
  justify-content: center;
}
.main-sidenav .main-sidenav-logo-container .anim-img-out {
  animation-name: anim-img-out;
  animation-duration: 3s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}
.main-sidenav .main-sidenav-logo-container .fade-img-out,
.main-sidenav .main-sidenav-logo-container .fade-img-hover:hover {
  animation-name: fade-out;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.main-sidenav .main-sidenav-nav-btn-container {
  margin-top: 75px;
}
.main-sidenav .pulse {
  top: 50%;
  /* Centered vertically */
  left: 50%;
  /* Centered horizontally */
  transform: translate(-50%, -50%);
  width: 48px;
  /* Match the logo width */
  height: 48px;
  /* Match the logo height */
  background-size: contain;
  border: 2px solid #efe13b;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0 0 0 36px #d0c222, 0 0 0 40px #f9e712;
  animation: pulseAnimation 2s linear infinite;
}
.main-sidenav .preorder-pulse {
  animation: preorder-animate 1.5s infinite;
  animation-direction: alternate-reverse;
  transition-timing-function: ease-in-out;
}
.main-sidenav .pulse:before,
.main-sidenav .pulse:after {
  content: '';
  left: -30px;
  top: -30px;
  right: -30px;
  bottom: -30px;
  border: 2px solid #efe13b;
  border-radius: 50%;
  animation: animate 2s linear infinite;
}
.main-sidenav .pulse:after {
  animation-delay: 1s;
}
@keyframes animate {
  0% {
    transform: scale(2);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes preorder-animate {
  0% {
    transform: scale(1.35);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes pulseAnimation {
  0% {
    box-shadow: 0 0 0 0 #efe13b;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(51, 255, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(51, 255, 0, 0);
  }
}
.main-sidenav .logo.active::after {
  content: '';
  animation: pulseAnimation 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #efe13b;
  border-radius: 50%;
  box-sizing: border-box;
}
.main-sidenav .mobile-order-notification {
  background: url(/images/mobile-order-notification.png) center center no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  margin: 15px 0px 15px 0px;
}
.main-sidenav .sidenav-offline-mode-indicator,
.main-sidenav .sidenav-mevbox-error-indicator {
  min-height: 80px;
  height: 80px;
  width: 100%;
  background-color: #ff983e;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-sidenav .sidenav-offline-mode-indicator .sidenav-offline-mode-indicator-icon,
.main-sidenav .sidenav-mevbox-error-indicator .sidenav-offline-mode-indicator-icon {
  background-image: url(/images/bad_wifi_icon.png);
  height: 28px;
  width: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main-sidenav .sidenav-offline-mode-indicator .mevbox-error,
.main-sidenav .sidenav-mevbox-error-indicator .mevbox-error {
  font-size: 40px;
  position: absolute;
}
.main-sidenav .sidenav-offline-mode-indicator .mevbox-error__no-srm,
.main-sidenav .sidenav-mevbox-error-indicator .mevbox-error__no-srm {
  font-weight: bold;
}
.main-sidenav .sidenav-offline-mode-indicator .mevbox-error-icon,
.main-sidenav .sidenav-mevbox-error-indicator .mevbox-error-icon {
  font-size: 28px;
  color: black;
}
.main-sidenav .sidenav-low-connectivity-indicator {
  min-height: 80px;
  width: 100%;
  display: flex;
  padding: 0px 5px 0px 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #efb33b;
}
.main-sidenav .sidenav-low-connectivity-indicator .sidenav-low-connectivity-indicator-text {
  text-align: center;
}
@-webkit-keyframes offline-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes offline-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.main-sidenav .pulse {
  -webkit-animation: offline-pulse 1.5s infinite;
  -webkit-transition: all ease-in-out;
  animation: offline-pulse 1.5s infinite;
  color: #d9534f;
}
.main-sidenav button {
  display: block;
  background: transparent;
  border: 0px;
  outline: none;
  text-transform: uppercase;
  padding: 10px 0px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 31.25em) {
  .main-sidenav button {
    display: flex;
    align-items: center;
  }
}
.main-sidenav button span {
  font-size: 30px;
}
@media only screen and (max-width: 31.25em) {
  .main-sidenav button .lnr {
    padding: 0 12px;
  }
}
.main-sidenav button:disabled {
  color: #5e5e5e;
}
.main-sidenav .sidenav-bottom {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  padding: 5px 0;
  width: 100%;
}
@media only screen and (max-width: 31.25em) {
  .main-sidenav .sidenav-bottom {
    right: 5%;
  }
}
.main-sidenav .sidenav-bottom button {
  display: block;
}
.kiosk-show-side-nav {
  z-index: 1000;
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 20px;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.btn-sm-icon {
  font-size: 13px;
  padding: 4px 9px;
  line-height: 1.39;
}
.btn-default {
  border: 0px;
  padding: 20px;
}
.btn-success {
  border: 0px;
  background-color: #3d3d3d !important;
  color: #aaa !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  border: 0px solid !important;
  background-color: #3d3d3d !important;
  color: #aaa !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  border: 0px solid !important;
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  color: #000 !important;
  background: #aaaaaa !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #aaaaaa 0%, #a0a0a0 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #aaaaaa 0%, #a0a0a0 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #aaaaaa 0%, #a0a0a0 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aaaaaa, endColorstr=#a0a0a0, GradientType=0) !important;
  /* IE6-9 */
}
.btn-success .badge {
  background-color: #fff;
  color: #5cb85c;
}
.btn-primary {
  border: 0px solid !important;
  padding: 20px;
  background-color: #3d3d3d !important;
  color: #aaa !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  border: 0px solid !important;
  background-color: #3d3d3d !important;
  color: #aaa !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  border: 0px solid !important;
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border: 0px solid !important;
  color: #000 !important;
  background-color: #3d3d3d !important;
  color: #aaa !important;
}
.btn-grey {
  border: 0px;
  padding: 20px;
  background: #aaaaaa !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #aaaaaa 0%, #a0a0a0 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #aaaaaa 0%, #a0a0a0 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #aaaaaa 0%, #a0a0a0 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aaaaaa, endColorstr=#a0a0a0, GradientType=0) !important;
  /* IE6-9 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey.focus,
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  color: #fff !important;
  background: #aaaaaa !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #aaaaaa 0%, #a0a0a0 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #aaaaaa 0%, #a0a0a0 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #aaaaaa 0%, #a0a0a0 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aaaaaa, endColorstr=#a0a0a0, GradientType=0) !important;
  /* IE6-9 */
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  background-image: none;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled.focus,
.btn-grey[disabled].focus,
fieldset[disabled] .btn-grey.focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
  color: #000 !important;
  background: #aaaaaa !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #aaaaaa 0%, #a0a0a0 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #aaaaaa 0%, #a0a0a0 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #aaaaaa 0%, #a0a0a0 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aaaaaa, endColorstr=#a0a0a0, GradientType=0) !important;
  /* IE6-9 */
}
.btn-danger {
  border: 0px;
  padding: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #d9534f !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d9534f 0%, #d5433e 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d9534f 0%, #d5433e 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d9534f 0%, #d5433e 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9534f, endColorstr=#d5433e, GradientType=0) !important;
  /* IE6-9 */
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff !important;
  background: #d9534f !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d9534f 0%, #d5433e 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d9534f 0%, #d5433e 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d9534f 0%, #d5433e 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9534f, endColorstr=#d5433e, GradientType=0) !important;
  /* IE6-9 */
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  color: #000 !important;
  background: #d9534f !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d9534f 0%, #d5433e 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d9534f 0%, #d5433e 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d9534f 0%, #d5433e 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9534f, endColorstr=#d5433e, GradientType=0) !important;
  /* IE6-9 */
}
.btn-logout {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  background: #f8f8f8;
  padding: 5px 10px 5px 10px;
  border: solid #c6c6c6 1px;
  text-decoration: none;
}
.btn-logout:hover {
  background: #ececec;
  text-decoration: none;
}
.btn-logout-right {
  float: right;
  margin-right: 10px;
}
.btn-logout-left {
  float: left;
  margin-left: 10px;
}
.widget-clock.green-clock .time {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  color: #48bb91;
  text-shadow: none;
}
.widget-clock-cont,
.widget-clock-cont:hover {
  border-radius: 20px;
  overflow: hidden;
  background-color: transparent !important;
  border: 0px solid !important;
  cursor: default;
}
.pos-start-form .pos-start-form-header {
  padding-bottom: 20px;
  margin-bottom: 8px;
  font-family: 'Oswald';
  font-weight: 300;
  font-size: 0;
  color: #444444;
  border-bottom: 1px solid #cccccc;
}
.pos-start-form .pos-start-greeting {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  font-size: 24px;
}
.pos-start-form .pos-current-shift {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  text-align: right;
}
.pos-start-form .pos-current-shift .current-shift-statuses {
  display: inline-block;
  margin-right: 15px;
  vertical-align: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}
.pos-start-form .pos-current-shift .current-shift-statuses .current-shift-status {
  padding: 4px 12px;
  font-family: 'Open Sans';
  font-weight: bold;
  border-radius: 24px;
  transition: background-color 0.25s, color 0.25s, width 0.25s;
  cursor: pointer;
}
.pos-start-form .pos-current-shift .current-shift-statuses .current-shift-status:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  background-color: #f0f0f0;
  background: linear-gradient(45deg, #e8e8e8 0%, #f0f0f0 50%, #fafafa 51%, #f8f8f8 100%);
  animation: rotating-background 3s linear infinite;
}
.pos-start-form .pos-current-shift .current-shift-statuses .current-shift-status .status-icon {
  text-align: center;
}
.pos-start-form .pos-current-shift .current-shift-statuses .current-shift-status .status-counter {
  font-size: 0.9em;
}
.pos-start-form .pos-current-shift .current-shift-statuses .current-shift-status.status-success {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  color: #efe13b;
}
.pos-start-form .pos-current-shift .current-shift-statuses .current-shift-status.status-success:before {
  display: none;
}
.pos-start-form .pos-current-shift .current-shift-statuses .current-shift-status.status-fail {
  position: relative;
  z-index: 2;
  background-color: #d9534f;
  color: #ffffff;
}
.pos-start-form .pos-current-shift .current-shift-statuses .current-shift-status.status-fail:before {
  display: none;
}
.pos-start-form .pos-current-shift .current-shift-label {
  display: inline-block;
  margin-right: 15px;
  vertical-align: baseline;
  text-transform: uppercase;
  font-size: 14px;
  /* Surface */
  font-weight: 300;
}
@media (min-width: 1281px) {
  .pos-start-form .pos-current-shift .current-shift-label {
    font-size: 16px;
  }
}
.pos-start-form .pos-current-shift .current-shift-name {
  vertical-align: baseline;
  font-size: 20px;
  /* Surface */
  font-weight: 300;
  color: #efe13b;
}
@media (min-width: 1281px) {
  .pos-start-form .pos-current-shift .current-shift-name {
    font-size: 24px;
  }
}
.pos-start-form .pos-diagnostic {
  margin: 5px 0;
  text-align: right;
}
.pos-start-form .pos-diagnostic .diagnostic-button {
  display: inline-block;
  font-size: 12px;
  color: #cccccc;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: 300;
}
.pos-start-form .pos-diagnostic .diagnostic-button .diagnostic-button-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  margin-right: 2px;
}
.pos-start-form .pos-diagnostic .diagnostic-button .diagnostic-button-icon .fa {
  display: block;
  width: 12px;
  height: 14px;
  line-height: 14px;
  font-size: 10px;
  text-align: center;
}
.pos-start-form .pos-start-action-buttons .action-button {
  display: inline-block;
  padding: 10px 0;
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Oswald';
  text-transform: uppercase;
  cursor: pointer;
}
.pos-start-form .pos-start-action-buttons .action-button .action-button-icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  border-radius: 50%;
}
.pos-start-form .pos-start-action-buttons .action-button .action-button-icon .fa {
  display: block;
  width: 48px;
  height: 48px;
  margin: 6px;
  text-align: center;
  line-height: 48px;
}
.pos-start-form .pos-start-action-buttons .action-button .action-button-icon.with-background {
  background-color: #e8e8e8;
  margin-right: 8px;
}
.pos-start-form .pos-start-action-buttons .action-button .action-button-icon.with-background .fa {
  color: #999999;
}
.pos-start-form .pos-start-action-buttons .action-button:hover {
  color: #efe13b;
}
.pos-start-form .pos-start-action-buttons .action-button:hover .action-button-icon.with-background .fa {
  color: #efe13b;
}
.pos-start-form .pos-start-action-buttons .action-button .action-button-toggle {
  width: 50px;
  height: 30px;
  border-radius: 90px;
  font-size: 0px;
  margin: 18px 15px;
  position: relative;
  background-color: #999999;
  transition: color 0.25s;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.pos-start-form .pos-start-action-buttons .action-button .action-button-toggle .toggle-panel {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
  transition: margin-left 0.25s;
}
.pos-start-form .pos-start-action-buttons .action-button .action-button-toggle .toggle-panel .toggle-on {
  width: 48px;
  padding-left: 8px;
  height: 24px;
  border-radius: 12px 0 0 12px;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
}
.pos-start-form .pos-start-action-buttons .action-button .action-button-toggle .toggle-panel .toggle-off {
  width: 48px;
  padding-right: 8px;
  height: 100%;
  border-radius: 0 12px 12px 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: right;
}
.pos-start-form .pos-start-action-buttons .action-button .action-button-toggle .toggle {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #333333;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: left 0.25s, border-color 0.25s;
}
.pos-start-form .pos-start-action-buttons .action-button .action-button-toggle.toggle-status-on {
  background-color: #333333;
}
.pos-start-form .pos-start-action-buttons .action-button .action-button-toggle.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.pos-start-form .pos-start-action-buttons .action-button .action-button-toggle.toggle-status-on .toggle {
  left: 20px;
}
.pos-start-form .pos-start-action-buttons .action-button .action-button-toggle.toggle-status-off {
  background-color: #999999;
}
.pos-start-form .pos-start-action-buttons .action-button .action-button-toggle.toggle-status-off .toggle-panel {
  margin-left: -36px;
}
.pos-start-form .pos-start-action-buttons .action-button .action-button-label {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
}
.pos-start-form .pos-start-action-buttons .action-button .action-button-label.highlight {
  color: #efe13b;
}
.pos-start-form .pos-start-action-buttons .action-button + .action-button {
  margin-left: 30px;
}
.pos-start-form fieldset {
  position: relative;
  width: 100%;
}
.pos-start-patron-number-entry {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  /* Surface */
  z-index: 100;
  background-color: #e8e8e8;
  border-radius: 20px;
}
@media (min-width: 1281px) {
  .pos-start-patron-number-entry {
    height: 340px;
  }
}
.pos-start-patron-number-entry.ng-enter {
  -webkit-animation: fadeIn 0.125s;
  -moz-animation: fadeIn 0.125s;
  -ms-animation: fadeIn 0.125s;
  animation: fadeIn 0.125s;
}
.pos-start-patron-number-entry .pos-start-patron-number-entry-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.pos-start-patron-number-entry .patron-number-entry-close-button {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 20px;
  font-size: 24px;
  font-weight: 300;
  font-family: 'Oswald';
  text-transform: uppercase;
  color: #666666;
}
.pos-start-patron-number-entry .patron-number-entry {
  padding-top: 88px;
  /* Surface */
}
@media (min-width: 1281px) {
  .pos-start-patron-number-entry .patron-number-entry {
    padding-top: 100px;
  }
}
.pos-start-patron-number-entry .patron-number-entry .col-xs-2 {
  text-align: center;
  position: relative;
  top: 35px;
}
.pos-start-patron-number-entry .patron-number-entry .patron-number-input {
  text-align: center;
  padding: 0 30px 0 0;
}
.pos-start-patron-number-entry .patron-number-entry .patron-number-input input {
  background: none;
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px dashed #666666;
  font-size: 66px;
  /* Surface */
  font-family: 'Oswald';
  font-weight: 300;
  color: #666666;
  text-align: center;
}
@media (min-width: 1281px) {
  .pos-start-patron-number-entry .patron-number-entry .patron-number-input input {
    font-size: 92px;
  }
}
.pos-start-patron-number-entry .patron-number-entry .patron-number-input-submit {
  width: 100%;
}
.pos-start-patron-number-entry .patron-number-entry .patron-number-input-submit button {
  width: 100%;
}
.pos-mobile-order-peek {
  position: absolute;
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
}
.pos-mobile-order-peek .mobile-order-header {
  width: 25%;
  height: 120px;
  float: left;
  display: flex;
  align-items: center;
  padding: 0 15px 0 30px;
}
.pos-mobile-order-peek .mobile-order-header .mobile-order-label {
  font-size: 24px;
  font-family: 'Oswald';
  font-weight: 300;
  margin: 10px 0 2px;
  color: #444444;
  text-transform: uppercase;
}
.pos-mobile-order-peek .mobile-order-header .mobile-order-status {
  font-size: 16px;
  font-family: 'Oswald';
  font-weight: 300;
  color: #444444;
  margin: 2px 0 10px;
}
.pos-mobile-order-peek .mobile-order-users {
  width: 75%;
  height: 100%;
  margin-left: 25%;
  padding-right: 15px;
  text-align: right;
}
.pos-mobile-order-peek .mobile-order-users .mobile-order-user {
  display: inline-block;
  width: 72px;
  height: 100%;
  margin: 0 12px;
  font-family: 'Oswald';
  font-weight: 300;
  text-transform: uppercase;
}
.pos-mobile-order-peek .mobile-order-users .mobile-order-user.completed {
  opacity: 0.5;
}
.pos-mobile-order-peek .mobile-order-users .mobile-order-user .mobile-order-time-placed {
  width: 72px;
  height: 24px;
  padding: 6px 0 2px;
  font-size: 12px;
  text-align: center;
}
.pos-mobile-order-peek .mobile-order-users .mobile-order-user .mobile-order-user-photo {
  width: 64px;
  height: 64px;
  margin: 4px 4px;
  border-radius: 50%;
  overflow: hidden;
}
.pos-mobile-order-peek .mobile-order-users .mobile-order-user .mobile-order-user-photo img {
  width: 100%;
  height: 100%;
}
.pos-mobile-order-peek .mobile-order-users .mobile-order-user .mobile-order-user-name {
  width: 72px;
  height: 24px;
  padding: 2px 0 6px;
  font-size: 12px;
  text-align: center;
}
.lucova-status-window {
  background: #eee;
  color: #666;
  font-size: 40px;
  padding: 70px 100px 70px 100px;
  width: 100%;
  text-align: center;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.lucova-status-window h2 {
  font-size: 70px;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.lucova-status-window h4 {
  font-size: 20px;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.lucova-users-cont {
  position: relative;
}
.lucova-users {
  position: relative;
  padding: 20px 20px 0px;
  height: 260px;
  /* Surface */
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  /* iPad Scrolling */
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1281px) {
  .lucova-users {
    padding: 40px 20px 0px;
    height: 320px;
  }
}
.lucova-user {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  /* Surface */
  margin: 0px 50px 0px 0px;
  vertical-align: top;
}
@media (min-width: 1281px) {
  .lucova-user {
    width: 240px;
    height: 240px;
  }
}
.lucova-user .lucova-user-photo {
  width: 200px;
  height: 200px;
  /* Surface */
  border-radius: 120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 1281px) {
  .lucova-user .lucova-user-photo {
    width: 240px;
    height: 240px;
  }
}
.lucova-user .lucova-user-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.lucova-user .user-name {
  position: absolute;
  padding: 20px;
  bottom: -40px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  /* Surface */
  height: 80px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  z-index: 20;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media (min-width: 1281px) {
  .lucova-user .user-name {
    margin-left: -120px;
    width: 240px;
  }
}
.lucova-user .user-name > span {
  padding: 5px 25px;
  background: #333;
  border-radius: 10px;
}
.lucova-user.highlight .lucova-user-status-indicators .status-indicator-mobile-order {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 30px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  background-color: #efe13b;
  border-radius: 50%;
}
.lucova-users-cont.highlight {
  background-color: #ffffff;
}
.lucova-users-cont .lucova-user-filters {
  position: absolute;
  top: 0;
  left: 0;
}
.lucova-users-cont .lucova-user-filters .lucova-user-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
  cursor: pointer;
}
.lucova-users-cont .lucova-user-filters .lucova-user-filter.lucova-user-filter-nearby {
  color: #efe13b;
  font-size: 48px;
  font-weight: 300;
  text-align: left;
  padding: 3px 10px;
}
.lucova-users-cont .lucova-user-filters .lucova-user-filter.lucova-user-filter-mobile-order {
  background-color: #efe13b;
  color: #ffffff;
}
.lucova-users-cont .lucova-user-filters .lucova-user-filter .filter-icon {
  width: 24px;
  height: 24px;
  margin: 12px 0;
  vertical-align: top;
}
.poweredby {
  background: rgba(230, 230, 230, 0.5);
  position: absolute;
  right: 0px;
  top: 0px;
  width: 158px;
  height: 55px;
  padding: 12px;
}
.poweredby a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/poweredby.png) center center no-repeat;
  background-size: contain;
}
.refresh-icon {
  background: url(/images/refresh.png) center left no-repeat;
  padding-left: 55px;
}
.tips-icon {
  background: url(/images/tips.png) center left no-repeat;
  padding-left: 50px;
}
.lucova-selected {
  height: 100px;
  width: 100%;
  padding: 0px 0px;
}
.lucova-selected-user {
  position: relative;
  background: #333;
  height: 100%;
  width: 100%;
}
.lucova-selected-user img {
  width: 164px;
  height: 164px;
}
.lucova-selected div.has-photo {
  padding-left: 190px !important;
}
.lucova-selected.has-photo {
  height: 164px;
}
.lucova-selected-user div {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 30px;
  padding-top: 20px;
  font-size: 40px;
  color: #ffffff;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.lucova-selected-user div > span {
  font-size: 16px;
  font-weight: 300;
  position: relative;
  top: -35px;
}
.lucova-selected-user .change-user {
  background: #444;
  position: absolute;
  display: block;
  padding-top: 30px;
  top: 0px;
  right: 0px;
  width: 164px;
  height: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 22px;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
}
.has-photo .lucova-selected-user .change-user {
  padding-top: 60px !important;
}
.change-user:hover {
  text-decoration: none;
}
.mods-modal .modal-dialog {
  height: 600px;
  width: 1000px;
}
.mods-cont {
  height: 600px;
  width: 100%;
  display: flex;
  flex-direction: row;
  background: #ffffee;
  position: relative;
}
.mods-cont .mods {
  flex: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 300px;
  left: 0;
  z-index: 1000;
}
.mods-cont .mods .mods-header {
  background: #48bb91;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.mods-cont .mods .mods-scroll-fade {
  width: 100%;
  height: 100px;
  background: url('/images/fade-bottom.png') top left repeat-x;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  touch-action: none;
}
.mods-cont .mods h3 {
  font-weight: bold;
}
.mods-cont .mods .mod {
  padding-top: 20px;
}
.mods-cont .mods .mod h1,
.mods-cont .mods .mod h2,
.mods-cont .mods .mod h3,
.mods-cont .mods .mod h4,
.mods-cont .mods .mod h5 {
  margin-left: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.mods-cont .mods .mod .mod-cont {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px;
}
.mods-cont .mods .mod .mod-cont .mod-btn {
  position: relative;
  flex-basis: 20%;
  background: #eee;
  margin: 10px;
  padding: 20px;
}
.mods-cont .mods .mod .mod-cont .mod-btn .mod-check {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #48bb91;
  text-align: center;
  padding-top: 5px;
  font-size: 10px;
  color: #fff;
}
.mods-cont .mods .mod .mod-cont .mod-btn .mod-name {
  font-size: 16px;
}
.mods-cont .mods .mod .mod-cont .mod-btn .mod-price {
  font-size: 12px;
  font-weight: bold;
}
.mods-cont .mods .mod .mod-cont .mod-btn .mod-description {
  font-size: 12px;
}
.mods-cont .mod-sidebar-close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  padding-top: 8px;
  background: #d9534f;
  color: #fff;
}
.mods-cont .mod-sidebar-save-btn {
  position: absolute;
  padding-top: 15px;
  height: 60px;
  width: 260px;
  bottom: 20px;
  right: 20px;
  background: #48bb91;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.mods-cont .mod-sidebar {
  position: absolute;
  background: #eff9f6;
  width: 300px;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 100px;
  right: 0;
  top: 0;
}
.pos-modify-btn {
  background: #333;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  padding: 10px 20px;
  margin-top: 10px;
}
.pos-receipt-patron-container {
  height: 100px;
  width: 100%;
  padding: 0px 0px;
  display: flex;
  align-items: center;
}
.pos-receipt-patron-container .pos-receipt-patron {
  background: #333;
  height: 100%;
  width: 80%;
  display: flex;
  align-items: center;
}
.pos-receipt-patron-container .pos-receipt-patron .pos-receipt-patron-info {
  width: 100%;
  cursor: pointer;
  padding: 0 20px;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.pos-receipt-patron-container .pos-receipt-patron .pos-receipt-patron-info .pos-receipt-patron-name-label {
  font-size: 16px;
  color: #888888;
  text-transform: uppercase;
}
.pos-receipt-patron-container .pos-receipt-patron .pos-receipt-patron-info .pos-receipt-patron-name {
  font-size: 40px;
  color: #ffffff;
  line-height: 1.2em;
}
.pos-receipt-patron-container .pos-receipt-patron .pos-receipt-patron-info .pos-receipt-patron-meal-info {
  width: 100%;
  margin-top: 6px;
  color: #cccccc;
  font-family: 'Open Sans';
}
.pos-receipt-patron-container .pos-receipt-patron .pos-receipt-patron-info .pos-receipt-patron-meal-info .meal-info-list {
  width: 100%;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.pos-receipt-patron-container .pos-receipt-patron .pos-receipt-patron-info .pos-receipt-patron-meal-info .meal-info-list .meal-info {
  margin: 0 5px;
  white-space: nowrap;
}
.pos-receipt-patron-container .pos-receipt-patron .pos-receipt-patron-info .pos-receipt-patron-meal-info .meal-info-list .meal-info:after {
  display: inline-block;
  margin-left: 5px;
  content: '/';
}
.pos-receipt-patron-container .pos-receipt-patron .pos-receipt-patron-info .pos-receipt-patron-meal-info .meal-info-list .meal-info:last-child:after {
  display: none;
}
.pos-receipt-patron-container .pos-receipt-patron .pos-receipt-patron-info .pos-receipt-patron-meal-info .meal-info-list .meal-info .meal-info-value {
  display: inline-block;
  white-space: nowrap;
}
.pos-receipt-patron-container .pos-receipt-patron .pos-receipt-patron-info .pos-receipt-patron-meal-info .meal-info-list .meal-info .meal-info-label {
  display: inline-block;
  white-space: nowrap;
}
.pos-receipt-patron-container .pos-receipt-patron .pos-receipt-patron-photo img {
  width: 164px;
  height: 164px;
}
.pos-receipt-patron-container .pos-receipt-patron-mealplan-lookup {
  background: #444;
  display: flex;
  align-items: center;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
}
.pos-receipt-patron-container .pos-receipt-patron-mealplan-lookup .pos-receipt-patron-mealplan-lookup-text {
  width: 100%;
  padding: 10px;
}
.pos-receipt-patron-container.has-photo {
  height: 164px;
}
.pos-receipt-patron-container.is-guest-transaction .pos-receipt-patron {
  width: 100%;
}
.select-station-disabled {
  background: #eeeeee !important;
}
.loggedIn-form {
  /* Center absolutely in div */
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 400px;
  padding: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
}
.loggedIn-form .loggedIn-form-title-1 {
  color: #333332;
  font-family: 'Open Sans';
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 5px;
}
.loggedIn-form select:invalid {
  color: #ccccc8;
}
.loggedIn-form .loggedIn-form-title-2 {
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 15px 0 0 0;
}
.loggedIn-clockedInUsers {
  /* Center absolutely in div */
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 400px;
  padding: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
}
.loggedIn-clockedInUsers .loggedIn-form-title-1 {
  color: #333332;
  font-family: 'Open Sans';
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 5px;
}
.loggedIn-clockedInUsers select:invalid {
  color: #ccccc8;
}
.loggedIn-clockedInUsers .loggedIn-form-title-2 {
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 15px 0 0 0;
}
.loggedIn-element {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 20px;
  margin: 10px 0;
  color: #333332;
}
.loggedIn-element > input {
  border: none;
  background-color: #ffffff !important;
  margin: auto !important;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000 !important;
}
.loggedIn-element > input::-webkit-input-placeholder {
  color: #ccccc8;
}
.loggedIn-element button {
  position: absolute !important;
  border-radius: 5px;
  top: 5px !important;
  right: 5px !important;
  color: #000;
}
.loggedIn-element > select {
  border: none;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333332;
}
.loggedIn-element > select:required:invalid,
.loggedIn-element > select.ng-empty {
  color: #ccccc8;
}
.loggedIn-element > select option {
  color: #333332;
}
.loggedIn-element > select:focus {
  color: #333332;
}
.loggedIn-element.droparrows:after {
  pointer-events: none;
  content: '';
  background: url('/images/expand-arrow.png') transparent center center no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  opacity: 0.2;
}
.loggedIn-element select#start-shift-select-menu-period > option:disabled,
.loggedIn-element select#start-shift-select-pos-station > option:disabled {
  color: #b1b1b1;
}
.warning-text {
  color: #efb33b;
  font-size: 2rem;
  opacity: 0.7;
}
.start-cash-balance-wrapper {
  display: flex;
}
.start-cash-balance-wrapper button {
  width: 100px;
  margin: 10px 0 10px 15px;
}
.start-shift-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 20px;
  border-radius: 500px;
  color: #f4f5f0;
}
.home-clock-in-cancel-button {
  background-color: #eeeeee;
  border: 1px solid #ddd;
}
.open-station-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #efe13b;
  font-size: 20px;
  border-radius: 500px;
  padding: 15px;
  margin: 20px 0 10px 0;
  width: 100%;
}
.open-station-btn[disabled] {
  opacity: 0.3;
  background-color: #efe13b;
}
.print-previous-end-shift-report-container {
  width: 95%;
  padding: 15px 30px;
  font-size: 15px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0%;
  right: 50%;
  transform: translateX(50%);
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
}
.print-previous-end-shift-report-container .print-previous-end-shift-report-text {
  margin-right: auto;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.print-previous-end-shift-report-container .print-previous-end-shift-report-button {
  height: 45px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f5f0;
  border: none;
  border-radius: 200px;
  cursor: pointer;
  min-width: max-content;
}
.dashboard-element {
  height: 100%;
  width: 300px;
  padding: 0px 50px 0px 10px;
  background-color: #ffffff !important;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(239, 225, 59, 0.5) !important;
}
.dashboard-element > input {
  border: 0px !important;
  background-color: #ffffff !important;
  height: 58px !important;
  width: 100%;
  line-height: 58px;
  font-size: 20px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  color: #000 !important;
}
.dashboard-element > select {
  border: 0px;
  background-color: #ffffff;
  width: 100%;
  height: 58px !important;
  font-size: 20px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  color: #000 !important;
}
.dashboard-element.droparrows:after {
  pointer-events: none;
  content: url('/images/dropdown_arrows.png');
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
}
.patron-count .btn-success {
  background: #6d6d6d !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6d6d6d 0%, #636363 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6d6d6d 0%, #636363 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6d6d6d 0%, #636363 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6d6d6d, endColorstr=#636363, GradientType=0) !important;
  /* IE6-9 */
  padding: 15px;
}
.btn-disabled {
  opacity: 0.5;
}
.patron-count {
  padding-bottom: 15px;
  display: flex;
}
.patron-count button {
  flex: 1;
}
.pos-buttons {
  display: table;
  height: 100%;
  padding: 20px 10px 20px 20px;
  overflow: scroll;
}
.pos-buttons-top {
  display: table-row;
}
.pos-buttons-mid {
  display: table-row;
  /* height is dynamic, and will expand... */
  height: 100%;
  /* ...as content is added (won't scroll) */
}
.pos-buttons-mid.pos-buttons-mid-full-width {
  display: block;
}
.pos-buttons-mid-content {
  height: 100%;
  overflow: auto;
}
.pos-coupon-btns-wrapper {
  background-color: #eff9f6;
  height: 100%;
  overflow-y: auto;
}
.pos-coupon-exit-btn {
  text-decoration: none !important;
  outline: none !important;
}
.pos-coupon-btns-block {
  padding-top: 100px;
  padding-bottom: 25px;
  width: 90%;
  height: auto;
}
.pos-coupon-discount-label {
  float: left;
  position: absolute;
  min-height: 115px;
  padding-left: 20px;
  padding-top: 40px;
  padding-right: 20px;
  font-family: Oswald, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.pos-coupon-discount-info {
  position: absolute;
  padding-left: 200px;
  font-family: Oswald, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 100%;
}
.pos-coupon-check {
  float: right;
  min-height: 115px;
  padding-top: 40px;
  padding-right: 40px;
}
.pos-coupon-discount-info-amount {
  font-size: 28px;
  padding-top: 18px;
}
.pos-coupon-discount-info-type {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #858585;
  padding-top: 5px;
}
.pos-coupon-discount-btn {
  min-height: 115px;
  background-color: #ffffff;
  margin-top: 20px;
  border: 3px solid white;
  position: relative;
}
.pos-coupon-discount-btn1:hover,
.pos-coupon-discount-btn2:hover,
.pos-coupon-discount-btn3:hover {
  cursor: pointer;
}
.pos-coupon-discount-p {
  font-size: 14px;
  margin-left: 25px;
  padding-top: 25px;
}
.pos-coupon-discount-input-container {
  float: left;
  padding: 4px;
  padding-top: 28px;
}
.pos-coupon-discount-input-container input {
  font-size: 28px !important;
  border-width: 0px !important;
  border-bottom: 1px solid darkgrey !important;
  padding: 0px !important;
  width: 120px !important;
}
.pos-coupon-discount-amount-input {
  padding-right: 40px;
}
.pos-coupon-discount-note {
  display: block;
  clear: both;
  font-family: 'Open Sans';
  font-size: 14px;
  color: #858585;
}
.pos-coupon-discount-container {
  padding: 10px;
  margin: 10px;
}
.pos-coupon-discount-i {
  position: relative;
  color: #f5f5f5;
}
.pos-coupon-discount-btns-clicked {
  border: 3px solid #48bb91;
}
.pos-coupon-discount-i-clicked {
  color: #48bb91;
}
.pos-buttons-by-service-period {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
}
.pos-buttons-by-service-period .service-period-title {
  font-size: 18px;
  font-weight: 300;
  color: #444444;
  margin-bottom: 5px;
}
.pos-buttons-bottom {
  display: table-row;
}
.pos-buttons-bottom .row {
  margin-left: -10px;
  margin-right: -10px;
}
.pos-buttons-bottom .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.pos-buttons-bottom .pos-search-button,
.pos-buttons-bottom .pos-discount-button {
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  color: #efe13b;
  background-color: #ffffff;
  padding: 20px;
  font-size: 20px;
  font-family: 'Oswald';
  font-weight: 300;
  line-height: 26px;
  text-align: center;
  margin-top: 20px;
}
.pos-buttons-bottom .pos-search-button.selected,
.pos-buttons-bottom .pos-discount-button.selected {
  background-color: #efe13b;
  color: #ffffff;
}
.pos-receipt {
  display: table;
  height: 100%;
  padding: 20px 20px 20px 10px;
  overflow: scroll;
}
.pos-receipt-mid {
  display: table-row;
  /* height is dynamic, and will expand... */
  height: 100%;
  /* ...as content is added (won't scroll) */
}
.pos-receipt-mid-content {
  height: 100%;
  overflow: auto;
}
.pos-receipt-bottom {
  display: table-row;
}
.pos-btns {
  padding: 0px;
  line-height: 0px;
}
.pos-btn-container {
  position: relative;
  padding: 1px;
  width: 20%;
  height: 130px;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  overflow: hidden;
}
.pos-buttons-mid.pos-buttons-mid-full-width .pos-btn-container {
  width: 10%;
}
@media (max-width: 1400px) {
  .pos-btn-container {
    width: 20%;
  }
  .pos-buttons-mid.pos-buttons-mid-full-width .pos-btn-container {
    width: 18%;
  }
}
@media (max-width: 900px) {
  .pos-btn-container {
    width: 25%;
  }
  .pos-buttons-mid.pos-buttons-mid-full-width .pos-btn-container {
    width: 22%;
  }
}
@media (max-width: 750px) {
  .pos-btn-container {
    width: 33.33%;
  }
  .pos-buttons-mid.pos-buttons-mid-full-width .pos-btn-container {
    width: 25%;
  }
}
.pos-btn {
  font-size: 16px;
  text-align: left;
  touch-action: manipulation;
  cursor: pointer;
  background: #ccc;
  color: #333;
  background-image: none;
  padding: 20px;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px;
  position: relative;
  overflow: hidden;
  border: 0px solid #fff;
}
.pos-btn-color {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 150px;
  width: 10px;
}
.pos-btn:focus,
.pos-btn:active:focus,
.pos-btn.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted #333;
  outline-offset: 0px;
}
.qty {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 10px 15px;
  background: rgba(50, 50, 50, 0.25);
  color: #000;
  z-index: 99;
  font-size: 14px;
  font-weight: normal;
}
.pad-btn-container {
  position: relative;
  display: block;
  float: none;
  margin: 2px auto;
  width: 60px;
  height: 60px;
}
.pad-btn {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 2px 4px;
  line-height: 1.42857143;
  border-radius: 1px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.64);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.64);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pad-btn:focus,
.pad-btn:active:focus,
.pad-btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.well-alt {
  padding: 20px;
  background: #eee;
  margin-top: 20px;
}
.pos-buttons-mid .pos-upc-lookup {
  width: 100%;
  height: 100%;
  display: table-cell;
  background-color: #ffffff;
  padding-bottom: 20px;
}
.pos-buttons-mid .pos-upc-lookup .upc-search-section {
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.pos-buttons-mid .close-button {
  text-decoration: none !important;
  outline: none !important;
  color: #48bb91 !important;
}
.pos-buttons-mid .search-input-view {
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px;
  overflow: hidden;
  display: flex;
}
.pos-buttons-mid .search-input-view .search-input-view-section {
  position: relative;
  width: 100%;
}
.pos-buttons-mid .search-input-view .search-input-label {
  width: 100%;
  margin: 10px 0 10px;
  color: #444444;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}
.pos-buttons-mid .search-input-view .search-input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #48bb91;
  text-align: center;
  padding: 10px 15px;
  margin: 15px 0px;
  font-size: 28px;
  color: #48bb91;
}
.pos-buttons-mid .search-input-view .list-all-button {
  position: absolute;
  top: 72px;
  right: 0;
  background-color: rgba(72, 187, 145, 0.15) !important;
  color: #48bb91 !important;
  padding: 8px 15px;
  border-radius: 12px;
  border: none !important;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: none !important;
}
.pos-buttons-mid .search-input-view .list-all-button.is-active {
  background-color: #48bb91 !important;
  color: #ffffff !important;
}
.pos-buttons-mid .search-input-view .search-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pos-buttons-mid .search-results-view {
  /* Tablet scrolling */
  -webkit-overflow-scrolling: touch;
}
.pos-buttons-mid .search-results-view .search-results {
  display: flex;
  flex-wrap: wrap;
}
.pos-buttons-mid .search-results-view .search-results .search-result-container {
  width: 50%;
  min-width: 240px;
  padding: 5px;
  position: relative;
}
.pos-buttons-mid .search-results-view .search-results .search-result-container:before {
  content: ' ';
  display: block;
  padding-top: 0;
}
.pos-buttons-mid .search-results-view .search-results .search-result-container .search-result {
  position: static;
  width: 100%;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pos-buttons-mid .search-results-view .search-results .search-result-container .search-result:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.pos-buttons-mid .search-results-view .search-results .search-result-container .search-result.search-result-inner {
  width: 100%;
}
.pos-buttons-mid .search-results-view .search-results .search-result-container .search-result .result-actions {
  width: 72px;
  padding: 0 8px;
  text-align: center;
}
.pos-buttons-mid .search-results-view .search-results .search-result-container .search-result .result-actions .result-action {
  color: #48bb91;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  transition: font-size 0.125s cubic-bezier(0.46, -0.45, 0.13, 1.97);
}
.pos-buttons-mid .search-results-view .search-results .search-result-container .search-result .result-content {
  width: 100%;
}
.pos-buttons-mid .search-results-view .search-results .search-result-container .search-result .result-content .result-title {
  padding: 0 8px;
  font-size: 24px;
  font-family: Oswald;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pos-buttons-mid .search-results-view .search-results .search-result-container .search-result .result-content .result-description {
  padding: 0 8px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  align-self: flex-end;
}
.pos-buttons-mid .search-results-view .search-results .search-result-container .search-result .result-content .result-description .lighter {
  font-weight: 400;
  font-size: 0.75em;
  color: #999999;
}
.pos-buttons-mid .search-results-view .search-results .search-result-container .search-result:hover .result-actions .result-action {
  font-size: 20px;
}
.pos-buttons-mid .search-results-view .search-results .search-result-container .search-result-action-options {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 120px;
}
.pos-buttons-mid .search-results-view .search-results .search-result-container .search-result-action-options .result-action-option {
  width: 50%;
  height: 60px;
  background-color: rgba(72, 187, 145, 0.15);
  color: #48bb91;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.pos-buttons-mid .search-results-view .search-results .search-result-container .search-result-action-options .result-action-option:hover {
  font-size: 18px;
  background-color: rgba(72, 187, 145, 0.3);
}
.pos-buttons-mid .search-results-view .search-results .search-result-empty-message {
  width: 100%;
  padding: 20px 15px;
  text-align: center;
  font-weight: 300;
  font-size: 2em;
  color: #444444;
}
.numpad-section {
  background: #fff;
  color: #000;
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.numpad-section .row {
  display: flex;
}
.numpad-section button {
  width: 100%;
  height: 80px;
  padding: 20px 50px;
  font-size: 30px;
  border: 0px;
  background: #fff;
  outline: none;
}
.numpad-section button i {
  position: relative;
  left: -3px;
  top: -3px;
}
.numpad-section button.done-btn {
  background: #efe13b;
}
.numpad-section h1 {
  text-align: center;
  font-size: 60px;
  padding: 30px 20px 20px 20px;
  color: #000;
}
.numpad-section .numpad-note {
  color: #000;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 360px;
  padding: 12px 15px;
}
.widget-box {
  margin: 0px 0px 0px 0px;
  border: 0px solid;
}
.widget-box.widget-box-with-padding {
  padding: 10px 15px;
}
.widget-header {
  background: #eee;
  margin: 20px;
  margin-bottom: 0;
  padding: 1rem;
}
.widget-header > h4 {
  position: relative;
  top: 14px;
  font-size: 30px;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000 !important;
}
.widget-body {
  margin: 20px;
  margin-top: 0;
  background: transparent;
  border: 1px solid #333;
  border-top: none;
}
.widget-body table,
.widget-body td,
.widget-body th,
.widget-body thead,
.widget-body tr {
  border: 0px solid !important;
}
.widget-body .table {
  margin-bottom: 0px;
}
.widget-body tr {
  border: 0px;
  background: rgba(239, 225, 59, 0.05);
}
.widget-body td {
  padding: 20px !important;
}
.widget-body th {
  padding: 20px !important;
  color: #fff;
  font-size: 16px;
  border: 0px;
  background: #efe13b !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efe13b 0%, #edde28 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efe13b 0%, #edde28 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efe13b 0%, #edde28 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#efe13b, endColorstr=#edde28, GradientType=0) !important;
  /* IE6-9 */
}
.widget-main {
  padding: 0px;
  border: 0px solid;
}
/** Dashboard widgets */
.dashboard-portal .widget-body {
  height: 260px;
  background: #ffffff !important;
}
/** Lesson padding from bootstrap */
.dashboard-portal .widget-container-span {
  padding-right: 5px;
  padding-left: 5px;
}
/** Ensures that an empty widget column still has height */
.widget-container-span {
  min-height: 10px;
}
.widget-header-flat {
  color: #ffffff !important;
}
.widget-container-span .widget-header {
  cursor: move;
}
.widget-container-span .widget-header .widget-toolbar {
  cursor: default;
}
.widget-header-collapsible {
  color: #ffffff !important;
  cursor: pointer;
}
.widget-header h5 {
  color: black;
  font-size: 2.5rem;
}
.widget-body .table thead:first-child tr {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#f8f8f8), to(#ececec));
  background-image: -webkit-linear-gradient(top, #f8f8f8, 0%, #ececec, 100%);
  background-image: -moz-linear-gradient(top, #f8f8f8 0, #ececec 100%);
  background-image: linear-gradient(to bottom, #f8f8f8 0, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}
.alert-info {
  border-color: #ffffff;
  font-size: 40px;
  padding: 20px;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: #efe13b !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efe13b 0%, #edde28 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efe13b 0%, #edde28 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efe13b 0%, #edde28 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#efe13b, endColorstr=#edde28, GradientType=0) !important;
  /* IE6-9 */
  color: #ffffff !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px;
  font-size: 16px;
}
.table.table-no-margin {
  margin: 0;
}
tr.dbl-clickable {
  cursor: pointer;
}
.table-header th {
  padding: 6px !important;
  color: #fff;
  font-size: 14px;
  border: 0px;
  background: #efe13b !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efe13b 0%, #edde28 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efe13b 0%, #edde28 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efe13b 0%, #edde28 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#efe13b, endColorstr=#edde28, GradientType=0) !important;
  /* IE6-9 */
}
@media (min-width: 992px) {
  .table-header th {
    padding: 12px !important;
  }
}
@media (min-width: 1200px) {
  .table-header th {
    padding: 20px !important;
  }
}
.table-header thead,
.table-header tr {
  background: #efe13b !important;
}
.table-header a,
.table-header a:hover,
.table-header a:active {
  color: #ffffff;
  text-decoration: none;
}
.table td {
  padding: 8px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .table td {
    padding: 12px !important;
  }
}
@media (min-width: 1200px) {
  .table td {
    padding: 20px !important;
  }
}
.table-total {
  margin-bottom: 20px !important;
}
.table-total td {
  font-weight: bold !important;
  color: #000 !important;
}
.alt-row-color {
  background: rgba(239, 225, 59, 0.15) !important;
}
.table .summary td {
  font-size: 1.6em;
  font-weight: 300;
  background-color: #f0f0f0;
}
.hide-patron-input {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
}
.navbar-header {
  font-size: 16px;
  height: 75px;
  color: #707070;
  background: #ffffff !important;
}
.navbar-header .row {
  display: flex;
}
.navbar-header > row {
  white-space: nowrap;
}
.navbar-header button {
  margin-left: 0px;
}
.navbar-header .btn-success {
  height: 75px !important;
  padding: 0px 30px !important;
}
.navbar-header .navbar-env {
  display: inline-block;
  margin: 20px 5px;
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #efe13b;
  border-radius: 15px;
  letter-spacing: 0.05em;
}
.navbar-header .shift-btns {
  position: absolute;
  top: 0px;
  right: 0px;
}
.navbar-fixed-top {
  border-width: 0 0 1px;
  top: 0;
}
.navbar-fixed-bottom {
  border-width: 1px 0 0;
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  background: url('/images/nown_main.png');
  display: block;
  height: 60px;
  margin: 5px 10px !important;
  width: 150px;
  background-size: cover;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
.navbar-inverse {
  background: #ffffff !important;
}
.user-menu > li > a {
  clear: none !important;
}
.user-menu > li > a:first-child {
  float: left !important;
}
.user-menu > li > a:last-child {
  float: right !important;
}
.user-menu {
  min-width: 215px !important;
}
.breadcrumb > li {
  display: inline-block;
  padding: 10px 0px 10px 0px;
  font-size: 15px;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #333332 !important;
}
.breadcrumb > li + li:before {
  color: #ccc;
  content: '/\A0';
  padding: 0px;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #333332 !important;
}
.page-header {
  padding-bottom: 8px;
}
.page-header h1 {
  padding: 20px;
  font-weight: 300;
  font-size: 40px;
  font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  color: #000 !important;
}
.page-header h4 {
  font-weight: normal;
}
.logged-user {
  text-shadow: none !important;
  background: transparent !important;
  /* Old browsers */
  border: 0px;
  padding: 20px;
  color: #000 !important;
  cursor: default;
}
.logged-user:hover {
  background-color: transparent !important;
}
.logged-user > span {
  position: relative;
  top: -4px;
}
.details-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(194, 228, 215, 0.8);
  z-index: 99;
}
.details-block {
  padding: 20px;
  overflow: hidden;
}
.details-block h3 {
  margin-top: 0px;
  color: #333;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
}
.details-block h4 {
  color: #333;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
}
.details-block .disclaimer {
  font-size: 10px;
}
.block-offers {
  margin-bottom: 20px;
  padding: 20px;
  background: #eee;
  position: relative;
}
.block-offers .arrow-down {
  position: absolute;
  left: 20px;
  bottom: -15px;
}
.block-offers:last-child {
  margin-bottom: 0px;
}
.block-cont {
  padding: 10px 0px 0px 10px;
}
.point-bar {
  width: 100%;
  height: 50px;
  background: #eee !important;
  /* Old browsers */
  border-radius: 25px;
  overflow: hidden;
}
.point-bar-fill {
  width: 70%;
  height: 50px;
  padding-top: 10px;
  padding-right: 20px;
  text-align: right;
  color: #fff;
  font-size: 20px;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: #efe13b !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efe13b 0%, #edde28 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efe13b 0%, #edde28 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efe13b 0%, #edde28 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#efe13b, endColorstr=#edde28, GradientType=0) !important;
  /* IE6-9 */
}
.point-badge {
  padding-right: 20px;
  padding-top: 10px;
  height: 60px;
  line-height: 15px;
  float: left;
}
.top-member {
  padding-left: 50px;
}
.medal-member {
  padding-left: 60px;
}
.top-10 {
  background: url(/images/point_badges/top10.png) top left no-repeat;
}
.gold-member {
  background: url(/images/point_badges/gold.png) top left no-repeat;
}
.loadingPath {
  animation: dash 5s linear;
}
/** Modals */
.no-bg .modal-dialog {
  box-shadow: none;
}
.no-bg .modal-content {
  background: transparent !important;
  border: 0px !important;
  outline: 0px none !important;
}
.modal {
  text-align: center;
  background: rgba(30, 30, 30, 0.9);
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  padding: 0px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
  border-radius: 0.5em;
  overflow: hidden;
}
.modal-close-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 75px;
  z-index: 3;
  color: #aaa;
}
.modal-header {
  font-size: 16px;
  color: #000;
  font-size: 30px;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  background: #efe13b !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efe13b 0%, #edde28 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efe13b 0%, #edde28 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efe13b 0%, #edde28 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#efe13b, endColorstr=#edde28, GradientType=0) !important;
  /* IE6-9 */
}
.tips-header {
  width: 100%;
  position: relative;
  border: 0;
  padding: 0;
  font-size: 48px;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.modal-icon {
  font-size: 96px;
  margin-bottom: 10px;
}
.modal-header h4 {
  margin: 0px;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.modal-header button {
  margin-left: 10px;
}
.modal-header .shift-btns {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-header .header-action-button {
  position: absolute;
  width: auto !important;
  top: 25px !important;
  left: auto !important;
  right: 25px !important;
  bottom: auto !important;
  padding: 15px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05) !important;
  border-radius: 5px;
  background: #ecdb15 !important;
}
.modal-header .header-action-button:hover {
  background: #e4d413 !important;
  top: 26px;
  right: 24px;
}
.tips-modal-content {
  position: relative;
  margin-top: 20px;
  padding: 0;
  width: 100%;
  text-align: center;
  font-family: 'Nunito';
  font-weight: 300;
  font-size: 18px;
}
.modal-content {
  border: 0px !important;
  width: 100%;
}
.modal-content .status-message {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}
.modal-content td .status-message {
  margin-bottom: 0;
}
.modal-container {
  align-items: center;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 30px;
}
.modal-footer {
  color: #fff;
  background: #efe13b !important;
}
.modal-footer .btn {
  padding: 12px 15px;
}
.modal-footer .btn-group .btn + .btn {
  margin: 0 1px 0 0;
}
.modal-gridster-body {
  position: relative;
}
.modal-login {
  height: 100%;
  width: 100%;
}
.modal-login.modal:before {
  content: none !important;
  height: initial !important;
}
.modal-login .modal-dialog {
  height: 100%;
  width: 100%;
  margin: 0px !important;
}
.modal-login .modal-content {
  height: 100%;
  width: 100%;
}
.modal-login .modal-content .modal-body {
  height: 100%;
  width: 100%;
}
.modal-content.selection-modal .modal-title {
  padding: 10px 20px;
  font-size: 1.6em;
  font-family: 'Oswald';
}
.modal-content.selection-modal .modal-body {
  padding-top: 0;
}
.modal-content.selection-modal .modal-body .modal-selections {
  max-height: 400px;
  overflow: auto;
}
.modal-content.selection-modal .modal-body .modal-selections .modal-selection {
  font-family: 'Oswald';
  font-size: 1.4em;
  border: 1px solid #cccccc;
  padding: 10px 15px;
  margin: 8px 0;
}
.modal-content.selection-modal .modal-body .modal-selections .modal-selection.selected {
  background: #333333;
  color: #ffffff;
}
.modal-content.selection-modal .modal-body .modal-selections .modal-selection .selection-icon {
  display: inline-block;
  width: 24px;
}
.modal-content.selection-modal .modal-body .modal-selections .modal-selection .selection-icon .fa {
  display: none;
}
.modal-content.selection-modal .modal-body .modal-selections .modal-selection.selected .selection-icon .fa {
  display: inline;
}
.modal-content.selection-modal .modal-footer {
  background: none !important;
  margin-top: 0;
  border: none;
  text-align: left;
}
.modal-content.selection-modal .modal-footer button {
  padding: 10px 15px;
  font-family: 'Oswald';
  font-size: 16px;
}
.modal-content.smb-pos__selection-modal .modal-dialog {
  min-width: 35%;
}
.modal-content.smb-pos__selection-modal header {
  align-items: center;
  display: flex;
  padding: 15px 30px;
}
.modal-content.smb-pos__selection-modal header .modal-title {
  font-size: 24px;
  font-weight: bold;
  flex: 1;
  margin-right: 1em;
}
.modal-content.smb-pos__selection-modal .modal-body {
  padding: 0 30px 15px;
}
.modal-content.smb-pos__selection-modal .modal-body .modal-selections {
  max-height: 450px;
  overflow: auto;
}
.modal-content.smb-pos__selection-modal .modal-body .modal-selections .modal-selection {
  font-size: 1.4em;
  border: 1px solid #cccccc;
  padding: 24px 15px;
  margin: 36px 0;
}
.modal-content.smb-pos__selection-modal .modal-body .modal-selections .modal-selection.selected {
  background: #333333;
  color: #ffffff;
  font-weight: bold;
}
.modal-content.smb-pos__selection-modal .modal-body .modal-selections .modal-selection .selection-icon {
  display: inline-block;
  width: 24px;
}
.modal-content.smb-pos__selection-modal .modal-body .modal-selections .modal-selection .selection-icon .fa {
  display: none;
}
.modal-content.smb-pos__selection-modal .modal-body .modal-selections .modal-selection.selected .selection-icon .fa {
  display: inline;
}
.modal-content.smb-pos__selection-modal .modal-footer {
  background: none !important;
  margin-top: 0;
  border: none;
  text-align: left;
}
.modal-content.smb-pos__selection-modal .modal-footer button {
  padding: 10px 15px;
  font-family: 'Oswald';
  font-size: 16px;
}
.modal.modal-confirmation .modal-header {
  background: #fff !important;
  color: #333332;
  padding: 12px 15px;
}
.modal.modal-confirmation .modal-body {
  font-size: 1.4em;
}
.modal.modal-confirmation .modal-footer {
  background: #fff !important;
}
.modal.modal-confirmation .modal-footer .btn-success {
  background: #efe13b !important;
  color: #333332 !important;
  text-shadow: none !important;
}
.modal.modal-confirmation--dark .modal-dialog {
  background: #333332;
}
.modal.modal-confirmation--dark .modal-header {
  background: #333332 !important;
  color: #fff;
}
.modal.modal-confirmation--dark .modal-body {
  background: #333332 !important;
  color: #fff;
}
.modal.modal-confirmation--dark .modal-footer {
  background: #333332 !important;
}
.modal.modal-confirmation--dark .modal-footer .btn-success {
  background: #efe13b !important;
  color: #333332 !important;
  text-shadow: none !important;
}
.tender-modal-header {
  font-size: 20px;
  font-weight: 400;
  padding: 40px;
  font-size: 16px;
}
.tender-modal-header * {
  margin: 0px;
}
.tender-modal-padding {
  padding: 40px;
  font-size: 16px;
}
.tender-modal-change {
  background: linear-gradient(to bottom, #48bb91 0%, #41ae86 100%) !important;
  padding: 10px 30px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
}
.tender-modal-change .patron-meal-plan-balances .patron-meal-plan-balance {
  padding: 3px 0;
}
.tender-modal-change .patron-meal-plan-balances .patron-meal-plan-balance .balance-type {
  font-weight: 700;
}
.tender-modal-change .patron-meal-plan-balances .patron-meal-plan-balance .balance-value {
  margin: 6px 0;
  font-weight: 400;
}
.tender-input-group {
  display: flex;
  width: 100%;
}
.tender-input-div {
  flex-grow: 1;
  padding: 10px 15px;
  background: #eaeaea;
  min-width: 200px;
}
.modal-verify {
  margin-left: 300px !important;
  background: transparent;
  position: relative;
}
.verify-block {
  margin: auto;
  background: #fff;
  padding: 20px;
  position: relative;
}
.verify-block h2 {
  margin-top: 0px;
  color: #333;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
}
.verify-block h3 {
  margin-top: 0px;
  color: #333;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
}
.verify-block h4 {
  color: #333;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.verify-img {
  position: absolute;
  top: -10px;
  left: -300px;
  width: 250px;
  height: 250px;
  border-radius: 175px;
  border: 10px solid #fff;
}
.modal-error {
  overflow: hidden;
}
.modal-error .modal-dialog {
  background-color: #ffffff;
  width: 75% !important;
  min-width: 400px;
}
.modal-error .modal-dialog .modal-main {
  padding: 30px 30px;
}
@media only screen and (max-width: 31.25em) {
  .modal-error .modal-dialog .modal-main {
    padding: 12px;
  }
}
.modal-error .modal-dialog .modal-main .modal-header {
  background: none !important;
  border: none !important;
  color: #444444 !important;
  text-align: center;
  font-size: 16px;
  color: #d9534f !important;
  padding: 0px;
}
.modal-error .modal-dialog .modal-main .modal-header.success {
  color: #efe13b !important;
}
.modal-error .modal-dialog .modal-main .modal-header .modal-title-icon {
  text-align: center;
}
.modal-error .modal-dialog .modal-main .modal-header .modal-title {
  font-size: 40px;
  color: #333;
}
.modal-error .modal-dialog .modal-main .modal-header .modal-title .modal-title-text {
  vertical-align: middle;
}
.modal-error .modal-dialog .modal-main .modal-detail {
  padding: 0px;
  text-align: center;
}
.modal-error .modal-dialog .modal-main .modal-detail .error-message {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}
.modal-error .modal-dialog .modal-main .modal-detail .error-detail {
  font-size: 2em;
  font-weight: 300;
  color: #888888;
}
.modal-error .modal-dialog .modal-main .modal-detail .error-help {
  color: #28ce6f;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-error .modal-dialog .modal-main .modal-detail .error-visuals {
  text-align: center;
}
.modal-error .modal-dialog .modal-main .modal-detail .error-visuals .error-visual {
  display: inline-block;
  width: 240px;
}
.modal-error .modal-dialog .modal-main .modal-detail .error-visuals .error-visual img {
  width: 100%;
}
.modal-error .modal-dialog .modal-main .loading-spinner-container {
  display: flex;
  width: 100%;
  justify-content: center;
}
.modal-error .modal-dialog .modal-action .row-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-error .modal-dialog .modal-action .btn-default {
  font-size: 30px;
  text-transform: uppercase;
  border: none !important;
  font-family: inherit;
  font-weight: 600;
  height: 80px;
  text-shadow: none !important;
}
.modal-error .modal-dialog .modal-action .btn-alert {
  font-size: 30px;
  text-transform: uppercase;
  background-color: #e6e6e6 !important;
  color: #333 !important;
  border: none !important;
  font-family: inherit;
  height: 80px;
  text-shadow: none !important;
  border: 1px solid #ccc !important;
}
.modal-error .modal-dialog .modal-action .btn-success {
  font-size: 30px;
  text-transform: uppercase;
  background-color: #333 !important;
  border: none !important;
  color: #efe13b !important;
  font-family: inherit;
  height: 80px;
  text-shadow: none !important;
}
.modal.printer-status-modal .modal-content {
  padding: 20px;
  background: white;
  border-radius: 3px;
}
.modal.printer-status-modal .modal-content .modal-title {
  font-size: 1.4em;
  font-weight: 300;
}
.modal.printer-status-modal .modal-content .modal-body {
  padding: 10px 0;
}
.modal.printer-status-modal .modal-content .printer-status-messages {
  width: 100%;
  min-height: 120px;
  max-height: 600px;
  overflow: auto;
}
.modal.printer-status-modal .modal-content .printer-status-messages .printer-status-message {
  margin-bottom: 1em;
}
.modal.printer-status-modal .modal-content .printer-status-messages .printer-status-message .status-message-title {
  font-size: 1.2em;
  font-weight: 700;
}
.modal.printer-status-modal .modal-content .printer-status-messages .printer-status-message .status-message-description {
  font-size: 1.2em;
  font-weight: 400;
  padding: 0.25em 0;
}
.modal.printer-status-modal .modal-content .printer-status-messages .printer-status-message .status-message-timestamp {
  text-style: italic;
}
.status-warning {
  background: #d9534f;
  color: #ffffff;
}
.table > tbody > tr > td.status-warning {
  background: #d9534f;
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 300;
  text-transform: uppercase;
}
.table > tbody > tr > td.status-warning:hover {
  background: #d9534f;
  color: #ffffff;
}
.popover.popover-instruction {
  z-index: 10010;
  max-width: 600px;
}
.demo {
  position: fixed;
  background: url('/images/step1.png');
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.home-buttons {
  display: table;
  height: 100%;
  padding: 20px 10px 20px 20px;
}
.dashboard .home-row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.home-buttons-row {
  display: table-row;
}
.home-btn-container {
  position: relative;
  padding: 0px 0px 0px 0px;
  width: 24.9%;
  height: 300px;
  display: inline-block;
  margin: 0px;
  overflow: hidden;
  background: transparent;
}
.home-btn {
  font-size: 16px;
  text-align: left;
  touch-action: manipulation;
  cursor: pointer;
  color: #333;
  background-image: none;
  padding: 20px;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  font-weight: bold;
  margin: 0px;
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.home-btn:active,
.home-btn:hover,
.home-btn:focus {
  color: #fff;
}
.home-btn button {
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 6px 12px;
  line-height: 1.42857143;
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.home-btn-primary {
  border: 0px solid;
  box-shadow: none;
  user-select: none;
  background: #efe13b !important;
}
.home-btn-primary:disabled {
  opacity: 0.65;
}
.freshideas-page-toolbar {
  margin-top: -12px;
  margin-bottom: 8px;
  padding: 2px;
  border: 1px solid #c5d0dc;
  border-top: 0px;
  background: #ffffff !important;
}
.freshideas-modal-toolbar {
  margin-bottom: 8px;
  padding: 2px;
  border: 1px solid #454545;
  border-top: 0px;
  background: #ffffff !important;
}
.freshideas-page-header-action {
  padding-top: 3px;
  padding-right: 10px;
  padding-left: 7px;
  content: '';
  float: right;
  border: 2px solid #d9d9d9;
  border-width: 0 0 0 1px;
  border-left-width: 1px solid #d9d9d9;
}
.freshideas-table-toolbar {
  min-height: 40px;
  border: 1px solid #ddd;
  padding: 15px;
  background-color: #333333 !important;
}
.freshideas-scrollable-table {
  overflow-y: scroll;
}
.freshideas-data-table {
  margin-bottom: 0px;
}
.freshideas-data-table .pager-row {
  background-color: #eff3f8;
}
.freshideas-data-table .pagination {
  margin: 0px;
}
.freshideas-data-table tbody tr.selected td {
  background: #e4efc9;
}
.freshideas-data-table thead tr th.sortable.selected {
  color: #307ecc;
  background-image: linear-gradient(#eff3f8 0px, #e3e7ed 100%);
}
.freshideas-data-table tbody tr td {
  vertical-align: middle;
}
.freshideas-data-table .freshideas-pager {
  background-color: #eff3f8;
}
.freshideas-pager {
  border: 1px solid #ddd;
  background-color: #eff3f8;
  padding: 5px;
  position: relative;
}
thead tr th.sortable {
  cursor: pointer;
}
.tile-row {
  background: #ffffff !important;
}
.small {
  color: #ffffff !important;
}
.cloud-btn-inactive {
  position: relative;
  float: none;
  margin: 15px auto;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #c5c5c5;
  background-color: #fff;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 3px;
  border: none;
  width: 265px;
  height: 265px;
  -webkit-box-shadow: inset 0 0 8px 3px #ababab;
  -moz-box-shadow: inset 0 0 8px 3px #ababab;
  box-shadow: inset 0 0 8px 3px #ababab;
}
.cloud-icon-inactive {
  margin-top: 55px;
  display: block;
  padding-bottom: 20px;
}
.cloud-settings-button i {
  margin: 10px 0;
  display: inline-block;
  opacity: 0.75;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.cloud-settings-button i:hover {
  text-decoration: none;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.cloud-settings-dropdown {
  position: absolute;
  cursor: pointer;
  top: -3px;
  right: -10px;
  width: 40px;
  height: 50px;
}
.cloud-btn-container {
  position: relative;
  display: block;
  float: none;
  margin: 15px auto;
  width: 265px;
  height: 265px;
}
.cloud-btn {
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.64);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.64);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cloud-btn-primary {
  background-color: #2b7c36;
  border: #4f4f4f solid 1px;
  color: #ffffff !important;
}
.cloud-btn:focus,
.cloud-btn:active:focus,
.cloud-btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cloud-btn-primary:hover,
.cloud-btn-primary:focus,
.cloud-btn-primary:active,
.cloud-btn-primary.active {
  color: #fff;
  background-color: rgba(54, 124, 43, 0.85);
  border: #2c2c2c solid 1px;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.64);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.64);
}
.pincode-authentication-modal {
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.pincode-authentication-modal .message {
  margin: 10px 15px;
  color: #6d6d6d;
  font-size: 1.2em;
  font-weight: 300;
}
.pincode-authentication-modal .message .text-danger {
  color: #d9534f;
}
.pincode-authentication-modal .modal-body {
  padding: 0;
}
.pincode-authentication-modal .modal-footer {
  display: flex;
  flex-direction: row;
  background: white !important;
  width: 100%;
  height: 70px;
  padding: 0;
  color: #333;
  border-top: none !important;
}
.pincode-authentication-modal .modal-footer button {
  flex: 1;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  border: 0px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.pincode-authentication-modal .modal-footer button:last-child {
  border-right: 0px;
}
.pincode-authentication-modal .modal-footer button i {
  margin-right: 10px;
}
.pinpad .pinpad-inner .pinpad-prompt {
  padding-top: 25px;
  font-size: 2em;
  color: #000;
  background-color: #fff;
  text-align: center;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.pinpad .pinpad-inner .pinpad-value {
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  background: #fff;
  color: #efe13b;
}
.pinpad .pinpad-inner .pinpad-value::before {
  content: ' ';
  display: inline-block;
}
.pinpad .pinpad-inner .pinpad-value .pinpad-value-input {
  padding: 0;
  margin: 0;
  display: inline;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 1em;
  text-align: center;
  color: #efe13b;
  pointer-events: none;
  text-security: disc;
  -webkit-text-security: disc;
  -mox-text-security: disc;
}
.pinpad .pinpad-inner .pinpad-button {
  border: 1px solid rgba(239, 225, 59, 0.15);
  border-radius: 4px;
  padding-top: 10%;
  padding-bottom: 10%;
  margin: 5px;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Oswald';
  text-align: center;
  color: #efe13b;
  cursor: pointer;
  border: 1px solid rgba(239, 225, 59, 0.5) !important;
}
.pinpad .pinpad-inner .pinpad-button.clear-button {
  color: #d9534f;
}
.pinpad .pinpad-inner .pinpad-button:hover {
  background-color: #ffffff;
}
.inventory-menu-items-container {
  width: 100%;
  height: 650px;
  padding: 15px;
  display: table;
}
.inventory-menu-items-container .inventory-menu-items-section {
  width: 100%;
  height: 100%;
}
.inventory-menu-items-container .inventory-menu-items-section .pos-menu-item-edit-form-container {
  width: 100%;
  display: table;
  margin: 0 15px;
}
.inventory-menu-items-container .inventory-menu-items-section .pos-menu-item-edit-form-container .inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.patron-container .patron-header {
  width: 100%;
  height: 180px;
  background-color: #efe13b;
}
.patron-container .patron-header .patron-info {
  width: 100%;
  height: 120px;
  color: #ffffff;
}
.patron-container .patron-header .patron-info .patron-info-inner {
  padding: 20px 30px;
  height: 180px;
}
.patron-container .patron-header .patron-info .patron-info-inner .patron-photo {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  width: 135px;
  height: 135px;
}
.patron-container .patron-header .patron-info .patron-info-inner .patron-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #ffffff;
}
.patron-container .patron-header .patron-info .patron-info-inner .patron-name {
  display: inline-block;
  vertical-align: top;
  margin: 45px 20px 0;
  font-size: 36px;
  font-weight: 300;
  font-family: 'Oswald';
  text-transform: uppercase;
  color: #ffffff;
}
.patron-container .patron-header .patron-page-tabs {
  width: 100%;
  height: 60px;
  padding-left: 160px;
  background-color: #ffffff;
  color: #efe13b;
}
.patron-container .patron-header .patron-page-tabs .patron-page-tab {
  display: inline-block;
  margin: 10px 10px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: pointer;
}
.patron-container .patron-header .patron-page-tabs .patron-page-tab.current {
  background-color: #efe13b;
  color: #ffffff;
  border-radius: 20px;
}
.patron-container .patron-header .patron-page-tabs ~ .patron-info {
  height: 120px;
}
.patron-container .patron-header .patron-page-tabs ~ .patron-info .patron-info-inner {
  padding: 20px 30px;
  height: 180px;
}
.patron-container .patron-header .patron-page-tabs ~ .patron-info .patron-info-inner .patron-photo {
  margin-top: 10px;
}
.patron-container .patron-header .patron-page-tabs ~ .patron-info .patron-info-inner .patron-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #ffffff;
}
.patron-container .patron-header .patron-page-tabs ~ .patron-info .patron-info-inner .patron-name {
  margin: 40px 20px 0;
}
.patron-container .patron-header .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 36px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 300;
  cursor: pointer;
}
.patron-container .patron-content {
  min-height: 300px;
}
.patron-container .patron-mobile-order-section {
  width: 100%;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner {
  display: flex;
  align-items: stretch;
  min-height: 300px;
  flex-wrap: wrap;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress {
  width: 60%;
  display: flex;
  align-items: center;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content {
  width: 100%;
  padding: 30px;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-summary {
  width: 100%;
  height: 80px;
  margin: 16px 4px;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-summary .progress-summary-description {
  font-size: 24px;
  line-height: 28px;
  font-family: 'Oswald';
  font-weight: 300;
  color: #efe13b;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-summary .progress-summary-description .fa {
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-summary .progress-summary-description .summary-stage-cancelled {
  color: #d9534f;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-summary .progress-summary-description .summary-delivery {
  color: #333;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-graphics {
  width: 100%;
  height: 100px;
  position: relative;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-graphics .progress-bars {
  position: absolute;
  top: 38px;
  left: 12px;
  width: 75%;
  z-index: 10;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-graphics .progress-bars .progress-bars-inner {
  position: relative;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-graphics .progress-bars .progress-track {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #e8e8e8;
  z-index: 11;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-graphics .progress-bars .progress-bar {
  position: absolute;
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #efe13b;
  z-index: 12;
  transition: width 1s;
  transition-delay: width 2s;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-graphics .progress-stages {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-graphics .progress-stages .progress-stage {
  position: absolute;
  top: 0;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-graphics .progress-stages .progress-stage .progress-stage-time {
  height: 21px;
  min-width: 1px;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Oswald';
  text-transform: uppercase;
  color: #efe13b;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-graphics .progress-stages .progress-stage .progress-stage-node {
  position: absolute;
  top: 28px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-graphics .progress-stages .progress-stage .progress-stage-node.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-graphics .progress-stages .progress-stage .progress-stage-node:before {
  position: absolute;
  display: block;
  content: ' ';
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  border: 2px solid #999999;
  border-radius: 50%;
  background-color: #ffffff;
  transition: border 0.25s, background-color 0.25s;
  z-index: 22;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-graphics .progress-stages .progress-stage .progress-stage-node:after {
  position: absolute;
  display: block;
  content: ' ';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #ffffff;
  transition: top 0.25s, left 0.25s, width 0.25s, height 0.25s, border 0.25s, background-color 0.25s;
  z-index: 21;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-graphics .progress-stages .progress-stage .progress-stage-node.past:before {
  border: none;
  background-color: #efe13b;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-graphics .progress-stages .progress-stage .progress-stage-node.current:before {
  border: none;
  background-color: #efe13b;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-graphics .progress-stages .progress-stage .progress-stage-node.current:after {
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  border: 3px solid #efe13b;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-progress .mobile-order-progress-content .progress-graphics .progress-stages .progress-stage .progress-stage-name {
  margin-top: 42px;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Oswald';
  text-transform: uppercase;
  color: #efe13b;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-detail {
  display: flex;
  align-items: center;
  width: 40%;
  background: #e8e8e8;
  padding: 10px;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-detail .mobile-order-detail-content {
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  overflow: auto;
  border: 2px dashed #cccccc;
  color: #444444;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-detail .mobile-order-detail-content .order-header {
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-detail .mobile-order-detail-content .order-location {
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin: 10px 0 15px;
  line-height: 1.3em;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-detail .mobile-order-detail-content .order-identifier {
  display: inline-block;
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-detail .mobile-order-detail-content .order-placed {
  font-family: 'Oswald';
  font-size: 14px;
  font-weight: 300;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-detail .mobile-order-detail-content .order-items .order-item {
  font-size: 20px;
  font-weight: 300;
  margin-top: 15px;
  line-height: 1.4em;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-detail .mobile-order-detail-content .order-items .order-item .order-item-header {
  display: flex;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-detail .mobile-order-detail-content .order-items .order-item .order-item-header .order-item-name {
  flex-grow: 1;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-detail .mobile-order-detail-content .order-items .order-item .order-note {
  font-size: 14px;
  font-weight: 700;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-detail .mobile-order-detail-content .order-items .order-item .order-subitems {
  margin: 8px 0 8px 20px;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-detail .mobile-order-detail-content .order-items .order-item .order-subitems .order-subitem {
  margin: 15px 0px;
  font-size: 14px;
  font-weight: 300;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-detail .mobile-order-detail-content .order-items .order-item .order-subitems .order-subitem .order-subitem-header {
  display: flex;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-detail .mobile-order-detail-content .order-items .order-item .order-subitems .order-subitem .order-subitem-header .order-subitem-name {
  flex-grow: 1;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-detail .mobile-order-detail-content .order-items .order-item-cancel {
  width: 108px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 20px;
  border: 0px;
  color: #d9534f;
  font-family: 'Oswald';
  display: block;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-action-bar {
  flex-basis: 100%;
  padding: 5px 10px;
  border-top: 1px solid #e8e8e8;
  display: flex;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-action-bar button {
  flex-grow: 1;
  margin: 5px;
}
.patron-container .patron-mobile-order-section .patron-mobile-order-section-inner .mobile-order-action-bar button[disabled] {
  opacity: 0.2;
}
.patron-meal-plan-edit-section {
  height: 320px;
  padding-bottom: 48px;
  overflow-y: hidden;
  position: relative;
}
.patron-meal-plan-edit-section.is-edit {
  height: 420px;
}
.patron-meal-plan-edit-section .btn {
  font-size: 1.2em;
  font-family: 'Oswald';
  font-weight: 300;
}
.patron-meal-plan-edit-section .btn-success {
  padding: 8px 20px;
}
.patron-meal-plan-edit-section .patron-meal-plan-list,
.patron-meal-plan-edit-section .company-meal-plan-list {
  overflow: auto;
  height: 240px;
}
.patron-meal-plan-edit-section.is-edit .patron-meal-plan-list,
.patron-meal-plan-edit-section.is-edit .company-meal-plan-list {
  height: 340px;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan-list-header,
.patron-meal-plan-edit-section .company-meal-plan-list .company-meal-plan-list-header {
  margin-top: 10px;
  font-size: 1.2em;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan-list-header .header-status-message,
.patron-meal-plan-edit-section .company-meal-plan-list .company-meal-plan-list-header .header-status-message {
  font-weight: 400;
  font-size: 12px;
  color: #888888;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan-list-footer,
.patron-meal-plan-edit-section .company-meal-plan-list .company-meal-plan-list-footer {
  margin-top: 10px;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  background: #e8e8e8;
  padding: 10px 10px;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan-list-footer .footer-status-message,
.patron-meal-plan-edit-section .company-meal-plan-list .company-meal-plan-list-footer .footer-status-message {
  font-weight: 400;
  font-size: 12px;
  color: #444444;
  padding: 12px 0;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan-list-name,
.patron-meal-plan-edit-section .company-meal-plan-list .company-meal-plan-list-name {
  display: inline-block;
  font-weight: 300;
  font-size: 20px;
  padding: 10px 0px;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan-list-warning {
  border: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  color: #d9534f;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 15px;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan-list-table,
.patron-meal-plan-edit-section .company-meal-plan-list .company-meal-plan-list-table {
  width: 100%;
  border: none;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan-list-table thead tr,
.patron-meal-plan-edit-section .company-meal-plan-list .company-meal-plan-list-table thead tr {
  vertical-align: middle;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan-list-table thead tr th,
.patron-meal-plan-edit-section .company-meal-plan-list .company-meal-plan-list-table thead tr th {
  font-family: 'Oswald';
  font-size: 0.85em;
  text-transform: uppercase;
  padding: 10px 4px;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan-list-table tbody tr,
.patron-meal-plan-edit-section .company-meal-plan-list .company-meal-plan-list-table tbody tr {
  vertical-align: middle;
  border-top: 1px solid #d8d8d8;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan-list-table tbody tr td,
.patron-meal-plan-edit-section .company-meal-plan-list .company-meal-plan-list-table tbody tr td {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 1.2em;
  padding: 10px 4px;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan-list-table tbody tr td .input-priority,
.patron-meal-plan-edit-section .company-meal-plan-list .company-meal-plan-list-table tbody tr td .input-priority {
  width: 60px;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan-list-table tbody tr td .empty-meal-plan-message,
.patron-meal-plan-edit-section .company-meal-plan-list .company-meal-plan-list-table tbody tr td .empty-meal-plan-message {
  background-color: #e8e8e8;
  padding: 10px 15px;
  font-weight: 400;
  color: #888888;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan-list-table tbody tr.inactive .fade-on-inactive,
.patron-meal-plan-edit-section .company-meal-plan-list .company-meal-plan-list-table tbody tr.inactive .fade-on-inactive {
  color: #cccccc;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan-list-table tbody tr.inactive .hide-on-inactive,
.patron-meal-plan-edit-section .company-meal-plan-list .company-meal-plan-list-table tbody tr.inactive .hide-on-inactive {
  display: none;
}
.patron-meal-plan-edit-section .patron-meal-plan-list {
  overflow-y: auto;
  font-weight: 300;
  color: #333332;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan {
  padding: 10px 15px;
  border-bottom: 1px solid #dadada;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan:hover {
  background-color: #f0f8f0;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan .meal-plan-name {
  font-size: 1.4em;
  font-weight: 300;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan .meal-plan-attribute {
  font-size: 1.2em;
  font-weight: 400;
  font-family: 'Oswald';
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan .meal-plan-attribute-name {
  font-size: 0.9em;
  font-weight: 300;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .patron-meal-plan.selected {
  background: #efe13b;
  color: #ffffff;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .attribute-value.value-warning {
  color: #d9534f;
  font-weight: 700;
}
.patron-meal-plan-edit-section .patron-meal-plan-list .attribute-value.value-warning:after {
  display: inline-block;
  content: '!';
  margin: 0 0 0 3px;
}
.patron-meal-plan-edit-section .selected-patron-meal-plan .meal-plan-header .meal-plan-name {
  font-size: 1.6em;
  font-weight: 300;
  font-family: 'Oswald';
  margin: 20px 0;
}
.patron-meal-plan-edit-section .selected-patron-meal-plan .section-meal-plan-detail label {
  margin-bottom: 0;
}
.patron-meal-plan-edit-section .selected-patron-meal-plan .section-meal-plan-detail .input-form-group {
  padding: 6px 0px;
  border-top: 1px solid #e8e8e8;
  margin: 0;
}
.patron-meal-plan-edit-section .selected-patron-meal-plan .section-meal-plan-detail .input-form-group > .row {
  display: flex;
  align-items: center;
}
.patron-meal-plan-edit-section .selected-patron-meal-plan .section-meal-plan-detail .input-form-group .attribute-name {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  padding: 0px 5px;
  font-family: 'Oswald';
  text-transform: uppercase;
}
.patron-meal-plan-edit-section .selected-patron-meal-plan .section-meal-plan-detail .input-form-group .attribute-value {
  display: inline-block;
  min-width: 1px;
  padding: 0px 5px;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.2em;
}
.patron-meal-plan-edit-section .selected-patron-meal-plan .section-meal-plan-detail .input-form-group .attribute-value input,
.patron-meal-plan-edit-section .selected-patron-meal-plan .section-meal-plan-detail .input-form-group .attribute-value select,
.patron-meal-plan-edit-section .selected-patron-meal-plan .section-meal-plan-detail .input-form-group .attribute-value textarea {
  width: 100%;
  height: auto;
  margin: 0 6px;
  padding: 6px 8px;
  font-size: 1.2em;
  line-height: 1.4em;
}
.patron-meal-plan-edit-section .selected-patron-meal-plan .section-meal-plan-detail .input-form-group label.attribute-value {
  padding-left: 0;
  padding-right: 0;
  line-height: 36px;
}
.patron-meal-plan-edit-section .selected-patron-meal-plan .section-meal-plan-detail .input-form-group .btn.btn-success {
  padding: 15px 20px;
  border-radius: 2px;
  font-size: 1.2em;
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 300;
}
.patron-meal-plan-edit-section .status-indicator-container {
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: 300;
  margin-top: 25px;
}
.patron-meal-plan-edit-section .status-indicator-container .status-indicator-description {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.patron-meal-plan-edit-section .status-indicator-container .status-indicator-description .status-enabled {
  color: #efe13b;
}
.patron-meal-plan-edit-section .status-indicator-container .status-indicator-description .status-disabled {
  color: #d9534f;
}
.patron-meal-plan-edit-section .status-indicator {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #cccccc;
  position: relative;
  font-size: 16px;
  vertical-align: middle;
}
.patron-meal-plan-edit-section .status-indicator .fa {
  display: block;
  position: absolute;
  top: 3px;
  left: 1px;
}
.patron-meal-plan-edit-section .status-indicator .status-enabled {
  color: #efe13b;
}
.patron-meal-plan-edit-section .status-indicator .status-disabled {
  color: #d9534f;
}
.patron-meal-plan-new-deposit-section,
.patron-meal-plan-new-adjustment-section,
.transaction-refund-section {
  width: 100%;
  font-weight: 300;
  color: #333332;
  font-size: 1.2em;
}
.patron-meal-plan-new-deposit-section .meal-plan-header,
.patron-meal-plan-new-adjustment-section .meal-plan-header,
.transaction-refund-section .meal-plan-header {
  border-bottom: 1px solid #e8e8e8;
}
.patron-meal-plan-new-deposit-section .meal-plan-header .meal-plan-name,
.patron-meal-plan-new-adjustment-section .meal-plan-header .meal-plan-name,
.transaction-refund-section .meal-plan-header .meal-plan-name {
  font-size: 1.6em;
  padding: 15px 20px;
}
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit .adjustment-summary .summary-container,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit .adjustment-summary .summary-container,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit .adjustment-summary .summary-container,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment .adjustment-summary .summary-container,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment .adjustment-summary .summary-container,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment .adjustment-summary .summary-container {
  text-align: center;
  padding: 20px 15px;
}
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit .adjustment-summary .summary-container .attribute-value,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit .adjustment-summary .summary-container .attribute-value,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit .adjustment-summary .summary-container .attribute-value,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment .adjustment-summary .summary-container .attribute-value,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment .adjustment-summary .summary-container .attribute-value,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment .adjustment-summary .summary-container .attribute-value {
  font-size: 36px;
  font-family: 'Oswald';
}
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit .adjustment-summary .summary-container .attribute-value.changed,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit .adjustment-summary .summary-container .attribute-value.changed,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit .adjustment-summary .summary-container .attribute-value.changed,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment .adjustment-summary .summary-container .attribute-value.changed,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment .adjustment-summary .summary-container .attribute-value.changed,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment .adjustment-summary .summary-container .attribute-value.changed {
  color: #efe13b;
}
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit .adjustment-summary .summary-container .attribute-name,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit .adjustment-summary .summary-container .attribute-name,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit .adjustment-summary .summary-container .attribute-name,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment .adjustment-summary .summary-container .attribute-name,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment .adjustment-summary .summary-container .attribute-name,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment .adjustment-summary .summary-container .attribute-name {
  font-size: 12px;
}
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit .adjustment-summary .summary-container .summary-icon,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit .adjustment-summary .summary-container .summary-icon,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit .adjustment-summary .summary-container .summary-icon,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment .adjustment-summary .summary-container .summary-icon,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment .adjustment-summary .summary-container .summary-icon,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment .adjustment-summary .summary-container .summary-icon {
  line-height: 80px;
}
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit form label,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit form label,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit form label,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment form label,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment form label,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment form label {
  margin-bottom: 0;
}
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group {
  padding: 15px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group > .row,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group > .row,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group > .row,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group > .row,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group > .row,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group > .row {
  display: flex;
  align-items: center;
}
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group .attribute-name,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group .attribute-name,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group .attribute-name,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group .attribute-name,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group .attribute-name,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group .attribute-name {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  padding: 0px 15px;
  font-size: 20px;
}
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group .nested-attribute-name,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group .nested-attribute-name,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group .nested-attribute-name,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group .nested-attribute-name,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group .nested-attribute-name,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group .nested-attribute-name {
  display: block;
  vertical-align: top;
  font-weight: 400;
  padding: 0px 15px 0px 30px;
  font-size: 0.9em;
}
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group .attribute-value,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group .attribute-value,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group .attribute-value,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group .attribute-value,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group .attribute-value,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group .attribute-value {
  display: inline-block;
  min-width: 1px;
  padding: 0px;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.2em;
}
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group .attribute-value-note,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group .attribute-value-note,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group .attribute-value-note,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group .attribute-value-note,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group .attribute-value-note,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group .attribute-value-note {
  margin: 5px 0;
  font-weight: 400;
  font-size: 19px;
  color: #898989;
}
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group label.attribute-value,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group label.attribute-value,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group label.attribute-value,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group label.attribute-value,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group label.attribute-value,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group label.attribute-value {
  padding-left: 0;
  padding-right: 0;
  line-height: 36px;
}
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group input.attribute-value,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group input.attribute-value,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group input.attribute-value,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group input.attribute-value,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group input.attribute-value,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group input.attribute-value,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group select.attribute-value,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group select.attribute-value,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group select.attribute-value,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group select.attribute-value,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group select.attribute-value,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group select.attribute-value,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group textarea.attribute-value,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group textarea.attribute-value,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group textarea.attribute-value,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group textarea.attribute-value,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group textarea.attribute-value,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group textarea.attribute-value {
  width: 100%;
  height: auto;
  padding: 10px 8px;
  line-height: 1.4em;
}
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group .btn-sm,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group .btn-sm,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-deposit form .input-form-group .btn-sm,
.patron-meal-plan-new-deposit-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group .btn-sm,
.patron-meal-plan-new-adjustment-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group .btn-sm,
.transaction-refund-section .meal-plan-section .section-meal-plan-new-adjustment form .input-form-group .btn-sm {
  width: 100%;
  padding: 11px 20px;
}
/* angular-wizard Styling */
.steps-indicator {
  list-style: none;
  display: table;
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0;
  position: relative;
}
.steps-indicator:before {
  display: none;
  background: none;
  height: 0;
}
.steps-indicator li {
  display: table-cell;
  text-align: center;
  width: 1%;
}
.steps-indicator li .step-number {
  border: 5px solid #ced1d6;
  color: #546474;
  font-size: 15px;
  border-radius: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
}
.steps-indicator li:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  border-top: 4px solid #ced1d6;
  position: relative;
  top: 21px;
  z-index: 1;
}
.steps-indicator li a:before {
  display: none;
}
.steps-indicator li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.steps-indicator li:first-child:before {
  max-width: 51%;
  left: 50%;
}
.steps-indicator li.current:before,
.steps-indicator li.done:before,
.steps-indicator li.current .step-number,
.steps-indicator li.done .step-number {
  border-color: #5293c4;
}
.steps-indicator li.done .step-number {
  cursor: default;
  color: #fff;
  -webkit-transition: transform ease 0.1s;
  transition: transform ease 0.1s;
}
.steps-indicator li.done .step-number:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  content: '\F00C';
  background-color: #fff;
  z-index: 3;
  font-family: FontAwesome;
  font-size: 17px;
  color: #87ba21;
}
.steps-indicator li.done:hover .step-number {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #80afd4;
}
.steps-indicator li.done:hover:before {
  border-color: #80afd4;
}
.steps-indicator li .title {
  display: block;
  margin-top: 4px;
  max-width: 100%;
  color: #949ea7;
  font-size: 14px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  word-wrap: break-word;
}
.steps-indicator li.done .title,
.steps-indicator li.current .title {
  color: #2b3d53;
}
.step-content .step-pane {
  display: none;
  min-height: 200px;
  padding: 4px 8px 12px;
}
.step-content .current {
  display: block;
}
.wizard-actions {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .steps-indicator li .step-number {
    width: 30px;
    height: 30px;
    line-height: 24px;
    border-width: 3px;
  }
  .steps-indicator li:before,
  .steps-indicator li:after {
    border-width: 3px;
  }
  .steps-indicator li.done .step-number:before {
    line-height: 24px;
    font-size: 13px;
  }
  .steps-indicator li:before {
    top: 16px;
  }
  .step-content .step-pane {
    padding: 4px 4px 6px;
  }
}
.navigation-back-button {
  display: inline-block;
  color: #efe13b;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Oswald';
}
.navigation-back-button .fa {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.navigation-back-button .back-button-text {
  vertical-align: middle;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #eee;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #fff;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
.strike {
  text-decoration: line-through;
}
.pos-receipt-mid-content td {
  border-top: 0px solid !important;
  border-bottom: 0px solid !important;
  border-left: 0px solid !important;
  border-right: 0px solid !important;
}
.mod-row-0-color {
  border: 1px solid #efe13b !important;
}
.mod-row-1-color {
  background-color: rgba(247, 239, 153, 0.15) !important;
}
.mod-row-1-color td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mod-row-1-color td:first-child {
  padding-left: 30px !important;
}
.mod-row-2-color {
  background-color: rgba(254, 254, 248, 0.15) !important;
}
.mod-row-2-color td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mod-row-2-color td:first-child {
  padding-left: 40px !important;
}
.mod-row-3-color {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.mod-row-3-color td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mod-row-3-color td:first-child {
  padding-left: 50px !important;
}
.mod-row-4-color {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.mod-row-4-color td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mod-row-4-color td:first-child {
  padding-left: 60px !important;
}
.mod-row-5-color {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.mod-row-5-color td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mod-row-5-color td:first-child {
  padding-left: 70px !important;
}
.mod-row-6-color {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.mod-row-6-color td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mod-row-6-color td:first-child {
  padding-left: 80px !important;
}
.mod-row-7-color {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.mod-row-7-color td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mod-row-7-color td:first-child {
  padding-left: 90px !important;
}
.mod-row-8-color {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.mod-row-8-color td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mod-row-8-color td:first-child {
  padding-left: 100px !important;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.themeMainFontRegular {
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.themeMainFontBold {
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400;
}
.themeMainFontThick {
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 700;
}
.darkThemeBackgroundColor {
  background-color: #333333 !important;
}
.darkThemeButtonColor {
  background-color: #3d3d3d !important;
  color: #aaa !important;
}
.themeBgColor {
  background: #efe13b !important;
}
.themeSecondaryBgColor {
  background: #ffffff !important;
}
.themeFadedBgColor {
  background: rgba(239, 225, 59, 0.15) !important;
}
.themeFadedLightBgColor {
  background: rgba(239, 225, 59, 0.05);
}
.themeFadedModalBgColor {
  background: rgba(254, 254, 248, 0.9) !important;
}
.themeGradientBgColor {
  background: #efe13b !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efe13b 0%, #edde28 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efe13b 0%, #edde28 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efe13b 0%, #edde28 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#efe13b, endColorstr=#edde28, GradientType=0) !important;
  /* IE6-9 */
}
.themeGradientActionBgColor {
  background: #3d3d3d !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3d3d3d 0%, #333333 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3d3d3d 0%, #333333 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3d3d3d 0%, #333333 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3d3d3d, endColorstr=#333333, GradientType=0) !important;
  /* IE6-9 */
}
.themeGradientDisabledBgColor {
  background: #aaaaaa !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #aaaaaa 0%, #a0a0a0 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #aaaaaa 0%, #a0a0a0 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #aaaaaa 0%, #a0a0a0 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aaaaaa, endColorstr=#a0a0a0, GradientType=0) !important;
  /* IE6-9 */
}
.themeGradientStopBgColor {
  background: #d9534f !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d9534f 0%, #d5433e 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d9534f 0%, #d5433e 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d9534f 0%, #d5433e 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9534f, endColorstr=#d5433e, GradientType=0) !important;
  /* IE6-9 */
}
.themeGradientGreyBgColor {
  background: #6d6d6d !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6d6d6d 0%, #636363 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6d6d6d 0%, #636363 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6d6d6d 0%, #636363 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6d6d6d, endColorstr=#636363, GradientType=0) !important;
  /* IE6-9 */
}
.themeTextColor {
  color: #000 !important;
}
.themeSecondaryTextColor {
  color: #ffffff !important;
}
.themeSubTextColor {
  color: #333332 !important;
}
.themeMainBorderColor {
  border: 1px solid rgba(239, 225, 59, 0.5) !important;
}
.text-phrase {
  white-space: nowrap;
}
.text-uppercase {
  text-transform: uppercase;
}
@keyframes pulsingfocus {
  1% {
    background: rgba(255, 255, 255, 0.9);
  }
  50% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0.9);
  }
}
[datepicker-popup-wrap].dropdown-menu .btn {
  padding: 10px 20px;
  border: 0;
  font-size: 16px;
}
[datepicker-popup-wrap].dropdown-menu table {
  border-spacing: 2px;
  border-collapse: separate;
}
[datepicker-popup-wrap].dropdown-menu table .btn {
  background: none !important;
  color: #4e4e4e !important;
  text-shadow: none !important;
  border: 1px solid #d8d8d8;
  padding: 5px 12px;
}
[datepicker-popup-wrap].dropdown-menu table .btn .text-info {
  color: #4e4e4e !important;
}
[datepicker-popup-wrap].dropdown-menu table .btn.active {
  background-color: #ddd !important;
}
.focus-step-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(51, 51, 51, 0.9);
  width: 100%;
  height: 100%;
  z-index: 9997;
  display: flex;
  justify-content: center;
  align-items: center;
}
.focus-step-container {
  z-index: 9998;
  position: relative;
}
.focus-step {
  z-index: 9999;
  position: relative;
}
.focus-step::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  touch-action: none;
  pointer-events: none;
  animation: pulsingfocus 2s infinite;
  -webkit-animation: pulsingfocus 2s infinite;
  -webkit-transition: all ease-in-out;
  transition: all ease-in;
}
[helptooltip]:before {
  position: absolute;
  top: -10px;
  content: attr(helptooltip);
  opacity: 0;
  z-index: 9999;
}
[helptooltip]:hover:before {
  opacity: 1;
}
[helptooltip]:not([tooltip-persistent]):before {
  pointer-events: none;
}
.help-questions {
  padding: 140px 40px 40px 40px;
  background: #fff;
  width: 600px;
  height: 60%;
  position: relative;
}
.help-questions .help-questions-search {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 40px;
}
.help-questions .help-questions-list {
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.help-questions button {
  display: block;
  padding: 20px 0px;
  font-size: 20px;
  font-family: 'Nunito';
}
.help-questions input {
  padding: 20px 20px;
  width: 100%;
}
.system-messages {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000;
}
.system-message {
  position: relative;
  width: 0;
  height: 0;
  font-family: 'Nunito';
}
.system-message .system-server-message {
  position: absolute;
  bottom: 0;
  background-color: #efe13b;
  border-radius: 10px;
  color: #333332;
  margin: 20px 20px;
  max-width: 400px;
  max-height: 160px;
  padding: 15px 20px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s;
}
.system-message .system-server-message.system-server-message--shown {
  opacity: 1;
  pointer-events: auto;
}
.system-message .system-server-message.system-server-message--minimized {
  background-color: transparent;
  display: block;
  max-height: 48px;
  max-width: 48px;
  padding: 0;
}
.system-message .system-server-message.system-server-message--minimized .system-server-message__main {
  display: none;
}
.system-message .system-server-message.system-server-message--minimized .system-server-message__sub {
  display: block;
}
.system-message .system-server-message__main {
  display: block;
  height: 120px;
  width: 360px;
}
.system-message .system-server-message__sub {
  background-color: rgba(51, 51, 50, 0.25);
  color: rgba(239, 225, 59, 0.25);
  border-radius: 50%;
  display: none;
  height: 48px;
  width: 48px;
  position: relative;
}
.system-message .system-server-message__sub:hover {
  opacity: 0.9;
}
.system-message .system-server-message__title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.system-message .system-server-message__action {
  margin-top: 0.8em;
}
.system-message .system-server-message__action .btn {
  border-radius: 4px;
  color: #ffffff !important;
  padding: 10px 15px;
  text-align: center;
}
.system-message .system-server-message__action .btn.btn-text {
  background: none !important;
  border: none;
  color: #333332 !important;
  padding: 10px 0;
  text-shadow: none;
}
.system-terminal-alert {
  font-family: 'Nunito';
}
.system-terminal-alert .system-terminal-alert__message {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100001;
  background-color: #333332;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.3em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.system-terminal-alert .system-terminal-alert__message.system-terminal-alert__message--shown {
  opacity: 1;
  pointer-events: auto;
}
.system-terminal-alert .system-terminal-alert__message-inner {
  width: 800px;
  margin: 0 auto;
}
.system-terminal-alert .system-terminal-alert__title {
  font-family: 'Open Sans';
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0.5em auto 0.75em;
  text-align: center;
  width: 540px;
}
.system-terminal-alert .system-terminal-alert__subtitle {
  font-size: 1.2em;
  font-weight: 300;
  margin: 0.4em auto 0.4em;
  text-align: center;
  width: 480px;
}
.system-terminal-alert .system-terminal-alert__description {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4em;
  margin: 0 auto;
  text-align: center;
  width: 480px;
}
.system-terminal-alert .system-terminal-alert__visual {
  margin: -1em auto;
  text-align: center;
}
.system-terminal-alert .system-terminal-alert__contact {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3em;
  margin: 1em auto 0;
  text-align: center;
  width: 100%;
}
.system-terminal-alert .system-terminal-alert__action {
  margin: 1em auto;
}
.system-terminal-alert .system-terminal-alert__action .btn {
  width: 100%;
  font-size: 1em;
  text-align: left;
}
.system-terminal-alert .system-terminal-alert__action .btn.btn-text-lg {
  font-size: 1.2em;
}
.system-terminal-alert .system-terminal-alert__action .btn.btn-primary {
  background-color: #efe13b !important;
  color: #333332 !important;
}
.system-terminal-alert .system-terminal-alert__action .btn.btn-text {
  background: none !important;
  border: none;
  color: #fff !important;
  padding: 10px 0;
  text-shadow: none;
}
.system-terminal-alert .system-terminal-alert__action .btn + .btn {
  margin-top: 1em;
}
.system-status-indicator {
  text-indent: -9999em;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #efe13b;
  background: -moz-linear-gradient(left, #efe13b 10%, rgba(255, 255, 255, 0) 60%);
  background: -webkit-linear-gradient(left, #efe13b 10%, rgba(255, 255, 255, 0) 60%);
  background: -o-linear-gradient(left, #efe13b 10%, rgba(255, 255, 255, 0) 60%);
  background: -ms-linear-gradient(left, #efe13b 10%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(to right, #efe13b 10%, rgba(255, 255, 255, 0) 60%);
  position: relative;
  -webkit-animation: circular-spin 1.4s infinite linear;
  animation: circular-spin 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.system-status-indicator.system-status-indicator--sm {
  width: 16px;
  height: 16px;
}
.system-status-indicator.system-status-indicator--sm:after {
  width: 80%;
  height: 80%;
}
.system-status-indicator.system-status-indicator--invert {
  background: #333332;
  background: -moz-linear-gradient(left, #333332 10%, rgba(255, 255, 255, 0) 60%);
  background: -webkit-linear-gradient(left, #333332 10%, rgba(255, 255, 255, 0) 60%);
  background: -o-linear-gradient(left, #333332 10%, rgba(255, 255, 255, 0) 60%);
  background: -ms-linear-gradient(left, #333332 10%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(to right, #333332 10%, rgba(255, 255, 255, 0) 60%);
}
.system-status-indicator.system-status-indicator--invert:before {
  background: #333332;
}
.system-status-indicator.system-status-indicator--invert:after {
  background: #efe13b;
}
.system-status-indicator.system-status-indicator--inline {
  display: inline-block;
  vertical-align: middle;
}
.system-status-indicator:before {
  width: 50%;
  height: 50%;
  background: #efe13b;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.system-status-indicator:after {
  background: #303030;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.system-status-indicator--content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
}
@-webkit-keyframes circular-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circular-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
button {
  outline: none;
}
.input--readonly {
  pointer-events: none;
}
.expired-overlay-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.expired-overlay-page > div {
  max-width: 600px;
}
.expired-overlay-page .sub-btn {
  background: transparent;
  color: #fff;
  font-weight: bold;
  border: 0px;
}
.main-tutorial .mods-cont .mods .mods-inner {
  -webkit-overflow-scrolling: initial !important;
}
.main-tutorial .mods-cont .mod-sidebar {
  -webkit-overflow-scrolling: initial !important;
}
.main-tutorial .smb-pos__patron-list {
  -webkit-overflow-scrolling: initial !important;
}
.main-tutorial .smb-pos__mobile-order-items {
  -webkit-overflow-scrolling: initial !important;
}
.main-tutorial .smb-pos__history {
  -webkit-overflow-scrolling: initial !important;
}
.main-tutorial .smb-pos__order-menu-items {
  -webkit-overflow-scrolling: initial !important;
}
.main-tutorial .smb-pos__order-receipt-items {
  -webkit-overflow-scrolling: initial !important;
}
.main-tutorial .transaction-refunds__list {
  -webkit-overflow-scrolling: initial !important;
}
.main-tutorial,
.expired-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #333;
  z-index: 999;
}
.main-tutorial .smb-pos {
  z-index: initial;
}
.main-tutorial-page,
.expired-overlay-page {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}
.main-tutorial-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9990;
}
.main-tutorial-step {
  max-width: 400px;
  min-width: 300px;
  position: absolute;
  top: 160%;
  left: 50%;
  text-align: left !important;
  transform: translateX(-50%);
  z-index: 9999;
  background: #333;
  color: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  animation: hover 2s infinite;
  -webkit-animation: hover 2s infinite;
  -webkit-transition: all ease-in-out;
  transition: all ease-in;
  cursor: default !important;
}
.main-tutorial-step h1,
.main-tutorial-step h2,
.main-tutorial-step h3,
.main-tutorial-step h4,
.main-tutorial-step h5 {
  margin: 0px !important;
  font-weight: normal;
}
.main-tutorial-step h2 {
  margin-bottom: 10px !important;
  font-weight: bold;
}
.main-tutorial-step a {
  display: block;
  margin-top: 20px;
  color: #efe13b;
  font-weight: bold;
  font-size: 12px;
}
.main-tutorial-step.pin-top {
  top: -290%;
  left: 50%;
  transform: translate(-50%, -100%);
}
.main-tutorial-step.pin-right {
  top: -50%;
  left: 200%;
  transform: translate(-50%, -100%);
}
.main-tutorial-step.pin-top-sm {
  top: -110%;
  left: 50%;
  transform: translate(-50%, -100%);
}
.main-tutorial-step button {
  font-weight: bold;
  background: #efe13b;
  color: #333;
  padding: 10px 20px;
  margin-top: 20px;
  width: 100%;
  border: 0px;
}
.main-tutorial-page-congratulations,
.main-tutorial-page-arrived {
  background: #efe13b;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-tutorial-page-congratulations h1,
.main-tutorial-page-arrived h1 {
  font-size: 60px;
  font-weight: bold;
}
.main-tutorial-page-congratulations button,
.main-tutorial-page-arrived button {
  font-weight: bold;
  background: #333;
  color: #efe13b;
  padding: 20px 40px;
  margin-top: 20px;
  border: 0px;
}
.main-tutorial-page-congratulations a,
.main-tutorial-page-arrived a {
  margin-top: 20px;
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}
.main-tutorial-page-congratulations .smb-pos__tender-patron,
.main-tutorial-page-arrived .smb-pos__tender-patron {
  position: relative;
}
.main-tutorial-page-congratulations .smb-pos__tender-patron .smb-pos__patron-photo,
.main-tutorial-page-arrived .smb-pos__tender-patron .smb-pos__patron-photo {
  position: relative;
  width: 200px;
  height: 200px;
  font-size: 80px;
  background-color: #eee;
  background-size: cover;
  overflow: hidden;
  border-radius: 100px;
  z-index: 2;
}
.main-tutorial-page-congratulations .smb-pos__tender-patron .smb-pos__patron-photo-beacon,
.main-tutorial-page-arrived .smb-pos__tender-patron .smb-pos__patron-photo-beacon {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.5);
  top: 0px;
  left: 0px;
  transform: scale(1);
  opacity: 1;
}
.main-tutorial-page-congratulations .smb-pos__tender-patron .smb-pos__patron-photo-beacon-sm,
.main-tutorial-page-arrived .smb-pos__tender-patron .smb-pos__patron-photo-beacon-sm {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.5);
  top: 20px;
  left: 20px;
  transform: scale(1);
  opacity: 1;
}
.main-tutorial-page-arrived {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.main-tutorial-page-arrived.page-visible {
  opacity: 1;
}
@keyframes hover {
  0% {
    transform: translateX(-50%) translateY(0%) scale(1);
  }
  50% {
    transform: translateX(-50%) translateY(-10%) scale(1.05);
  }
  100% {
    transform: translateX(-50%) translateY(0%) scale(1);
  }
}
.main-tutorial-step.pin-left {
  transform: translateX(-100%);
}
.main-tutorial-step.pin-right {
  transform: translateX(50%);
}
.main-tutorial-highlight {
  position: relative;
  z-index: 9998 !important;
}
.main-tutorial-arrow-left-1 {
  position: absolute;
  top: -90px;
  left: -120px;
  width: 100px;
  height: 100px;
  background: url('/images/arrow-07.png') no-repeat center center;
  background-size: cover;
  pointer-events: none;
  touch-action: none;
}
.main-tutorial-arrow-left-2 {
  position: absolute;
  top: 0px;
  left: -120px;
  width: 100px;
  height: 100px;
  background: url('/images/arrow-07.png') no-repeat center center;
  background-size: cover;
  pointer-events: none;
  touch-action: none;
}
.main-tutorial-arrow-up-1 {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  background: url('/images/arrow-02.png') no-repeat center center;
  background-size: cover;
  pointer-events: none;
  touch-action: none;
}
.main-tutorial-arrow-up-2 {
  position: absolute;
  top: -100px;
  left: 0px;
  width: 80px;
  height: 80px;
  background: url('/images/arrow-01.png') no-repeat center center;
  background-size: cover;
  pointer-events: none;
  touch-action: none;
}
.main-tutorial-arrow-down-1 {
  position: absolute;
  top: 80px;
  left: -60px;
  width: 80px;
  height: 80px;
  background: url('/images/arrow-08.png') no-repeat center center;
  background-size: cover;
  pointer-events: none;
  touch-action: none;
}
.main-tutorial-arrow-down-2 {
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 80px;
  height: 80px;
  background: url('/images/arrow-09.png') no-repeat center center;
  background-size: cover;
  pointer-events: none;
  touch-action: none;
}
.main-tutorial-map {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url('/images/map.png') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-tutorial-map .smb-pos__tender-patron {
  position: relative;
}
.main-tutorial-map .smb-pos__tender-patron .smb-pos__patron-photo {
  position: relative;
  width: 200px;
  height: 200px;
  font-size: 80px;
  background-color: #eee;
  background-size: cover;
  overflow: hidden;
  border-radius: 100px;
  z-index: 2;
}
.main-tutorial-map .smb-pos__tender-patron .smb-pos__patron-photo-beacon {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.5);
  top: 0px;
  left: 0px;
  transform: scale(1);
  opacity: 1;
}
.main-tutorial-map .smb-pos__tender-patron .smb-pos__patron-photo-beacon-sm {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.5);
  top: 20px;
  left: 20px;
  transform: scale(1);
  opacity: 1;
}
.grey-out {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
@keyframes rotating-background {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes opacityPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.company-input-container .ui-select-match > span {
  font-size: 18px;
  display: flex;
  align-items: center;
  background-color: #333 !important;
  color: white !important;
  height: 64px;
}
.company-input-container .ui-select-match > span span {
  display: flex;
  align-items: center;
}
td .ui-select-match > span {
  color: black !important;
}
.page-settings {
  overflow-y: auto;
}
.page-settings .data-grid .grid-footer {
  overflow: hidden;
}
.page-settings .well form {
  margin: 10px auto;
}
.page-settings .role-selections {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page-settings .role-selections .role-selection {
  border: 1px solid #cccccc;
  border-top: none;
  background-color: #ffffff;
  padding: 10px 15px;
  font-size: 1.2em;
  color: #6d6d6d;
  cursor: pointer;
}
.page-settings .role-selections .role-selection:hover {
  background-color: #ffffff;
}
.page-settings .role-selections .role-selection:first-of-type {
  border-top: 1px solid #cccccc;
}
.page-settings .role-selections .role-selection.current {
  background-color: #333;
  color: white;
}
.page-settings .role-selections .role-selection-add {
  padding: 20px 15px;
  color: #efe13b;
  cursor: pointer;
}
.page-settings .role-access-list {
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  max-height: 600px;
  overflow: auto;
}
.page-settings .role-access-list .role-access {
  list-style-type: none;
  color: #6d6d6d;
  min-height: 38px;
}
.page-settings .role-access-list .role-access .role-access-name {
  font-weight: 300;
  padding: 8px 15px;
  margin-bottom: 0;
  min-height: 38px;
  display: inline-block;
}
.page-settings .role-access-list .role-access.role-access-category > .role-access-inner > .role-access-name {
  font-weight: 700;
}
.page-settings .role-access-list .role-access .role-access-checkbox {
  float: right;
  margin: 12px 15px;
}
.page-settings .role-access-list .role-access .role-access-actions {
  float: right;
}
.page-settings .role-access-list .role-access .role-access-actions .role-access-manager-override {
  margin: 8px 15px;
  font-weight: 300;
  display: inline-block;
}
.page-settings .role-access-list .role-access .role-access-actions .role-access-manager-override input[type='checkbox'] {
  vertical-align: middle;
  margin: 0;
}
.page-settings .role-access-list .role-access .role-access-actions .role-access-manager-override label {
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 0;
}
.page-settings .role-access-list .role-access .role-access-actions .role-access-toggle {
  width: 50px;
  height: 30px;
  border-radius: 90px;
  font-size: 0px;
  margin: 6px 15px;
  position: relative;
  overflow: hidden;
  background-color: #999999;
  transition: color 0.25s;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.page-settings .role-access-list .role-access .role-access-actions .role-access-toggle .toggle-inner {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
  transition: margin-left 0.25s;
}
.page-settings .role-access-list .role-access .role-access-actions .role-access-toggle .toggle-inner .toggle-on {
  width: 48px;
  padding-left: 8px;
  height: 24px;
  border-radius: 12px 0 0 12px;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
}
.page-settings .role-access-list .role-access .role-access-actions .role-access-toggle .toggle-inner .toggle-off {
  width: 48px;
  padding-right: 8px;
  height: 100%;
  border-radius: 0 12px 12px 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: right;
}
.page-settings .role-access-list .role-access .role-access-actions .role-access-toggle .toggle-inner .toggle {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.page-settings .role-access-list .role-access .role-access-actions .role-access-toggle.toggle-status-on {
  background-color: #efe13b;
}
.page-settings .role-access-list .role-access .role-access-actions .role-access-toggle.toggle-status-on .toggle-inner {
  margin-left: 0;
}
.page-settings .role-access-list .role-access .role-access-actions .role-access-toggle.toggle-status-off {
  background-color: #999999;
}
.page-settings .role-access-list .role-access .role-access-actions .role-access-toggle.toggle-status-off .toggle-inner {
  margin-left: -36px;
}
.page-settings .role-access-list > .role-access {
  color: #ffffff;
  background-color: #efe13b;
}
.page-settings .role-access-list > .role-access:nth-child(even) {
  background-color: #efe13b;
}
.page-settings .role-access-list > .role-access:hover {
  background-color: #edde28;
}
.page-settings .role-access-list > .role-access:hover:nth-child(even) {
  background-color: #ecdb15;
}
.page-settings .role-access-list > .role-access:hover > ul {
  background-color: #f8f8f8;
}
.page-settings .role-access-list > .role-access > ul {
  background-color: #ffffff;
}
.page-settings .role-access-list > .role-access > ul .role-access {
  background-color: rgba(0, 0, 0, 0);
}
.page-settings .role-access-list > .role-access > ul .role-access:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.03);
}
.page-settings .role-access-list > .role-access > ul .role-access:hover > .role-access-inner {
  background-color: rgba(239, 225, 59, 0.1);
}
.page-settings .role-access-list > .role-access ul {
  margin-left: 0;
}
.location-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.location-section a,
.location-section button {
  outline: none;
}
.location-section .location-spinner {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
}
.location-section .location-main {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.location-section .location-main button {
  outline: none;
  background: transparent;
  border: 0px solid;
}
.location-section .location-main .location-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  background-color: #f8f8f8;
  overflow: scroll;
}
.location-section .location-main .location-list .top-action-btn {
  widht: 100%;
  padding: 20px;
  color: #fff;
  background: #333;
  font-size: 18px;
  text-align: center;
}
.location-section .location-main .location-list .list-header {
  padding: 22px;
  font-size: 24px;
}
.location-section .location-main .location-list .location-list-empty {
  margin: 10px 15px;
  padding: 30px 30px;
  font-size: 16px;
  text-align: center;
  border: 2px dashed #e8e8e8;
}
.location-section .location-main .location-list .list-items {
  flex: 1 1;
  overflow: auto;
  padding: 0px 10px;
  -webkit-overflow-scrolling: touch;
}
.location-section .location-main .location-list .list-item-header {
  display: flex;
  flex-direction: row;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: bold;
  min-height: 70px;
  align-items: center;
  justify-content: center;
}
.location-section .location-main .location-list .list-item {
  display: flex;
  flex-direction: row;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  font-size: 14px;
  min-height: 70px;
  cursor: pointer;
}
.location-section .location-main .location-list .list-item.selected {
  background: #48bb91;
  border-color: #f0f0f0;
  color: #fff;
}
.location-section .location-main .location-list .list-item.selected .list-item-tax {
  color: #fff !important;
}
.location-section .location-main .location-list .list-item.selected .highlight {
  color: #fff !important;
}
.location-section .location-main .location-list .list-item.selected .location-item-element * {
  color: #fff !important;
}
.location-section .location-main .location-list .list-item .list-item-action {
  float: right;
}
.location-section .location-main .location-list .list-item .list-item-color {
  width: 15px;
}
.location-section .location-main .location-list .list-item .list-item-content {
  display: flex;
  flex-direction: row;
  flex: 1;
  padding: 10px 20px 10px 0px;
}
.location-section .location-main .location-list .list-item .list-item-content .list-item-checkbox-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.location-section .location-main .location-list .list-item .list-item-content .list-item-checkbox-cont .list-item-checkbox {
  padding: 0px 5px;
  border-radius: 5px;
  margin: 20px;
  font-size: 20px;
}
.location-section .location-main .location-list .list-item .list-item-content .list-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px 0px;
}
.location-section .location-main .location-list .list-item .list-item-content .list-item-info .list-item-name {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.location-section .location-main .location-list .list-item .list-item-content .list-item-info .list-item-description {
  font-size: 12px;
  text-align: left;
}
.location-section .location-main .location-list .list-item .list-item-content .list-item-info .list-item-tags {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.location-section .location-main .location-list .list-item .list-item-content .list-item-info .list-item-tags .list-item-tag {
  font-size: 10px;
  text-align: left;
  white-space: nowrap;
  padding: 5px 15px;
  background: #333;
  color: #fff;
  border-radius: 20px;
  margin-right: 4px;
  margin-bottom: 10px;
}
.location-section .location-main .location-list .list-item .list-item-content .list-item-data {
  color: #48bb91;
  min-width: 200px;
}
.location-section .location-main .location-list .list-item .list-item-content .list-item-data .list-item-id {
  min-width: 100px;
  text-align: center;
  background: #c2dad1;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.location-section .location-main .location-list .list-item .list-item-content .list-item-data .list-item-datum {
  color: #e8e8e8;
}
.location-section .location-main .location-list .list-item .list-item-content .list-item-data .list-item-datum.highlight {
  color: #333333;
}
.location-section .location-main .location-list .list-item .list-item-content .list-item-data > div {
  margin-right: 10px;
}
.location-section .location-main .location-list .list-item .list-item-content .list-item-total {
  flex: 1;
  justify-content: flex-end;
}
.location-section .location-main .location-list .list-item .list-item-content .list-item-tax {
  margin-left: 0.25em;
  color: #aaa;
}
.location-section .location-main .location-list .list-item .list-item-content > div {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.location-section .location-main .location-list .inactive {
  opacity: 0.25;
}
.location-section .location-main .location-list.uncategorized {
  background: transparent;
  padding: 0px 10px;
}
.location-section .location-main .location-sidenav {
  min-width: 250px;
  background: #444;
  color: #fff;
  overflow: scroll;
}
.location-section .location-main .location-sidenav .sidenav-section {
  display: flex;
  flex-direction: column;
}
.location-section .location-main .location-sidenav .sidenav-section .sidenav-header {
  padding: 20px;
  margin: 0px;
  font-size: 14px;
}
.location-section .location-main .location-sidenav .sidenav-section .sidenav-link {
  background: #555;
  color: #fff;
  border: 0px solid;
  border-bottom: 1px solid #444;
  text-align: left;
  font-size: 11px;
  padding: 10px;
}
.location-section .location-main .location-sidenav .sidenav-section .sidenav-link.active {
  background-color: #48bb91;
  font-weight: bold;
}
.location-section .location-main .location-sidenav .sidenav-section .sidenav-sublinks {
  display: flex;
  flex-direction: column;
}
.location-section .location-main .location-sidenav .sidenav-section .sidenav-sublinks .sidenav-link {
  padding-left: 20px;
}
.location-section .location-main .location-content {
  flex: 1 1 620px;
  max-width: 50%;
}
.location-section .location-main .location-content.location-content-fullwidth {
  flex: 1;
  max-width: inherit;
}
.location-section .location-main .location-content .mid-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100%;
  overflow: scroll;
}
.location-section .location-main .location-content .location-empty {
  padding: 40px 40px 120px 40px;
  font-size: 12px;
  text-align: center;
  max-width: 90%;
}
.location-section .location-main .location-content .location-empty p {
  padding: 20px;
}
.location-section .location-main .location-content .location-empty .empty-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  padding-top: 20px;
}
.location-section .location-main .location-content .location-empty .empty-buttons .empty-button {
  width: 150px;
  padding: 20px;
  margin: 10px;
  font-size: 14px;
  color: #48bb91;
  border: 1px solid #48bb91;
  position: relative;
}
.location-section .location-main .location-content .location-empty .empty-buttons .empty-button .empty-solid-button {
  width: 100%;
  background: #48bb91;
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: -65px;
  left: 0px;
  font-size: 12px;
}
.location-section .location-main .location-content .location-empty .empty-buttons .empty-button h1 {
  font-size: 60px;
}
.location-section .location-main .location-content .location-grid {
  display: inline-flex;
  flex-direction: row;
  flex: 1;
  padding: 0px 10px 10px 10px;
}
.location-section .location-main .location-content .location-grid .pos-btn-container {
  min-width: 120px;
  padding: 0px;
}
.location-section .location-main .location-content .location-grid .pos-btn-inactive {
  opacity: 0.3;
  border: 1px dashed #333;
  background: transparent;
}
.location-section .location-main .location-content .location-grid .pos-btns {
  padding: 0px;
  line-height: 0px;
}
.location-section .location-main .location-content .location-grid .pos-btn {
  text-align: center;
  border: 1px solid #eee;
}
.location-section .location-main .location-side-content {
  flex: 1 1 50%;
  min-height: 1px;
  background: #f0f0f0;
  position: relative;
}
.location-section .location-main .location-action-bar {
  width: 100%;
  padding: 15px;
  background: #dfdfdf;
  clear: both;
}
.location-section .location-main .location-action-bar button {
  padding: 10px 15px;
  font-size: 20px;
  font-family: 'Oswald';
  font-weight: 300;
  color: #fff;
}
.location-section .location-main .location-action-bar button.align-right {
  float: right;
}
.location-section .location-main .location-action-bar button.location-action-cancel {
  background: #999999;
}
.location-section .location-main .location-action-bar button.location-action-confirm {
  background: #333333;
}
.location-section .location-main .location-item-elements {
  width: 100%;
  padding: 0px 10px;
}
.location-section .location-main .location-item-elements .location-item-element {
  padding: 15px 10px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.location-section .location-main .location-item-elements .location-item-element .action {
  position: absolute;
  top: 15px;
  right: 20px;
}
.location-section .location-main .location-item-elements .location-item-element .action.action-add {
  color: #cccccc;
}
.location-section .location-main .location-item-elements .location-item-element .action.action-add .fa.selected {
  color: #333333;
}
.location-section .location-main .location-item-elements .location-item-element .element-content {
  display: flex;
  height: 100%;
  align-items: stretch;
}
.location-section .location-main .location-item-elements .location-item-element .element-content .element-attributes {
  flex: 1;
}
.location-section .location-main .location-item-elements .location-item-element .element-content .element-actions {
  flex: 0 0 80px;
}
.location-section .location-main .location-item-elements .location-item-element .element-attribute {
  color: #888888;
}
.location-section .location-main .location-item-elements .location-item-element .element-attribute.element-attribute-title {
  font-size: 1.4em;
  color: #444444;
}
.location-section .location-main .location-item-elements .location-item-element .element-attribute .attribute-highlight {
  font-size: 1.4em;
  color: #444444;
}
.location-section .location-main .location-item-elements .location-item-element .location-item-subelements {
  margin: 10px 0 0;
}
.location-section .location-main .location-item-elements .location-item-subelements .subelements-toggle {
  padding: 3px 0;
  position: relative;
}
.location-section .location-main .location-item-elements .location-item-subelements .subelements-toggle .toggle-label {
  display: inline-block;
  font-size: 1em;
  text-transform: uppercase;
}
.location-section .location-main .location-item-elements .location-item-subelements .subelements-toggle .toggle {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 24px;
  color: #888888;
  margin-left: 3px;
}
.location-section .location-main .location-item-elements .location-item-subelements .subelements-toggle .toggle .fa {
  transition: transform 0.25s, color 0.25s;
}
.location-section .location-main .location-item-elements .location-item-subelements .subelements-toggle.active .toggle .fa {
  transform: rotate(90deg);
  color: #333333;
}
.location-section .location-main .location-item-elements .location-item-subelements .location-item-subelement-list {
  margin: 0 -15px 0 5px;
  padding: 0px 25px 0 10px;
}
.location-section .location-main .location-item-elements .location-item-subelements .location-item-subelement {
  padding: 10px 0;
  color: #888888;
  border-bottom: 1px dashed #cccccc;
}
.location-section .location-main .location-item-elements .location-item-subelements .location-item-subelement .subelement-attribute.subelement-attribute-main {
  font-size: 1.2em;
  color: #444444;
}
.location-section .location-main .location-item-elements .location-item-subelements .location-item-subelement:last-child {
  border-bottom: none;
}
.location-section .location-main .location-form {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.location-section .location-main .location-form h2 {
  margin: 26px 0px;
}
.location-section .location-main .location-form .location-form-body {
  flex: 1;
  overflow: auto;
  padding: 0px 15px 15px 15px;
  display: flex;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
}
.location-section .location-main .location-form .location-form-body .location-form-tabs {
  flex: 0 0 54px;
  display: flex;
  flex-direction: row;
}
.location-section .location-main .location-form .location-form-body .location-form-tabs .location-form-tab {
  flex: 1;
  padding: 15px;
  background: #f7f7f7;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #f0eff0;
}
.location-section .location-main .location-form .location-form-body .location-form-tabs .location-form-tab .tab-summary-indicator {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5em;
  background-color: #333333;
  color: #ffffff;
  margin-left: 0.5em;
}
.location-section .location-main .location-form .location-form-body .location-form-tabs .location-form-tab.active {
  background: #fff;
  border: 0px;
}
.location-section .location-main .location-form .location-form-body .location-form-content {
  flex: 1;
  background: #fff;
  padding: 20px;
}
.location-section .location-main .location-form .location-form-body .location-form-content .location-form-row {
  display: flex;
  flex-direction: row;
  padding: 5px;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px dashed #ccc;
  font-size: 16px;
}
.location-section .location-main .location-form .location-form-body .location-form-content .location-form-row .color-input {
  width: 50px !important;
  height: 50px !important;
  padding: 0px !important;
  background: transparent !important;
}
.location-section .location-main .location-form .location-form-body .location-form-content .location-form-row button {
  font-size: 12px;
}
.location-section .location-main .location-form .location-form-body .location-form-content .location-form-row div:first-child {
  flex: 1;
}
.location-section .location-main .location-form .location-form-body .location-form-content .location-form-row div:last-child {
  flex: 2;
}
.location-section .location-main .location-form .location-form-body .location-form-content .location-form-row div:last-child input {
  width: 100%;
  padding: 15px;
  font-size: 20px;
  border: 0px;
  background: #f0eff0;
}
.location-section .location-main .location-form .location-form-body .location-form-content .location-form-row .location-form-input-group .location-form-input {
  display: inline-block;
  vertical-align: middle;
}
.location-section .location-main .location-form .location-form-body .location-form-content .location-form-row .form-info {
  color: #999999;
  font-style: italic;
}
.location-section .location-main .location-form .location-form-body .location-form-content .location-form-row:last-child {
  border-bottom: 0px;
}
.location-section .location-main .location-form .location-form-body .location-form-content .number-stepper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.location-section .location-main .location-form .location-form-body .location-form-content .number-stepper div {
  min-width: 100px;
  margin: 10px;
  font-size: 40px;
  text-align: center;
}
.location-section .location-main .location-form .location-form-body .location-form-content .number-stepper button {
  outline: none;
  width: 40px;
  height: 40px;
  background: #48bb91;
  color: #fff;
  border-radius: 20px;
}
.location-section .location-main .location-form .location-form-body .location-form-content .tab-body {
  width: 100%;
  height: 100%;
}
.location-section .location-main .location-form .location-form-body .location-form-content .tab-body .tab-pages {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.location-section .location-main .location-form .location-form-body .location-form-content .tab-body .tab-pages .tab-pages-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: left 0.25s;
  display: flex;
}
.location-section .location-main .location-form .location-form-body .location-form-content .tab-body .tab-pages .tab-pages-wrapper .tab-page {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
}
.location-section .location-main .location-form .location-form-body .location-form-content .tab-body .tab-pages .tab-pages-wrapper .tab-page .page-header {
  padding: 10px 10px;
}
.location-section .location-main .location-form .location-form-body .location-form-content .tab-body .tab-pages .tab-pages-wrapper .tab-page .page-header .page-title {
  display: inline-block;
  font-family: 'Oswald';
  font-size: 20px;
}
.location-section .location-main .location-form .location-form-body .location-form-content .tab-body .tab-pages .tab-pages-wrapper .tab-page .page-header .btn {
  padding: 6px 12px;
  font-size: 14px;
  font-family: 'Oswald';
}
.location-section .location-main .location-form .location-form-body .location-form-content .location-item-elements-empty-message {
  flex: 1;
  display: flex;
  align-items: center;
  border: 2px dashed #e8e8e8;
}
.location-section .location-main .location-form .location-form-body .location-form-content .location-item-elements-empty-message .message {
  align-items: center;
  text-align: center;
  flex: 1;
  color: #888888;
}
.location-section .location-main .location-form .location-form-body .location-form-content .tabbed-buttons {
  display: flex;
  width: 100%;
  border: 1px solid #eee;
  cursor: pointer;
}
.location-section .location-main .location-form .location-form-body .location-form-content .tabbed-buttons .tabbed-button {
  flex: 1;
  text-align: center;
  padding: 20px;
  background: #eee;
}
.location-section .location-main .location-form .location-form-body .location-form-content .tabbed-buttons .tabbed-button-on {
  background: #fff;
  border: 1px solid #eee;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button {
  display: inline-block;
  padding: 10px 0;
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Oswald';
  text-transform: uppercase;
  cursor: pointer;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button .action-button-icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  border-radius: 50%;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button .action-button-icon .fa {
  display: block;
  width: 48px;
  height: 48px;
  margin: 6px;
  text-align: center;
  line-height: 48px;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button .action-button-icon.with-background {
  background-color: #e8e8e8;
  margin-right: 8px;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button .action-button-icon.with-background .fa {
  color: #999999;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button:hover {
  color: #333333;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button:hover .action-button-icon.with-background .fa {
  color: #333333;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button .action-button-toggle {
  width: 50px;
  height: 30px;
  border-radius: 90px;
  font-size: 0px;
  margin: 0px 10px 0 0;
  position: relative;
  background-color: #999999;
  transition: color 0.25s;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button .action-button-toggle .toggle-panel {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
  transition: margin-left 0.25s;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button .action-button-toggle .toggle-panel .toggle-on {
  width: 48px;
  padding-left: 8px;
  height: 24px;
  border-radius: 12px 0 0 12px;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button .action-button-toggle .toggle-panel .toggle-off {
  width: 48px;
  padding-right: 8px;
  height: 100%;
  border-radius: 0 12px 12px 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: right;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button .action-button-toggle .toggle {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: left 0.25s, border-color 0.25s;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button .action-button-toggle.toggle-status-on {
  background-color: #333333;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button .action-button-toggle.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button .action-button-toggle.toggle-status-on .toggle {
  left: 20px;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button .action-button-toggle.toggle-status-off {
  background-color: #f0eff0;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button .action-button-toggle.toggle-status-off .toggle-panel {
  margin-left: -36px;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button .action-button-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button .action-button-label.highlight {
  color: #333333;
}
.location-section .location-main .location-form .location-form-body .location-form-content .action-button + .action-button {
  margin-left: 30px;
}
.location-section location-dropdown {
  cursor: pointer;
  position: relative;
}
.location-section .location-dropdown {
  position: absolute;
  cursor: pointer;
  top: 100%;
  min-width: 300px;
  max-height: 200px;
  background: #444;
  border-radius: 5px;
  margin-top: 10px;
  overflow: scroll;
  -webkit-transition: all linear 0.25s !important;
  transition: all linear 0.25s !important;
  z-index: 9999;
}
.location-section .location-dropdown.align-left {
  left: 0px;
}
.location-section .location-dropdown.align-right {
  right: 0px;
}
.location-section .location-dropdown.align-mid {
  left: 50%;
  transform: translateX(-50%);
}
.location-section .location-dropdown-item {
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.location-section .location-dropdown-item.disabled {
  pointer-events: none;
  color: #666666;
}
.location-section .toggle-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #333;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  background: #fff !important;
  margin: 5px;
  padding: 1px 20px;
  font-size: 12px;
  font-weight: bold;
  flex-wrap: nowrap;
  word-spacing: nowrap !important;
  cursor: pointer;
}
.location-section .toggle-btn.circ {
  width: 40px;
}
.location-section .toggle-btn.circ i {
  padding-right: 0px;
}
.location-section .toggle-btn i {
  padding-right: 10px;
}
.location-section .toggle-btn:hover {
  background: #48bb91 !important;
  color: #fff;
}
.location-section .toggle-btn:disabled {
  opacity: 0.25;
}
.location-section .toggle-btn.active {
  background: #48bb91;
  color: #fff;
}
.location-section .location-topnav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-height: 80px;
}
.location-section .location-topnav .tabbed-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 0px 0px 0px 0px;
}
.location-section .location-topnav .tabbed-bar .tabbed-bar-btn {
  flex: 1;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
}
.location-section .location-topnav .tabbed-bar .tabbed-bar-btn.no-flex {
  flex: none !important;
  padding: 20px 30px;
}
.location-section .location-topnav .tabbed-bar .tabbed-bar-crumbs {
  flex: 1;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  display: flex;
}
.location-section .location-topnav .tabbed-bar .tabbed-bar-crumb {
  padding: 0px 20px 0px 0px;
}
.location-section .location-topnav .tabbed-bar .tabbed-bar-btn.active {
  background: #333333;
  color: #fff;
}
.location-section .location-topnav .main-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 10px;
  flex: 1;
  font-size: 16px;
  width: 100%;
  height: 60px;
}
.location-section .location-topnav .main-nav .categories-dropdown {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  padding-left: 25px;
}
.location-section .location-topnav .main-nav .categories-dropdown i {
  margin-left: 20px;
  font-size: 26px;
}
.location-section .location-topnav .main-nav .categories-dropdown location-dropdown i {
  margin-left: 10px;
  font-size: 16px;
}
.location-section .location-topnav .main-nav .categories-dropdown .categories-dropdown-box {
  padding: 10px 15px 10px 5px;
  color: #444444;
  border-radius: 5px;
  font-size: 18px;
  margin-left: -50px;
  white-space: nowrap;
}
.location-section .location-topnav .main-nav .categories-dropdown .categories-dropdown-box .current-value {
  display: inline-block;
  vertical-align: middle;
  max-width: 240px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.location-section .location-topnav .main-nav .options-dropdown {
  padding: 5px 20px 5px 20px;
  background: #333;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
}
.location-section .location-topnav .main-nav .options-dropdown i {
  margin-left: 10px;
}
.location-section .location-topnav .search-bar {
  width: 100%;
  opacity: 1;
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  transition: height 0.25s, opacity 0.25s;
}
.location-section .location-topnav .search-bar .search-bar-input {
  border-radius: 20px !important;
  padding: 10px 20px !important;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.location-section .location-topnav .search-bar.ng-hide {
  display: block !important;
  width: 100%;
  height: 0;
  opacity: 0;
}
.location-section .crumbs {
  height: 50px;
  background: #3d3d3d;
  display: flex;
  flex-direction: row;
}
.location-section .crumbs .crumb {
  height: 100%;
  color: #fff;
  padding: 0px 10px 0px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  align-self: center;
  background: #3d3d3d;
  position: relative;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: 300;
}
.location-section .crumbs .crumb:first-child {
  padding-left: 25px;
}
.location-section .crumbs .crumb[ng-click] {
  cursor: pointer;
}
.location-section .crumbs .crumb[ng-click]:hover {
  background: #3d3d3d;
}
.location-section .crumbs .crumb[ng-click]:hover .arrow-right {
  border-left: 25px solid #3d3d3d;
}
.location-section .crumbs .crumb .arrow-right {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #3d3d3d;
  position: absolute;
  top: 0px;
  right: -25px;
}
.location-section .crumbs .crumb .fa {
  vertical-align: -5%;
  margin-right: 10px;
}
.location-section .crumbs .crumb.active {
  background: #333333;
}
.location-section .crumbs .crumb.active .arrow-right {
  border-left: 25px solid #333333;
}
.location-section .location-inventory {
  padding: 15px;
}
.location-section .location-inventory .action-bar {
  height: 80px;
  background-color: #ffffff;
}
.location-section .location-inventory .grid-container {
  width: 100%;
}
.location-section .location-invoice {
  padding: 15px;
}
.location-section .location-invoice .action-bar {
  height: 80px;
  background-color: #ffffff;
}
.location-section .location-empty {
  border: 2px dashed #e0e0e0;
}
.location-section .filter-info {
  background-color: #eee;
  padding: 5px;
}
.location-section .filter-info .filter-info-label {
  display: block;
  padding: 5px 10px;
  margin: -5px;
  color: #000;
  font-weight: 400;
  font-family: 'Oswald';
  text-transform: uppercase;
}
.location-section .filter-info .filter {
  font-size: 0;
  margin: 2px;
  white-space: nowrap;
  display: inline-block;
}
.location-section .filter-info .filter .filter-type {
  display: inline-block;
  font-size: 12px;
  padding: 2px 2px 2px 10px;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  margin-top: 3px;
  margin-bottom: 3px;
}
.location-section .filter-info .filter .filter-value {
  display: inline-block;
  font-size: 12px;
  padding: 2px 10px 2px 2px;
  font-weight: 300;
  color: #000;
  white-space: nowrap;
  margin-top: 3px;
  margin-bottom: 3px;
}
.location-section div[datepicker] {
  width: 360px;
}
.location-section .widget-box {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.location-section .widget-box .form-control {
  width: 100%;
  height: 48px;
  padding: 8px;
  font-size: 20px;
  box-shadow: none;
  font-weight: 300;
}
.location-section .widget-box .form-group {
  margin: 10px 10px;
}
.location-section .widget-box .form-group .control-label {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-transform: uppercase;
}
.location-section .widget-box .input-group input.form-control:first-child {
  border-radius: 4px 0 0 4px !important;
}
.location-section .widget-box .input-group .input-group-btn .btn {
  border: 0;
  padding: 14px 14px;
  border-radius: 0 4px 4px 0;
}
.location-section .widget-box .input-group .date-picker + .dropdown-menu .btn {
  padding: 10px 20px;
  border: 0;
  font-size: 16px;
}
.location-section .widget-box .input-group .date-picker + .dropdown-menu table {
  border-spacing: 2px;
  border-collapse: separate;
}
.location-section .widget-box .input-group .date-picker + .dropdown-menu table .btn {
  background: none !important;
  color: #4e4e4e !important;
  text-shadow: none !important;
  border: 1px solid #d8d8d8;
  padding: 5px 12px;
}
.location-section .widget-box .input-group .date-picker + .dropdown-menu table .btn .text-info {
  color: #4e4e4e !important;
}
.location-section .widget-box .input-group .date-picker + .dropdown-menu table .btn.active {
  background-color: #333333 !important;
  color: #ffffff !important;
}
.location-section .widget-box .input-group .date-picker + .dropdown-menu table .btn.active .text-info {
  color: #ffffff !important;
}
.location-section .widget-box .filter.filter-multiselect {
  margin: 5px -5px;
  display: flex;
  align-items: stretch;
}
.location-section .widget-box .filter.filter-multiselect .filter-multiselect-option {
  width: 33%;
  padding: 5px;
  cursor: pointer;
}
.location-section .widget-box .filter.filter-multiselect .filter-multiselect-option .filter-multiselect-option-inner {
  height: 100%;
  padding: 10px 10px;
  border: 1px solid #cccccc;
  font-size: 1.2em;
  border-radius: 2px;
  display: flex;
  align-items: center;
}
.location-section .widget-box .filter.filter-multiselect .filter-multiselect-option .filter-multiselect-option-inner:hover {
  background-color: #ffffff;
}
.location-section .widget-box .filter.filter-multiselect .filter-multiselect-option .filter-multiselect-option-inner .option-checkmark {
  width: 28px;
}
.location-section .widget-box .filter.filter-multiselect .filter-multiselect-option.selected .filter-multiselect-option-inner {
  border: 1px solid #333333;
  background-color: #333333;
  color: #ffffff;
}
.location-section .widget-box .btn-default {
  padding: 20px;
  border: none;
}
.setup-wizard {
  display: flex;
  height: 100%;
  width: 100%;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  /**
    ** Css for employees page. Please verify the other pages , specially Timecards
    ** after making changes. The timcards structure is just below.
    **
    **/
  /* Media query for screens larger than 1024px */
  /* Media query for screens between 769px and 1024px */
  /* Media query for screens up to 768px */
  /**
    ** Css for timecards page. Heavily coupled with the employees page css structure/
    **/
  /**
    ** Css for discounts page. Heavily coupled with the employees page css structure/
    **/
}
.setup-wizard .text-title {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.setup-wizard .text-subtitle {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.setup-wizard .text-action {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.setup-wizard .text-highlight {
  color: #efe13b;
}
.setup-wizard .text-stop {
  color: #d9534f;
}
.setup-wizard .text-uppercase {
  text-transform: uppercase;
}
.setup-wizard .email-fields > * {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  max-width: 600px;
}
.setup-wizard .email-fields > * i {
  padding: 8px;
}
.setup-wizard .setup-wizard__action-bar {
  padding: 15px 15px;
}
.setup-wizard .setup-wizard__action-bar button,
.setup-wizard .setup-wizard__action-bar .btn {
  padding: 1rem 2rem;
}
.setup-wizard .info-circle {
  color: #efe13b;
  font-size: 11pt;
  cursor: pointer;
  font-weight: normal;
}
.setup-wizard .setup-wizard__sidebar {
  background-color: #ffffff;
  border-right: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px;
  width: 240px;
  z-index: 2;
}
.setup-wizard .setup-wizard__heading {
  padding: 15px 0;
}
.setup-wizard .setup-wizard__subtitle {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #999999;
  font-size: 1rem;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.setup-wizard .setup-wizard__title {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #999999;
  font-size: 1.2rem;
  line-height: 1.2em;
}
.setup-wizard .setup-wizard__title .merchant-name {
  font-style: italic;
}
.setup-wizard .setup-wizard__nav {
  flex: 1;
}
.setup-wizard .setup-wizard__nav-item {
  color: #333332;
  font-size: 1.6rem;
  margin: 0 -14px 0 -15px;
  padding: 15px 15px;
  position: relative;
  transition: background-color 0.2s;
}
.setup-wizard .setup-wizard__nav-item:hover {
  background-color: #ffffff;
}
.setup-wizard .setup-wizard__nav-item.setup-wizard__nav-item--is-selected {
  background-color: #333;
  box-shadow: inset 0 0 1px #cccccc;
  color: #efe13b;
}
.setup-wizard .setup-wizard__nav-item.setup-wizard__nav-item--is-selected::after {
  background-color: #ffffff;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  width: 2px;
}
.setup-wizard .setup-wizard__nav-item.setup-wizard__nav-item--is-selected .setup-wizard__nav-item-icon {
  background-color: #efe13b;
  border-color: #efe13b;
}
.setup-wizard .setup-wizard__nav-item-icon {
  border: 2px solid #999999;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-right: 10px;
  transition: background-color 0.2s, border 0.2s;
  width: 8px;
}
.setup-wizard .setup-wizard__nav-item-label {
  display: inline-block;
}
.setup-wizard .setup-wizard__nav-subitems {
  margin-top: 15px;
}
.setup-wizard .setup-wizard__nav-subitem {
  color: #333332;
  margin: 0 -15px;
  padding: 15px 15px 15px 30px;
  position: relative;
}
.setup-wizard .setup-wizard__nav-subitem.setup-wizard__nav-subitem--is-selected {
  background-color: #ffffff;
  box-shadow: inset 0 0 1px #cccccc;
}
.setup-wizard .setup-wizard__nav-subitem.setup-wizard__nav-subitem--is-selected::after {
  background-color: #ffffff;
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  width: 2px;
}
.setup-wizard .setup-wizard__action .btn {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  height: 100%;
  line-height: 64px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.setup-wizard .setup-wizard__body {
  background-color: #f5f5f0;
  box-shadow: inset 0 0 1px #cccccc;
  flex: 1;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.setup-wizard .setup-wizard__body .setup-wizard__exit {
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
}
.setup-wizard .solink-setup-body {
  display: flex;
  align-items: center;
}
.setup-wizard .solink-test-text {
  font-size: 20px;
  background-color: black;
  color: white;
  width: max-content;
  padding: 5px 15px;
}
.setup-wizard .setup-wizard__body-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.setup-wizard .setup-wizard__start-page {
  display: flex;
  height: 100%;
  padding: 15px 30px;
  text-align: left;
}
.setup-wizard .setup-wizard__start-page-inner {
  margin: 0;
}
.setup-wizard .setup-wizard__start-page-icon {
  color: #999999;
  font-size: 20rem;
  line-height: 1em;
}
.setup-wizard .setup-wizard__start-page-action .btn {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 2rem 2.5rem;
}
.setup-wizard .setup-wizard__start-page-action .btn::active {
  transform: translate(1px 1px);
}
.setup-wizard .setup-wizard_sidenav::-webkit-scrollbar {
  width: 0px;
}
.setup-wizard .station-print-settings {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.setup-wizard .station-print-settings button {
  flex-grow: 1;
}
.setup-wizard .station-print-status-message {
  margin-left: auto;
  font-size: 18px;
  font-style: italic;
}
.setup-wizard .setup-wizard_sidenav {
  -webkit-overflow-scrolling: touch;
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: scroll;
  background: #ffffff;
  border-right: 1px solid #ccccc8;
  z-index: 2;
  font-family: 'Open Sans';
}
.setup-wizard .setup-wizard_sidenav .setup-wizard_sidenav-header {
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  height: 8%;
  padding-left: 20px;
  padding-top: 15%;
}
.setup-wizard .setup-wizard_sidenav .divLine {
  padding-left: 12%;
  padding-right: 20%;
}
.setup-wizard .setup-wizard_sidenav .divLine .sidebar_border {
  border-top: #aaa solid 1px;
}
.setup-wizard .setup-wizard_sidenav .setup-wizard-sidenav-btn {
  padding-left: 16px;
  color: #333332;
  font-size: 15px;
  transform: unset !important;
  border-bottom: 1px solid #ccccc8;
  height: 71px;
  display: flex;
  align-items: center;
}
.setup-wizard .setup-wizard_sidenav .setup-wizard_sidenav-btn-active {
  border-left: 4px solid #efe13b !important;
  border-radius: unset;
  font-size: 15px;
}
.setup-wizard .setup-wizard_sidenav .sideBar_text {
  width: 100%;
  text-align: left;
}
.setup-wizard .setup-wizard_sidenav div {
  width: 100%;
}
.setup-wizard .setup-wizard_sidenav button {
  font-family: 'Open Sans', sans-serif;
  padding: 30px 30px 30px 40px;
  text-align: left;
  border: 0px;
  outline: none;
  width: 100%;
  display: flex;
  background: #3d3d3d;
  color: #aaa;
}
.setup-wizard .setup-wizard_lineDiv {
  padding: 2px 30px;
  height: 1%;
}
.setup-wizard .setup-wizard_lineDiv .lineBorder {
  width: 100%;
  border: 1px #eee solid;
}
.setup-wizard .setup-wizard__step-nav-v2 {
  font-family: 'Open Sans';
  min-height: 52px;
  height: fit-content;
  display: flex;
  align-items: center;
  padding: 24px 32px 0 32px;
}
.setup-wizard .setup-wizard__step-nav-v2 .step-nav__back-button {
  height: 48px;
  width: 149px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  background-color: #ffffff;
  padding: 0;
  border: none;
  border-radius: 38px;
}
.setup-wizard .setup-wizard__step-nav-v2 .step-nav__back-button .nown-icon {
  font-size: 16px;
  margin-right: 8px;
}
.setup-wizard .setup-wizard__step-nav-v2 .step-nav__save-button {
  height: 48px;
  width: 123px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  background-color: #efe13a;
  padding: 0;
  border: none;
  border-radius: 38px;
}
.setup-wizard .setup-wizard__step-nav-v2 .title-container {
  padding-left: 16px;
  width: 448px;
}
.setup-wizard .setup-wizard__step-nav-v2 .step-nav__title {
  font-size: 24px;
}
.setup-wizard .setup-wizard__step-nav-v2 .step-nav__description {
  font-size: 16px;
  font-weight: 300;
}
.setup-wizard .stick-to-top {
  position: sticky;
  top: 0;
  z-index: 9;
}
.setup-wizard .setup-wizard__step-nav {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  padding: 1.75rem 4.25rem;
}
.setup-wizard .setup-wizard__step-nav .step-nav__main label {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.setup-wizard .setup-wizard__step-nav .step-nav__sub {
  color: #999999;
}
.setup-wizard .setup-wizard__step-nav button,
.setup-wizard .setup-wizard__step-nav .rounded-btn {
  float: right;
}
.setup-wizard .setup-wizard__step-nav button:disabled,
.setup-wizard .setup-wizard__step-nav .rounded-btn:disabled,
.setup-wizard .setup-wizard__step-nav button[disabled],
.setup-wizard .setup-wizard__step-nav .rounded-btn[disabled] {
  background-color: #efe13b !important;
}
.setup-wizard .setup-wizard__step-nav button:focus,
.setup-wizard .setup-wizard__step-nav .rounded-btn:focus {
  outline: none;
}
.setup-wizard .setup-wizard__step-nav::after {
  content: '';
  display: block;
  position: absolute;
  top: 95%;
  bottom: -25%;
  left: 0;
  right: 13px;
  background: linear-gradient(180deg, #f5f5f0, #f5f5f0, transparent);
  z-index: 9;
}
.setup-wizard tbody.currency-language-table-body td {
  padding: 0 !important;
}
.setup-wizard tbody.currency-language-table-body label {
  width: 100%;
  padding: 1rem !important;
  cursor: pointer;
}
.setup-wizard .setup-wizard__employee-nav {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  height: 8%;
  display: flex;
  align-items: center;
  padding-left: 4%;
}
.setup-wizard .setup-wizard__employee-nav .step-nav__main {
  width: 90%;
  padding-top: 2%;
}
.setup-wizard .setup-wizard__employee-nav .step-nav__sub {
  color: #999999;
  font-weight: 400;
}
.setup-wizard .setup-wizard__forms {
  height: 100%;
}
.setup-wizard .setup-wizard__forms .steps {
  height: 100%;
}
.setup-wizard .setup-wizard__forms .step {
  transition: opacity 0.25s;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.setup-wizard .setup-wizard__forms .step.ng-hide {
  opacity: 0;
}
.setup-wizard .setup-wizard__forms .step.current {
  opacity: 1;
}
.setup-wizard .setup-wizard__form_height {
  height: 89%;
}
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container {
  width: 10% !important;
}
.setup-wizard .setup-wizard__form .setup-wizard_filter_location .ui-select-container .ui-select-choices {
  height: 400% !important;
}
.setup-wizard .setup-wizard__form .setup-wizard_filter_location .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row {
  height: 29% !important;
}
.setup-wizard .setup-wizard__form .setup-wizard_filter_role .ui-select-container .ui-select-choices {
  height: 400% !important;
}
.setup-wizard .setup-wizard__form .setup-wizard_filter_role .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row {
  height: 29% !important;
}
.setup-wizard .setup-wizard__form .employee_add {
  color: #fff !important;
  height: 45px;
  padding: 0em 1em;
}
.setup-wizard .setup-wizard__form .ui-select-match-box span {
  padding-bottom: 3px;
}
.setup-wizard .setup-wizard__form .includeOtherView {
  height: 100%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body {
  height: 100%;
  overflow: auto;
  padding: 1.5rem 2.25rem;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-date {
  width: 100%;
  display: flex;
  align-items: center;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-date .date_div {
  width: 50%;
  font-size: 13px;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .external_ids {
  width: 100%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .external_ids .external_ids-table {
  font-size: 100%;
  border-spacing: 0 8px;
  border-collapse: separate;
  width: 100%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .external_ids .external_ids-table tr {
  height: 6rem;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .external_ids .external_ids-table td {
  border: #eee 1px solid;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .external_ids .external_ids-table td .detailInput {
  border: unset;
  width: 100%;
  height: 100%;
  font-size: 125%;
  color: #000;
  padding: 0 16px;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .external_ids .external_ids-table .form-section-title {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #333332;
  height: 50%;
  border: none;
  margin: none;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info {
  width: 100%;
  height: 55%;
  min-height: 10%;
  max-height: none;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .disabled-row-text,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .disabled-row-text,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .disabled-row-text,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .disabled-row-text {
  background-color: #eee !important;
  cursor: not-allowed;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .background-border-change,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .background-border-change,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .background-border-change,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .background-border-change {
  border: 1px #ccc solid !important;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .form-section-title,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .form-section-title,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .form-section-title,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .form-section-sub-title,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .form-section-title {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #333332;
  height: 15%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .detailsTbl,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .detailsTbl,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .detailsTbl,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .detailsTbl {
  width: 100%;
  border: #eee 1px solid;
  font-size: 100%;
  margin-top: 8px;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .detailsTbl tr,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .detailsTbl tr,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .detailsTbl tr,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .detailsTbl tr {
  height: 20%;
  padding: 2px;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .detailsTbl td,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .detailsTbl td,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .detailsTbl td,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .detailsTbl td {
  border: #eee 1px solid;
  padding: 8px;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .detailsTbl td .fieldTitle,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .detailsTbl td .fieldTitle,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .detailsTbl td .fieldTitle,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .detailsTbl td .fieldTitle {
  font-size: 90%;
  font-style: italic;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .detailsTbl td .detailInput,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .detailsTbl td .detailInput,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .detailsTbl td .detailInput,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .detailsTbl td .detailInput {
  border: unset;
  width: 100%;
  height: 100%;
  font-size: 115%;
  color: #000;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .permission-drop-box,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .permission-drop-box,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .permission-drop-box,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .permission-drop-box {
  width: 100%;
  align-items: center;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .permission-drop-box .ui-select-container,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .permission-drop-box .ui-select-container,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .permission-drop-box .ui-select-container,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .permission-drop-box .ui-select-container {
  width: 100%;
  height: 60%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .permission-drop-box .ui-select-container .btn-default-focus,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .permission-drop-box .ui-select-container .btn-default-focus,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .permission-drop-box .ui-select-container .btn-default-focus,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .permission-drop-box .ui-select-container .btn-default-focus {
  background: unset !important;
  box-shadow: unset !important;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .permission-drop-box .ui-select-container .ui-select-choices,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .permission-drop-box .ui-select-container .ui-select-choices,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .permission-drop-box .ui-select-container .ui-select-choices,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .permission-drop-box .ui-select-container .ui-select-choices {
  height: 190%;
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 115%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group {
  height: 100%;
  width: 100%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row {
  height: 50%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding: unset;
  padding-left: 2%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span {
  color: #000;
  background-color: unset;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .permission-drop-box .ui-select-container .ui-select-match,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .permission-drop-box .ui-select-container .ui-select-match,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .permission-drop-box .ui-select-container .ui-select-match,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .permission-drop-box .ui-select-container .ui-select-match {
  height: 100%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .permission-drop-box .ui-select-container .ui-select-match .caret,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .permission-drop-box .ui-select-container .ui-select-match .caret,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .permission-drop-box .ui-select-container .ui-select-match .caret,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .permission-drop-box .ui-select-container .ui-select-match .caret {
  /*background: url(/images/dropdownarrow.svg) center center no-repeat;
                                        border-top: unset;
                                        position: unset;
                                        width: 30%;
                                        height: 30%;*/
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .permission-drop-box .ui-select-container .ui-select-match .ui-select-placeholder,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .permission-drop-box .ui-select-container .ui-select-match .ui-select-placeholder,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .permission-drop-box .ui-select-container .ui-select-match .ui-select-placeholder,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .permission-drop-box .ui-select-container .ui-select-match .ui-select-placeholder {
  padding-left: 2%;
  font-size: 100%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .permission-drop-box .ui-select-container .ui-select-match .ui-select-match-text,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .permission-drop-box .ui-select-container .ui-select-match .ui-select-match-text,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .permission-drop-box .ui-select-container .ui-select-match .ui-select-match-text,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .permission-drop-box .ui-select-container .ui-select-match .ui-select-match-text {
  padding-left: 2%;
  display: flex;
  align-items: center;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .permission-drop-box .ui-select-container .ui-select-match .btn,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .permission-drop-box .ui-select-container .ui-select-match .btn,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .permission-drop-box .ui-select-container .ui-select-match .btn,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .permission-drop-box .ui-select-container .ui-select-match .btn {
  background: unset !important;
  color: #000 !important;
  padding: unset !important;
  border-radius: 0px !important;
  border: 1px #eee solid;
  font-size: 130%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10%;
  text-shadow: unset !important;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .permission-drop-box .owner_dropdown .caret,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .permission-drop-box .owner_dropdown .caret,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .permission-drop-box .owner_dropdown .caret,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .permission-drop-box .owner_dropdown .caret {
  visibility: hidden;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-info .permission-drop-box .select_style,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .permission-drop-box .select_style,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .permission-drop-box .select_style,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .permission-drop-box .select_style {
  height: 60%;
  width: 100%;
  font-size: 130%;
  color: #000;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission {
  width: 100%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .login_clockin_details {
  width: 100%;
  height: 15%;
  display: flex;
  align-items: center;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .login_clockin_details .login_clockin_details_input {
  width: 50%;
  font-size: 13px;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .form-section-title {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #333332;
  height: 20%;
  display: flex;
  align-items: center;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .form-section-title .info-label {
  width: 70%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .form-section-title .activationBtn {
  display: flex;
  align-items: center;
  text-align: right;
  width: 30%;
  height: 100%;
  gap: 8px;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .form-section-title .activationBtn .status_label {
  font-size: 13px;
  font-weight: 500;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .form-section-title .action-button {
  padding: unset !important;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .permission-drop-box {
  margin: 8px 0;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .permission-drop-box .selectize-dropdown-content {
  height: 500px;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .permission-drop-box .ui-select-container {
  width: 100%;
  height: 60%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .permission-drop-box .ui-select-container .btn-default-focus {
  background: unset !important;
  box-shadow: unset !important;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .permission-drop-box .ui-select-container .ui-select-choices {
  height: 380%;
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 115%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group {
  height: 100%;
  width: 100%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row {
  height: 25%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding: unset;
  padding-left: 2%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .permission-drop-box .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span {
  color: #000;
  background-color: unset;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .permission-drop-box .ui-select-container .ui-select-match {
  height: 100%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .permission-drop-box .ui-select-container .ui-select-match .ui-select-placeholder {
  padding-left: 2%;
  font-size: 100%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .permission-drop-box .ui-select-container .ui-select-match .ui-select-match-text {
  padding-left: 2%;
  display: flex;
  align-items: center;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .permission-drop-box .ui-select-container .ui-select-match .btn {
  background: unset !important;
  color: #000 !important;
  padding: unset !important;
  border-radius: 0px !important;
  border: 1px #eee solid;
  font-size: 130%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10%;
  text-shadow: unset !important;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .permission-drop-box .owner_dropdown .caret {
  visibility: hidden;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-permission .permission-drop-box .select_style {
  height: 60%;
  width: 100%;
  font-size: 130%;
  color: #000;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-passcode {
  width: 100%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-passcode .form-section-title {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #333332;
  height: 20%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-passcode .passcode_section {
  display: flex;
  font-size: 100%;
  align-items: center;
  margin-top: 8px;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-passcode .passcode_section .passcode_div {
  width: 20%;
  height: 6rem;
  border: #eee 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 130%;
  text-decoration: underline;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeModifyBody .employee_modify-body-passcode .passcode_section .passcode_generate_btn {
  width: 20%;
  height: 6rem;
  padding: 0px;
  background: #f8f8f8;
  border: 1px #eee solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-footer {
  height: 10%;
  border-top: #eee 1px solid;
  background: unset !important;
  padding: 0px;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-footer .saveBtn {
  background: #efe13b;
  height: 100%;
  border: none;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-footer .saveBtn .btnDiv {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-footer .saveBtn[disabled] {
  opacity: 0.5;
}
.setup-wizard .setup-wizard__form .form-element__checkbox {
  display: inline-flex;
  align-items: center;
  font-size: 17px !important;
}
.setup-wizard .setup-wizard__form .form-element__checkbox input[type='checkbox'] {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin: 0 0.5em 0 0;
}
.setup-wizard .setup-wizard__form .form-element__checkbox label {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 15px;
}
.setup-wizard .setup-wizard__form .form-element__checkbox label .description {
  color: rgba(51, 51, 51, 0.4);
}
.setup-wizard .form-section-title.pin-form {
  margin: 16% 0 -2% 0;
}
@media screen and (max-width: 768px) {
  .setup-wizard .form-section-title.pin-form {
    margin: 22% 0 -1% 0 !important;
  }
  .setup-wizard .employee_modify-body {
    padding-bottom: 14% !important;
  }
}
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .input-group {
  color: unset;
}
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .date_range_joiner {
  background: unset;
  border: unset;
}
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .form-control[disabled] {
  background: #fff !important;
  border: 1px solid #ddd;
  color: #333 !important;
  opacity: 1;
  -webkit-appearance: initial;
  height: 100%;
  font-size: 130%;
  text-align: center;
}
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .smb-pos__order-search-bar {
  margin-top: unset;
  margin-right: unset;
  width: 100%;
  height: 45px;
}
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container {
  width: 10% !important;
}
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container input {
  width: 90% !important;
}
.setup-wizard .setup-wizard__form .setup-wizard_filter_location .ui-select-container .ui-select-choices {
  height: 400% !important;
}
.setup-wizard .setup-wizard__form .setup-wizard_filter_location .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row {
  height: 29% !important;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody {
  overflow-y: scroll;
  display: flex;
  flex-flow: column;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .employees-info {
  height: 60%;
  width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_timecard_modify-body-info .employees-info .employees-info-text {
  height: 100%;
  width: 100%;
  font-size: 130%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: 1;
  -webkit-appearance: initial;
  background: #f8f8f8 !important;
  color: #888 !important;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift {
  flex-grow: 1;
  padding-top: 2%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .form-section-title {
  display: flex;
  height: 10%;
  align-items: center;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_start_end_row {
  height: 250px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_edit {
  height: 50%;
  padding-right: 2.5%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .form-section-sub-title {
  height: 20%;
  font-weight: 400;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area {
  display: flex;
  height: 80%;
  width: 100%;
  padding-top: 2%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .time_text_area {
  height: 100%;
  border: 1px #d8d8d8 solid;
  border-right: unset;
  font-size: 130%;
  background: #fff !important;
  text-align: center;
  color: #000 !important;
  opacity: 1;
  -webkit-appearance: initial;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .time_period_area {
  height: 100%;
  border: 1px #d8d8d8 solid;
  font-size: 130%;
  background: #fff !important;
  color: #000 !important;
  opacity: 1;
  -webkit-appearance: initial;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area input {
  padding: 0;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .date_selector_box {
  height: 100%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .date_selector_box .date_selector_area {
  height: 100%;
  font-size: 130%;
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-appearance: initial;
  text-align: center;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .date_selector_box .dropdown-menu {
  left: auto !important;
  right: 0px;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .ui-select-container {
  height: 100%;
  background: #fff !important;
  padding: unset !important;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .ui-select-container .ui-select-choices {
  min-width: 100%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .ui-select-container .ui-select-match .btn {
  border: unset !important;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .ui-select-container .ui-select-match .ui-select-match-text span {
  text-align: center;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .setup-wizard__table-container {
  padding: unset;
}
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts {
  align-items: unset !important;
}
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .input-group {
  color: unset;
}
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .date_range_joiner {
  background: unset;
  border: unset;
}
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .form-control[disabled] {
  background: #fff !important;
  border: 1px solid #eee;
  color: #333 !important;
  opacity: 1;
  -webkit-appearance: initial;
  height: 100%;
  font-size: 130%;
  text-align: center;
}
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .smb-pos__order-search-bar {
  margin-top: unset;
  margin-right: unset;
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
}
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container {
  width: 10% !important;
}
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container input {
  width: 90% !important;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody {
  overflow-y: scroll;
  display: flex;
  flex-flow: column;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info {
  height: 60%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .form-section-title {
  display: flex;
  align-items: center;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .form-section-title .info-label {
  width: 70%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .form-section-title .activationBtn {
  display: flex;
  align-items: center;
  text-align: right;
  width: 30%;
  height: 100%;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .form-section-title .activationBtn .status_label {
  font-size: 13px;
  font-weight: 500;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .detailsTbl {
  height: auto;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .detailsTbl .detailsRow,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .detailsTbl tr.detailsRow td {
  padding: 15px 20px;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .detailsTbl .disabledField {
  background: #fff !important;
  color: #000 !important;
  display: flex;
  align-items: center;
}
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupDiscountsModifyBody .discount_modify-body-info .detailsTbl .placeholder {
  color: #999 !important;
}
.setup-wizard .setup-wizard__form {
  position: relative;
  margin: 0 5px 0 0;
  flex: 1;
  overflow-x: clip;
  overflow-y: auto;
}
.setup-wizard .setup-wizard__form button.absolute__top-right {
  position: fixed;
  top: 1.75rem;
  right: 4.25rem;
  z-index: 9;
}
.setup-wizard .setup-wizard__form button.absolute__top-right:hover,
.setup-wizard .setup-wizard__form button.absolute__top-right:active {
  top: 1.75rem !important;
  left: unset !important;
  right: 4.25rem !important;
}
.setup-wizard .setup-wizard__form-title {
  display: inline-block;
  font-family: 'Lato';
  font-size: 2rem;
  padding: 15px 30px;
  line-height: 50px;
}
.setup-wizard .setup-wizard__form-section {
  margin: 24px 32px;
  border-radius: 0.85em;
  background-color: #ffffff;
  padding: 1.25em 1.65em;
  font-size: 1.6rem;
}
.setup-wizard .setup-wizard__form-section .carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px 0px;
  max-height: 280px;
  overflow: hidden;
}
.setup-wizard .setup-wizard__form-section .carousel-container .carousel-chevron {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  font-size: 24px;
  width: 48px;
  padding: 0;
}
.setup-wizard .setup-wizard__form-section .carousel-container .carousel-chevron:hover {
  left: auto !important;
}
.setup-wizard .setup-wizard__form-section .carousel-container .carousel-chevron.left {
  left: 0 !important;
  background: linear-gradient(90deg, #f5f5f0, #f5f5f0, transparent) !important;
}
.setup-wizard .setup-wizard__form-section .carousel-container .carousel-chevron.right {
  right: 0 !important;
  background: linear-gradient(270deg, #f5f5f0, #f5f5f0, transparent) !important;
}
.setup-wizard .setup-wizard__form-section .carousel-container .carousel-panel {
  position: relative;
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: clip;
  padding: 0 48px;
  scroll-behavior: smooth;
}
.setup-wizard .setup-wizard__form-section .carousel-container .carousel-panel .carousel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 0.85em;
  padding: 0.85em 1.25em;
  margin: 0 10px;
  background: #fff;
  min-width: 320px;
  max-width: 360px;
}
.setup-wizard .setup-wizard__form-section .carousel-container .carousel-panel .carousel header {
  display: flex;
  padding: 0.25em 0;
  margin: 0 0 8px 0;
  width: 100%;
}
.setup-wizard .setup-wizard__form-section .carousel-container .carousel-panel .carousel header .title {
  display: flex;
  font-size: 22px;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.setup-wizard .setup-wizard__form-section .carousel-container .carousel-panel .carousel header .title .badge {
  font-size: 14px;
}
.setup-wizard .setup-wizard__form-section .carousel-container .carousel-panel .carousel .carousel-body {
  width: 100%;
}
.setup-wizard .setup-wizard__form-section .carousel-container .carousel-panel .carousel .carousel-body table {
  width: 100%;
}
.setup-wizard .setup-wizard__form-section .carousel-container .carousel-panel .carousel .carousel-body table td {
  text-align: center;
}
.setup-wizard .setup-wizard__form-section .carousel-container .carousel-panel .carousel .carousel-body table .align-left {
  text-align: left !important;
  font-weight: 600;
}
.setup-wizard .setup-wizard__form-section .carousel-container .carousel-panel .carousel .carousel-body table .align-right {
  text-align: right !important;
}
.setup-wizard .setup-wizard__form-section .carousel-container .carousel-panel::-webkit-scrollbar-thumb {
  display: none;
}
.setup-wizard .setup-wizard__form-section .carousel-container .empty {
  display: inherit;
  font-size: 1.85rem;
  text-transform: lowercase;
}
.setup-wizard .setup-wizard__form-section .actions-container {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 10px;
  place-content: center;
}
.setup-wizard .setup-wizard__form-section .actions-container .rounded-btn {
  background: none;
  border: 2px solid darkgray;
}
.setup-wizard .setup-wizard__form-section.setup-wizard__form-section_toggles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
}
.setup-wizard .setup-wizard__form-section.setup-wizard__form-section_toggles header {
  grid-column: 1 / -1;
}
.setup-wizard .setup-wizard__form-section .setupWizard_filter_modify,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate {
  display: flex;
  align-items: center;
  height: 100%;
}
.setup-wizard .setup-wizard__form-section .setupWizard_filter_modify .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container {
  width: 20%;
}
.setup-wizard .setup-wizard__form-section .setupWizard_filter_modify .smb-pos__order-search-bar input,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees .smb-pos__order-search-bar input,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .smb-pos__order-search-bar input,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .smb-pos__order-search-bar input,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .smb-pos__order-search-bar input {
  width: 80%;
}
.setup-wizard .setup-wizard__form-section .setupWizard_filter_modify .filter_select,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees .filter_select,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .filter_select,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .filter_select,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .filter_select {
  height: 45px;
}
.setup-wizard .setup-wizard__form-section .setupWizard_filter_modify .filter_select .ui-select-container,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees .filter_select .ui-select-container,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .filter_select .ui-select-container,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .ui-select-container,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .filter_select .ui-select-container,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .filter_select .ui-select-container {
  width: 100%;
  height: 100%;
}
.setup-wizard .setup-wizard__form-section .setupWizard_filter_modify .filter_select .ui-select-container .btn-default-focus,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees .filter_select .ui-select-container .btn-default-focus,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .filter_select .ui-select-container .btn-default-focus,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .ui-select-container .btn-default-focus,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .filter_select .ui-select-container .btn-default-focus,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .filter_select .ui-select-container .btn-default-focus {
  background: unset !important;
  box-shadow: unset !important;
}
.setup-wizard .setup-wizard__form-section .setupWizard_filter_modify .filter_select .ui-select-container .ui-select-search,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees .filter_select .ui-select-container .ui-select-search,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .filter_select .ui-select-container .ui-select-search,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .ui-select-container .ui-select-search,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .filter_select .ui-select-container .ui-select-search,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .filter_select .ui-select-container .ui-select-search {
  height: 100%;
  padding-left: 10%;
}
.setup-wizard .setup-wizard__form-section .setupWizard_filter_modify .filter_select .ui-select-container .ui-select-choices,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees .filter_select .ui-select-container .ui-select-choices,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .filter_select .ui-select-container .ui-select-choices,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .ui-select-container .ui-select-choices,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .filter_select .ui-select-container .ui-select-choices,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .filter_select .ui-select-container .ui-select-choices {
  height: 250%;
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background-clip: unset !important;
  box-shadow: unset;
}
.setup-wizard .setup-wizard__form-section .setupWizard_filter_modify .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .ui-select-container .ui-select-choices .ui-select-choices-group,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group {
  height: 100%;
  width: 100%;
}
.setup-wizard .setup-wizard__form-section .setupWizard_filter_modify .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row {
  height: 50%;
}
.setup-wizard .setup-wizard__form-section .setupWizard_filter_modify .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: unset;
  border: 1px solid #ddd;
}
.setup-wizard .setup-wizard__form-section .setupWizard_filter_modify .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span {
  color: #000;
  background-color: unset;
}
.setup-wizard .setup-wizard__form-section .setupWizard_filter_modify .filter_select .ui-select-container .ui-select-match,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees .filter_select .ui-select-container .ui-select-match,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .filter_select .ui-select-container .ui-select-match,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .ui-select-container .ui-select-match,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .filter_select .ui-select-container .ui-select-match,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .filter_select .ui-select-container .ui-select-match {
  height: 100%;
}
.setup-wizard .setup-wizard__form-section .setupWizard_filter_modify .filter_select .ui-select-container .ui-select-match .ui-select-placeholder,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees .filter_select .ui-select-container .ui-select-match .ui-select-placeholder,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .filter_select .ui-select-container .ui-select-match .ui-select-placeholder,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .ui-select-container .ui-select-match .ui-select-placeholder,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .filter_select .ui-select-container .ui-select-match .ui-select-placeholder,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .filter_select .ui-select-container .ui-select-match .ui-select-placeholder {
  padding-left: 1%;
  font-size: 100%;
}
.setup-wizard .setup-wizard__form-section .setupWizard_filter_modify .filter_select .ui-select-container .ui-select-match .ui-select-match-text,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees .filter_select .ui-select-container .ui-select-match .ui-select-match-text,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .filter_select .ui-select-container .ui-select-match .ui-select-match-text,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .ui-select-container .ui-select-match .ui-select-match-text,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .filter_select .ui-select-container .ui-select-match .ui-select-match-text,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .filter_select .ui-select-container .ui-select-match .ui-select-match-text {
  padding-left: 10%;
  display: flex;
  align-items: center;
}
.setup-wizard .setup-wizard__form-section .setupWizard_filter_modify .filter_select .ui-select-container .ui-select-match .btn,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_employees .filter_select .ui-select-container .ui-select-match .btn,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_timecards .filter_select .ui-select-container .ui-select-match .btn,
.setup-wizard .setup-wizard__form .includeOtherView .employee_modify-body .setupEmployeeTimecardModifyBody .employee_modify-body-shift .time_date_area .ui-select-container .ui-select-match .btn,
.setup-wizard .setup-wizard__form .setupWizard_filter_modify_discounts .filter_select .ui-select-container .ui-select-match .btn,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .filter_select .ui-select-container .ui-select-match .btn {
  background: unset !important;
  color: #000 !important;
  padding: unset !important;
  border-radius: 0px !important;
  border: 1px #ddd solid;
  font-size: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10%;
  text-shadow: unset !important;
}
.setup-wizard .setup-wizard__form-section .importBtn {
  color: #000 !important;
  transform: unset !important;
  border-radius: unset !important;
  height: 45px;
  padding: 0em 1em !important;
  background: #fff !important;
  border: 1px #eee solid !important;
  width: 80%;
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: unset !important;
}
.setup-wizard .setup-wizard__form-section .addBtn {
  color: #fff !important;
  transform: unset !important;
  border-radius: unset !important;
  height: 45px;
  padding: 0em 1em !important;
  width: 80%;
  display: flex;
  font-size: 100%;
  align-items: center;
  justify-content: center;
}
.setup-wizard .setup-wizard__form-section.setup-wizard__form-section--spacing {
  margin: 0 0 30px;
}
.setup-wizard .setup-wizard__form-section header {
  align-items: center;
  display: flex;
}
.setup-wizard .setup-wizard__form-section header button {
  margin-left: auto;
}
.setup-wizard .setup-wizard__form-section header .form-section-title {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.setup-wizard .setup-wizard__form-section .form-section-grouped {
  display: flex;
  flex-direction: column;
}
.setup-wizard .setup-wizard__form-section .form-section-grouped .form-section-title {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.setup-wizard .setup-wizard__form-section .form-section-grouped .form-section-description {
  font-weight: 500;
}
.setup-wizard .setup-wizard__form-section .form-section-grouped .form-section-body {
  padding: 1.25em 1.75em;
  background-color: rgba(211, 211, 188, 0.2);
  border-radius: 0.5em;
}
.setup-wizard .setup-wizard__form-section .form-section-grouped .form-section-body .group-container {
  margin: 0;
}
.setup-wizard .setup-wizard__form-section .form-section-grouped .form-section-body .form-section__divider {
  margin: 0.85em 0;
  border-bottom: 2px solid rgba(153, 153, 153, 0.4);
}
.setup-wizard .setup-wizard__form-section .form-section-grouped .form-section-body ul {
  margin: 0;
  list-style: none;
}
.setup-wizard .setup-wizard__form-section .form-section-grouped .form-section-body ul li {
  display: flex;
  align-items: center;
  margin: 0 0 0.75em 0;
}
.setup-wizard .setup-wizard__form-section .form-section-grouped .form-section-body ul li:last-child {
  margin: 0;
}
.setup-wizard .setup-wizard__form-section .form-section-grouped .form-section-body input[type='checkbox'] {
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 0.5em 0 0;
  flex: 0 0 2.75rem;
}
.setup-wizard .setup-wizard__form-section .form-section-grouped .form-section-body label {
  display: inline-flex;
  flex-direction: column;
  margin: 0;
  font-size: 1.5rem;
  line-height: normal;
}
.setup-wizard .setup-wizard__form-section .form-section-grouped .form-section-body label .description {
  font-weight: 500;
  color: #999999;
}
.setup-wizard .setup-wizard__form-section .form-section-grouped .disabled {
  opacity: 0.6;
}
.setup-wizard .setup-wizard__form-section .form-section-title {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #333332;
}
.setup-wizard .setup-wizard__form-section .form-section-description {
  color: #999999;
  margin-bottom: 0.4em;
}
.setup-wizard .setup-wizard__form-section .timecard-view-row {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
.setup-wizard .setup-wizard__form-section .timecard-view-row .timecard-view-tab {
  background: #f8f8f8 !important;
}
.setup-wizard .setup-wizard__form-section .timecard-view-row .current-view-tab {
  background: white !important;
}
.setup-wizard .setup-wizard__form-section .setup-wizard__form-tab-section {
  display: flex;
  flex-direction: column;
}
.setup-wizard .setup-wizard__form-section .setup-wizard__form-tab-section .setup-wizard__form-tab-label-container {
  display: flex;
  list-style: inside;
  list-style-type: none;
  margin: 0 0.75em;
}
.setup-wizard .setup-wizard__form-section .setup-wizard__form-tab-section .setup-wizard__form-tab-label-container .setup-wizard__form-tab-label {
  padding: 0.5em 1.25em;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  color: #aaaaaa;
  user-select: none;
}
.setup-wizard .setup-wizard__form-section .setup-wizard__form-tab-section .setup-wizard__form-tab-label-container .setup-wizard__form-tab-label.active {
  color: #333;
  border-color: #efe13b !important;
}
.setup-wizard .setup-wizard__form-section .setup-wizard__form-tab-section .setup-wizard__form-tab-contents {
  background: #fff;
  border-radius: 0.85em;
  padding: 1.25em 1.75em;
  position: relative;
}
.setup-wizard .setup-wizard__form-section .setup-wizard__form-tab-section .setup-wizard__form-tab-contents .action-btn-container {
  display: flex;
  margin: 0.75em 0;
}
.setup-wizard .setup-wizard__form-section .setup-wizard__form-tab-section .setup-wizard__form-tab-contents .action-btn-container button {
  display: flex;
  flex-direction: column;
  background: none;
  border: 2px solid #cccccc;
  font-weight: 600;
  border-radius: 0.85em;
  margin: 0 0.5em;
}
.setup-wizard .setup-wizard__form-section .setup-wizard__form-tab-section .setup-wizard__form-tab-contents .action-btn-container button.active {
  background: beige;
  border-color: #efe13b !important;
  color: #333 !important;
}
.setup-wizard .setup-wizard__form-section .setup-wizard__form-tab-section .setup-wizard__form-tab-contents .action-btn-container button[disabled] {
  color: #cccccc;
  cursor: not-allowed;
}
.setup-wizard .setup-wizard__form-section.carousel-section {
  background: none;
  box-shadow: none;
}
.setup-wizard .setup-wizard__form-input-row {
  display: flex;
  flex-direction: row;
}
.setup-wizard .setup-wizard__form-input-row input,
.setup-wizard .setup-wizard__form-input-row select,
.setup-wizard .setup-wizard__form-input-row textarea {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  color: #333332;
  font-size: 2rem;
  height: auto;
  margin-bottom: 1px;
  min-height: 51px;
  padding: 10px 0;
  width: 100%;
}
.setup-wizard .setup-wizard__form-input-row input:focus,
.setup-wizard .setup-wizard__form-input-row select:focus,
.setup-wizard .setup-wizard__form-input-row textarea:focus {
  border-bottom: 2px solid #efe13b;
  margin-bottom: 0;
}
.setup-wizard .setup-wizard__form-input-row input.form-control--autowidth,
.setup-wizard .setup-wizard__form-input-row select.form-control--autowidth,
.setup-wizard .setup-wizard__form-input-row textarea.form-control--autowidth {
  width: auto;
}
.setup-wizard .setup-wizard__form-input-row select {
  appearance: none;
  -webkit-appearance: none;
  padding: 9px 0;
}
.setup-wizard .setup-wizard__form-input-row select:after {
  display: block;
  content: ' ';
  background: red;
  width: 10px;
  height: 10px;
}
.setup-wizard .setup-wizard__form-input-row.setup-wizard__form-input__complex {
  display: flex;
  align-items: center;
}
.setup-wizard .setup-wizard__form-input-row.setup-wizard__form-input__complex * {
  margin-right: 0.5rem;
}
.setup-wizard .setup-wizard__form-input-row.setup-wizard__form-input__complex *:last-child {
  margin-right: 0;
}
.setup-wizard .setup-wizard__form-input-row.setup-wizard__form-input__complex input,
.setup-wizard .setup-wizard__form-input-row.setup-wizard__form-input__complex select,
.setup-wizard .setup-wizard__form-input-row.setup-wizard__form-input__complex textarea {
  width: auto;
  flex-grow: 1;
}
.setup-wizard .setup-wizard__form-input label {
  font-size: initial;
}
.setup-wizard .setup-wizard__form-input input,
.setup-wizard .setup-wizard__form-input select,
.setup-wizard .setup-wizard__form-input textarea {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  color: #333332;
  font-size: 2rem;
  height: auto;
  margin-bottom: 1px;
  min-height: 51px;
  padding: 8px !important;
  width: 100%;
}
.setup-wizard .setup-wizard__form-input input:focus,
.setup-wizard .setup-wizard__form-input select:focus,
.setup-wizard .setup-wizard__form-input textarea:focus {
  border-bottom: 2px solid #efe13b;
  margin-bottom: 0;
}
.setup-wizard .setup-wizard__form-input input.form-control--autowidth,
.setup-wizard .setup-wizard__form-input select.form-control--autowidth,
.setup-wizard .setup-wizard__form-input textarea.form-control--autowidth {
  width: auto;
}
.setup-wizard .setup-wizard__form-input select {
  appearance: none;
  -webkit-appearance: none;
  padding: 9px 0;
}
.setup-wizard .setup-wizard__form-input select:after {
  display: block;
  content: ' ';
  background: red;
  width: 10px;
  height: 10px;
}
.setup-wizard .setup-wizard__form-input.setup-wizard__form-input__complex {
  display: flex;
  align-items: center;
}
.setup-wizard .setup-wizard__form-input.setup-wizard__form-input__complex * {
  margin-right: 0.5rem;
}
.setup-wizard .setup-wizard__form-input.setup-wizard__form-input__complex *:last-child {
  margin-right: 0;
}
.setup-wizard .setup-wizard__form-input.setup-wizard__form-input__complex input,
.setup-wizard .setup-wizard__form-input.setup-wizard__form-input__complex select,
.setup-wizard .setup-wizard__form-input.setup-wizard__form-input__complex textarea {
  width: auto;
  flex-grow: 1;
}
.setup-wizard .setup-wizard__form-input-group,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setup-wizard__form-input-group {
  height: auto;
  padding: 15px 15px;
}
.setup-wizard .setup-wizard__form-input-group .delete-icon,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setup-wizard__form-input-group .delete-icon {
  font-size: 14pt;
  margin-top: 11pt;
  color: #d9534f;
  cursor: pointer;
}
.setup-wizard .setup-wizard__form-input-group .stripe-ecommerce-token,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setup-wizard__form-input-group .stripe-ecommerce-token {
  margin-top: -21%;
}
.setup-wizard .setup-wizard__form-input-group .cashier_discount_toggle,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setup-wizard__form-input-group .cashier_discount_toggle {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 8px;
}
.setup-wizard .setup-wizard__form-input-group .cashier_discount_toggle .cashier_discount_toggle_value,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setup-wizard__form-input-group .cashier_discount_toggle .cashier_discount_toggle_value {
  height: 35px;
  width: 64px;
  border: 1px #333 solid;
  display: flex;
  align-items: center;
  padding-left: 8px;
  font-size: 15px;
}
.setup-wizard .setup-wizard__form-input-group .cashier_discount_toggle .cashier_discount_toggle_value .percent_sign,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setup-wizard__form-input-group .cashier_discount_toggle .cashier_discount_toggle_value .percent_sign {
  padding-left: 1%;
}
.setup-wizard .setup-wizard__form-input-group .cashier_discount_toggle .cashier_discount_toggle_bar,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setup-wizard__form-input-group .cashier_discount_toggle .cashier_discount_toggle_bar {
  width: 10%;
}
.setup-wizard .import-sevenshifts-btn {
  margin-top: 15px;
}
.setup-wizard .setup-wizard__form-input-label {
  color: #666666;
  font-size: initial;
}
.setup-wizard .setup-wizard__form-input-info {
  color: #666666;
  margin: 10px 5px;
}
.setup-wizard .setup-wizard__form-input-description {
  color: #999999;
  margin-bottom: 0.4em;
}
.setup-wizard .setup-wizard__form-select-label {
  font-size: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10%;
  text-shadow: unset !important;
  width: 72%;
  height: 45px;
}
.setup-wizard .setup-wizard__form-action {
  background-color: rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 100%;
}
.setup-wizard .setup-wizard__form-action .btn {
  font-family: 'Lato';
  font-size: 1.6rem !important;
  height: 100%;
  line-height: 80px !important;
  padding: 0 2rem !important;
}
.setup-wizard .setup-wizard__form-alert {
  background: #ffebee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 1.4rem;
  margin: 10px 15px;
  padding: 2rem;
}
.setup-wizard .setup-wizard__form-alert button,
.setup-wizard .setup-wizard__form-alert .btn {
  display: block;
  font-size: 1.4rem;
  padding: 1.2rem 2rem;
  margin-top: 1rem;
}
.setup-wizard .setup-wizard__form-alert button.btn-text,
.setup-wizard .setup-wizard__form-alert .btn.btn-text {
  padding: 0;
  margin: 0 0 15px;
}
.setup-wizard .setup-wizard__form-alert-title {
  font-size: 1.4em;
}
.setup-wizard .setup-wizard__form-alert-message {
  font-size: 1.2em;
}
.setup-wizard .setup-wizard__table-container {
  padding: 1.25em 1.75em;
  overflow: auto;
}
.setup-wizard .setup-wizard__table-container .setup-wizard__pagination-end {
  display: flex;
  height: 50px;
  justify-content: flex-end;
  font-size: 1.6rem;
}
.setup-wizard .setup-wizard__table-container .setup-wizard__pagination-end .pagination_display {
  text-align: center;
  height: 100%;
}
.setup-wizard .setup-wizard__table-container .setup-wizard__pagination-end .pagination_display .display_item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.setup-wizard .setup-wizard__table-container .setup-wizard__pagination {
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 1.6rem;
}
.setup-wizard .setup-wizard__table-container .setup-wizard__pagination .pagination_display {
  text-align: center;
  height: 100%;
}
.setup-wizard .setup-wizard__table-container .setup-wizard__pagination .pagination_display .display_item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.setup-wizard .setup-wizard__table-container.bordered {
  padding: unset;
  border-radius: 0.85em;
  border: 2px solid rgba(204, 204, 204, 0.6);
}
.setup-wizard .setup-wizard__list-container {
  padding: 15px;
}
.setup-wizard .setup-wizard__form-navigation {
  padding: 15px;
}
.setup-wizard .setup-wizard__form-information {
  font-size: 1.4em;
}
.setup-wizard .btn + .setup-wizard__form-information {
  margin-left: 1em;
}
.setup-wizard button {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  transition: transform 0.25s;
}
.setup-wizard button.btn-sm {
  padding: 0.5rem 0.8rem;
  font-size: 1.2rem;
}
.setup-wizard button:active {
  top: 1px;
  left: 1px;
}
.setup-wizard button.save-btn {
  background-color: #efe13b !important;
  color: #333 !important;
  font-weight: 600;
  height: 3.25em;
}
.setup-wizard button.btn-minimal,
.setup-wizard .btn.btn-minimal {
  background: none !important;
  /* override !important used in "ace" theme */
  border: none;
  box-shadow: none;
  padding: 2px;
}
.setup-wizard table button {
  min-width: 0 !important;
}
.setup-wizard table.setup-wizard__table {
  width: 100%;
  background: #fff;
}
.setup-wizard table.setup-wizard__table thead th {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 1.2rem 1.6rem;
}
.setup-wizard table.setup-wizard__table tbody tr td {
  border-top: 1px solid #e8e8e8;
  font-size: 1.4rem;
  padding: 0.8rem 1.6rem;
}
.setup-wizard table.setup-wizard__table tbody tr td button,
.setup-wizard table.setup-wizard__table tbody tr td .btn {
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  border-radius: 3px;
}
.setup-wizard table.setup-wizard__table tbody tr td button.btn-sm,
.setup-wizard table.setup-wizard__table tbody tr td .btn.btn-sm {
  padding: 0.5rem 0.8rem;
  font-size: 1.2rem;
}
.setup-wizard table.setup-wizard__table tbody tr td .show-on-hover {
  opacity: 1;
}
.setup-wizard table.setup-wizard__table tbody tr:nth-child(odd) td {
  background-color: rgba(0, 0, 0, 0.05);
}
.setup-wizard table.setup-wizard__table tbody tr input[type='checkbox'] {
  width: 2.75rem !important;
  height: 2.75rem !important;
}
.setup-wizard table.setup-wizard__table tbody tr select {
  background: none !important;
  border: none !important;
  border-bottom: 2px solid #cccccc;
}
.setup-wizard table.setup-wizard__table_employees {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.setup-wizard table.setup-wizard__table_employees thead th {
  background: #f8f8f8;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 1.2rem 1.6rem;
}
.setup-wizard table.setup-wizard__table_employees tbody tr {
  height: 50px;
}
.setup-wizard table.setup-wizard__table_employees tbody tr td {
  background-color: #ffffff;
  border-top: 1px solid #e8e8e8;
  font-size: 1.5rem;
  padding: 0.8rem 1.6rem;
}
.setup-wizard table.setup-wizard__table_employees tbody tr td button,
.setup-wizard table.setup-wizard__table_employees tbody tr td .btn {
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  border-radius: 3px;
}
.setup-wizard table.setup-wizard__table_employees tbody tr td button.btn-sm,
.setup-wizard table.setup-wizard__table_employees tbody tr td .btn.btn-sm {
  padding: 0.5rem 0.8rem;
  font-size: 1.2rem;
}
.setup-wizard table.setup-wizard__table_employees tbody tr td .show-on-hover {
  opacity: 1;
}
.setup-wizard .setup-wizard__empty-message {
  color: #999999;
  font-style: italic;
}
.setup-wizard .setup-wizard__empty-list-message {
  color: #999999;
  font-style: italic;
  padding: 1.5em;
  text-align: center;
}
.setup-wizard .setup-wizard__item-attribute {
  color: #666666;
  font-size: 1.4rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.setup-wizard .setup-wizard__item-value {
  font-size: 1.6rem;
  padding: 0.5rem;
}
.setup-wizard .setup-wizard__item-value.setup-wizard__item-value__primary {
  color: #efe13b;
}
.setup-wizard [ng-click] {
  cursor: pointer;
}
.setup-wizard .setup-wizard__content {
  padding: 15px 30px;
}
.setup-wizard .setup-wizard__section {
  padding: 15px 0;
}
.setup-wizard .setup-wizard__section-title {
  color: #666666;
  font-weight: bold;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.setup-wizard .setup-wizard__entity {
  padding: 15px;
  margin: 0 -15px;
}
.setup-wizard .setup-wizard__entity:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.setup-wizard .setup-wizard__entity-title {
  color: #333332;
  font-size: 2rem;
  line-height: 1.8em;
}
.setup-wizard .setup-wizard__entity-attribute {
  color: #999999;
  font-size: 1rem;
  text-transform: uppercase;
}
.setup-wizard .setup-wizard__entity-value {
  color: #666666;
  font-size: 1.4rem;
}
.setup-wizard .setup-wizard__entity-action {
  display: inline-block;
  line-height: 1.8em;
  padding: 0 1.5em;
}
.setup-wizard .setup-wizard__start-page-content {
  font-size: 1.6rem;
  line-height: 1.5em;
}
.setup-wizard .setup-wizard__start-page-content p {
  color: #666666;
  margin: 1em 0;
}
.setup-wizard .summary-panes .summary-pane {
  display: flex;
  gap: 16px;
}
.setup-wizard .summary-panes .summary-pane .summary-pane-header {
  background-color: #ffffff;
  margin: 1rem 0;
}
.setup-wizard .summary-panes .summary-pane .summary-pane-header-title {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
}
.setup-wizard .summary-panes .summary-pane .summary-pane-action {
  display: flex;
  align-items: stretch;
}
.setup-wizard .summary-panes .summary-pane .summary-pane-action button,
.setup-wizard .summary-panes .summary-pane .summary-pane-action .btn {
  background-color: #3d3d3d !important;
  color: #aaa !important;
  padding: 2rem;
}
.setup-wizard .summary-panes .summary-pane .summary-pane-content {
  background-color: #ffffff;
}
.setup-wizard .summary-panes .summary-pane .summary-pane-error {
  color: #d9534f;
  margin-bottom: 10px;
}
.setup-wizard .summary-panes .summary-pane .summary-attribute {
  padding: 0.5rem 0;
}
.setup-wizard .summary-panes .summary-pane .summary-attribute .attribute-name {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}
.setup-wizard .summary-panes .summary-pane .summary-attribute .attribute-description,
.setup-wizard .summary-panes .summary-pane .summary-attribute .attribute-value {
  font-size: 1.6rem;
}
.setup-wizard .summary-panes .summary-pane .summary-attribute .attribute-description + .attribute-values {
  font-weight: 700;
  margin: 1rem 0;
  padding-left: 1rem;
}
.setup-wizard .summary-panes .summary-pane.summary-pane__wide {
  grid-column-end: span 2;
}
.setup-wizard .scheduler {
  margin-top: 1rem;
  font-size: 1.4rem;
  position: relative;
}
.setup-wizard .scheduler .scheduler__header {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 48px 1fr 80px;
  padding: 0 15px;
}
.setup-wizard .scheduler .scheduler__body {
  padding-top: 20px;
  position: relative;
  z-index: 2;
}
.setup-wizard .scheduler .scheduler__hour-labels {
  display: flex;
  margin: 0 -2%;
}
.setup-wizard .scheduler .scheduler__hour-label {
  color: #666666;
  width: 4%;
  font-size: 1.1rem;
  text-align: center;
}
.setup-wizard .scheduler .scheduler__hour-lines {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 5px 0 10px;
}
.setup-wizard .scheduler .scheduler__hour-line {
  flex-grow: 1;
  height: 100%;
  border-left: 1px solid #e8e8e8;
}
.setup-wizard .scheduler .scheduler__hour-line:last-child {
  border-right: 1px solid #e8e8e8;
}
.setup-wizard .scheduler .scheduler__days {
  align-items: center;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 48px 1fr 80px;
  padding: 0 15px;
}
.setup-wizard .scheduler .scheduler__day-name {
  margin: 0.5em 0;
  text-transform: uppercase;
}
.setup-wizard .scheduler .scheduler__periods {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #e8e8e8;
  height: 48px;
  margin: 0.5em 0;
  position: relative;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.setup-wizard .scheduler .scheduler__periods .scheduler__period {
  background: none;
  background-color: #efe13b;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.setup-wizard .scheduler .scheduler__periods .scheduler__period .scheduler__period-inner {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.setup-wizard .scheduler .scheduler__periods .scheduler__period .scheduler__period-inner.scheduler__period__invalid {
  background: lightgrey;
}
.setup-wizard .scheduler .scheduler__periods .scheduler__period .scheduler__period-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  touch-action: pan-x;
  z-index: 10;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  line-height: 46px;
}
.setup-wizard .scheduler .scheduler__periods .scheduler__period .scheduler__period-resizers {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.setup-wizard .scheduler .scheduler__periods .scheduler__period .scheduler__period-resizers.active {
  z-index: 20;
}
.setup-wizard .scheduler .scheduler__periods .scheduler__period .scheduler__period-resizer {
  cursor: col-resize;
  height: 100%;
  position: absolute;
  width: 20px;
  background-color: rgba(0, 0, 0, 0);
  transition: width 0.125s, background-color 0.125s;
}
.setup-wizard .scheduler .scheduler__periods .scheduler__period .scheduler__period-resizer:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-color: #ffffff;
}
.setup-wizard .scheduler .scheduler__periods .scheduler__period .scheduler__period-resizer.scheduler__period-resizer-start {
  left: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.25);
}
.setup-wizard .scheduler .scheduler__periods .scheduler__period .scheduler__period-resizer.scheduler__period-resizer-start:after {
  left: -5px;
}
.setup-wizard .scheduler .scheduler__periods .scheduler__period .scheduler__period-resizer.scheduler__period-resizer-end {
  right: 0;
  border-right: 2px solid rgba(0, 0, 0, 0.25);
}
.setup-wizard .scheduler .scheduler__periods .scheduler__period .scheduler__period-resizer.scheduler__period-resizer-end:after {
  right: -5px;
}
.setup-wizard .scheduler .scheduler__periods .scheduler__period .scheduler__period-resizer.active {
  background-color: rgba(0, 0, 0, 0.2);
}
.setup-wizard .scheduler .scheduler__periods .scheduler__period .scheduler__period-resizer.active.scheduler__period-resizer-start {
  left: 0;
  border-left: 2px dashed rgba(0, 0, 0, 0.1);
}
.setup-wizard .scheduler .scheduler__periods .scheduler__period .scheduler__period-resizer.active.scheduler__period-resizer-end {
  right: 0;
  border-right: 2px dashed rgba(0, 0, 0, 0.1);
}
.setup-wizard .scheduler .scheduler__periods .scheduler__period .scheduler__period-resizer.active:after {
  background-color: #666666;
}
.setup-wizard .scheduler .scheduler__periods .scheduler__periods--empty {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 46px;
  font-style: italic;
}
.setup-wizard .scheduler .scheduler__day-description {
  margin: 0.5em;
  font-size: 1.2rem;
}
.setup-wizard .scheduler .scheduler__day-description.scheduler__day-description__empty {
  color: #999999;
  font-style: italic;
}
.setup-wizard button.btn-text,
.setup-wizard .btn.btn-text {
  background: none !important;
  border: none;
  color: #333 !important;
  font-size: 1.4rem;
  padding: 1.5rem 0;
  text-shadow: none !important;
}
.setup-wizard button.btn-text.text-danger,
.setup-wizard .btn.btn-text.text-danger {
  color: #d9534f !important;
}
.setup-wizard .btn.btn-back {
  background-color: #3d3d3d !important;
  color: #aaa !important;
}
.setup-wizard .row.row--flex {
  display: flex;
  align-items: center;
}
.setup-wizard .form-control--autowidth {
  width: auto;
}
.setup-wizard .section-with-sidebar {
  display: flex;
  position: relative;
}
.setup-wizard .section-with-sidebar .section__sidebar-container {
  width: 260px;
  max-height: 320px;
  margin-right: 0.75em;
}
.setup-wizard .section-with-sidebar .section__sidebar-container .section__sidebar {
  padding: 10px;
  font-size: 18px;
  overflow-x: clip;
  overflow-y: scroll;
  height: 100%;
}
.setup-wizard .section-with-sidebar .section__sidebar-container .section__sidebar ul {
  list-style-type: none;
  margin: 0;
}
.setup-wizard .section-with-sidebar .section__sidebar-container .section__sidebar ul li .device {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  border-right: 2px solid #cccccc;
  line-height: unset;
  width: 100%;
  font-weight: normal;
  background: none !important;
}
.setup-wizard .section-with-sidebar .section__sidebar-container .section__sidebar ul li .device .icon-container {
  display: flex;
  justify-content: space-between;
}
.setup-wizard .section-with-sidebar .section__sidebar-container .section__sidebar ul li .device .icon-container .badge {
  min-width: unset;
  margin: 0px 10px;
}
.setup-wizard .section-with-sidebar .section__sidebar-container .section__sidebar ul li .device .icon-container .warning {
  color: red;
  font-weight: 600;
}
.setup-wizard .section-with-sidebar .section__sidebar-container .section__sidebar ul li .device::before {
  display: inline-block;
  content: '';
  border: 4px solid #cccccc;
  border-radius: 20px;
  margin-right: 10px;
}
.setup-wizard .section-with-sidebar .section__sidebar-container .section__sidebar ul li .device.found::before {
  border-color: #28ce6f;
}
.setup-wizard .section-with-sidebar .section__sidebar-container .section__sidebar ul li .device.selected {
  background-color: #fffde7 !important;
  border-color: #958600 !important;
}
.setup-wizard .section-with-sidebar .section__sidebar-container .section__sidebar::-webkit-scrollbar {
  display: none;
}
.closeModal {
  width: 10%;
  font-size: 70px;
  height: 70%;
  display: flex;
  align-items: center;
  color: #8c8c8c;
}
.import-closeModal {
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.import-closeModal .closeModalIcon {
  width: 100%;
  height: 60%;
}
.setup-wizard .action-button {
  display: inline-block;
  padding: 10px 0;
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  width: 110px;
  height: 50px;
}
.setup-wizard .action-button .action-button-icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  border-radius: 50%;
}
.setup-wizard .action-button .action-button-icon .fa {
  display: block;
  width: 48px;
  height: 48px;
  margin: 6px;
  text-align: center;
  line-height: 48px;
}
.setup-wizard .action-button .action-button-icon.with-background {
  background-color: #e8e8e8;
  margin-right: 8px;
}
.setup-wizard .action-button .action-button-icon.with-background .fa {
  color: #999999;
}
.setup-wizard .action-button:hover {
  color: #efe13b;
}
.setup-wizard .action-button:hover .action-button-icon.with-background .fa {
  color: #efe13b;
}
.setup-wizard .action-button .action-button-toggle {
  width: 45px;
  height: 30px;
  border-radius: 90px;
  font-size: 0px;
  margin: 0px 10px 0 0;
  position: relative;
  background-color: #999999;
  transition: color 0.25s;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.setup-wizard .action-button .action-button-toggle .toggle-panel {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
  transition: margin-left 0.25s;
}
.setup-wizard .action-button .action-button-toggle .toggle-panel .toggle-on {
  width: 48px;
  padding-left: 8px;
  height: 24px;
  border-radius: 12px 0 0 12px;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
}
.setup-wizard .action-button .action-button-toggle .toggle-panel .toggle-off {
  width: 48px;
  padding-right: 8px;
  height: 100%;
  border-radius: 0 12px 12px 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: right;
}
.setup-wizard .action-button .action-button-toggle .toggle {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: left 0.25s, border-color 0.25s;
}
.setup-wizard .action-button .action-button-toggle.toggle-status-on {
  background-color: #efe13b;
}
.setup-wizard .action-button .action-button-toggle.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.setup-wizard .action-button .action-button-toggle.toggle-status-on .toggle {
  left: 15px;
}
.setup-wizard .action-button .action-button-toggle.toggle-status-on.is-disabled {
  background-color: #f5f5f0;
  border: 1px solid #f5f5f0;
}
.setup-wizard .action-button .action-button-toggle.toggle-status-off {
  background-color: #ccc;
}
.setup-wizard .action-button .action-button-toggle.toggle-status-off .toggle-panel {
  margin-left: -36px;
}
.setup-wizard .action-button .action-button-toggle.toggle-status-off.is-disabled {
  background-color: #f5f5f0;
  border: 1px solid #f5f5f0;
}
.setup-wizard .action-button .action-button-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.setup-wizard .action-button .action-button-label.highlight {
  color: #efe13b;
}
.setup-wizard .action-button + .action-button {
  margin-left: 30px;
}
.setup-wizard .control-label + .action-button {
  display: block;
}
.setup-wizard .fi-toggle-button {
  width: 50px;
  height: 30px;
  border-radius: 90px;
  font-size: 0px;
  margin: 8px 0px;
  position: relative;
  background-color: #999999;
  transition: color 0.25s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.setup-wizard .fi-toggle-button .fi-toggle-panel {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
  transition: margin-left 0.25s;
}
.setup-wizard .fi-toggle-button .fi-toggle-panel .fi-toggle-panel--on {
  width: 48px;
  padding-left: 8px;
  height: 24px;
  border-radius: 12px 0 0 12px;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
}
.setup-wizard .fi-toggle-button .fi-toggle-panel .fi-toggle-panel-off {
  width: 48px;
  padding-right: 8px;
  height: 100%;
  border-radius: 0 12px 12px 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: right;
}
.setup-wizard .fi-toggle-button .fi-toggle {
  position: absolute;
  left: 3px;
  top: 2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  transition: left 0.25s, border-color 0.25s;
}
.setup-wizard .fi-toggle-button.fi-toggle-status--on {
  background-color: #efe13b;
}
.setup-wizard .fi-toggle-button.fi-toggle-status--on .fi-toggle-panel {
  margin-left: 0;
}
.setup-wizard .fi-toggle-button.fi-toggle-status--on .fi-toggle {
  left: 21px;
  border: 1px solid #efe13b;
}
.setup-wizard .fi-toggle-button.fi-toggle-status--off {
  background-color: #999999;
}
.setup-wizard .fi-toggle-button.fi-toggle-status--off .fi-toggle-panel {
  margin-left: -36px;
}
.setup-wizard .fi-toggle-label {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 30px;
  margin: 8px;
}
.iphone {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #999, 0 0 30px 0px rgba(0, 0, 0, 0.7);
  border: 5px solid #d9dbdc;
  background: #f8f8f8;
  padding: 15px;
  border-radius: 50px;
  height: 877px;
  width: 423px;
  position: relative;
  margin: 30px 0;
  transform: scale(0.6);
  transform-origin: 0 0;
}
.iphone .iphone-inner {
  position: relative;
}
.iphone .iphone-top {
  padding: 5px 110px 40px;
  position: relative;
}
.iphone .iphone-top .speaker {
  display: block;
  width: 70px;
  height: 6px;
  margin: 0 auto;
  border-radius: 6px;
  background: #292728;
}
.iphone .iphone-top .camera {
  display: block;
  margin: 0 auto;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-bottom: 13px;
  background: #333;
}
.iphone .iphone-top .sensor {
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  background: #333;
  margin-top: -5px;
  border-radius: 50%;
}
.iphone .top-bar,
.iphone .bottom-bar {
  display: block;
  width: 423px;
  height: 15px;
  border-left: 5px solid #bbb;
  border-right: 5px solid #bbb;
  position: absolute;
  left: -5px;
}
.iphone .top-bar {
  top: 65px;
}
.iphone .bottom-bar {
  bottom: 65px;
}
.iphone .iphone-screen {
  background: #eee;
  border: 2px solid rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  height: 677px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 375px;
}
.iphone .iphone-screen .merchant-view {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 300px;
}
.iphone .iphone-screen .merchant-view .merchant-view-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.iphone .iphone-screen .merchant-view .merchant-logo {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  z-index: 11;
}
.iphone .iphone-screen .merchant-view .merchant-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.iphone .iphone-screen .merchant-view .merchant-title {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  z-index: 10;
  font-size: 2.4rem;
}
.iphone .iphone-screen .merchant-view .merchant-view-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.iphone .iphone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iphone .buttons .on-off,
.iphone .buttons .up,
.iphone .buttons .down,
.iphone .buttons .sleep {
  display: block;
  background: #ccc;
  position: absolute;
  border-radius: 2px 0px 0px 2px;
}
.iphone .buttons .on-off {
  height: 40px;
  width: 3px;
  top: 100px;
  left: -8px;
}
.iphone .buttons .up,
.iphone .buttons .down,
.iphone .buttons .sleep {
  height: 60px;
  width: 5px;
  left: -10px;
}
.iphone .buttons .up {
  top: 170px;
}
.iphone .buttons .down {
  top: 250px;
}
.iphone .buttons .sleep {
  left: auto;
  right: -10px;
  top: 170px;
  border-radius: 0px 2px 2px 0px;
}
.iphone .iphone-bottom {
  padding: 10px 0 0;
}
.iphone .iphone-bottom span {
  display: block;
  margin: 0 auto;
  width: 68px;
  height: 68px;
  background: #ccc;
  border-radius: 50%;
  background: linear-gradient(135deg, #303233 0%, #b5b7b9 50%, #f0f2f2 69%, #303233 100%);
  position: relative;
}
.iphone .iphone-bottom span:after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 4px;
}
.setup-wizard.modal__edit-station .modal-dialog {
  width: 900px;
}
.modal__edit-customer-display .customer-display__days {
  display: flex;
  flex-direction: column;
}
.modal__edit-customer-display .customer-display__days .control-label {
  font-size: 1.1em;
  font-weight: 400;
  color: #666666;
  margin: 15px;
}
.modal__edit-customer-display .customer-display__days .customer-display__days_active {
  display: flex;
  margin: 15px;
  flex-wrap: wrap;
}
.modal__edit-customer-display .customer-display__days .customer-display__days_active .day_active_wrapper {
  display: flex;
  margin: 5px;
  width: 23%;
  height: 70px;
  background: #eeeeee;
  color: black;
  font-size: 15px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.modal__edit-customer-display .customer-display__days .customer-display__days_active .day_active_selected {
  background: #333333;
  color: #ffffff;
}
.modal__edit-loyalty-plan .customer-display__days {
  display: flex;
  flex-direction: column;
}
.modal__edit-loyalty-plan .customer-display__days .control-label {
  font-size: 1.1em;
  font-weight: 400;
  color: #666666;
  margin: 15px;
}
.modal__edit-loyalty-plan .customer-display__days .customer-display__days_active {
  display: flex;
  margin: 15px;
  flex-wrap: wrap;
}
.modal__edit-loyalty-plan .customer-display__days .customer-display__days_active .day_active_wrapper {
  display: flex;
  margin: 5px;
  width: 23%;
  height: 70px;
  background: #eeeeee;
  color: black;
  font-size: 15px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.modal__edit-loyalty-plan .customer-display__days .customer-display__days_active .day_active_selected {
  background: #333333;
  color: #ffffff;
}
.modal__edit-srm-device {
  font-family: 'Open Sans' !important;
}
.modal__edit-srm-device .modal-dialog {
  width: 352px;
  height: 364px !important;
}
.modal__edit-srm-device .modal-dialog .modal-content .edit-srm-device-container {
  padding: 24px 32px;
  font-size: 16px;
}
.modal__edit-srm-device .modal-dialog .modal-content .edit-srm-device-container .srm-error-msg {
  display: flex;
  font-weight: 300;
  padding: 6px 0;
  color: red;
}
.modal__edit-srm-device .modal-dialog .modal-content .edit-srm-device-container .vertical-spacing-12 {
  height: 12px;
}
.modal__edit-srm-device .modal-dialog .modal-content .edit-srm-device-container .vertical-spacing-24 {
  height: 24px;
}
.modal__edit-srm-device .modal-dialog .modal-content .edit-srm-device-container .header-row {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 24px;
}
.modal__edit-srm-device .modal-dialog .modal-content .edit-srm-device-container .header-row .title {
  margin-right: auto;
}
.modal__edit-srm-device .modal-dialog .modal-content .edit-srm-device-container .header-row .exit-btn {
  height: 24px;
  width: 24px;
}
.modal__edit-srm-device .modal-dialog .modal-content .edit-srm-device-container .srm-form-container .input-label {
  font-weight: 300 !important;
}
.modal__edit-srm-device .modal-dialog .modal-content .edit-srm-device-container .srm-form-container .form-input-box {
  color: #333332;
  box-sizing: border-box;
  height: 48px;
  width: 288px;
  border: 1px solid #ccccc8;
  border-radius: 5px !important;
  padding: 12px 16px;
  font-size: 20px;
}
.modal__edit-srm-device .modal-dialog .modal-content .edit-srm-device-container .btn-row {
  display: flex;
}
.modal__edit-srm-device .modal-dialog .modal-content .edit-srm-device-container .btn-row .yellow-btn,
.modal__edit-srm-device .modal-dialog .modal-content .edit-srm-device-container .btn-row .grey-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 100%;
  border-radius: 38px;
}
.modal__edit-srm-device .modal-dialog .modal-content .edit-srm-device-container .btn-row .yellow-btn {
  background-color: #efe13a;
}
.modal__edit-srm-device .modal-dialog .modal-content .edit-srm-device-container .btn-row .grey-btn {
  margin-right: 24px;
  background-color: #f4f5f0;
}
.customer-display {
  height: 450px;
  aspect-ratio: 1.77777778;
  background: #efe13b;
  text-align: left;
  margin: 0 auto;
  max-width: 100%;
}
.customer-display .customer-display-list {
  position: relative;
  text-align: left;
  height: 100%;
}
.customer-display .customer-display-list .carousel-indicators {
  width: inherit;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0px;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.customer-display .customer-display-list .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.25);
  border: 0px;
  margin: 5px;
}
.customer-display .customer-display-list .carousel-indicators li.active {
  background: black;
}
.customer-display .customer-display-list .carousel-control.left,
.customer-display .customer-display-list .carousel-control.right {
  background: transparent;
  opacity: 0;
}
.customer-display .customer-display-list .customer-display-background-slide {
  height: 450px;
}
.customer-display .customer-display-list .customer-display-background-slide .customer-display-background-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000070;
  background-size: cover !important;
  background-position: center !important;
  align-items: center;
}
.customer-display .customer-display-list .customer-display-background-slide .customer-display-background-overlay .day_active_list {
  display: flex;
  align-self: flex-end;
  padding: 8px;
}
.customer-display .customer-display-list .customer-display-background-slide .customer-display-background-overlay .day_active_list .day_active_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  color: #aaa;
  background: #ffffffa6;
  margin: 2px;
  border-radius: 50%;
  border-width: 0;
}
.customer-display .customer-display-list .customer-display-background-slide .customer-display-background-overlay .day_active_list .day_active {
  color: #efe13b;
  background-color: #333333 !important;
}
.customer-display .customer-display-list .customer-display-background-slide .customer-display-background-overlay .show-on-hover {
  opacity: 0;
  transition: opacity 0.25s;
}
.customer-display .customer-display-list .customer-display-background-slide .customer-display-background-overlay:hover .show-on-hover {
  opacity: 1;
}
.customer-display .customer-display-list .customer-display-background-slide .customer-display-background-image {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  align-items: center;
  justify-content: center;
}
.customer-display .customer-display-list .customer-display-background-slide .customer-display-background-image .carousel-header {
  text-align: left;
  font-size: 36px;
  font-weight: 600;
  margin: 0 20px;
  line-height: 1.3;
  color: #fff;
}
@media screen and (min-device-aspect-ratio: 5/3) {
  .customer-display .customer-display-list .customer-display-background-slide .customer-display-background-image .carousel-header {
    font-size: 28px;
  }
}
.customer-display .customer-display-list .customer-display-background-slide .customer-display-background-image .carousel-header-bottom-right {
  position: absolute;
  right: 25px;
  bottom: 50px;
}
.customer-display .customer-display-list .customer-display-background-slide .customer-display-background-image .carousel-subheader {
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  margin: 0 20px;
  line-height: 1.3;
  color: #fff;
}
.customer-display .customer-display-list .customer-display-background-slide .customer-display-background-image .carousel-black {
  color: black !important;
}
.setup-wizard.modal__setup-wizard {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  padding: 30px;
}
.setup-wizard.modal__setup-wizard .text-title {
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  font-weight: 700;
}
.setup-wizard.modal__setup-wizard .text-subtitle {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.setup-wizard.modal__setup-wizard .text-action {
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  font-weight: 700;
}
.setup-wizard.modal__setup-wizard .text-uppercase {
  text-transform: uppercase;
}
.setup-wizard.modal__setup-wizard .text-danger {
  color: #d9534f;
}
.setup-wizard.modal__setup-wizard .modal-dialog {
  background-color: #ffffff;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content {
  height: 100%;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-header {
  display: flex;
  align-items: center;
  position: relative;
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  color: #444444;
  font-size: 2rem;
  padding: 1.5rem 2.25rem;
  background: #ffffff !important;
  text-transform: uppercase;
  border: none !important;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-header .title-container {
  display: flex;
  align-items: center;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-header .title-container label {
  margin: 0;
  font-size: inherit;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-header button.close,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-header .btn.close {
  font-size: 3rem;
  padding: 1rem 0;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-header button.upgrade,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-header .btn.upgrade {
  padding: 10px 20px;
  background: transparent;
  float: right;
  border: 0px;
  background: #efe13b;
  color: #333;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-header::after {
  display: block;
  position: absolute;
  top: 95%;
  bottom: -25%;
  left: 0;
  right: 13px;
  background: linear-gradient(180deg, #fff, #fff, transparent);
  z-index: 9;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body {
  padding: 0.85rem 2.25rem;
  max-height: 65vh;
  overflow-y: scroll;
  margin-right: 5px;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setup-wizard__form-section {
  margin: 0;
  padding: 0;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body section .title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body section .title-section .title-container {
  display: grid;
  grid-template-columns: auto auto;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body section h4 {
  font-size: initial;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group {
  height: auto;
  padding: 15px 15px;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group.form-input-group-table {
  display: flex;
  flex-direction: column;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .form-input-group-error {
  height: 0;
  width: 100%;
  margin-top: 2.5px;
  margin-bottom: -2.5px;
  font-size: 12px;
  color: red;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .form-section-grouped {
  display: flex;
  flex-direction: column;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .form-section-grouped .form-section-title {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .form-section-grouped .form-section-description {
  font-weight: 500;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .form-section-grouped .form-section-body {
  padding: 1.25em 1.75em;
  background-color: rgba(211, 211, 188, 0.2);
  border-radius: 0.5em;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .form-section-grouped .form-section-body .group-container {
  margin: 0;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .form-section-grouped .form-section-body .form-section__divider {
  margin: 0.85em 0;
  border-bottom: 2px solid rgba(153, 153, 153, 0.4);
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .form-section-grouped .form-section-body ul {
  margin: 0;
  list-style: none;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .form-section-grouped .form-section-body ul li {
  display: flex;
  align-items: center;
  margin: 0 0 0.75em 0;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .form-section-grouped .form-section-body ul li:last-child {
  margin: 0;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .form-section-grouped .form-section-body input[type='checkbox'] {
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 0.5em 0 0;
  flex: 0 0 2.75rem;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .form-section-grouped .form-section-body label {
  display: inline-flex;
  flex-direction: column;
  margin: 0;
  font-size: 1.5rem;
  line-height: normal;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .form-section-grouped .form-section-body label .description {
  font-weight: 500;
  color: #999999;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .form-section-grouped .disabled {
  opacity: 0.6;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .actions-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .actions-container button {
  height: fit-content;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-input-group .actions-container.flex-row {
  flex-direction: row;
  align-items: center;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setup-wizard__form-input-group .form-section-title {
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  font-size: 1.6rem;
  color: #333332;
  margin-bottom: 0.4em;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setup-wizard__form-input-group .form-section-description {
  color: #999999;
  margin-bottom: 0.4em;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container {
  width: 10% !important;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .filter_select {
  width: 100%;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .filter_select .ui-select-container .ui-select-choices {
  height: 600%;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setupWizard_filter_modify_tax_rate .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row {
  height: 22%;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-tcpip-add-printer-form {
  display: flex;
  flex-direction: row;
  font-size: 11px;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-tcpip-add-printer-form .form-tcpip-add-printer-item {
  width: 40%;
  padding-right: 25px;
  display: flex;
  flex-direction: column;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-tcpip-add-printer-form .form-tcpip-add-printer-button {
  width: 20%;
  height: 45px;
  padding: 0;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-bluetooth-scan-button {
  width: 100%;
  height: 45px;
  margin-top: 10px;
  padding: 0;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .kitchen-printer-success {
  background-color: green !important;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .kitchen-printer-fail {
  background-color: red !important;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-label {
  font-size: 2rem !important;
  color: #000 !important;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-table {
  min-width: 100%;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-container {
  display: flex;
  flex-direction: row;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-container .form-printer-field {
  width: 19.04%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-container .form-printer-field .form-printer-field-container {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-container .form-printer-field .form-printer-field-container select,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-container .form-printer-field .form-printer-field-container input {
  font-size: 13px;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-container .form-printer-field .form-printer-field-container input[type='checkbox'] {
  width: 2.75rem;
  height: 2.75rem;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-container .form-printer-field .form-printer-field-container select {
  margin-top: 0;
  margin-bottom: 0;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-container .form-printer-field .form-printer-field-container .form-printer-checkbox {
  width: 18px;
  height: 18px;
  background: #f2f2f2;
  display: inline-block;
  position: relative;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-container .form-printer-field .form-printer-field-container .form-printer-checkbox.form-printer-checkbox-checked {
  background: #efe13b;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-container .form-printer-field .form-printer-field-container .form-printer-checkbox .form-printer-checkbox-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7.5px;
  height: 7.5px;
  background: #000;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-container .form-printer-field .form-printer-field-error {
  height: 12px;
  width: 100%;
  margin-top: 2.5px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: red;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-container .form-printer-field.form-printer-field-small {
  width: 9.52%;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-container .form-printer-field.form-printer-field-tiny {
  width: 4.76%;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-container .form-printer-field.form-printer-field-delete {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-container .form-printer-field.form-printer-header {
  justify-content: center;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-tspl {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 2rem;
  text-align: center;
  font-size: 1.2rem;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .form-printer-tspl label {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 1rem;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .control-description {
  font-size: 0.9em;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body .setup-wizard__form-input-description {
  color: #999999;
  margin-bottom: 0.4em;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body input,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body select,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body textarea {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  color: #333332;
  font-size: 2rem;
  height: auto;
  padding: 1rem 0;
  width: 100%;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body input:focus,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body select:focus,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body textarea:focus {
  border-bottom: 2px solid #efe13b;
  margin-bottom: 0;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body textarea {
  border: 1px solid #cccccc;
  margin-bottom: 0;
  padding: 1rem;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-body textarea:focus {
  border: 1px solid #efe13b;
  margin-bottom: 0;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-footer {
  position: relative;
  background-color: #fff !important;
  padding: 1.5rem 2.25rem;
  border: none !important;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .modal-footer::before {
  display: block;
  position: absolute;
  top: -25%;
  bottom: 95%;
  left: 0;
  right: 13px;
  background: linear-gradient(360deg, #fff, #fff, transparent);
  z-index: 9;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content button,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .btn {
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  font-size: 1.6rem;
  height: 100%;
  line-height: 1.5rem;
  text-align: center;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content button.btn-text,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .btn.btn-text {
  background: none !important;
  border: none;
  color: #efe13b;
  font-size: 1.4rem;
  padding: 1.5rem 0;
  text-shadow: none !important;
}
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content button.btn-text.text-danger,
.setup-wizard.modal__setup-wizard .modal-dialog .modal-content .btn.btn-text.text-danger {
  color: #d9534f !important;
}
html.non-touch .setup-wizard table.setup-wizard__table tbody tr td .show-on-hover {
  opacity: 0;
  transition: opacity 0.25s;
}
html.non-touch .setup-wizard table.setup-wizard__table tbody tr:hover td .show-on-hover {
  opacity: 1;
}
html.non-touch .setup-wizard table.setup-wizard__table tbody tr:hover td .show-on-hover-disabled {
  opacity: 0.4;
}
.ui-select-container .ui-select-toggle {
  z-index: 1;
}
.ui-select-container .caret {
  z-index: -1;
  pointer-events: none;
}
.form-fiit-mps {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}
.form-fiit-mps .fiit-mps-sync {
  display: flex;
  gap: 16px;
}
.form-fiit-mps .fiit-mps-description {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  text-align: justify;
  margin-top: 24px;
}
.form-fiit-mps .fiit-mps-import {
  display: flex;
  gap: 16px;
}
.form-fiit-mps .fiit-mps-import .fiit-mps-import-description {
  padding: 10px 0 10px 0;
  font-size: 18px;
}
.form-fiit-mps .fiit-mps-import .fiit-mps-import-btn {
  align-self: center;
}
.form-fiit-mps .fiit-mps-location-settings {
  display: flex;
  flex-direction: column;
}
.form-fiit-mps .fiit-mps-location-settings .fiit-mps-location-settings-description {
  padding: 10px 0 10px 0;
  font-size: 18px;
}
.form-fiit-mps .fiit-mps-location-settings .fiit-mps-location-settings-inner {
  display: flex;
  flex-direction: row;
}
.form-fiit-mps .fiit-mps-location-settings .fiit-mps-location-settings-inner .fiit-mps-location-setting {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.form-fiit-mps .fiit-mps-location-settings .fiit-mps-location-settings-inner .fiit-mps-location-setting .settings-item-list {
  display: flex;
  flex-direction: column;
  border: 2px solid #d4d4d4;
  margin-right: 15px;
  padding: 10px;
  height: 300px;
  overflow-y: scroll;
}
.float-item-row {
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  width: 100%;
  margin-bottom: 24px;
  padding: 24px 32px;
}
.float-item-row .accept-delivery-orders-toggle-container {
  width: 116px;
  position: absolute;
  top: 24px;
  right: 24px;
}
.float-item-row location-toggle.toggle-v2 .action-button {
  padding: 0;
}
.float-item-row .float-item__title {
  font-size: 20px;
  font-family: 'Open Sans';
}
.float-item-row .float-item__description {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Open Sans';
}
.float-item-row .float-item__note {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Open Sans';
}
.float-item-row .float-item__vertical-spacing-12 {
  height: 12px;
  min-height: 12px;
}
.float-item-row .float-item__vertical-spacing-16 {
  height: 16px;
  min-height: 16px;
}
.float-item-row .float-item__vertical-spacing-24 {
  height: 24px;
  min-height: 24px;
}
.float-item-row .float-item__vertical-spacing-32 {
  height: 32px;
  min-height: 32px;
}
.float-item-row .float-item__horizontal-spacing-8 {
  width: 8px;
  min-width: 8px;
}
.float-item-row .float-item__horizontal-spacing-16 {
  width: 16px;
  min-width: 16px;
}
.float-item-row .float-item__horizontal-spacing-30 {
  width: 30px;
  min-width: 30px;
}
.float-item-row .float-item__grey-button {
  height: 48px;
  width: 117px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  background-color: #f4f5f0;
  padding: 0;
  border: none;
  border-radius: 38px;
  font-weight: 500;
}
.float-item-row .float-item__grey-button img {
  height: 16px;
  width: 16px;
}
.float-item-row .float-item__yellow-button {
  height: 48px;
  width: 117px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  background-color: #efe13a;
  padding: 0;
  border: none;
  border-radius: 38px;
}
.float-item-row .float-item__top-right {
  position: absolute;
  top: 24px;
  right: 24px;
}
.float-item-row .float-item__2-col {
  display: flex;
}
.float-item-row .float-item__2-col .float-item__left {
  width: calc(100% - 149px);
}
.float-item-row .float-item__2-col .float-item__right {
  width: 149px;
  display: flex;
  justify-content: flex-end;
}
.delivery_setup__pages {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #f5f5f0;
}
.delivery_setup__pages input[type='text'] {
  height: 48px !important;
  border-radius: 5px !important;
  border: 1px solid #ccccc8 !important;
  padding: 12px 16px !important;
  font-size: 20px !important;
  font-family: 'Open Sans' !important;
}
.delivery_setup__pages select {
  height: 48px;
  border-radius: 5px;
  border: 1px solid #ccccc8;
  padding: 12px 16px;
  font-size: 20px;
  font-family: 'Open Sans';
}
.delivery_setup__pages .delivery-setup__page {
  min-width: 100%;
  transition: transform 0.4s ease;
  height: 100%;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
}
.delivery_setup__pages .delivery-setup__page .delivery-setup__page--max-width {
  margin: 24px 32px !important;
  flex-grow: 1;
}
.delivery_setup__pages .delivery-setup__page .delivery-setup__page--max-width .delivery-setup__scrollable {
  max-height: 100%;
  overflow-y: scroll;
}
.delivery_setup__pages .delivery-setup__main-page.inactive {
  transform: translate(-100%, 0px);
  pointer-events: none;
}
.delivery_setup__pages .delivery-setup__secondary-page.active {
  transform: translate(-100%, 0px);
}
.delivery_setup__pages .delivery-setup__locations-list .delivery-setup__location-container {
  height: fit-content;
  padding: 12px 16px;
  margin-top: 16px;
}
.delivery_setup__pages .delivery-setup__locations-list .delivery-setup__location-container .add-specific-delivery-location-description {
  margin-top: 18px;
}
.delivery_setup__pages .delivery-setup__locations-list .delivery-setup__location-container .delivery-locations-list {
  margin-top: 18px;
  padding-left: 16px;
}
.delivery_setup__pages .delivery-setup__locations-list .delivery-setup__location-container .delivery-locations-list .delivery-location-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.delivery_setup__pages .delivery-setup__locations-list .delivery-setup__location-container .delivery-locations-list .delivery-location-container .icon-toggle {
  font-size: 17px;
  margin-left: 12px;
}
.delivery_setup__pages .delivery-setup__locations-list .delivery-setup__location-container .delivery-setup__location-2-col {
  display: flex;
  align-items: center;
}
.delivery_setup__pages .delivery-setup__locations-list .delivery-setup__location-container .delivery-setup__location-2-col .delivery-setup__location-name {
  font-size: 16px;
}
.delivery_setup__pages .delivery-setup__locations-list .delivery-setup__location-container .delivery-setup__location-2-col .delivery-setup__specific-location-toggle-label {
  font-size: 16px;
  font-weight: 300;
  margin-right: 8px;
}
.delivery_setup__pages .delivery-setup__locations-list .delivery-setup__location-container .delivery-setup__location-2-col .delivery-setup__location-radius-km {
  font-size: 16px;
}
.delivery_setup__pages .delivery-setup__locations-list .delivery-setup__location-container .delivery-setup__location-2-col .delivery-setup__location-radius-input {
  color: #333332;
  font-size: 20px;
  text-align: center;
  height: 48px;
  width: 128px;
  margin-right: 8px;
  border-radius: 5px !important;
}
.delivery_setup__pages .delivery-setup__locations-list .delivery-setup__location-container .delivery-setup__location-2-col .delivery-setup__location-container--left {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.delivery_setup__pages .delivery-setup__locations-list .delivery-setup__location-container .delivery-setup__location-2-col .delivery-setup__location-container--left .delivery-setup__specific-location-toggle .action-button {
  padding: 0;
}
.delivery_setup__pages .delivery-setup__locations-list .delivery-setup__location-container .delivery-setup__location-2-col .delivery-setup__location-container--right {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.delivery_setup__pages .delivery-setup__locations-list .delivery-setup__location-container .delivery-setup__location-2-col .delivery-setup__location-container--right .add-delivery-location-button {
  width: 100% !important;
}
.delivery_setup__pages .delivery-setup__locations-list .delivery-setup__location-container .delivery-setup__location-2-col .delivery-setup__location-container--right .add-delivery-location-button img {
  height: 16px;
  width: 16px;
}
.delivery_setup__pages .delivery-fee-edit-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.delivery_setup__pages .delivery-fee-edit-row .delivery-fee-edit-container {
  box-sizing: border-box;
  width: 592px;
  border: 1px solid #ccccc8;
  padding: 12px 16px;
}
.delivery_setup__pages .delivery-fee-edit-row .delivery-fee-edit-container .localized-fee-location-selector-row {
  display: flex;
  align-items: center;
  position: relative;
}
.delivery_setup__pages .delivery-fee-edit-row .delivery-fee-edit-container .localized-fee-location-selector-row .delete-localized-fee-button {
  position: absolute;
  top: 7px;
  right: 8px;
  height: 17px;
  width: 17px;
}
.delivery_setup__pages .delivery-fee-edit-row .delivery-fee-edit-container .delivery-fee-input {
  width: 96px;
  font-size: 20px;
  text-align: center;
  height: 48px;
  border-radius: 5px !important;
}
.delivery_setup__pages .delivery-fee-edit-row .delivery-fee-edit-container .delete-delivery-fee-button {
  margin-left: 7px;
  height: 10px;
  width: 10px;
}
.delivery_setup__pages .delivery-fee-edit-row .delivery-fee-edit-container .delivery-fee-edit--top {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.delivery_setup__pages .delivery-fee-edit-row .delivery-fee-edit-container .additional-fee-divider {
  display: flex;
  color: #767673;
  font-family: 'Open Sans';
  font-size: 12px;
  margin-bottom: 14px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.delivery_setup__pages .delivery-fee-edit-row .delivery-fee-edit-container .additional-fee-divider .divider-line {
  box-sizing: border-box;
  height: 1px;
  width: 96px;
  border: 0.5px solid #ccccc8;
}
.delivery_setup__pages .delivery-fee-edit-row .delivery-fee-edit-container .delivery-fee-edit--additional-fee-levels {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}
.delivery_setup__pages .delivery-fee-edit-row .delivery-fee-edit-container .delivery-fee-edit--additional-fee-levels select {
  width: 157px;
  text-align: center;
}
.delivery_setup__pages .delivery-fee-edit-row .delivery-fee-edit-container .delivery-fee-edit--bottom {
  display: flex;
}
.delivery_setup__pages .delivery-fee-edit-row .delivery-fee-edit-container .delivery-fee-edit--bottom .delivery-fee-edit--bottom-left {
  width: 256px;
  margin-right: 48px;
}
.delivery_setup__pages .delivery-fee-edit-row .delivery-fee-edit-container .delivery-fee-edit--bottom .delivery-fee-edit--bottom-right {
  width: 256px;
}
.delivery_setup__pages .delivery-fee-edit-row .delivery-fee-edit-container .delivery-fee-edit--bottom .delivery-fee-edit--bottom-right .tax-delivery-fees--toggle-container {
  display: flex;
}
.delivery_setup__pages .delivery-fee-edit-row .delivery-fee-footer {
  display: flex;
  align-items: center;
}
.delivery_setup__pages .clockin-checklist-edit-container .clockin-checklist-item {
  height: 75px;
  padding: 12px 16px;
  border-bottom: 1px solid #ccccc8;
  display: flex;
  align-items: center;
}
.delivery_setup__pages .clockin-checklist-edit-container .clockin-checklist-item .clockin-checklist-item--left {
  display: flex;
  align-items: center;
  width: 80%;
}
.delivery_setup__pages .clockin-checklist-edit-container .clockin-checklist-item .clockin-checklist-item--left i {
  height: 11px;
  width: 16px;
}
.delivery_setup__pages .clockin-checklist-edit-container .clockin-checklist-item .clockin-checklist-item--right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 20%;
}
.delivery_setup__pages .clockin-checklist-edit-container .clockin-checklist-item .clockin-checklist-item--right .edit-clockin-checklist-item-button-container {
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
}
.delivery_setup__pages .clockin-checklist-edit-container .clockin-checklist-item .clockin-checklist-item--right .edit-clockin-checklist-item-button-container .edit-clockin-checklist-item-button {
  height: 17px;
  width: 17px;
}
.delivery_setup__pages .clockin-checklist-edit-container .clockin-checklist-item .clockin-checklist-item--right .delete-clockin-checklist-item-button-container {
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.delivery_setup__pages .clockin-checklist-edit-container .clockin-checklist-item .clockin-checklist-item--right .delete-clockin-checklist-item-button-container .delete-clockin-checklist-item-button {
  height: 10px;
  width: 10px;
}
.delivery_setup__pages .clockin-checklist-edit-container .add-clockin-checklist-item-row {
  display: flex;
  align-items: center;
}
.delivery_setup__pages .clockin-checklist-edit-container .add-clockin-checklist-item-row .add-clockin-checklist-item-input {
  height: 48px;
  width: 522px;
  border: 1px solid #ccccc8;
  border-radius: 5px !important;
  margin-right: 16px;
  font-family: 'Open Sans';
  font-size: 20px;
  padding: 12px 16px;
}
.delivery_setup__pages .delivery-setup__drivers-input-row {
  display: flex;
  align-items: center;
}
.delivery_setup__pages .delivery-setup__drivers-input-row input,
.delivery_setup__pages .delivery-setup__drivers-input-row select {
  width: 251px;
}
.delivery_setup__pages .delivery-setup__drivers-list {
  width: 100%;
}
.delivery_setup__pages .delivery-setup__drivers-list .drivers-list-row {
  width: 100%;
  border-bottom: 1px solid #ccccc8;
  height: 73px;
  display: flex;
  align-items: center;
}
.delivery_setup__pages .delivery-setup__drivers-list .drivers-list-4-col {
  width: 100%;
  display: flex;
  padding: 0 16px;
  position: relative;
}
.delivery_setup__pages .delivery-setup__drivers-list .drivers-list-4-col img {
  position: absolute;
  right: 16px;
  height: 16px;
  width: 16px;
  top: 4px;
}
.delivery_setup__pages .delivery-setup__drivers-list .drivers-list-4-col .drivers-list-name-col {
  width: 31%;
}
.delivery_setup__pages .delivery-setup__drivers-list .drivers-list-4-col .drivers-list-id-num-col {
  width: 23%;
}
.delivery_setup__pages .delivery-setup__drivers-list .drivers-list-4-col .drivers-list-id-exp-col {
  width: 23%;
}
.delivery_setup__pages .delivery-setup__drivers-list .drivers-list-4-col .drivers-list-access-col {
  width: 23%;
}
.modal-add-delivery-location .modal-dialog {
  height: 364px;
  width: 520px;
}
.modal-add-delivery-location .modal-dialog .modal-content {
  padding: 24px 32px;
  height: 364px;
  width: 520px !important;
  border-radius: 5px;
  color: #333332;
}
.modal-add-delivery-location .modal-dialog .modal-content .modal-add-delivery-location__title {
  font-family: 'Open Sans';
  font-size: 24px;
  margin-bottom: 24px;
}
.modal-add-delivery-location .modal-dialog .modal-content .modal-add-delivery-location__description {
  font-family: 'Open Sans';
  font-size: 16px;
  margin-bottom: 12px;
}
.modal-add-delivery-location .modal-dialog .modal-content input[type='text'] {
  color: #333332;
  width: 100% !important;
  height: 48px !important;
  border-radius: 5px !important;
  border: 1px solid #ccccc8 !important;
  padding: 12px 16px !important;
  font-size: 20px !important;
  margin-bottom: 24px;
}
.modal-add-delivery-location .modal-dialog .modal-content .modal-add-delivery-location__buttons-container {
  display: flex;
}
.modal-add-delivery-location .modal-dialog .modal-content .modal-add-delivery-location__buttons-container .cancel-button {
  height: 48px;
  width: 212px;
  border-radius: 38px;
  background-color: #f4f5f0;
  margin-right: 32px;
  border: none;
  font-size: 16px;
  font-family: 'Open Sans';
}
.modal-add-delivery-location .modal-dialog .modal-content .modal-add-delivery-location__buttons-container .save-button {
  height: 48px;
  width: 212px;
  border-radius: 38px;
  background-color: #efe13a;
  border: none;
  font-size: 16px;
  font-family: 'Open Sans';
}
.modal-delete-delivery-location .modal-dialog {
  height: 184px;
  width: 520px;
}
.modal-delete-delivery-location .modal-dialog .modal-content {
  padding: 24px 32px;
  border-radius: 5px;
  height: 184px;
  width: 520px !important;
}
.modal-delete-delivery-location .modal-dialog .modal-content .modal-delete-delivery-location__title {
  width: 100%;
  text-align: center;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 24px;
  margin-bottom: 12px;
}
.modal-delete-delivery-location .modal-dialog .modal-content .modal-delete-delivery-location__description {
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  margin-bottom: 24px;
  width: 100%;
  text-align: center;
}
.modal-delete-delivery-location .modal-dialog .modal-content .modal-delete-delivery-location__buttons-container {
  display: flex;
}
.modal-delete-delivery-location .modal-dialog .modal-content .modal-delete-delivery-location__buttons-container .cancel-button {
  height: 48px;
  width: 212px;
  border-radius: 38px;
  background-color: #f4f5f0;
  margin-right: 32px;
  border: none;
  font-size: 16px;
  font-family: 'Open Sans';
}
.modal-delete-delivery-location .modal-dialog .modal-content .modal-delete-delivery-location__buttons-container .delete-button {
  height: 48px;
  width: 212px;
  border-radius: 38px;
  background-color: #ffb4b3;
  border: none;
  font-size: 16px;
  font-family: 'Open Sans';
}
.modal-add-delivery-driver .modal-dialog {
  height: 520px;
  width: 352px;
}
.modal-add-delivery-driver .modal-dialog .modal-content {
  padding: 24px 32px;
  border-radius: 5px;
  height: 520px;
  width: 352px !important;
  position: relative;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__buttons-container {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 24px;
  display: flex;
  justify-content: center;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__buttons-container .continue-button {
  height: 48px;
  width: 148px;
  border-radius: 38px;
  background-color: #efe13a;
  border: none;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__buttons-container .back-button {
  height: 48px;
  width: 124px;
  border-radius: 38px;
  background-color: #f4f5f0;
  border: none;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__buttons-container .back-button img {
  margin-right: 8px;
  height: 16px;
  width: 16px;
}
.modal-add-delivery-driver .modal-dialog .modal-content input[type='text'] {
  width: 100% !important;
  height: 48px !important;
  border-radius: 5px !important;
  border: 1px solid #ccccc8 !important;
  padding: 12px 16px !important;
  font-size: 20px !important;
  margin-bottom: 24px;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__title {
  color: #333332;
  font-family: 'Open Sans';
  font-size: 24px;
  margin-bottom: 18px;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__description {
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  margin-bottom: 12px;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__info {
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 12px;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__locations-confirm-list {
  margin-top: 24px;
  margin-bottom: 19px;
  width: 100%;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__locations-confirm-list .modal-add-delivery-driver__location-row .modal-add-delivery-driver__location-name {
  font-size: 16px;
  font-weight: 300;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__confirm-info {
  height: 300px;
  width: 100%;
  overflow-y: scroll;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__locations-list-container {
  height: 266px;
  overflow-y: scroll;
  width: 100%;
  margin-bottom: 24px;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__locations-list-container .modal-add-delivery-driver__locations-list {
  padding: 16px;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__locations-list-container .modal-add-delivery-driver__locations-list .modal-add-delivery-driver__location-row {
  display: flex;
  margin-bottom: 18px;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__locations-list-container .modal-add-delivery-driver__locations-list .modal-add-delivery-driver__location-row .modal-add-delivery-driver__location-checkbox-container {
  margin-right: 8px;
  position: relative;
  padding-left: 16px;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__locations-list-container .modal-add-delivery-driver__locations-list .modal-add-delivery-driver__location-row .modal-add-delivery-driver__location-checkbox-container .modal-add-delivery-driver__location-checkbox {
  height: 16px;
  width: 16px;
  background-color: white;
  border: 1px solid #ccccc8;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 5px;
  pointer-events: none;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__locations-list-container .modal-add-delivery-driver__locations-list .modal-add-delivery-driver__location-row .modal-add-delivery-driver__location-checkbox-container input:checked ~ .modal-add-delivery-driver__location-checkbox {
  border: 1px solid black;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__locations-list-container .modal-add-delivery-driver__locations-list .modal-add-delivery-driver__location-row .modal-add-delivery-driver__location-checkbox-container input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__locations-list-container .modal-add-delivery-driver__locations-list .modal-add-delivery-driver__location-row .modal-add-delivery-driver__location-checkbox-container .modal-add-delivery-driver__location-checkbox:after {
  content: '';
  position: absolute;
  display: none;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__locations-list-container .modal-add-delivery-driver__locations-list .modal-add-delivery-driver__location-row .modal-add-delivery-driver__location-checkbox-container input:checked ~ .modal-add-delivery-driver__location-checkbox:after {
  display: block;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__locations-list-container .modal-add-delivery-driver__locations-list .modal-add-delivery-driver__location-row .modal-add-delivery-driver__location-checkbox-container .modal-add-delivery-driver__location-checkbox:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__locations-list-container .modal-add-delivery-driver__locations-list .modal-add-delivery-driver__location-row .modal-add-delivery-driver__location-name {
  font-size: 16px;
  font-weight: 300;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__step-indicator-container {
  margin-bottom: 5px;
  width: 100%;
  height: 12px;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__step-indicator-container .modal-add-delivery-driver__step-indicator {
  width: 100%;
  display: flex;
  position: relative;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__step-indicator-container .modal-add-delivery-driver__step-indicator .step-indicator-line {
  position: absolute;
  top: 5px;
  box-sizing: border-box;
  height: 1px;
  width: 75%;
  border: 1px solid #ababab;
  left: 12.5%;
  z-index: 0;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__step-indicator-container .modal-add-delivery-driver__step-indicator .step-indicator-quarter {
  width: 25%;
  position: relative;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__step-indicator-container .modal-add-delivery-driver__step-indicator .step-indicator-quarter .step-indicator-dot {
  position: absolute;
  z-index: 1;
  left: calc(50% - 6px);
  border-radius: 50px;
  border: 1px solid #333332;
  height: 12px;
  width: 12px;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__step-label-container {
  margin-bottom: 24px;
  width: 100%;
  height: 12px;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__step-label-container .modal-add-delivery-driver__step-label {
  width: 100%;
  color: #767673;
  font-family: 'Open Sans';
  font-size: 12px;
  display: flex;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__step-label-container .modal-add-delivery-driver__step-label .step-label-quarter {
  width: 25%;
  text-align: center;
}
.modal-add-delivery-driver .modal-dialog .modal-content .modal-add-delivery-driver__field-label {
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  margin-bottom: 12px;
}
.modal-edit-delivery-driver .modal-dialog {
  height: 720px;
  width: 520px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content {
  padding: 24px 32px;
  border-radius: 5px;
  height: 720px;
  width: 520px !important;
  position: relative;
}
.modal-edit-delivery-driver .modal-dialog .modal-content input[type='text'] {
  width: 100% !important;
  height: 48px !important;
  border-radius: 5px !important;
  border: 1px solid #ccccc8 !important;
  padding: 12px 16px !important;
  font-size: 20px !important;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__title {
  color: #767673;
  font-family: 'Open Sans';
  font-size: 24px;
  margin-bottom: 18px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__description {
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  margin-bottom: 12px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__field-label {
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  margin-bottom: 12px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__field-note {
  color: #767673;
  font-family: 'Open Sans';
  font-size: 12px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__field-row {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__field-row .modal-edit-delivery-driver__field-row--left {
  width: 50%;
  padding-right: 16px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__field-row .modal-edit-delivery-driver__field-row--right {
  width: 50%;
  padding-left: 16px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__locations-list-container {
  width: 100%;
  height: 158px;
  overflow-y: scroll;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__locations-list-container .modal-edit-delivery-driver__location-row {
  display: flex;
  margin-bottom: 18px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__locations-list-container .modal-edit-delivery-driver__location-row .modal-edit-delivery-driver__location-checkbox-container {
  margin-right: 8px;
  position: relative;
  padding-left: 16px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__locations-list-container .modal-edit-delivery-driver__location-row .modal-edit-delivery-driver__location-checkbox-container .modal-edit-delivery-driver__location-checkbox {
  height: 16px;
  width: 16px;
  background-color: white;
  border: 1px solid #ccccc8;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 5px;
  pointer-events: none;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__locations-list-container .modal-edit-delivery-driver__location-row .modal-edit-delivery-driver__location-checkbox-container input:checked ~ .modal-edit-delivery-driver__location-checkbox {
  border: 1px solid black;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__locations-list-container .modal-edit-delivery-driver__location-row .modal-edit-delivery-driver__location-checkbox-container input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__locations-list-container .modal-edit-delivery-driver__location-row .modal-edit-delivery-driver__location-checkbox-container .modal-edit-delivery-driver__location-checkbox:after {
  content: '';
  position: absolute;
  display: none;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__locations-list-container .modal-edit-delivery-driver__location-row .modal-edit-delivery-driver__location-checkbox-container input:checked ~ .modal-edit-delivery-driver__location-checkbox:after {
  display: block;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__locations-list-container .modal-edit-delivery-driver__location-row .modal-edit-delivery-driver__location-checkbox-container .modal-edit-delivery-driver__location-checkbox:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__locations-list-container .modal-edit-delivery-driver__location-row .modal-edit-delivery-driver__location-name {
  font-size: 16px;
  font-weight: 300;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__locations-list-container .modal-edit-delivery-driver__location-row location-toggle {
  margin-bottom: 12px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__buttons-container {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 24px;
  display: flex;
  justify-content: center;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__buttons-container .continue-button {
  height: 48px;
  width: 212px;
  border-radius: 38px;
  background-color: #efe13a;
  border: none;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__buttons-container .cancel-button {
  height: 48px;
  width: 212px;
  border-radius: 38px;
  background-color: #f4f5f0;
  border: none;
  margin-right: 32px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button {
  display: inline-block;
  padding-bottom: 12px;
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button .action-button-icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  border-radius: 50%;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button .action-button-icon .fa {
  display: block;
  width: 48px;
  height: 48px;
  margin: 6px;
  text-align: center;
  line-height: 48px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button .action-button-icon.with-background {
  background-color: #e8e8e8;
  margin-right: 8px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button .action-button-icon.with-background .fa {
  color: #999999;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button:hover {
  color: #efe13b;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button:hover .action-button-icon.with-background .fa {
  color: #efe13b;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button .action-button-toggle {
  width: 50px;
  height: 30px;
  border-radius: 90px;
  font-size: 0px;
  margin: 0px 10px 0 0;
  position: relative;
  background-color: #999999;
  transition: color 0.25s;
  border: 1px solid #000000;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button .action-button-toggle .toggle-panel {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
  transition: margin-left 0.25s;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button .action-button-toggle .toggle-panel .toggle-on {
  width: 48px;
  padding-left: 8px;
  height: 24px;
  border-radius: 12px 0 0 12px;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button .action-button-toggle .toggle-panel .toggle-off {
  width: 48px;
  padding-right: 8px;
  height: 100%;
  border-radius: 0 12px 12px 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: right;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button .action-button-toggle .toggle {
  position: absolute;
  left: -2%;
  top: -4%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: left 0.25s, border-color 0.25s;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button .action-button-toggle.toggle-status-on {
  background-color: #efe13b;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button .action-button-toggle.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button .action-button-toggle.toggle-status-on .toggle {
  left: 20px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button .action-button-toggle.toggle-status-off {
  background-color: #f0eff0;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button .action-button-toggle.toggle-status-off .toggle-panel {
  margin-left: -36px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button .action-button-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button .action-button-label.highlight {
  color: #efe13b;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .action-button + .action-button {
  margin-left: 30px;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .control-label + .action-button {
  display: block;
}
.modal-edit-delivery-driver .modal-dialog .modal-content .modal-edit-delivery-driver__close-modal-button {
  position: absolute;
  top: 19px;
  right: 24px;
  height: 17px;
  width: 17px;
}
/*------------*\
    #MOBILE SETUP
  \*------------*/
.mobile-setup-page {
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  background-color: #f5f5f0;
  min-height: max-content;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  /*------------*\
         #NEW IPHONE
      \*------------*/
}
.mobile-setup-page .font-size-20px {
  font-size: 20px;
}
.mobile-setup-page .font-size-12px {
  font-size: 12px;
}
.mobile-setup-page .font-size-14px {
  font-size: 14px;
}
.mobile-setup-page .color-light-gray {
  color: #bbbbbb;
}
.mobile-setup-page .z-index-one {
  z-index: 1;
}
.mobile-setup-page .mobile-setup-page-phone {
  padding: 0px;
  background: none;
  box-shadow: none;
  border: none;
  margin: 0.75em 1.75em;
}
.mobile-setup-page .mobile-setup-page-top {
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}
.mobile-setup-page .mobile-setup-page-top .mobile-setup-page-top-title {
  font-size: 24px;
}
.mobile-setup-page .mobile-setup-page-top .mobile-setup-page-top-btn {
  height: 48px;
  width: 99px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efe13a;
  cursor: pointer;
}
.mobile-setup-page .title__yellow-button {
  height: 48px;
  width: 117px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  background-color: #efe13a;
  padding: 0;
  border: none;
  border-radius: 38px;
}
.mobile-setup-page .cards-list .card-container {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 24px;
  border-bottom: 0.5px solid #ccccc8;
  gap: 0 32px;
}
.mobile-setup-page .cards-list .card-container .draggable-icon {
  font-size: 32px;
}
.mobile-setup-page .cards-list .card-container .card-image {
  height: 128px;
  width: 206px;
  min-width: 206px;
  min-height: 128px;
  border-radius: 5.57px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  background: #f5f5f0;
  object-fit: cover;
}
.mobile-setup-page .cards-list .card-container .card-text-container {
  display: flex;
  flex-direction: column;
}
.mobile-setup-page .cards-list .loading {
  justify-content: center;
}
.mobile-setup-page .cards-list .loading .loading-icon {
  font-size: 30px;
  margin-right: 24px;
}
.mobile-setup-page .cards-list .card-container:last-child {
  border-bottom: none !important;
}
.mobile-setup-page .mobile-setup-body {
  min-width: 100%;
  transition: transform 0.4s ease;
  overflow-x: hidden;
}
.mobile-setup-page .mobile-setup-body.inactive {
  transform: translateX(-100%);
}
.mobile-setup-page .mobile-setup-secondary-container {
  max-width: 768px;
  margin: 0 auto;
}
.mobile-setup-page .mobile-setup-secondary-body {
  min-width: 100%;
  transition: transform 0.4s ease;
  overflow: hidden;
}
.mobile-setup-page .mobile-setup-secondary-body.active {
  transform: translateX(-100%);
  overflow: auto;
}
.mobile-setup-page .mobile-setup-upload-block:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .mobile-setup-page .mobile-setup-upload-block {
    flex-wrap: wrap;
  }
}
.mobile-setup-page .mobile-setup-upload-block .mobile-setup-upload-block-description {
  margin: 10px 0 20px 0;
  color: #767673;
  font-family: Helvetica;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}
.mobile-setup-page .mobile-setup-upload-block .mobile-setup-upload-block-title {
  font-size: 20px;
}
.mobile-setup-page .mobile-setup-upload-block .mobile-setup-upload-block-bottom {
  display: flex;
  align-items: center;
}
.mobile-setup-page .mobile-setup-upload-block .mobile-setup-upload-block-bottom .mobile-setup-upload-block-image {
  height: 50px;
  overflow: hidden;
  margin-right: 16px;
  border-radius: 3px;
  position: relative;
}
.mobile-setup-page .mobile-setup-upload-block .mobile-setup-upload-block-bottom .mobile-setup-upload-block-image-blob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mobile-setup-page .mobile-setup-upload-block .mobile-setup-upload-block-bottom .mobile-setup-upload-block-image-blob img {
  background-color: white;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mobile-setup-page .mobile-setup-upload-block .mobile-setup-upload-block-bottom .mobile-setup-upload-block-image-banner {
  width: 90px;
}
.mobile-setup-page .mobile-setup-upload-block .mobile-setup-upload-block-bottom .mobile-setup-upload-block-image-logo {
  width: 65px;
  height: 65px;
  margin-right: 35px;
}
.mobile-setup-page .mobile-setup-upload-block .mobile-setup-upload-block-bottom .mobile-setup-upload-block-image-card {
  width: 100px;
}
.mobile-setup-page .mobile-setup-upload-block .mobile-setup-upload-block-bottom .mobile-setup-upload-block-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mobile-setup-page .mobile-setup-upload-block .mobile-setup-upload-block-bottom .mobile-setup-upload-block-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: #f4f5f0;
  border-radius: 200px;
  cursor: pointer;
  flex: 1;
  min-width: 250px;
}
.mobile-setup-page .mobile-setup-upload-block .mobile-setup-upload-block-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.mobile-setup-page .new-iphone-container {
  width: 300px;
  height: 607px;
}
.mobile-setup-page .new-iphone {
  position: relative;
  padding: 4%;
  height: 100%;
  background-color: #333332;
  border-radius: 53px;
}
.mobile-setup-page .new-iphone__body {
  border-radius: 45px;
  background-color: #333332;
  height: 100%;
  overflow: hidden;
}
.mobile-setup-page .new-iphone__body:before {
  content: '';
  position: absolute;
  top: 0.7%;
  right: 1.4%;
  bottom: 0.7%;
  left: 1.4%;
  background-color: #333332;
  border-radius: 45px;
  box-shadow: 0 0 3px #333332;
}
.mobile-setup-page .new-iphone__body:after {
  content: '';
  position: absolute;
  top: 1%;
  right: 2.3%;
  bottom: 1%;
  left: 2.3%;
  background-color: #333332;
  border-radius: 45px;
}
.mobile-setup-page .new-iphone__body__cut {
  position: absolute;
  z-index: 2;
  top: 1.9%;
  left: 50%;
  width: 50%;
  height: 3.5%;
  background-color: #333332;
  border-radius: 0 0 13px 13px;
  transform: translate3d(-50%, 0, 0);
}
.mobile-setup-page .new-iphone__body__speaker,
.mobile-setup-page .new-iphone__body__camera,
.mobile-setup-page .new-iphone__body__sensor {
  position: absolute;
  z-index: 2;
  background-color: #222;
  transform: translate(-50%, -50%);
}
.mobile-setup-page .new-iphone__body__speaker {
  top: 3.5%;
  left: 50%;
  width: 12%;
  height: 0.8%;
  border-radius: 5px;
}
.mobile-setup-page .new-iphone__body__camera {
  top: 3.5%;
  left: 36%;
  width: 3.5%;
  height: 1.7%;
  border-radius: 50%;
  box-shadow: inset 0 0 2px 1px #333332;
}
.mobile-setup-page .new-iphone__body__sensor {
  top: 3.5%;
  left: 61%;
  width: 2.2%;
  height: 1.1%;
  border-radius: 50%;
  background-color: #2a4a73;
  box-shadow: inset 0 0 2px 1px #333332;
}
.mobile-setup-page .new-iphone__body__mute,
.mobile-setup-page .new-iphone__body__up,
.mobile-setup-page .new-iphone__body__down,
.mobile-setup-page .new-iphone__body__right {
  position: absolute;
  background-color: #b5b8ba;
  box-shadow: inset 0 5px 5px -3px rgba(0, 0, 0, 0.5), inset 0 -5px 5px -3px rgba(0, 0, 0, 0.5);
  transform: translate(0, -50%);
}
.mobile-setup-page .new-iphone__body__mute {
  top: 14.7%;
  left: -0.7%;
  width: 0.7%;
  height: 4%;
  border-radius: 1px 0 0 1px;
}
.mobile-setup-page .new-iphone__body__up,
.mobile-setup-page .new-iphone__body__down {
  left: -1%;
  width: 1%;
  height: 7.5%;
  border-radius: 2px 0 0 2px;
}
.mobile-setup-page .new-iphone__body__up {
  top: 25%;
}
.mobile-setup-page .new-iphone__body__down {
  top: 34%;
}
.mobile-setup-page .new-iphone__body__right {
  top: 25%;
  right: -1%;
  width: 1%;
  height: 7.5%;
  border-radius: 0 2px 2px 0;
}
.mobile-setup-page .new-iphone__screen {
  position: relative;
  background-color: white;
  border-radius: 37px;
  box-shadow: 0 0 10px #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 1;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-top {
  height: 130px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: -15px;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-top .new-iphone__screen-top-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-top .new-iphone__screen-top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-top span {
  position: absolute;
  top: 20%;
  right: 50%;
  transform: translateX(50%);
  font-size: 12px;
  color: gray;
  z-index: -2;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body {
  flex: 1;
  border-radius: 15px 15px 0 0;
  background-color: #f5f5f0;
  padding: 80px 12px 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-top {
  text-align: center;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-loyalty-card {
  margin: 12px 0;
  border-radius: 10px;
  background-color: white;
  height: 150px;
  overflow: hidden;
  width: 100%;
  position: relative;
  box-shadow: 0 2px 7px 0 rgba(51, 51, 50, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-loyalty-card .new-iphone__screen-body-loyalty-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-loyalty-card .new-iphone__screen-body-loyalty-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-loyalty-card .new-iphone__screen-body-loyalty-card-balance {
  position: absolute;
  top: 2%;
  right: 3%;
  font-size: 15px;
  z-index: 3;
  background-color: #ffffff6e;
  border-radius: 5px;
  padding-right: 3px;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-loyalty-card .new-iphone__screen-body-loyalty-card-balance .icon-Star:before {
  color: #333332;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-loyalty-card .new-iphone__screen-body-loyalty-card-balance .nown-icon {
  transform: translateX(3px);
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-placeholder {
  transform: translateY(10px) translateX(20px);
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-placeholder-one {
  height: 17px;
  width: 130px;
  border-radius: 100px;
  background-color: #ccccc8;
  margin-bottom: 8px;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-placeholder-two {
  display: flex;
  width: max-content;
  padding-bottom: 16px;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-placeholder-three {
  height: 69px;
  width: 110px;
  border-radius: 9px;
  background-color: #ffffff;
  box-shadow: 0 2px 7px 0 rgba(51, 51, 50, 0.1);
  margin-right: 10px;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-placeholder-four {
  height: 69px;
  width: 110px;
  border-radius: 9px;
  background-color: #ffffff;
  box-shadow: 0 2px 7px 0 rgba(51, 51, 50, 0.1);
  margin-right: 10px;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-placeholder-five {
  height: 69px;
  width: 40px;
  border-radius: 9px;
  background-color: #ffffff;
  box-shadow: 0 2px 7px 0 rgba(51, 51, 50, 0.1);
  margin-right: 10px;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-placeholder-six {
  height: 19px;
  width: 130px;
  border-radius: 100px;
  background-color: #ccccc8;
  margin-bottom: 8px;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-placeholder-seven {
  display: flex;
  width: max-content;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-placeholder-eight {
  height: 41.45px;
  width: 130.68px;
  border-radius: 3.51px 3.51px 0 0;
  background-color: #ffffff;
  box-shadow: 0 2px 7px 0 rgba(51, 51, 50, 0.1);
  margin-right: 11px;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-body .new-iphone__screen-body-placeholder-nine {
  height: 41.45px;
  width: 130.68px;
  border-radius: 3.51px 3.51px 0 0;
  background-color: #ffffff;
  box-shadow: 0 2px 7px 0 rgba(51, 51, 50, 0.1);
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-logo {
  position: absolute;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 3px 7px 0 rgba(51, 51, 50, 0.1);
  right: 50%;
  top: 7.5%;
  transform: translateX(50%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbbbbb;
}
.mobile-setup-page .new-iphone__screen .new-iphone__screen-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mobile-setup-page .new-iphone__screen-secondary {
  position: relative;
  background-color: white;
  border-radius: 37px;
  box-shadow: 0 0 10px #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 1;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-top {
  height: 164px;
  width: 100%;
  margin-bottom: -15px;
  overflow: hidden;
  position: relative;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-top .new-iphone__screen-secondary-top-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-top .new-iphone__screen-secondary-top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-top span {
  position: absolute;
  top: 30%;
  right: 50%;
  transform: translateX(50%);
  font-size: 12px;
  z-index: -3;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-content-box {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 61%;
  padding: 12px;
  width: 90%;
  box-shadow: 0 3px 7px 0 rgba(51, 51, 50, 0.1);
  background-color: white;
  border-radius: 4px;
  z-index: 2;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-content-box .new-iphone__screen-secondary-content-box-top {
  display: flex;
  padding-bottom: 8px;
  align-items: center;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-content-box .new-iphone__screen-secondary-content-box-top .new-iphone__screen-secondary-content-box-top-logo {
  height: 50px;
  width: 50px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ccccc8;
  margin-right: 8px;
  flex-shrink: 0;
  position: relative;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-content-box .new-iphone__screen-secondary-content-box-top .new-iphone__screen-secondary-content-box-top-logo .new-iphone__screen-secondary-content-box-top-logo-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: white;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-content-box .new-iphone__screen-secondary-content-box-top .new-iphone__screen-secondary-content-box-top-logo .new-iphone__screen-secondary-content-box-top-logo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-content-box .new-iphone__screen-secondary-content-box-top .new-iphone__screen-secondary-content-box-top-logo .new-iphone__screen-secondary-content-box-top-logo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-content-box .new-iphone__screen-secondary-content-box-top .new-iphone__screen-secondary-content-box-top-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-content-box .new-iphone__screen-secondary-content-bottom {
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ccccc8;
  font-size: 9px;
  color: #767673;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-body {
  flex: 1;
  border-radius: 15px 15px 0 0;
  background-color: #f5f5f0;
  padding: 100px 0 0 12px;
  z-index: 1;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-body .new-iphone__screen-secondary-body-placeholder-one {
  height: 19px;
  width: 130px;
  border-radius: 100px;
  background-color: #ccccc8;
  margin-bottom: 10px;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-body .new-iphone__screen-secondary-body-placeholder-two {
  display: flex;
  width: max-content;
  margin-bottom: 15px;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-body .new-iphone__screen-secondary-body-placeholder-three {
  height: 120px;
  width: 130px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 7px 0 rgba(51, 51, 50, 0.1);
  margin-right: 12px;
}
.mobile-setup-page .new-iphone__screen-secondary .new-iphone__screen-secondary-body .new-iphone__screen-secondary-body-placeholder-four {
  height: 120px;
  width: 130px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 7px 0 rgba(51, 51, 50, 0.1);
}
.gift-card-setup__pages,
.kisok-setup__pages {
  display: flex;
  overflow: hidden;
  height: 100%;
  background-color: #f5f5f0;
  font-family: 'Open Sans';
}
.gift-card-setup__pages input[type='number']::-webkit-inner-spin-button,
.kisok-setup__pages input[type='number']::-webkit-inner-spin-button,
.gift-card-setup__pages input[type='number']::-webkit-outer-spin-button,
.kisok-setup__pages input[type='number']::-webkit-outer-spin-button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.gift-card-setup__pages .setup-wizard__step-nav-v2,
.kisok-setup__pages .setup-wizard__step-nav-v2 {
  font-family: 'Open Sans';
  min-height: 52px;
  height: fit-content;
  display: flex;
  align-items: center;
  padding: 24px 0 0 32px;
}
.gift-card-setup__pages .setup-wizard__step-nav-v2 .step-nav__back-button,
.kisok-setup__pages .setup-wizard__step-nav-v2 .step-nav__back-button {
  height: 48px;
  width: 149px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  background-color: #ffffff;
  padding: 0;
  border: none;
  border-radius: 38px;
}
.gift-card-setup__pages .setup-wizard__step-nav-v2 .step-nav__back-button img,
.kisok-setup__pages .setup-wizard__step-nav-v2 .step-nav__back-button img {
  height: 16px;
  width: 16px;
  margin-right: 8px;
}
.gift-card-setup__pages .setup-wizard__step-nav-v2 .step-nav__save-button,
.kisok-setup__pages .setup-wizard__step-nav-v2 .step-nav__save-button {
  height: 48px;
  width: 123px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  background-color: #efe13a;
  padding: 0;
  border: none;
  border-radius: 38px;
}
.gift-card-setup__pages .setup-wizard__step-nav-v2 .title-container,
.kisok-setup__pages .setup-wizard__step-nav-v2 .title-container {
  padding-left: 16px;
  width: 448px;
}
.gift-card-setup__pages .setup-wizard__step-nav-v2 .step-nav__title,
.kisok-setup__pages .setup-wizard__step-nav-v2 .step-nav__title {
  font-size: 24px;
}
.gift-card-setup__pages .setup-wizard__step-nav-v2 .step-nav__description,
.kisok-setup__pages .setup-wizard__step-nav-v2 .step-nav__description {
  font-size: 16px;
  font-weight: 300;
}
.gift-card-setup__pages .float-item-row,
.kisok-setup__pages .float-item-row {
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  width: 100%;
  margin-bottom: 24px;
  padding: 24px 32px;
}
.gift-card-setup__pages .float-item-row location-toggle.toggle-v2 .action-button,
.kisok-setup__pages .float-item-row location-toggle.toggle-v2 .action-button {
  padding: 0;
}
.gift-card-setup__pages .float-item-row .float-item__title,
.kisok-setup__pages .float-item-row .float-item__title {
  font-size: 20px;
  font-family: 'Open Sans';
}
.gift-card-setup__pages .float-item-row .float-item__description,
.kisok-setup__pages .float-item-row .float-item__description {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Open Sans';
}
.gift-card-setup__pages .float-item-row .float-item__note,
.kisok-setup__pages .float-item-row .float-item__note {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Open Sans';
}
.gift-card-setup__pages .float-item-row .float-item__vertical-spacing-12,
.kisok-setup__pages .float-item-row .float-item__vertical-spacing-12 {
  height: 12px;
  min-height: 12px;
}
.gift-card-setup__pages .float-item-row .float-item__vertical-spacing-16,
.kisok-setup__pages .float-item-row .float-item__vertical-spacing-16 {
  height: 16px;
  min-height: 16px;
}
.gift-card-setup__pages .float-item-row .float-item__vertical-spacing-24,
.kisok-setup__pages .float-item-row .float-item__vertical-spacing-24 {
  height: 24px;
  min-height: 24px;
}
.gift-card-setup__pages .float-item-row .float-item__horizontal-spacing-8,
.kisok-setup__pages .float-item-row .float-item__horizontal-spacing-8 {
  width: 8px;
  min-width: 8px;
}
.gift-card-setup__pages .float-item-row .float-item__horizontal-spacing-16,
.kisok-setup__pages .float-item-row .float-item__horizontal-spacing-16 {
  width: 16px;
  min-width: 16px;
}
.gift-card-setup__pages .float-item-row .float-item__horizontal-spacing-30,
.kisok-setup__pages .float-item-row .float-item__horizontal-spacing-30 {
  width: 30px;
  min-width: 30px;
}
.gift-card-setup__pages .float-item-row .float-item__grey-button,
.kisok-setup__pages .float-item-row .float-item__grey-button {
  height: 48px;
  width: 117px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  background-color: #f4f5f0;
  padding: 0;
  border: none;
  border-radius: 38px;
}
.gift-card-setup__pages .float-item-row .float-item__yellow-button,
.kisok-setup__pages .float-item-row .float-item__yellow-button {
  height: 48px;
  width: 117px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: normal !important;
  background-color: #efe13a;
  padding: 0;
  border: none;
  border-radius: 38px;
}
.gift-card-setup__pages .float-item-row .float-item__top-right,
.kisok-setup__pages .float-item-row .float-item__top-right {
  position: absolute;
  top: 24px;
  right: 24px;
}
.gift-card-setup__pages .float-item-row .float-item__2-col,
.kisok-setup__pages .float-item-row .float-item__2-col {
  display: flex;
}
.gift-card-setup__pages .float-item-row .float-item__2-col .float-item__left,
.kisok-setup__pages .float-item-row .float-item__2-col .float-item__left {
  width: calc(100% - 149px);
}
.gift-card-setup__pages .float-item-row .float-item__2-col .float-item__right,
.kisok-setup__pages .float-item-row .float-item__2-col .float-item__right {
  width: 149px;
  display: flex;
  justify-content: flex-end;
  margin-left: 10px;
}
.gift-card-setup__pages .setup-wizard__form-section,
.kisok-setup__pages .setup-wizard__form-section {
  margin: 15px 24px;
}
.gift-card-setup__pages .enable-gift-card-toggle-container,
.kisok-setup__pages .enable-gift-card-toggle-container {
  width: 116px;
  position: absolute;
  top: 24px;
  right: 24px;
}
.gift-card-setup__pages .float-item__carousel,
.kisok-setup__pages .float-item__carousel {
  display: flex;
  margin-top: 12px;
  justify-content: center;
}
.gift-card-setup__pages .float-item__carousel .carousel-item,
.kisok-setup__pages .float-item__carousel .carousel-item {
  display: flex;
  width: 172px;
  height: 106px;
  background: #f5f5f0;
  border-radius: 5px;
  margin-right: 16px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 8px 0 rgba(51, 51, 50, 0.1);
}
.gift-card-setup__pages .float-item__carousel .carousel-more,
.kisok-setup__pages .float-item__carousel .carousel-more {
  font-size: 16px;
  width: 92px;
  font-weight: 300;
  margin: 0;
  color: #333332;
}
.gift-card-setup__pages .float-item__carousel-none,
.kisok-setup__pages .float-item__carousel-none {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  height: 80px;
}
.gift-card-setup__pages .float-item__horizontal-spacing-32,
.kisok-setup__pages .float-item__horizontal-spacing-32 {
  width: 32px;
  min-width: 32px;
}
.gift-card-setup__pages .float-item__input,
.kisok-setup__pages .float-item__input {
  font-size: 16px;
  font-weight: 300;
  padding: 16px 0;
  line-height: 72px;
  box-sizing: content-box;
}
.gift-card-setup__pages .float-item__input .credit-amount,
.kisok-setup__pages .float-item__input .credit-amount {
  font-size: 20px;
  height: 48px;
  border: 1px solid #ccccc8;
  border-radius: 5px !important;
  color: #333332;
  width: 106px;
  padding: 12px 16px;
  margin: 0 6px;
}
.gift-card-setup__pages .float-item__input .credit-percent,
.kisok-setup__pages .float-item__input .credit-percent {
  font-size: 20px;
  height: 48px;
  border: 1px solid #ccccc8;
  border-radius: 5px !important;
  color: #333332;
  width: 55px;
  padding: 12px 12px;
  text-align: center;
  margin: 0 6px;
  line-height: 1;
}
.gift-card-setup__pages .float-item__message,
.kisok-setup__pages .float-item__message {
  font-size: 16px;
  font-weight: 300;
  padding: 16px 0;
  line-height: 72px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
}
.gift-card-setup__pages .float-item__message .draggable-icon,
.kisok-setup__pages .float-item__message .draggable-icon {
  font-size: 20px;
  margin-right: 16px;
}
.gift-card-setup__pages .float-item__message .edit-icon,
.kisok-setup__pages .float-item__message .edit-icon {
  font-size: 20px;
  margin-right: 36px;
}
.gift-card-setup__pages .float-item__message .message-suggestion,
.kisok-setup__pages .float-item__message .message-suggestion {
  width: 496px;
  margin-right: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #ccccc8;
  border-radius: 5px !important;
  padding: 12px !important;
  color: #393939 !important;
  font-size: 16px;
}
.gift-card-setup__pages .float-item__message .message-suggestion-read-only,
.kisok-setup__pages .float-item__message .message-suggestion-read-only {
  background: white !important;
  border: none !important;
}
.gift-card-setup__pages .float-item__add,
.kisok-setup__pages .float-item__add {
  display: flex;
  align-items: center;
}
.gift-card-setup__pages .float-item__add .add-message-button,
.kisok-setup__pages .float-item__add .add-message-button {
  width: 118px;
}
.gift-card-setup__pages .float-item__add .add-message-button .add-message-icon,
.kisok-setup__pages .float-item__add .add-message-button .add-message-icon {
  font-size: 20px;
  margin-right: 8px;
}
.gift-card-setup__pages .float-item__add .add-message__input,
.kisok-setup__pages .float-item__add .add-message__input {
  height: 48px;
  width: 522px;
  border: 1px solid #ccccc8;
  border-radius: 5px !important;
  margin-right: 16px;
  font-family: 'Open Sans';
  font-size: 20px;
  padding: 12px 16px;
}
.gift-card-setup__pages .yellow-button-wide,
.kisok-setup__pages .yellow-button-wide {
  width: 100%;
}
.gift-card-setup__pages .gift-card-setup__page,
.kisok-setup__pages .gift-card-setup__page,
.gift-card-setup__pages .kiosk-setup__page,
.kisok-setup__pages .kiosk-setup__page {
  transition: transform 0.4s ease;
  min-width: 100%;
  overflow-x: hidden;
}
.gift-card-setup__pages .gift-card-setup__page .gift-card-setup__page--max-width,
.kisok-setup__pages .gift-card-setup__page .gift-card-setup__page--max-width,
.gift-card-setup__pages .kiosk-setup__page .gift-card-setup__page--max-width,
.kisok-setup__pages .kiosk-setup__page .gift-card-setup__page--max-width {
  margin: 24px 32px !important;
}
.gift-card-setup__pages .gift-card-setup__page .gift-card-setup__page--max-width .gift-card-setup__scrollable,
.kisok-setup__pages .gift-card-setup__page .gift-card-setup__page--max-width .gift-card-setup__scrollable,
.gift-card-setup__pages .kiosk-setup__page .gift-card-setup__page--max-width .gift-card-setup__scrollable,
.kisok-setup__pages .kiosk-setup__page .gift-card-setup__page--max-width .gift-card-setup__scrollable {
  max-height: 100%;
  overflow-y: scroll;
}
.gift-card-setup__pages .gift-card-setup__page .kiosk-set-background,
.kisok-setup__pages .gift-card-setup__page .kiosk-set-background,
.gift-card-setup__pages .kiosk-setup__page .kiosk-set-background,
.kisok-setup__pages .kiosk-setup__page .kiosk-set-background {
  margin: 24px 32px;
}
.gift-card-setup__pages .gift-card-setup__main-page.inactive,
.kisok-setup__pages .gift-card-setup__main-page.inactive,
.gift-card-setup__pages .kiosk-setup__main-page.inactive,
.kisok-setup__pages .kiosk-setup__main-page.inactive {
  transform: translate(-100%, 0px);
  pointer-events: none;
}
.gift-card-setup__pages .gift-card-setup__secondary-page.active,
.kisok-setup__pages .gift-card-setup__secondary-page.active,
.gift-card-setup__pages .kiosk-setup__secondary-page.active,
.kisok-setup__pages .kiosk-setup__secondary-page.active {
  transform: translate(-100%, 0px);
}
.gift-card-setup__pages .gift-card-setup__secondary-page .yellow-button-wide,
.kisok-setup__pages .gift-card-setup__secondary-page .yellow-button-wide,
.gift-card-setup__pages .kiosk-setup__secondary-page .yellow-button-wide,
.kisok-setup__pages .kiosk-setup__secondary-page .yellow-button-wide {
  width: 202px;
}
.gift-card-setup__pages .gift-card-setup__secondary-page .title__yellow-button,
.kisok-setup__pages .gift-card-setup__secondary-page .title__yellow-button,
.gift-card-setup__pages .kiosk-setup__secondary-page .title__yellow-button,
.kisok-setup__pages .kiosk-setup__secondary-page .title__yellow-button {
  height: 48px;
  width: 117px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  background-color: #efe13a;
  padding: 0;
  border: none;
  border-radius: 38px;
}
.gift-card-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container,
.kisok-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container,
.gift-card-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container,
.kisok-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  padding: 24px;
  border-bottom: 0.5px solid #ccccc8;
  position: relative;
}
.gift-card-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal,
.kisok-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal,
.gift-card-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal,
.kisok-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.gift-card-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .card-image,
.kisok-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .card-image,
.gift-card-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .card-image,
.kisok-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .card-image {
  height: inherit;
  width: 320px;
  min-width: 320px;
  min-height: 320px;
  border-radius: 5.57px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  background: #f5f5f0;
  object-fit: cover;
}
.gift-card-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .card-text-container,
.kisok-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .card-text-container,
.gift-card-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .card-text-container,
.kisok-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .card-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gift-card-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container,
.kisok-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container,
.gift-card-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container,
.kisok-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container {
  display: inherit;
  flex-wrap: wrap;
}
.gift-card-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container,
.kisok-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container,
.gift-card-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container,
.kisok-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container {
  display: flex;
  flex-wrap: wrap;
}
.gift-card-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day,
.kisok-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day,
.gift-card-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day,
.kisok-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day {
  margin: 5px;
}
.gift-card-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day .active-day__button,
.kisok-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day .active-day__button,
.gift-card-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day .active-day__button,
.kisok-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day .active-day__button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  background-color: #f4f5f0;
  padding: 10px 13px;
  border: none;
  border-radius: 38px;
}
.gift-card-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day .active-day__button .active-indicator,
.kisok-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day .active-day__button .active-indicator,
.gift-card-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day .active-day__button .active-indicator,
.kisok-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day .active-day__button .active-indicator {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 8px;
  background: #bfbfbf;
}
.gift-card-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day .active-day__button .active,
.kisok-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day .active-day__button .active,
.gift-card-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day .active-day__button .active,
.kisok-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day .active-day__button .active {
  background: #efe13a;
}
.gift-card-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day .active,
.kisok-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day .active,
.gift-card-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day .active,
.kisok-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .image-container .active-days-container .active-day .active {
  background: #3a3a3a;
  color: white;
}
.gift-card-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .loading-overlay,
.kisok-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .loading-overlay,
.gift-card-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .loading-overlay,
.kisok-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .loading-overlay {
  display: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  justify-content: center;
  align-items: center;
  background: #ffffffbd;
  font-size: 30px;
}
.gift-card-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .loading-overlay .loading-icon,
.kisok-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .loading-overlay .loading-icon,
.gift-card-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .loading-overlay .loading-icon,
.kisok-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .card-internal .loading-overlay .loading-icon {
  margin-right: 24px;
}
.gift-card-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .btn-container,
.kisok-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container .btn-container,
.gift-card-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .btn-container,
.kisok-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container .btn-container {
  align-self: flex-end;
  display: inherit;
  flex-direction: row;
  gap: 6px;
}
.gift-card-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container:last-child,
.kisok-setup__pages .gift-card-setup__secondary-page .kiosk-set-background .cards-list .card-container:last-child,
.gift-card-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container:last-child,
.kisok-setup__pages .kiosk-setup__secondary-page .kiosk-set-background .cards-list .card-container:last-child {
  border-bottom: none !important;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #designPage .float-item-row,
.kisok-setup__pages .gift-card-setup__secondary-page #designPage .float-item-row,
.gift-card-setup__pages .kiosk-setup__secondary-page #designPage .float-item-row,
.kisok-setup__pages .kiosk-setup__secondary-page #designPage .float-item-row {
  min-width: 720px;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #designPage .float-item__description,
.kisok-setup__pages .gift-card-setup__secondary-page #designPage .float-item__description,
.gift-card-setup__pages .kiosk-setup__secondary-page #designPage .float-item__description,
.kisok-setup__pages .kiosk-setup__secondary-page #designPage .float-item__description {
  margin-right: 49px;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #designPage .cards-list .card-container,
.kisok-setup__pages .gift-card-setup__secondary-page #designPage .cards-list .card-container,
.gift-card-setup__pages .kiosk-setup__secondary-page #designPage .cards-list .card-container,
.kisok-setup__pages .kiosk-setup__secondary-page #designPage .cards-list .card-container {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 24px;
  border-bottom: 0.5px solid #ccccc8;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #designPage .cards-list .card-container .draggable-icon,
.kisok-setup__pages .gift-card-setup__secondary-page #designPage .cards-list .card-container .draggable-icon,
.gift-card-setup__pages .kiosk-setup__secondary-page #designPage .cards-list .card-container .draggable-icon,
.kisok-setup__pages .kiosk-setup__secondary-page #designPage .cards-list .card-container .draggable-icon {
  font-size: 32px;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #designPage .cards-list .card-container .card-image,
.kisok-setup__pages .gift-card-setup__secondary-page #designPage .cards-list .card-container .card-image,
.gift-card-setup__pages .kiosk-setup__secondary-page #designPage .cards-list .card-container .card-image,
.kisok-setup__pages .kiosk-setup__secondary-page #designPage .cards-list .card-container .card-image {
  height: 128px;
  width: 206px;
  min-width: 206px;
  min-height: 128px;
  border-radius: 5.57px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  background: #f5f5f0;
  object-fit: cover;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #designPage .cards-list .card-container .card-text-container,
.kisok-setup__pages .gift-card-setup__secondary-page #designPage .cards-list .card-container .card-text-container,
.gift-card-setup__pages .kiosk-setup__secondary-page #designPage .cards-list .card-container .card-text-container,
.kisok-setup__pages .kiosk-setup__secondary-page #designPage .cards-list .card-container .card-text-container {
  display: flex;
  flex-direction: column;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #designPage .cards-list .loading,
.kisok-setup__pages .gift-card-setup__secondary-page #designPage .cards-list .loading,
.gift-card-setup__pages .kiosk-setup__secondary-page #designPage .cards-list .loading,
.kisok-setup__pages .kiosk-setup__secondary-page #designPage .cards-list .loading {
  justify-content: center;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #designPage .cards-list .loading .loading-icon,
.kisok-setup__pages .gift-card-setup__secondary-page #designPage .cards-list .loading .loading-icon,
.gift-card-setup__pages .kiosk-setup__secondary-page #designPage .cards-list .loading .loading-icon,
.kisok-setup__pages .kiosk-setup__secondary-page #designPage .cards-list .loading .loading-icon {
  font-size: 30px;
  margin-right: 24px;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #designPage .cards-list .card-container:last-child,
.kisok-setup__pages .gift-card-setup__secondary-page #designPage .cards-list .card-container:last-child,
.gift-card-setup__pages .kiosk-setup__secondary-page #designPage .cards-list .card-container:last-child,
.kisok-setup__pages .kiosk-setup__secondary-page #designPage .cards-list .card-container:last-child {
  border-bottom: none !important;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #balancePage .input-group-container .input-container,
.kisok-setup__pages .gift-card-setup__secondary-page #balancePage .input-group-container .input-container,
.gift-card-setup__pages .kiosk-setup__secondary-page #balancePage .input-group-container .input-container,
.kisok-setup__pages .kiosk-setup__secondary-page #balancePage .input-group-container .input-container {
  font-size: 16px;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #balancePage .input-group-container .input-container .input-title,
.kisok-setup__pages .gift-card-setup__secondary-page #balancePage .input-group-container .input-container .input-title,
.gift-card-setup__pages .kiosk-setup__secondary-page #balancePage .input-group-container .input-container .input-title,
.kisok-setup__pages .kiosk-setup__secondary-page #balancePage .input-group-container .input-container .input-title {
  margin-bottom: 12px;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #balancePage .input-group-container .input-container .currency-symbol,
.kisok-setup__pages .gift-card-setup__secondary-page #balancePage .input-group-container .input-container .currency-symbol,
.gift-card-setup__pages .kiosk-setup__secondary-page #balancePage .input-group-container .input-container .currency-symbol,
.kisok-setup__pages .kiosk-setup__secondary-page #balancePage .input-group-container .input-container .currency-symbol {
  display: inline-block;
  width: 100%;
  position: relative;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #balancePage .input-group-container .input-container .currency-symbol:before,
.kisok-setup__pages .gift-card-setup__secondary-page #balancePage .input-group-container .input-container .currency-symbol:before,
.gift-card-setup__pages .kiosk-setup__secondary-page #balancePage .input-group-container .input-container .currency-symbol:before,
.kisok-setup__pages .kiosk-setup__secondary-page #balancePage .input-group-container .input-container .currency-symbol:before {
  content: '$';
  position: absolute;
  left: 16px;
  top: 9px;
  font-size: 20px;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #balancePage .input-group-container .input-container .input-box,
.kisok-setup__pages .gift-card-setup__secondary-page #balancePage .input-group-container .input-container .input-box,
.gift-card-setup__pages .kiosk-setup__secondary-page #balancePage .input-group-container .input-container .input-box,
.kisok-setup__pages .kiosk-setup__secondary-page #balancePage .input-group-container .input-container .input-box {
  font-size: 20px;
  color: #333332;
  box-sizing: border-box;
  height: 48px;
  width: 100%;
  padding: 12px;
  line-height: 1;
  border: 1px solid #ccccc8;
  border-radius: 5px !important;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #balancePage .float-item__horizontal-border,
.kisok-setup__pages .gift-card-setup__secondary-page #balancePage .float-item__horizontal-border,
.gift-card-setup__pages .kiosk-setup__secondary-page #balancePage .float-item__horizontal-border,
.kisok-setup__pages .kiosk-setup__secondary-page #balancePage .float-item__horizontal-border {
  width: 100%;
  background: #ccccc8;
  height: 0.5px;
  margin: 24px 0;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #balancePage #minMaxInput,
.kisok-setup__pages .gift-card-setup__secondary-page #balancePage #minMaxInput,
.gift-card-setup__pages .kiosk-setup__secondary-page #balancePage #minMaxInput,
.kisok-setup__pages .kiosk-setup__secondary-page #balancePage #minMaxInput {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  margin: 12px 0;
}
.gift-card-setup__pages .gift-card-setup__secondary-page #balancePage #suggestedInput,
.kisok-setup__pages .gift-card-setup__secondary-page #balancePage #suggestedInput,
.gift-card-setup__pages .kiosk-setup__secondary-page #balancePage #suggestedInput,
.kisok-setup__pages .kiosk-setup__secondary-page #balancePage #suggestedInput {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 16px;
  margin: 12px 0;
}
.homebase-company-integrations-table-container {
  max-width: 1024px;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table {
  width: 100%;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table tr th,
.homebase-company-integrations-table-container .homebase-company-integrations-table tr td {
  padding: 6px 6px;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table tr .homebase-company-integrations-table__company {
  width: 47%;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table tr .homebase-company-integrations-table__location-uuid {
  width: 47%;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table tr .homebase-company-integrations-table__exit {
  font-size: 18px;
  width: 6%;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table .filter_select {
  height: 45px;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table .filter_select .ui-select-container {
  width: 100%;
  height: 100%;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table .filter_select .ui-select-container .btn-default-focus {
  background: unset !important;
  box-shadow: unset !important;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table .filter_select .ui-select-container .ui-select-search {
  height: 100%;
  padding-left: 10%;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table .filter_select .ui-select-container .ui-select-choices {
  height: 250%;
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background-clip: unset !important;
  box-shadow: unset;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group {
  height: 100%;
  width: 100%;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row {
  height: 50%;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: unset;
  border: 1px solid #ddd;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span {
  color: #000;
  background-color: unset;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table .filter_select .ui-select-container .ui-select-match {
  height: 100%;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table .filter_select .ui-select-container .ui-select-match .ui-select-placeholder {
  padding-left: 1%;
  font-size: 100%;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table .filter_select .ui-select-container .ui-select-match .ui-select-match-text {
  padding-left: 10%;
  display: flex;
  align-items: center;
}
.homebase-company-integrations-table-container .homebase-company-integrations-table .filter_select .ui-select-container .ui-select-match .btn {
  background: unset !important;
  color: #000 !important;
  padding: unset !important;
  border-radius: 0px !important;
  border: 1px #ddd solid;
  font-size: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10%;
  text-shadow: unset !important;
}
.homebase-company-integrations-table-container .homebase-company-integrations-button-save-container {
  display: flex;
  justify-content: flex-end;
}
.homebase-company-integrations-table-container .homebase-company-integrations-button-add-row {
  height: 52px;
  width: 100%;
  position: relative;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homebase-company-integrations-table-container .homebase-company-integrations-button-add-row .homebase-company-integrations-button-add-container {
  display: flex;
}
.homebase-company-integrations-table-container .homebase-company-integrations-button-add-row .homebase-company-integrations-button-add-container .icon-Plus-Large {
  font-size: 24px;
  margin-right: 12px;
}
.homebase-company-integrations-table-container .homebase-company-integrations-button-save-container {
  display: flex;
  justify-content: flex-end;
}
.third-party-delivery-integrations-table-container {
  max-width: 1024px;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table {
  width: 100%;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table tr th,
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table tr td {
  padding: 12px 6px;
  width: 31%;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table tr .third-party-delivery-integrations-table__current-col {
  width: 31%;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table tr .third-party-delivery-integrations-table__location-col {
  width: 31%;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table tr .third-party-delivery-integrations-table__menu-col {
  width: 31%;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .input {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .input.active > span {
  color: #000;
  background-color: unset;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .filter_select {
  height: 45px;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .filter_select .ui-select-container {
  width: 100%;
  height: 100%;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .filter_select .ui-select-container .btn-default-focus {
  background: unset !important;
  box-shadow: unset !important;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .filter_select .ui-select-container .ui-select-search {
  height: 100%;
  padding-left: 10%;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .filter_select .ui-select-container .ui-select-choices {
  height: 250%;
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background-clip: unset !important;
  box-shadow: unset;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group {
  height: 100%;
  width: 100%;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row {
  height: 50%;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: unset;
  border: 1px solid #ddd;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span {
  color: #000;
  background-color: unset;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .filter_select .ui-select-container .ui-select-match {
  height: 100%;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .filter_select .ui-select-container .ui-select-match .caret {
  /*background: url(/images/dropdownarrow.svg) center center no-repeat;
                        border-top: unset;
                        position: unset;
                        width: 30%;
                        height: 30%;*/
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .filter_select .ui-select-container .ui-select-match .ui-select-placeholder {
  padding-left: 1%;
  font-size: 100%;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .filter_select .ui-select-container .ui-select-match .ui-select-match-text {
  padding-left: 10%;
  display: flex;
  align-items: center;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .filter_select .ui-select-container .ui-select-match .ui-select-match-text span {
  max-width: 90%;
  text-overflow: ellipsis;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-table .filter_select .ui-select-container .ui-select-match .btn {
  background: unset !important;
  color: #000 !important;
  padding: unset !important;
  border-radius: 0px !important;
  border: 1px #ddd solid;
  font-size: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10%;
  text-shadow: unset !important;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-button-save-container {
  display: flex;
  justify-content: flex-end;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-button-add-row {
  height: 52px;
  width: 100%;
  position: relative;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-button-add-row .third-party-delivery-integrations-button-add-container {
  display: flex;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-button-add-row .third-party-delivery-integrations-button-add-container .icon-Plus-Large {
  font-size: 24px;
  margin-right: 12px;
}
.third-party-delivery-integrations-table-container .third-party-delivery-integrations-button-save-container {
  display: flex;
  justify-content: flex-end;
}
/******************\
** TOOLTIP STYLES **
\******************/
[tooltiptext] {
  position: relative;
}
/* Applies to all tooltiptexts */
[tooltiptext]::before,
[tooltiptext]::after {
  text-transform: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltiptext]::after {
  content: attr(tooltiptext);
  /* set the tooltip text based on tooltiptext attribute*/
  width: max-content;
  line-height: 1.5;
  padding: 12px 16px;
  z-index: 1000;
  /* absurdity 2 */
  font-weight: 300;
  max-width: 340px;
  opacity: 0.9;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
}
/* Make the tooltiptexts respond to hover */
[tooltiptext]:hover::after {
  display: block;
}
/* don't show empty tooltiptexts */
[tooltiptext='']::after {
  display: none !important;
}
[tooltiptext]:not([tooltipflow])::after,
[tooltiptext][tooltipflow^='top']::after {
  bottom: calc(124%);
}
[tooltiptext]:not([tooltipflow])::after,
[tooltiptext][tooltipflow^='top']::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}
[tooltiptext][tooltipflow^='bottom']::after {
  top: calc(124%);
}
[tooltiptext][tooltipflow^='bottom']::after {
  left: 0;
  transform: translate(0, 0.5em);
}
[tooltiptext][tooltipflow^='left']::after {
  top: 50%;
  right: calc(124%);
  transform: translate(-0.5em, -50%);
}
[tooltiptext][tooltipflow^='right']::after {
  top: 50%;
  left: calc(124%);
  transform: translate(0.5em, -50%);
}
/* KEYFRAMES */
@keyframes tooltiptexts-vert {
  to {
    opacity: 0.9;
    transform: translate(0, 0);
  }
}
@keyframes tooltiptexts-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
[tooltiptext]:not([tooltipflow]):hover::after,
[tooltiptext][tooltipflow^='top']:hover::after,
[tooltiptext][tooltipflow^='bottom']:hover::after {
  animation: tooltiptexts-vert 300ms ease-out forwards;
}
[tooltiptext][tooltipflow^='left']:hover::after,
[tooltiptext][tooltipflow^='right']:hover::after {
  animation: tooltiptexts-horz 300ms ease-out forwards;
}
.gp-header-shadow {
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.gp-footer-shadow {
  box-shadow: 0 -3px 5px rgba(57, 63, 72, 0.3);
}
.receipt-setup-body img {
  max-width: 400px;
  height: auto;
  margin-bottom: 12px;
}
.receipt-setup-upload-block-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  background-color: #f4f5f0;
  border-radius: 200px;
  cursor: pointer;
  flex-grow: 1;
}
.receipt-setup-upload-block-btn input {
  position: absolute;
  opacity: 0;
  height: 100%;
  cursor: pointer;
}
.receipt-save-btn {
  height: 48px;
  width: 150px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efe13a;
  cursor: pointer;
  font-size: 16px;
  margin-left: 16px;
}
.patron-group-member,
.attending-group {
  display: flex;
  align-items: center;
  flex-basis: calc(50% - 1rem);
  padding: 1.5rem;
  border: 2px solid #cccccc;
  border-radius: 8px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.patron-group-member.active,
.attending-group.active {
  background-color: #cccccc;
}
.patron-member-lookup-button,
.view-all-patron-members {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 24px;
  background-color: #ccc;
  font-size: 16px;
  padding: 2rem;
}
.patron-member-lookup-button .search-icon,
.view-all-patron-members .search-icon {
  height: 24px;
  width: 24px;
  margin-right: 7px;
}
.patron-group-checkbox {
  pointer-events: none;
  transform: scale(1.5);
  margin: 0;
  margin-left: 8px;
  vertical-align: middle;
}
.event-date-picker {
  border: 1px solid lightgray;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: 48px;
  margin-right: 5px;
}
.event-date-picker .event-calendar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  height: 100%;
  background-color: #f5f5f0;
}
.event-date-picker input {
  background-color: transparent;
  border: none;
  color: inherit;
  padding: 12px 16px;
  max-width: 140px;
  font-size: 20px;
}
.event-date-picker input[readonly] {
  background-color: transparent !important;
  color: inherit !important;
}
.event-time-select {
  padding: 12px;
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid lightgray;
  border-radius: 5px;
}
.event-time-select select {
  border: none;
  font-size: 20px;
  padding: 0 8px;
  font-family: inherit;
  color: inherit;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}
.screen-section__container {
  display: flex;
}
.screen-section__container .screen-section {
  width: 100%;
  height: 100%;
  animation: 350ms ease-in-out slideInRight;
}
.screen-section__container .screen-section.main {
  animation: 350ms ease-in-out slideInLeft;
}
.info-msg {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  font-size: inherit;
}
@keyframes beacon {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes beacon-sm {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fly-out-left {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fly-out-right {
  100% {
    transform: translateX(200%);
  }
}
@keyframes error-flash {
  0% {
    background-color: #ffa500;
  }
  100% {
    background-color: #eeeeee;
  }
}
@keyframes auto-calc-flash-transparent {
  0% {
    background-color: #47bf52;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes error-flash-transparent {
  0% {
    background-color: #ffa500;
  }
  100% {
    background-color: transparent;
  }
}
.lnr-plus {
  font-family: 'Linearicons-Free';
  transform: rotate(45deg);
  font-weight: bolder;
  font-size: 21px !important;
}
.lnr-plus:before {
  content: '\E870';
}
.pulse {
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  -webkit-transition: all ease-in-out;
  transition: all ease-in;
}
.fly-out-left {
  animation: fly-out-left 0.2s forwards;
  -webkit-animation: fly-out-left 0.2s forwards;
}
.fly-out-right {
  animation: fly-out-right 0.2s forwards;
  -webkit-animation: fly-out-right 0.2s forwards;
}
.error-flash {
  animation: error-flash;
  -webkit-animation: error-flash;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.auto-calc-flash-transparent {
  animation: auto-calc-flash-transparent;
  -webkit-animation: auto-calc-flash-transparent;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.error-flash-transparent {
  animation: error-flash-transparent;
  -webkit-animation: error-flash-transparent;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.smb-pos__processing-offline-shift-message {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  font-size: 2.8em;
  font-family: 'Oswald';
  font-weight: 300;
  color: #6d6d6d;
}
.smb-pos__processing-offline-shift-message .loading-spinner {
  text-align: center;
}
.rounded-btn-component {
  padding: 12px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  min-height: 48px;
  cursor: pointer;
  border: none;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
}
.rounded-btn-component :disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* Ignore transitions class */
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.smb_pos__badge-container {
  position: relative;
  bottom: 0.25em;
  user-select: none;
  cursor: pointer;
}
.smb_pos__badge-container .smb-pos__badge {
  display: inline-flex;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding: 2px 12px 5px 10px;
  border-radius: 20rem;
  background: #efe13b;
  margin: 0px 5px;
  user-select: none;
  color: #333332;
}
.smb-pos__patron-action {
  font-family: 'Open Sans';
  display: flex;
  flex-direction: row;
}
.smb-close-station-button-new {
  height: 48px;
  width: 124px;
  border-radius: 38px;
  background-color: #f4f5f0;
  font-size: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smb-close-station-button {
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  align-self: flex-start;
  background-color: white;
  border-radius: 200px;
  border: none;
  color: inherit;
  font-size: 16px;
}
.smb-manual-checkin-info {
  text-align: center;
}
.smb-manual-checkin-info .checkin-img {
  background: url(/images/troubleshoot/pos-mobile-checkin.png) center center no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  margin: auto;
}
.smb-pos_terminal_settle .modal-content {
  border-radius: 5px !important;
}
.smb-pos__end-shift {
  padding: 20px 20px 20px 20px;
  width: 100%;
  text-align: center;
}
.smb-pos__end-shift .numpad-section {
  color: #f0e13b;
}
.smb-pos__end-shift .sidePaddedText {
  padding: 0% 8%;
}
.smb-pos__end-shift .autosettle_info_header {
  margin-bottom: 10px;
  color: #000;
}
.smb-pos__end-shift .autosettle_info_header .autosettle_info_title {
  font-size: 24px;
}
.smb-pos__end-shift .autosettle_info_header .autosettle_info_sub-title {
  font-size: 20px;
}
.smb-pos__end-shift .autosettle_info_container {
  display: flex;
  flex-direction: column;
  width: 65%;
  font-size: 20px;
  color: #000;
  margin-top: 10px;
}
.smb-pos__end-shift .autosettle_info_container .autosettle_info {
  display: inherit;
  align-items: center;
  margin-bottom: 3px;
}
.smb-pos__end-shift .autosettle_info_container .autosettle_info .autosettle_info_data_label {
  display: inherit;
  flex-grow: 1;
}
.smb-pos__end-shift .autosettle_info_container .autosettle_info .autosettle_info_data {
  display: inherit;
  flex-grow: 1;
  justify-content: flex-end;
  color: #ff6767;
}
.smb-end-shift-action-bar {
  display: flex;
  flex-direction: row;
  background: white;
  width: 100%;
  height: 70px;
}
.smb-end-shift-action-bar button {
  flex: 1;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  background: white;
  border: 0px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.smb-end-shift-action-bar button:last-child {
  border-right: 0px;
}
.smb-end-shift-action-bar button i {
  margin-right: 10px;
}
.smb-end-shift-action-bar button:last-child {
  background: #efe13b;
  border-right: transparent;
}
.smb-end-shift-action-bar button.disabled {
  opacity: 0.5;
}
.smb-page-pagination {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr 3fr 2fr;
  height: 70px;
}
.smb-page-pagination .smb-page-pagination-btn {
  height: 70px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-family: Nunito;
  font-weight: 600;
  flex: 1;
  border-left: 1px solid #e6e6e6;
}
.smb-page-pagination .smb-page-pagination-btn .btn-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.smb-page-pagination .smb-page-pagination-btn.smb-page-pagination-btn-active {
  font-weight: 900;
  background: #333;
  color: #fff;
}
.smb-page-pagination .smb-page-pagination-btn:first-child {
  border-left: 0px solid #e6e6e6;
}
/* LEFT PANEL */
.primary-link {
  color: #efe13b;
}
.rounded-btn {
  padding: 10px 30px;
  border-radius: 50%;
  background: #efe13b;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0px !important;
  border: 0px;
  outline: none;
}
.rounded-btn.inverted {
  background: #333;
  color: #efe13b;
}
.rounded-btn {
  padding: 10px 20px;
  border-radius: 80px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0px !important;
  border: 0px;
  outline: none;
  max-height: 5.25rem;
}
.fiit-btn {
  background-color: #b3ffd3;
}
.rounded-btn:disabled {
  color: #aaaaaa !important;
  cursor: not-allowed;
}
.circle-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efe13b;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0px !important;
  border: 0px;
  outline: none;
}
.height100 {
  height: 100%;
}
.save_changes_modal .modal-dialog {
  height: 30%;
  width: 50%;
}
.save_changes_modal .modal-dialog .products-modifier-reuse {
  height: 80%;
}
.save_changes_modal .modal-dialog .products-modifier-reuse .products-modifier-reuse__body {
  height: 100%;
}
.save_changes_modal .modal-dialog .products-modifier-reuse .products-modifier-reuse__body .products-modifier-reuse__content {
  height: 60%;
}
.save_changes_modal .modal-dialog .products-modifier-reuse .products-modifier-reuse__body .products-modifier-reuse__action-bar {
  height: 40%;
}
.setup_confirm_modal .modal-dialog {
  height: 40%;
  width: 60%;
}
.setup_confirm_modal .modal-dialog .modal-content {
  height: 100%;
  width: 100%;
}
.setup_confirm_modal .modal-dialog .modal-content .setup__confirm_deactive {
  height: 100%;
}
.setup_confirm_modal .modal-dialog .modal-content .setup__confirm_deactive .confirm_header {
  height: 20%;
  border-bottom: 1px solid #eee;
  padding-left: 5%;
  display: flex;
  align-items: center;
}
.setup_confirm_modal .modal-dialog .modal-content .setup__confirm_deactive .confirm_header h2 {
  margin: unset;
}
.setup_confirm_modal .modal-dialog .modal-content .setup__confirm_deactive .confirm_body {
  height: 60%;
  font-size: 1.3em;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
}
.setup_confirm_modal .modal-dialog .modal-content .setup__confirm_deactive .refresh_confirm_body {
  height: 60%;
  font-size: 1.3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 20px;
}
.setup_confirm_modal .modal-dialog .modal-content .setup__confirm_deactive .confirm_footer {
  font-size: 15px;
  border-top: 1px solid #eee;
  height: 20%;
  display: flex;
}
.setup_confirm_modal .modal-dialog .modal-content .setup__confirm_deactive .confirm_footer .footer_cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.setup_confirm_modal .modal-dialog .modal-content .setup__confirm_deactive .confirm_footer .footer_deactivate {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efe13b;
  font-weight: bold;
}
.employeeImportModal .modal-dialog {
  height: 80%;
}
.employeeImportModal .modal-dialog .modal-content {
  height: 100%;
}
.employeeImportModal .modal-dialog .modal-content .modal-header {
  background: #fff !important;
  height: 10%;
  display: flex;
}
.employeeImportModal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 20px;
  display: flex;
  align-items: center;
  padding-left: 5%;
}
.employeeImportModal .modal-dialog .modal-content .modal-body .edit-info {
  height: 100%;
}
.employeeImportModal .modal-dialog .modal-content .modal-body .edit-info .uploader {
  height: 100%;
  padding-top: 10%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.employeeImportModal .modal-dialog .modal-content .modal-body .edit-info .uploader .upload_img {
  height: 25%;
  background: url(/images/upload.svg) center center no-repeat;
}
.employeeImportModal .modal-dialog .modal-content .modal-body .edit-info .uploader .info_text_1 {
  height: 20%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.employeeImportModal .modal-dialog .modal-content .modal-body .edit-info .uploader .line_height {
  height: 33.33%;
}
.employeeImportModal .modal-dialog .modal-content .modal-body .edit-info .uploader .upload-file-selection-button {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 30%;
  justify-content: center;
}
.employeeImportModal .modal-dialog .modal-content .modal-body .edit-info .uploader .upload-file-selection-button .upload_btn {
  width: 30%;
  height: 45%;
  background: #efe13b;
  color: #000;
  font-weight: 500;
  margin: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.employeeImportModal .modal-dialog .modal-content .modal-body .edit-info .uploader .info_text_2 {
  height: 13%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.employeeImportModal .modal-dialog .modal-content .modal-body .edit-info .uploader .info_text_2 .line_height {
  height: 50%;
}
.mods-modal .modal-dialog {
  height: 700px;
  width: 90%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.mods-modal .modal-dialog .modal-content {
  height: 100%;
}
.mods-open-cash-drawer-modal .modal-dialog {
  height: 90%;
  width: 60%;
  margin: 0;
}
.mods-open-cash-drawer-modal .modal-dialog .modal-content {
  height: 100%;
}
.mods-price-modal .modal-dialog {
  height: 70%;
  width: 40%;
}
.mods-price-modal .modal-dialog .modal-content {
  height: 100%;
}
.mods-cont {
  height: 600px;
  width: 100%;
  display: flex;
  flex-direction: row;
  background: #fff;
  position: absolute;
}
.mods-cont .mods {
  overflow: hidden;
  background: #fff;
  flex: 1;
  position: relative;
}
.mods-cont .mods .mods-inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.mods-cont .mods .mods-header {
  background: #fff;
  color: #333;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: #a8a8a8 1px solid;
}
.mods-cont .mods .mods-scroll-fade {
  width: 100%;
  height: 100px;
  background: url('/images/fade-bottom.png') top left repeat-x;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  touch-action: none;
}
.mods-cont .mods .mod {
  padding-top: 20px;
}
.mods-cont .mods .mod h1,
.mods-cont .mods .mod h2,
.mods-cont .mods .mod h3,
.mods-cont .mods .mod h4,
.mods-cont .mods .mod h5 {
  margin-left: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.mods-cont .mods h2,
.mods-cont .mods h3 {
  font-weight: bold;
}
@supports not (-webkit-overflow-scrolling: touch) {
  .mods-cont {
    height: 100%;
  }
  .mods-cont .mods {
    overflow: unset;
  }
  .mods-cont .mods .modHeader {
    background: #fff;
    color: #333;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: bold;
    border-bottom: #ddd 1px solid;
    height: 10%;
    padding-left: 40px;
  }
  .mods-cont .mods .modHeader .itemModHeader {
    width: 100%;
    height: 100%;
    font-weight: bold;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details {
    width: 90%;
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
  }
  @media (min-width: 1366px) {
    .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details {
      font-size: 30px;
    }
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details .itemModHeader_quantity {
    font-weight: 600;
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details .itemModHeader_name {
    text-align: left;
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details .itemModHeader_price {
    font-weight: 400;
    padding-left: 10px;
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details .itemModHeader_price_editable {
    font-weight: 400;
    border: 1px solid #d8d8d8;
    padding: 0% 2%;
    margin-left: 2%;
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details .itemModHeader_modifiers {
    height: 100%;
    margin-left: 40px;
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details .itemModHeader_modifiers .modifyQuantity {
    width: 40px;
    height: 100%;
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details .itemModHeader_modifiers .minusQuantity {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 130%;
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details .itemModHeader_modifiers .plusQuantity {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 130%;
  }
  .mods-cont .mods .modHeader .itemModHeader .closeModal {
    width: 10%;
    font-size: 70px;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8c8c8c;
  }
  .mods-cont .mods .mod {
    display: inline-flex;
    height: 80%;
    width: 100%;
    padding-top: 0px;
  }
  .mods-cont .mods .mod .mod_categories_main {
    height: 100%;
    overflow: scroll;
    padding-top: 30px;
    width: 75%;
    padding-left: 20px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .mod_category_header {
    margin-left: 15px;
    font-size: 16px;
    font-weight: bold;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .mod_category_header .mod_category_quantity {
    font-size: 14px;
    font-weight: 300;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .modCont {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 5px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .modCont .modBtn {
    position: relative;
    flex-basis: 18%;
    background: #eee;
    margin: 7px;
    padding: 3px;
    height: 70px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .modCont .modBtn.modBtn--stretch {
    flex-basis: 100%;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .modCont .modBtn .modBtn_details {
    width: 100%;
    height: 100%;
    padding: 2px;
    align-items: center;
    display: inline-block;
    text-align: center;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .modCont .modBtn .modBtn_details .multiplier_minus {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 150%;
    height: 100%;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .modCont .modBtn .modBtn_details .mod-name {
    height: 100%;
    font-size: 15px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .modCont .modBtn .modBtn_details .multiplier_plus {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 150%;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes {
    display: inline;
    padding-left: 0px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_notes {
    display: flex;
    flex-direction: column;
    padding: 20px 12px;
    height: 100%;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_notes .mod_notes_label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_notes .mod_notes_area {
    flex-grow: 1;
    font-size: 20px;
    padding-top: 8px;
    padding-left: 12px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount {
    padding: 20px;
    display: inline-flex;
    flex-direction: column;
    height: 100%;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount_label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount_grid {
    width: 80%;
    display: inline-flex;
    flex-flow: row;
    height: 100%;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount_grid .mod_discount_area {
    flex-basis: 60%;
    text-align: center;
    font-size: 30px;
    line-height: 120px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount_grid .discountTypeBtn {
    flex-grow: 1;
    display: inline-flex;
    flex-flow: column;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount_grid .discountTypeBtn .discountPercentBtn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 180%;
    color: #aaa;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount_grid .discountTypeBtn .discountPriceBtn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 180%;
    color: #aaa;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount-option {
    background-color: #eeeeee;
    display: flex;
    font-size: 15px;
    padding: 20px 30px;
    position: relative;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount-option + .mod_discount-option {
    margin-top: 15px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount-option.mod_discount-option--selected {
    background-color: #333333;
    color: #ffffff;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount-option-description {
    color: #333333;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount-option-name {
    flex: 1;
    font-weight: bold;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount-option-value {
    text-align: right;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount-option-divider {
    margin: 15px 0;
    border-bottom: 1px solid #aaaaaa;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_field_description {
    font-size: 1.2em;
    padding: 8px 6px;
  }
  .mods-cont .mods .mod .mod_categories_main .paddingForTextBox {
    height: 100%;
  }
  .mods-cont .mods .mod .mod_sidebar {
    width: 25%;
    display: inline-flex;
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar {
    border-left: 1px solid #ddd;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 15px;
    padding-left: 12px;
    padding-right: 10px;
    flex-grow: 1;
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .sidebar-empty {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    color: #888;
    margin: 20px 20px 20px 10px;
    border: dashed 1px #888;
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .sidebar-empty .sidebar-empty-maintext {
    width: 100%;
    font-size: 15px;
    margin-left: 15px;
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .sidebar-empty .sidebar-empty-subtext {
    width: 100%;
    font-size: 13px;
    font-weight: 300;
    margin-left: 15px;
    padding-right: 10px;
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .modifier_swipe_tab {
    min-height: 50px;
    display: flex;
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .modifier_swipe_tab .mod_categories_swipe_delete {
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .modifier_swipe_tab .mod_categories_sidebar_modifier {
    display: inline-flex;
    width: 100%;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .modifier_swipe_tab .mod_categories_sidebar_modifier .mod-name {
    font-weight: bold;
    flex-basis: 50%;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .modifier_swipe_tab .mod_categories_sidebar_modifier .mod-multiplier {
    background: #efe13b;
    color: #333;
    font-weight: bold;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .modifier_swipe_tab .mod_categories_sidebar_modifier .mod-price {
    flex-grow: 1;
    text-align: right;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .modifier_swipe_tab .mod_categories_sidebar_modifier .mod-notes {
    font-weight: 400;
    word-break: break-all;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar_delete {
    height: 100%;
    padding-top: 15px;
    width: 100%;
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar_delete .modifier_swipe_tab {
    min-height: 40px;
    background-color: red;
    color: #fff;
    align-items: center;
    display: flex;
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar_delete .modifier_swipe_tab span {
    padding-left: 10px;
    font-weight: 400;
    text-align: right;
  }
  .mods-cont .mods .modFooter {
    position: relative;
    height: 10%;
    width: 100%;
    background: #fff;
    border-top: #ddd 1px solid;
    display: inline-flex;
    flex-flow: row;
  }
  .mods-cont .mods .modFooter .modFooter_discountNotes {
    height: 100%;
    width: 25%;
  }
  .mods-cont .mods .modFooter .modFooter_discountNotes .modFooter_discountBtn {
    border-right: #ddd 1px solid;
    height: 100%;
    align-items: center;
  }
  .mods-cont .mods .modFooter .modFooter_discountNotes .modFooter_notesBtn {
    border-right: #ddd 1px solid;
    height: 100%;
    align-items: center;
  }
  .mods-cont .mods .modFooter .modFooter_discountNotes .notesBtn {
    background: url(images/notes-win.svg) center center no-repeat;
    height: inherit;
    width: 100%;
  }
  .mods-cont .mods .modFooter .modFooter_discountNotes .discountBtn {
    background: url(images/discount-win.svg) center center no-repeat;
    height: inherit;
    width: 100%;
  }
  .mods-cont .mods .modFooter .btnPadding {
    width: 50%;
  }
  .mods-cont .mods .modFooter .modFooter_saveBtn {
    width: 25%;
    height: 100%;
    background: #efe13b;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .mods-cont {
    height: 100%;
  }
  .mods-cont .mods {
    overflow: unset;
  }
  .mods-cont .mods .modHeader {
    background: #fff;
    color: #333;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: bold;
    border-bottom: #eee 1px solid;
    height: 12%;
    padding-left: 25px;
  }
  .mods-cont .mods .modHeader .itemModHeader {
    width: 100%;
    height: 100%;
    font-weight: bold;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details {
    width: 90%;
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
  }
  @media (min-width: 1366px) {
    .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details {
      font-size: 30px;
    }
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details .itemModHeader_quantity {
    font-weight: 600;
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details .itemModHeader_name {
    text-align: left;
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details .itemModHeader_price {
    font-weight: 400;
    padding-left: 10px;
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details .itemModHeader_price_editable {
    font-weight: 400;
    border: 1px solid #d8d8d8;
    padding: 0% 2%;
    margin-left: 2%;
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details .itemModHeader_modifiers {
    height: 100%;
    margin-left: 40px;
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details .itemModHeader_modifiers .modifyQuantity {
    width: 40px;
    height: 100%;
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details .itemModHeader_modifiers .minusQuantity {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 130%;
  }
  .mods-cont .mods .modHeader .itemModHeader .itemModHeader_details .itemModHeader_modifiers .plusQuantity {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 130%;
  }
  .mods-cont .mods .modHeader .itemModHeader .closeModal {
    width: 10%;
    font-size: 70px;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8c8c8c;
  }
  .mods-cont .mods .mod {
    display: inline-flex;
    height: 76%;
    width: 100%;
    padding-top: 0px;
  }
  .mods-cont .mods .mod .mod_categories_main {
    height: 100%;
    overflow: scroll;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 7px;
    width: 66.667%;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .mod_category_header {
    margin-left: 15px;
    font-size: 16px;
    font-weight: bold;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .mod_category_header .mod_category_quantity {
    font-size: 14px;
    font-weight: 300;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .modCont {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 5px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .modCont .modBtn {
    position: relative;
    flex-basis: 18%;
    background: #eee;
    margin: 6px;
    height: 70px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .modCont .modBtn.modBtn--stretch {
    /* 90% is more of a hack to match flex-basis of 45% set above (2 column layout) */
    flex-basis: 90%;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .modCont .modBtn .modBtn_details {
    width: 100%;
    height: 100%;
    padding: 2px;
    align-items: center;
    display: inline-block;
    text-align: center;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .modCont .modBtn .modBtn_details .multiplier_minus {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 150%;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .modCont .modBtn .modBtn_details .mod-name {
    height: 100%;
    font-size: 15px;
    font-weight: bold;
    flex-basis: 80%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_category .modCont .modBtn .modBtn_details .multiplier_plus {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 150%;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes {
    display: inline;
    height: 40%;
    padding-left: 0px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_notes {
    display: flex;
    flex-direction: column;
    padding: 20px 12px;
    height: 100%;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_notes .mod_notes_label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_notes .mod_notes_area {
    flex-grow: 1;
    font-size: 20px;
    padding-top: 8px;
    padding-left: 10px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount {
    padding: 20px;
    display: inline-flex;
    flex-direction: column;
    height: 100%;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount_label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount_grid {
    flex-grow: 1;
    width: 90%;
    display: inline-flex;
    flex-flow: row;
    height: 100%;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount_grid .mod_discount_area {
    flex-basis: 60%;
    text-align: center;
    font-size: 30px;
    line-height: 120px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount_grid .discountTypeBtn {
    flex-grow: 1;
    display: inline-flex;
    flex-flow: column;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount_grid .discountTypeBtn .discountPercentBtn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 180%;
    color: #aaa;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount_grid .discountTypeBtn .discountPriceBtn {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 180%;
    color: #aaa;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount-option {
    background-color: #eeeeee;
    display: flex;
    font-size: 15px;
    padding: 20px 30px;
    position: relative;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount-option + .mod_discount-option {
    margin-top: 15px;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount-option.mod_discount-option--selected {
    background-color: #333333;
    color: #ffffff;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount-option-description {
    color: #333333;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount-option-name {
    flex: 1;
    font-weight: bold;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount-option-value {
    text-align: right;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_discountNotes .mod_discount .mod_discount-option-divider {
    margin: 15px 0;
    border-bottom: 1px solid #aaaaaa;
  }
  .mods-cont .mods .mod .mod_categories_main .mod_field_description {
    font-size: 1.2em;
    padding: 8px 6px;
  }
  .mods-cont .mods .mod .mod_categories_main .paddingForTextBox {
    height: 100%;
  }
  .mods-cont .mods .mod .mod_sidebar {
    width: 33.33%;
    display: inline-flex;
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar {
    border-left: 1px solid #eee;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 10px;
    flex-grow: 1;
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .sidebar-empty {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    color: #888;
    margin: 20px 15px 20px 15px;
    border: dashed 1px #888;
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .sidebar-empty .sidebar-empty-maintext {
    width: 100%;
    font-size: 18px;
    margin-left: 15px;
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .sidebar-empty .sidebar-empty-subtext {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    margin-left: 15px;
    padding-right: 15px;
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .modifier_swipe_tab {
    min-height: 50px;
    display: flex;
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .modifier_swipe_tab .mod_categories_swipe_delete {
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .modifier_swipe_tab .mod_categories_sidebar_modifier {
    display: inline-flex;
    width: 100%;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .modifier_swipe_tab .mod_categories_sidebar_modifier .mod-name {
    font-weight: bold;
    flex-basis: 50%;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .modifier_swipe_tab .mod_categories_sidebar_modifier .mod-multiplier {
    background: #efe13b;
    color: #333;
    font-weight: bold;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .modifier_swipe_tab .mod_categories_sidebar_modifier .mod-price {
    flex-grow: 1;
    text-align: right;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar .modifier_swipe_tab .mod_categories_sidebar_modifier .mod-notes {
    font-weight: 400;
    word-break: break-all;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar_delete {
    height: 100%;
    padding-top: 10px;
    width: 100%;
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar_delete .modifier_swipe_tab {
    min-height: 40px;
    background-color: red;
    color: #fff;
    align-items: center;
    display: flex;
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
  }
  .mods-cont .mods .mod .mod_sidebar .mod_categories_sidebar_delete .modifier_swipe_tab span {
    padding-left: 10px;
    font-weight: 400;
    text-align: right;
  }
  .mods-cont .mods .modFooter {
    position: relative;
    height: 12%;
    width: 100%;
    background: #fff;
    border-top: #eee 1px solid;
    display: inline-flex;
    flex-flow: row;
  }
  .mods-cont .mods .modFooter .modFooter_discountNotes {
    width: 33.333%;
    height: 100%;
  }
  .mods-cont .mods .modFooter .modFooter_discountNotes .modFooter_discountBtn {
    border-right: #eee 1px solid;
    height: 100%;
    align-items: center;
  }
  .mods-cont .mods .modFooter .modFooter_discountNotes .modFooter_notesBtn {
    border-right: #eee 1px solid;
    height: 100%;
    align-items: center;
  }
  .mods-cont .mods .modFooter .modFooter_discountNotes .notesBtn {
    background: url(images/notes.svg) center center no-repeat;
    height: inherit;
    width: 100%;
  }
  .mods-cont .mods .modFooter .modFooter_discountNotes .discountBtn {
    background: url(images/discount.svg) center center no-repeat;
    height: inherit;
    width: 100%;
  }
  .mods-cont .mods .modFooter .btnPadding {
    width: 33.333%;
  }
  .mods-cont .mods .modFooter .modFooter_saveBtn {
    height: 100%;
    width: 33.333%;
    background: #efe13b;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-height: 768px) {
  .category-modal .modal-dialog {
    max-height: 700px;
  }
}
@media (min-height: 1024px) {
  .category-modal .modal-dialog {
    max-height: 900px;
  }
}
.category-modal .modal-dialog {
  width: 90%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.category-modal .modal-dialog .modal-content {
  height: 100%;
}
.category-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.category-container .category-header {
  width: 100%;
  height: 70px;
  padding: 10px 20px 10px 25px;
  font-size: 30px;
  font-weight: bold;
  border-bottom: #eee 1px solid;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.category-container .category-header .category-header-text {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-grow: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.category-container .category-header .category-header-close-button {
  width: 50px;
  height: 50px;
  text-align: right;
  font-size: 50px;
  background: url(images/exit.svg) right center no-repeat;
}
@media (min-height: 768px) {
  .category-container .category-body {
    max-height: 560px;
  }
}
@media (min-height: 1024px) {
  .category-container .category-body {
    max-height: 760px;
  }
}
.category-container .category-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.category-container .category-body .category-gallery {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
}
.category-container .category-body .category-gallery .category-gallery-image {
  height: 200px;
  width: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.category-container .category-body .category-table {
  min-width: 100%;
}
.category-container .category-body .category-table .category-table-row {
  display: flex;
  flex-direction: row;
  font-size: 20px;
}
.category-container .category-body .category-table .category-table-row.category-table-row-header {
  border: 1px solid #fff;
  background: #eee;
  font-size: 18px;
  text-transform: uppercase;
}
.category-container .category-body .category-table .category-table-row .category-table-cell {
  width: 20%;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.category-container .category-body .category-table .category-table-row .category-table-cell.category-table-cell-large {
  width: 30%;
}
.category-container .category-body .category-table .category-table-row .category-table-cell.category-table-cell-small {
  width: 15%;
}
.category-container .category-body .category-table .category-table-row .category-table-cell.category-table-button-cell {
  padding: 5px 0;
  align-items: flex-start;
}
.category-container .category-body .category-table .category-table-row .category-table-cell .category-table-quantity-button {
  width: calc(100% - 10px);
  height: 100%;
  background: #efe13b;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-container .category-buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.category-container .category-buttons-container[disabled] {
  opacity: 0.25;
}
.category-container .category-buttons-container .category-quantity-container {
  margin-right: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.category-container .category-buttons-container .category-quantity-container .category-quantity-button {
  width: 50px;
  height: 50px;
  margin: 0 20px;
  background-color: #eee;
  border-radius: 25px;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.category-container .category-buttons-container .category-quantity-container .category-quantity-display-text {
  width: 50px;
  height: 50px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-container .category-buttons-container .category-button {
  width: 25%;
  height: 70px;
  display: flex;
  background: #efe13b;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  padding: 0px 20px;
  border: none;
}
.mods-open-cash-drawer-modal {
  border-radius: 5px;
}
.mods-open-cash-drawer-modal .modal-dialog {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mods-open-cash-drawer-modal .modal-content {
  border-radius: 5px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mods-open-cash-drawer-modal .mods-cont {
  border-radius: 5px;
}
.mods-open-cash-drawer-modal .mods-cont .mods {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 24px;
}
.mods-open-cash-drawer-modal .mods-cont .mods .modHeader {
  border: none;
  border-radius: 5px;
  font-size: 25px;
  padding: 0 5%;
  margin: 24px 0 12px 0;
  line-height: 1;
  height: 32px;
}
.mods-open-cash-drawer-modal .mods-cont .mods .modHeader .itemModHeader_details {
  display: flex;
  align-items: center;
}
.mods-open-cash-drawer-modal .mods-cont .mods .modHeader .itemModHeader_details .option-title {
  font-family: 'Open Sans';
  font-size: 24px;
  font-weight: normal;
}
.mods-open-cash-drawer-modal .mods-cont .mods .modHeader .itemModHeader_details .header_date {
  font-weight: 200;
  font-size: 12px;
}
.mods-open-cash-drawer-modal .mods-cont .mods .modHeader .exit-btn {
  position: absolute;
  right: 20px;
  top: 24px;
  height: 32px;
  width: 32px;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod {
  height: calc(100% - 32px);
  flex-flow: column;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .mod_categories_main {
  width: 100%;
  padding: 0 5%;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .mod_categories_main .modTitle {
  height: 20%;
  font-size: 20px;
  align-items: center;
  margin-bottom: 42px;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .mod_categories_main .modTitle .modTitle_header {
  width: 100%;
  display: flex;
  align-items: center;
  height: 40%;
  font-weight: bold;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .mod_categories_main .modTitle .modSubTitle {
  font-size: 15px;
  width: 100%;
  display: flex;
  align-items: center;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .mod_categories_main .modBody_mainMenu {
  display: flex;
  flex-direction: column;
  overflow: scroll;
  overflow-y: auto;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .mod_categories_main .modBody_mainMenu .modButton {
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-family: 'Open Sans';
  margin: 10px 0;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .mod_categories_main .modBody_mainMenu .modButton .modButton_btn {
  width: 100%;
  height: 84px;
  border-radius: 42px;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .mod_categories_main .modBody_contentPages {
  height: 80%;
  padding-top: 5%;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .mod_categories_main .modBody_contentPages .modBody_content_row {
  display: flex;
  height: 35%;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .mod_categories_main .modBody_contentPages .modBody_content_row div.row_input_field {
  border-radius: 0 !important;
  color: #858585;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  padding: 0px 4px;
  line-height: 1.2;
  font-size: 14px;
  font-family: inherit;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  display: flex;
  align-items: center;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .mod_categories_main .modBody_contentPages .modBody_content_row div.row_input_field:empty:not(:focus):before {
  content: attr(data-text);
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .mod_categories_main .modBody_contentPages .modBody_content_row .row_input {
  width: 49%;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .mod_categories_main .modBody_contentPages .modBody_content_row .row_input .row_input_label {
  font-size: 15px;
  margin-bottom: 2%;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .mod_categories_main .modBody_contentPages .modBody_content_row .row_input .row_input_field {
  width: 100%;
  flex-grow: 1;
  padding-left: 3%;
  -webkit-box-shadow: none !important;
  -webkit-appearance: initial;
  box-shadow: none !important;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .mod-categories_main::-webkit-scrollbar {
  display: none;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .mod_categories_main::-webkit-scrollbar-corner {
  border-radius: 5px;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .modFooter {
  height: 15%;
  border-radius: 0 0 5px 5px;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .modFooter .modFooter_btn {
  width: 50%;
  height: 100%;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .modFooter .modFooter_saveBtn {
  border-bottom-right-radius: 5px;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .modFooter .modFooter_cancelBtn {
  background-color: #eee;
  border-bottom-left-radius: 5px;
}
.mods-open-cash-drawer-modal .mods-cont .mods .mod .modFooter div[disabled] {
  opacity: 0.5;
}
.mods-open-cash-drawer-modal .cashier-options-container {
  width: 500px;
  height: auto !important;
  padding-top: 0;
  max-height: 100%;
  max-width: 100%;
}
.mods-open-cash-drawer-modal .cashier-options-container .modHeader {
  margin: 0 !important;
}
.mods-open-cash-drawer-modal .cashier-options-container .modButton {
  padding: 0 32px;
  text-align: center;
}
.mods-open-cash-drawer-modal .cashier-options-container .mods {
  margin: 0;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mods-open-cash-drawer-modal .cashier-options-container .mod {
  height: auto !important;
  min-height: 0;
  gap: 12px;
}
.mods-open-cash-drawer-modal .cashier-options-container .mod_categories_main {
  padding: 0 !important;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles {
  display: flex;
  justify-content: center;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .toggle-group {
  display: flex;
  flex-direction: column;
  width: 226px;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .toggle-group .toggle-container {
  display: flex;
  align-items: center;
  line-height: 1;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .toggle-group .toggle-desc {
  margin-top: 6px;
  color: #767673;
  font-size: 12px;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .mobile-order-toggle-group {
  margin-right: 24px;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .action-button {
  margin-right: auto;
  display: inline-block;
  color: #444444;
  font-size: 18px;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .action-button .action-button-toggle {
  width: 50px;
  height: 24px;
  border-radius: 22px;
  font-size: 0px;
  margin: 0;
  position: relative;
  border: 1px solid #333332;
  transition: color 0.25s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .action-button .action-button-toggle .toggle {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #333332;
  transition: left 0.25s, border-color 0.25s;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .action-button .action-button-toggle.toggle-status-on {
  border: 1px solid #333332;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .action-button .action-button-toggle.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .action-button .action-button-toggle.toggle-status-on .toggle {
  left: 27px;
  background: #efe13b;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .action-button .action-button-toggle.toggle-status-off {
  border: 1px solid #333332;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .action-button .action-button-toggle.toggle-status-off .toggle {
  background: #4d4d4d;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .action-button .action-button-toggle.toggle-status-off .toggle-panel {
  margin-left: -36px;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .action-button .action-button-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .action-button .action-button-label.highlight {
  color: #333333;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .action-button.action-button--no-label .action-button-label {
  display: none;
}
.mods-open-cash-drawer-modal .cashier-options-container .modBody_toggles .action-button + .action-button {
  margin-left: 30px;
}
.mods-open-cash-drawer-modal .cashier-options-container .exit-btn {
  top: 12px !important;
}
.mods-price-modal .mods-cont .mods .modHeader {
  font-size: 20px;
  padding: 0% 5%;
}
.mods-price-modal .mods-cont .mods .mod {
  height: 77%;
}
.mods-price-modal .mods-cont .mods .mod .mod_categories_main {
  width: 100%;
  padding: 5%;
}
.mods-price-modal .mods-cont .mods .mod .mod_categories_main .modMainItem {
  display: flex;
  min-height: 50px;
  margin-bottom: 3%;
  font-size: 18px;
  align-items: center;
}
.mods-price-modal .mods-cont .mods .mod .mod_categories_main .modMainItem .itemName {
  width: 70%;
  display: flex;
  align-items: center;
  height: 100%;
}
.mods-price-modal .mods-cont .mods .mod .mod_categories_main .modMainItem .itemPrice {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border: 1px solid #d8d8d8;
}
.mods-price-modal .mods-cont .mods .mod .mod_categories_main .info_section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mods-price-modal .mods-cont .mods .mod .mod_category {
  padding: unset;
  margin-bottom: 3%;
}
.mods-price-modal .mods-cont .mods .mod .sidebar-empty {
  height: 70px;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  color: #888;
  margin: 20px 20px 20px 10px;
  border: dashed 1px #888;
}
.mods-price-modal .mods-cont .mods .mod .sidebar-empty .sidebar-empty-maintext {
  width: 100%;
  font-size: 15px;
  margin-left: 15px;
}
.mods-price-modal .mods-cont .mods .mod .sidebar-empty .sidebar-empty-subtext {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  margin-left: 15px;
  padding-right: 10px;
}
.mods-price-modal .mods-cont .mods .modFooter {
  height: 13%;
}
.mods-price-modal .mods-cont .mods .modFooter .modFooter_saveBtn {
  width: 100%;
}
.mods-cont .mods .mod h3 span {
  font-size: 16px;
}
.mods-cont .mods .mod .mod-cont {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px;
}
.mods-cont .mods .mod .mod-cont .mod-btn {
  position: relative;
  flex-basis: 30%;
  background: #eee;
  margin: 10px;
  padding: 20px;
}
.mods-cont .mods .mod .mod-cont .mod-btn .mod-check {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #efe13b;
  color: #333;
  text-align: center;
  padding-top: 5px;
  font-size: 10px;
}
.mods-cont .mods .mod .mod-cont .mod-btn .mod-name {
  font-size: 16px;
}
.mods-cont .mods .mod .mod-cont .mod-btn .mod-description {
  font-size: 12px;
}
.mods-cont .mod-sidebar-close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  padding-top: 8px;
  background: #d9534f;
  color: #fff;
}
.mods-cont .mod-sidebar-save-btn {
  position: absolute;
  padding-top: 15px;
  height: 60px;
  width: 260px;
  bottom: 20px;
  right: 20px;
  background: #efe13b;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.mods-cont .mod-sidebar {
  position: absolute;
  background: #f9f9f8;
  color: #333;
  width: 300px;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100px;
  top: 0;
  right: 0;
}
.modal.smb-pos {
  position: fixed;
}
.modal.smb-pos__checkin {
  position: fixed;
}
.modal.smb-pos__checkin .modal-dialog {
  transform: translate(0, calc(-50vh + 371px/2 + 10vh));
  width: 960px;
}
.modal.smb-pos__checkin .modal-dialog .modal-content {
  height: 100%;
  padding: 24px 32px;
  border-radius: 5px;
  position: relative;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty-close-button {
  position: absolute;
  top: 19px;
  right: 22px;
  width: 25px;
  text-align: center;
  z-index: 1;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty {
  height: 100%;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner {
  height: 100%;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info {
  width: 100%;
  height: 100%;
  position: relative;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .checkin-info-back-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 124px;
  border-radius: 38px;
  background-color: #f4f5f0;
  font-size: 16px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-search-input {
  display: flex;
  margin-bottom: 24px;
  border: 1px solid #333332;
  width: fit-content;
  border-radius: 5px;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-search-input .search-icon-container {
  width: 47px;
  height: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-search-input .search-icon-container img {
  max-height: 30px;
  max-width: 30px;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-search-input input[type='text'] {
  height: 48px;
  width: 752px;
  font-size: 20px;
  padding-left: 9px;
  padding-right: 9px;
  border: none;
  margin: 1px;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-search-input .clear-search-button-container {
  height: 48px;
  width: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 250px;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .scan-or-search-container .scan-or-search-description {
  font-size: 20px;
  color: #767673;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .scan-or-search-container .ios-scan-qr-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .scan-or-search-container .ios-scan-qr-icon-container .ios-scan-qr-icon-container-inner {
  height: 100%;
  width: 10%;
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0e03a;
  padding: 25px 0;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .scan-or-search-container .scan-barcode-icon {
  width: 64px;
  height: 43px;
  margin-bottom: 23px;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .loading-customers-text {
  font-size: 16px;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .fade-left {
  height: 100%;
  width: 15px;
  background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255));
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .fade-right {
  height: 100%;
  width: 15px;
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255));
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .smb-pos__patron-scrollable-container::-webkit-scrollbar {
  height: 8px;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .smb-pos__patron-scrollable-container::scrollbar {
  height: 8px;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .smb-pos__patron-scrollable-container {
  display: flex;
  height: 100%;
  overflow-x: scroll;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .smb-pos__patron-scrollable-container .smb-pos__patron-list {
  width: fit-content;
  display: flex;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .smb-pos__patron-scrollable-container .smb-pos__patron-list .smb-pos__patron {
  height: 100%;
  width: 206px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .smb-pos__patron-scrollable-container .smb-pos__patron-list .smb-pos__patron .smb-pos__patron-photo {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 142px;
  width: 142px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .smb-pos__patron-scrollable-container .smb-pos__patron-list .smb-pos__patron .smb-pos__patron-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .smb-pos__patron-scrollable-container .smb-pos__patron-list .smb-pos__patron .smb-pos__patron-info {
  margin-top: 17px;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .smb-pos__patron-scrollable-container .smb-pos__patron-list .smb-pos__patron .smb-pos__patron-info .smb-pos__patron-name {
  font-size: 20px;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .smb-pos__patron-scrollable-container .smb-pos__patron-list .smb-pos__patron .smb-pos__patron-info .smb-pos__match-type {
  font-size: 16px;
  font-weight: 300;
}
.modal.smb-pos__checkin .modal-dialog .modal-content .smb-pos__loyalty .smb-pos__loyalty-inner .smb-manual-checkin-info .smb-pos__patron-container .smb-pos__patron-scrollable-container .smb-pos__patron-list .smb-pos__patron .smb-pos__patron-info .smb-pos__last-visit {
  font-size: 16px;
  font-weight: 300;
}
.smb-pos {
  z-index: 999;
  position: relative;
  /* Shows on the loyalty popup */
}
.smb-pos .action-button {
  display: inline-block;
  color: #444444;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}
.smb-pos .action-button .action-button-toggle {
  width: 50px;
  height: 24px;
  border-radius: 22px;
  font-size: 0px;
  margin: 0;
  position: relative;
  border: 1px solid #333332;
  transition: color 0.25s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.smb-pos .action-button .action-button-toggle .toggle {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #333332;
  transition: left 0.25s, border-color 0.25s;
}
.smb-pos .action-button .action-button-toggle.toggle-status-on {
  border: 1px solid #333332;
}
.smb-pos .action-button .action-button-toggle.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.smb-pos .action-button .action-button-toggle.toggle-status-on .toggle {
  left: 27px;
  background: #efe13b;
}
.smb-pos .action-button .action-button-toggle.toggle-status-off {
  border: 1px solid #333332;
}
.smb-pos .action-button .action-button-toggle.toggle-status-off .toggle {
  background: #4d4d4d;
}
.smb-pos .action-button .action-button-toggle.toggle-status-off .toggle-panel {
  margin-left: -36px;
}
.smb-pos .action-button .action-button-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.smb-pos .action-button .action-button-label.highlight {
  color: #333333;
}
.smb-pos .action-button.action-button--no-label .action-button-label {
  display: none;
}
.smb-pos .action-button + .action-button {
  margin-left: 30px;
}
.smb-pos button {
  outline: none;
}
.smb-pos h3 {
  font-family: 'Nunito';
  font-weight: 900;
  font-size: 32px;
  color: #333;
}
.smb-pos .smb-pos__left-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #fff;
}
.smb-pos .smb-pos__right-panel {
  position: relative;
  height: 100%;
  flex-direction: column;
  flex: 1;
  background: #fff;
}
.smb-pos .smb-pos__left-panel > div:last-child {
  flex: 1;
  display: flex;
  background: #f9f9f8;
}
.smb-pos .smb-pos__shift-info .smb-pos__shift-info-location-name {
  font-family: 'Open Sans';
  font-weight: 500;
  padding-left: 25px;
  max-width: 89%;
}
@media only screen and (max-width: 31.25em) {
  .smb-pos .smb-pos__shift-info .smb-pos__shift-info-location-name {
    padding-left: 70px;
    padding-top: 5px;
  }
}
.smb-pos .smb-pos__shift-info .smb-pos__shift-info-container h3 {
  font-family: 'Open Sans';
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (max-width: 31.25em) {
  .smb-pos .smb-pos__shift-info .smb-pos__shift-info-container {
    padding-left: 40px;
  }
}
.smb-pos .smb-pos__shift-info .smb-pos__shift-info-time {
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
.smb-pos .smb-pos__shift-info .shift-info__subtitle-container {
  display: grid;
  grid-template-columns: 10fr 1fr 1fr;
  padding-top: 10px;
}
.smb-pos .smb-pos__shift-info .shift-info__subtitle-container .shift-info__station-label {
  grid-row: 1;
  font-weight: bold;
  font-size: 14px;
}
.smb-pos .smb-pos__shift-info .shift-info__subtitle-container .shift-info__station-time {
  grid-row: 2;
  font-size: 14px;
}
.smb-pos .smb-pos__shift-info .shift-info__subtitle-container .smb-pos__patron-action {
  justify-self: flex-end;
  grid-row: 1/3;
  grid-column: 2;
}
.smb-pos .smb-pos__patron-search {
  align-items: center;
  display: flex;
  width: 100%;
  padding: 10px 25px;
  background: #fff;
}
.smb-pos .smb-pos__patron-search-input {
  height: 50px;
  min-height: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 10px 10px 10px 0;
  border: 1px solid #ddd;
  background: #f9f9f8;
  overflow: hidden;
}
.smb-pos .smb-pos__patron-search-input i {
  height: 100%;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smb-pos .smb-pos__patron-search-input input {
  flex: 1;
  background: transparent;
  border: 0;
  padding: 0;
  height: 100%;
  width: 90%;
  line-height: normal;
}
.smb-pos .smb-pos__ending-balance-input {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  border-radius: 0px;
  margin-right: 10px;
  width: 70%;
}
.smb-pos .smb-pos__ending-balance-input input {
  flex: 1;
  background: transparent;
  border: 0px;
  caret-color: #747474;
  border-bottom: 1px solid #f0e13b;
  font-size: 30px;
  font-weight: 40;
}
.smb-pos .smb-pos__patron-types {
  display: flex;
  width: 100%;
  text-transform: uppercase;
}
.smb-pos .smb-pos__patron-type {
  flex-grow: 1;
  text-align: center;
  padding: 20px 0px;
  background: #f9f9f8;
  color: rgba(51, 51, 51, 0.4);
}
.smb-pos .smb-pos__patron-type.smb-pos__patron-type--selected {
  font-weight: bold;
  color: #333;
}
.smb-pos .smb-pos__patrons {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 265px);
}
.smb-pos .smb-pos__patrons .smb-pos__shift-and-search-container {
  padding: 0px 25px;
  background-color: #ffffff;
  padding-bottom: 12px;
}
.smb-pos .smb-pos__patrons .smb-pos__shift-and-search-container .smb-pos__shift-and-search {
  display: grid;
  grid-template-columns: 10fr 1fr 1fr;
  padding-top: 10px;
}
.smb-pos .smb-pos__patrons .smb-pos__shift-and-search-container .smb-pos__shift-and-search .shift-info__station-label {
  grid-row: 1;
  font-weight: bold;
  font-size: 14px;
}
.smb-pos .smb-pos__patrons .smb-pos__shift-and-search-container .smb-pos__shift-and-search .shift-info__station-time {
  grid-row: 2;
  font-size: 14px;
}
.smb-pos .smb-pos__patrons .smb-pos__shift-and-search-container .smb-pos__shift-and-search .smb-pos__patron-action {
  justify-self: flex-end;
  grid-row: 1/3;
  grid-column: 2;
}
.smb-pos .smb-pos__patrons .smb-pos__shift-and-search-container .smb-pos__shift-and-search .smb-manual-checkin-button-container {
  justify-self: flex-end;
  grid-row: 1/3;
  grid-column: 3;
  padding-left: 16px;
  /* Manual Checkin */
}
.smb-pos .smb-pos__patrons .smb-pos__shift-and-search-container .smb-pos__shift-and-search .smb-manual-checkin-button-container .smb-manual-checkin-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 88px;
  border-radius: 24px;
  background-color: #efe13a;
  font-size: 30px;
}
.smb-pos .smb-pos__patrons .smb-pos__shift-and-search-container .smb-pos__shift-and-search .smb-manual-checkin-button-container .smb-manual-checkin-button .search-icon {
  height: 24px;
  width: 24px;
  margin-right: 7px;
}
.smb-pos .smb-pos__patrons .smb-pos__shift-and-search-container .smb-pos__shift-and-search .smb-manual-checkin-button-container .smb-manual-checkin-button .scan-barcode-icon {
  height: 19px;
  width: 26px;
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 395px);
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list-offline {
  color: #767673;
  font-size: 12px;
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 40px;
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-header {
  width: 100%;
  padding: 5px 15px 5px 30px;
  background: #e6e6e6;
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-entry {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-entry .smb-pos__suspend-date-entry-inner {
  padding: 15px 30px;
  display: flex;
  flex-direction: row;
  font-size: 15px;
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-entry .smb-pos__suspend-date-entry-inner .smb-pos__patron-photo,
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-entry .smb-pos__suspend-date-entry-inner .smb-pos__order-patron-photo {
  height: 50px;
  width: 50px;
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-entry .smb-pos__suspend-date-entry-inner .smb-pos__patron-photo .lnr-user,
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-entry .smb-pos__suspend-date-entry-inner .smb-pos__order-patron-photo .lnr-user {
  font-size: 20px;
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-entry .smb-pos__suspend-date-entry-inner .smb-pos__suspend-entry-name-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-entry .smb-pos__suspend-date-entry-inner .smb-pos__suspend-entry-name-container .smb-pos__suspend-entry-name {
  font-weight: 600;
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-entry .smb-pos__suspend-date-entry-inner .smb-pos__suspend-entry-name-container .smb-pos__suspend-entry-date {
  font-size: 11px;
  color: #888;
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-entry .smb-pos__suspend-date-entry-inner .smb-pos__suspend-entry-num-items {
  display: flex;
  align-items: center;
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-entry .smb-pos__suspend-date-entry-inner .smb-pos__suspend-entry-total-cost {
  display: flex;
  align-items: center;
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-entry .smb-pos__suspend-date-entry-inner .smb-pos__suspend-entry-num-messages {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.25);
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-entry .smb-pos__suspend-date-entry-inner .smb-pos__suspend-entry-num-messages i {
  margin-right: 3px;
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-entry .smb-pos__suspend-date-entry-inner .smb-pos__suspend-entry-delete-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.25);
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-entry .smb-pos__suspend-date-entry-inner .smb-pos__suspend-entry-delete-button i {
  margin-bottom: 8px;
}
.smb-pos .smb-pos__patrons .smb-pos__patrons-list-cont .smb-pos__patron-list .smb-pos__suspend-date-container .smb-pos__suspend-date-entry hr {
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #ddd;
}
.smb-pos .smb-pos__mobile-order-bar {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  padding: 12px 0;
  height: 125px;
  width: 100vw;
  border-top: 0.5px solid #ccccc8;
  background-color: #f9f9f8;
  z-index: 1;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-title {
  position: absolute;
  bottom: 130px;
  font-size: 12px;
  padding: 0 16px;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-patron-list-container {
  display: flex;
  width: calc(100% - 435px);
  align-items: center;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-patron-list-container .mobile-order-icon {
  z-index: 2;
  width: 17px;
  height: 32px;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-patron-list-container .left-icon {
  transform: rotate(180deg);
  margin-left: 16px;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-patron-list-container .right-icon {
  margin-right: 16px;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-patron-list-container .mobile-order-patron-list::-webkit-scrollbar {
  display: none;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-patron-list-container .mobile-order-patron-list {
  display: flex;
  overflow-x: scroll;
  width: 100%;
  padding: 12px 0;
  margin: 0 16px;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-patron-list-container .mobile-order-patron-list .mobile-order-patron-container {
  flex-direction: column;
  display: flex;
  align-items: center;
  padding: 0 8px;
  position: relative;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-patron-list-container .mobile-order-patron-list .mobile-order-patron-container .mobile-order-preorder-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-patron-list-container .mobile-order-patron-list .mobile-order-patron-container .mobile-order-patron-icon {
  border-radius: 50%;
  object-fit: cover;
  width: 65px;
  height: 65px;
}
@keyframes border-pulse {
  0% {
    border-color: #efe13a;
  }
  50% {
    border-color: rgba(0, 255, 255, 0);
  }
  100% {
    border-color: #efe13a;
  }
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-patron-list-container .mobile-order-patron-list .mobile-order-patron-container .mobile-order-chat-notification {
  width: 24px;
  position: absolute;
  height: 24px;
  background-color: #ff4343;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  right: 10px;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-patron-list-container .mobile-order-patron-list .mobile-order-patron-container .mobile-order-nearby {
  border: solid 2px #efe13a;
  animation: border-pulse 2s infinite;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-patron-list-container .mobile-order-patron-list .mobile-order-patron-container .mobile-order-patron-name {
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  hyphens: auto;
  padding: 5px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-patron-list-container .mobile-order-patron-list .mobile-order-patron-container .mobile-order-patron-timer {
  font-size: 16px;
  font-weight: 300;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-patron-list-container .scroll-fade-out {
  position: absolute;
  height: 115px;
  width: 70px;
  z-index: 1;
  background: linear-gradient(270deg, #f9f9f8 0%, #f9f9f8 39.94%, rgba(249, 249, 248, 0.5) 80.02%, rgba(249, 249, 248, 0) 100%);
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-patron-list-container .left-fade {
  left: 0px;
  transform: rotate(180deg);
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-patron-list-container .right-fade {
  right: 435px;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-review-container {
  display: flex;
  justify-content: center;
  width: 340px;
  text-align: center;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-review-container .mobile-order-review-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 76px;
  width: 310px;
  padding: 24px 32px;
  background-color: #efe13a;
  border-radius: 54px;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-review-container .mobile-order-review-btn .mobile-order-review-title {
  font-size: 24px;
}
.smb-pos .smb-pos__mobile-order-bar .mobile-order-review-container .mobile-order-review-btn .mobile-order-review-action {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
.smb-pos .smb-pos__patron {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  background: #f9f9f8;
}
.smb-pos .smb-pos__patron .patron-container {
  display: flex;
  align-items: center;
}
.smb-pos .chat-notification-bubble {
  width: 32px;
  position: absolute;
  height: 32px;
  background-color: #ff4343;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: 110px;
}
.smb-pos .print_pending {
  background: #efe13b80;
}
.smb-pos .smb-pos__patron-and-guest-label-container {
  display: flex;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-color: #f1f1f1;
}
.smb-pos .smb-pos__patron-and-guest-label-container .add-patron-icon {
  height: 116px;
  width: 120px;
}
.smb-pos .smb-pos__patron-photo {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 120px;
  width: 120px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.smb-pos .smb-pos__order-patron-photo {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.smb-pos .smb-pos__patron-photo-big {
  background-color: #f8f8f8;
  border: 7.5px solid #fff;
  border-radius: 50%;
  height: 130px;
  width: 130px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  margin-bottom: -20px;
  z-index: 2;
}
.smb-pos .smb-pos__patron-info {
  flex: 1;
  padding: 0px 20px;
}
.smb-pos .smb-pos__patron-info .smb-pos__patron-name {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}
.smb-pos .smb-pos__patron-info .smb-pos__patron-email {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 2.5px;
}
.smb-pos .smb-pos__patron-info .smb-pos__patron-detail {
  font-size: 16px;
}
.smb-pos .smb-pos__patron-close-button {
  margin-left: auto;
  width: 50px;
  height: 50px;
  padding-bottom: 8px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: #eee;
}
.smb-pos .smb-pos__print-close-button {
  font-size: 26px;
  text-align: center;
  width: 75px;
  color: #aaa;
}
.smb-pos .smb-pos__print-options-alert {
  color: red;
  width: 80%;
  text-align: center;
  margin: auto;
  font-size: 14px;
  font-family: 'Open Sans';
  line-height: 24px;
}
.smb-pos .smb-pos__print-options {
  display: flex;
  flex-wrap: wrap;
}
.smb-pos .smb-pos__print-option {
  background: none;
  border: none;
  padding: 8px 12px;
  display: inherit;
  flex: 1;
  align-items: stretch;
}
.smb-pos .smb-pos__print-option button {
  background: none;
  border: 1px solid #cccccc;
  font-size: 1.6em;
  padding: 30px 24px;
  width: 100%;
}
.smb-pos .smb-pos__print-option.smb-pos__print-option--single-line {
  flex: 0 0 100%;
}
.smb-pos .smb-pos__print-option.smb-pos__print-option--single-line button {
  padding: 18px 24px;
}
.smb-pos .smb-pos__print-option-icon {
  margin-bottom: 0.5em;
}
.smb-pos .smb-pos__print-option-label {
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.print-btn {
  outline: none !important;
  white-space: normal;
}
.item-avail-screen .modal-dialog {
  height: 672px;
  width: 658px;
}
.item-avail-screen .modal-content {
  border-radius: 5px;
  height: 672px;
  width: 658px;
}
.item-avail-screen .item-avail-modal {
  width: 100%;
  height: 100%;
  padding: 24px 32px;
}
.item-avail-screen .item-avail-modal .back-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background: #f4f5f0;
  width: 124px;
  height: 48px;
  padding: 12px 32px;
  border-radius: 38px;
  margin-right: 32px;
}
.item-avail-screen .item-avail-modal .back-btn .left-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.item-avail-screen .item-avail-modal .exit-btn {
  float: right;
  position: absolute;
  right: 1%;
  top: 1%;
  z-index: 10;
}
.item-avail-screen .item-avail-modal .action-button {
  display: inline-block;
  color: #444444;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}
.item-avail-screen .item-avail-modal .action-button .action-button-toggle {
  width: 50px;
  height: 24px;
  border-radius: 22px;
  font-size: 0px;
  margin: 0;
  position: relative;
  border: 1px solid #333332;
  transition: color 0.25s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.item-avail-screen .item-avail-modal .action-button .action-button-toggle .toggle {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #333332;
  transition: left 0.25s, border-color 0.25s;
}
.item-avail-screen .item-avail-modal .action-button .action-button-toggle.toggle-status-on {
  border: 1px solid #333332;
}
.item-avail-screen .item-avail-modal .action-button .action-button-toggle.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.item-avail-screen .item-avail-modal .action-button .action-button-toggle.toggle-status-on .toggle {
  left: 27px;
  background: #efe13b;
}
.item-avail-screen .item-avail-modal .action-button .action-button-toggle.toggle-status-off {
  border: 1px solid #333332;
}
.item-avail-screen .item-avail-modal .action-button .action-button-toggle.toggle-status-off .toggle {
  background: #4d4d4d;
}
.item-avail-screen .item-avail-modal .action-button .action-button-toggle.toggle-status-off .toggle-panel {
  margin-left: -36px;
}
.item-avail-screen .item-avail-modal .action-button .action-button-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.item-avail-screen .item-avail-modal .action-button .action-button-label.highlight {
  color: #333333;
}
.item-avail-screen .item-avail-modal .action-button.action-button--no-label .action-button-label {
  display: none;
}
.item-avail-screen .item-avail-modal .action-button + .action-button {
  margin-left: 30px;
}
.item-avail-screen .item-avail-modal .item-avail__title-row {
  display: flex;
  align-items: center;
  height: 52px;
  margin-bottom: 24px;
}
.item-avail-screen .item-avail-modal .item-avail__title-row .title-row__availability_icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.item-avail-screen .item-avail-modal .item-avail__title-row .title-row__title .title-name {
  font-size: 24px;
}
.item-avail-screen .item-avail-modal .item-avail__title-row .title-row__title .title-description {
  font-size: 16px;
  font-weight: 300;
}
.item-avail-screen .item-avail-modal .item-avail__search-page .search-page__search-bar {
  height: 48px;
  width: 100%;
  border: solid 1px #ccccc8;
  border-radius: 5px;
  padding: 9px 55px;
  background: url(images/search-icon.png) no-repeat;
  background-size: 32px 32px;
  background-position: 14px 7px;
  margin-bottom: 24px;
}
.item-avail-screen .item-avail-modal .item-avail__search-page .search-page__search-bar:focus {
  outline: none;
}
.item-avail-screen .item-avail-modal .item-avail__search-page .search-page__main-container {
  height: 465px;
}
.item-avail-screen .item-avail-modal .item-avail__search-page .search-page__main-container .main-container__placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.item-avail-screen .item-avail-modal .item-avail__search-page .search-page__main-container .main-container__placeholder .placeholder-icon {
  width: 54px;
}
.item-avail-screen .item-avail-modal .item-avail__search-page .search-page__main-container .main-container__placeholder .placeholder-text {
  margin-top: 12px;
  font-size: 20px;
}
.item-avail-screen .item-avail-modal .item-avail__search-page .search-page__main-container .main-container__search-results::-webkit-scrollbar {
  display: none;
}
.item-avail-screen .item-avail-modal .item-avail__search-page .search-page__main-container .main-container__search-results {
  overflow: scroll;
  height: 100%;
}
.item-avail-screen .item-avail-modal .item-avail__search-page .search-page__main-container .main-container__search-results .item-container {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: solid 0.5px #ccccc8;
}
.item-avail-screen .item-avail-modal .item-avail__search-page .search-page__main-container .main-container__search-results .item-container .availability-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 16px;
}
.item-avail-screen .item-avail-modal .item-avail__search-page .search-page__main-container .main-container__search-results .item-container .availability-info .availability-icon {
  width: 16px;
  height: 16px;
}
.item-avail-screen .item-avail-modal .item-avail__search-page .search-page__main-container .main-container__search-results .item-container .item-info {
  margin-right: auto;
}
.item-avail-screen .item-avail-modal .item-avail__search-page .search-page__main-container .main-container__search-results .item-container .item-info .item-name {
  font-size: 16px;
}
.item-avail-screen .item-avail-modal .item-avail__search-page .search-page__main-container .main-container__search-results .item-container .right-icon {
  transform: rotate(180deg);
  width: 24px;
  height: 24px;
}
.item-avail-screen .item-avail-modal .item-avail__search-page .search-page__main-container .main-container__search-results .item-container:last-of-type {
  border-bottom: none;
}
.item-avail-screen .item-avail-modal .item-avail__edit-page .edit-page__main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 26px;
  height: 465px;
}
.item-avail-screen .item-avail-modal .item-avail__edit-page .edit-page__main-container .main-container__image-preview {
  display: flex;
  justify-content: center;
  width: 300px;
  height: 300px;
  margin-bottom: 24px;
}
.item-avail-screen .item-avail-modal .item-avail__edit-page .edit-page__main-container .main-container__image-preview .image-preview {
  object-fit: contain;
}
.item-avail-screen .item-avail-modal .item-avail__edit-page .edit-page__main-container .main-container__item-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.item-avail-screen .item-avail-modal .item-avail__edit-page .edit-page__main-container .main-container__item-info .item-info__title {
  font-size: 20px;
}
.item-avail-screen .item-avail-modal .item-avail__edit-page .edit-page__main-container .main-container__item-info .item-info__description::-webkit-scrollbar {
  display: none;
}
.item-avail-screen .item-avail-modal .item-avail__edit-page .edit-page__main-container .main-container__item-info .item-info__description {
  height: 100%;
  overflow: scroll;
  font-size: 16px;
  font-weight: 300;
}
.item-avail-screen .item-avail-modal .item-avail__edit-page .edit-page__btn-row {
  display: flex;
  justify-content: center;
}
.item-avail-screen .item-avail-modal .item-avail__edit-page .edit-page__btn-row .edit-page-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background: #f4f5f0;
  width: 100%;
  height: 48px;
  padding: 12px 32px;
  border-radius: 38px;
}
.item-avail-screen .item-avail-modal .item-avail__edit-page .edit-page__btn-row .edit-page-btn .btn-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.item-avail-screen .item-avail-modal .item-avail__first-shift-page .first-shift-page__main-container {
  height: 489px;
}
.item-avail-screen .item-avail-modal .item-avail__first-shift-page .first-shift-page__main-container .main-container__search-results::-webkit-scrollbar {
  display: none;
}
.item-avail-screen .item-avail-modal .item-avail__first-shift-page .first-shift-page__main-container .main-container__search-results {
  overflow: scroll;
  height: 100%;
}
.item-avail-screen .item-avail-modal .item-avail__first-shift-page .first-shift-page__main-container .main-container__search-results .item-container {
  display: flex;
  align-items: center;
  height: 71px;
  padding: 16px;
  border-bottom: solid 0.5px #ccccc8;
}
.item-avail-screen .item-avail-modal .item-avail__first-shift-page .first-shift-page__main-container .main-container__search-results .item-container .availability-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 16px;
}
.item-avail-screen .item-avail-modal .item-avail__first-shift-page .first-shift-page__main-container .main-container__search-results .item-container .availability-info .availability-icon {
  width: 16px;
  height: 16px;
}
.item-avail-screen .item-avail-modal .item-avail__first-shift-page .first-shift-page__main-container .main-container__search-results .item-container .item-info {
  margin-right: auto;
}
.item-avail-screen .item-avail-modal .item-avail__first-shift-page .first-shift-page__main-container .main-container__search-results .item-container .item-info .item-name {
  font-size: 16px;
}
.item-avail-screen .item-avail-modal .item-avail__first-shift-page .first-shift-page__main-container .main-container__search-results .item-container .right-icon {
  transform: rotate(180deg);
  width: 24px;
  height: 24px;
}
.item-avail-screen .item-avail-modal .item-avail__first-shift-page .first-shift-page__main-container .main-container__search-results .item-container:last-of-type {
  border-bottom: none;
}
.item-avail-screen .item-avail-modal .item-avail__first-shift-page .first-shift-page__btn-row {
  display: flex;
  justify-content: center;
}
.item-avail-screen .item-avail-modal .item-avail__first-shift-page .first-shift-page__btn-row .first-shift-page-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background: #efe13b;
  width: 100%;
  height: 48px;
  padding: 12px 32px;
  border-radius: 38px;
}
.driver-preview-screen .modal-dialog {
  height: 84.38vh;
  width: 87.5vw;
}
.driver-preview-screen .modal-dialog .modal-content {
  height: 100%;
  width: 100%;
  background: none;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal {
  height: 100%;
  width: 100%;
  padding: 24px 0;
  background: white;
  border-radius: 5px;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .exit-btn {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 24px;
  top: 20px;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-preview-title {
  font-size: 32px;
  margin-bottom: 12px;
  height: 36px;
  line-height: 1;
  padding: 0 32px;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container-none {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(75vh - 24px);
  font-size: 32px;
  font-weight: 300;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container {
  width: 100%;
  height: calc(75vh - 24px);
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel {
  height: 100%;
  width: 100%;
  display: flex;
  overflow-x: scroll;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container {
  width: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-right: 0.5px solid #ccccc8;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .driver-info {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  padding: 0 100px;
  margin-bottom: 18px;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .driver-info .driver-info__driver-picture {
  border-radius: 50%;
  object-fit: cover;
  width: 128px;
  height: 128px;
  margin-bottom: 12px;
  background-size: 100%;
  background-position: center;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .driver-info .driver-info__driver-picture .clocked-out-layer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff99;
  width: 128px;
  height: 128px;
  border-radius: 50%;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .driver-info .clocked-out-picture {
  opacity: 0.5;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .driver-info .driver-info__driver-picture-none {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 0.5px #cccccc;
  border-radius: 50%;
  object-fit: cover;
  width: 128px;
  height: 128px;
  margin-bottom: 12px;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .driver-info .driver-info__driver-picture-none #noPhotoIcon {
  font-size: 30px;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .driver-info .driver-info__driver-name {
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 12px;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .delivery-orders-container {
  overflow: scroll;
  width: 100%;
  height: 50vh;
  padding: 12px 0;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .delivery-orders-container .no-orders-placeholder {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  margin-top: 12px;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .delivery-orders-container .delivery-order {
  border-radius: 5px;
  height: 72px;
  margin: 24px 32px;
  padding: 12px 16px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  line-height: 1;
  position: relative;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .delivery-orders-container .delivery-order .delivery-order__patron-name {
  font-size: 16px;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .delivery-orders-container .delivery-order .delivery-order__order-status {
  font-size: 12px;
  color: #767673;
  position: absolute;
  top: 12px;
  right: 16px;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .delivery-orders-container .delivery-order .delivery-order__order-number {
  color: #767673;
  position: absolute;
  font-size: 12px;
  bottom: 12px;
  left: 16px;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .delivery-orders-container .delivery-order:nth-child(2) {
  margin-top: 0;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .delivery-orders-container .delivery-order:nth-last-child(2) {
  margin-bottom: 0;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .delivery-orders-container .fade-top,
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .delivery-orders-container .fade-bottom {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  transition: all 0.3s;
  z-index: 1;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .delivery-orders-container .fade-top {
  opacity: 0;
  visibility: hidden;
  top: 260px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff 75%);
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .delivery-orders-container .fade-bottom {
  bottom: 11px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 75%);
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container .delivery-orders-container::-webkit-scrollbar {
  display: none;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .driver-container:last-child {
  border-right: none;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .fade-left,
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .fade-right {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 60px;
  width: 92px;
  height: calc(100% - 60px);
  transition: all 0.3s;
  z-index: 1;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .fade-left {
  opacity: 0;
  visibility: hidden;
  left: 0px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 75%);
  border-bottom-left-radius: 5px;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel .fade-right {
  right: 0px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 75%);
  border-bottom-right-radius: 5px;
}
.driver-preview-screen .modal-dialog .modal-content .driver-preview-modal .driver-carousel-container .driver-carousel::-webkit-scrollbar {
  display: none;
}
.mobile-order-screen {
  font-family: 'Open Sans';
}
.mobile-order-screen .inactive-slide {
  height: 88.55vh;
  width: 3vw;
  border-radius: 5px;
  background-color: white;
  position: absolute;
  left: 90%;
}
.mobile-order-screen .slide-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0%;
  height: 100%;
  width: 10%;
}
.mobile-order-screen .slide-controls .control-icon {
  width: 19px;
  height: 34px;
}
.mobile-order-screen .slide-left {
  left: -10%;
  transform: rotate(180deg);
}
.mobile-order-screen .slide-right {
  right: -10%;
}
.mobile-order-screen .modal-dialog {
  height: 88.55vh;
  width: 81.25vw;
}
.mobile-order-screen .modal-content {
  border-radius: 5px;
  height: 88.55vh;
  width: 81.25vw;
}
.mobile-order-screen .mobile-order-count {
  position: absolute;
  line-height: 1;
  top: -4.5vh;
  left: 0;
  font-size: 24px;
  color: white;
}
.mobile-order-screen .mobile-order-modal {
  text-align: left;
  padding: 24px 32px;
}
.mobile-order-screen .mobile-order-modal .exit-icon {
  float: right;
  position: absolute;
  right: 1%;
  top: 1%;
  z-index: 10;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 82vh;
}
@keyframes loading-rotate {
  100% {
    transform: rotate(-360deg);
  }
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .loading-icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  animation: loading-rotate 2s infinite;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .sending-icon {
  width: 15px;
  height: 15px;
  animation: loading-rotate 2s infinite;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel {
  grid-column: 1;
  border-right: 0.5px solid #ccccc8;
  padding-right: 32px;
  text-align: center;
  height: 100%;
  position: relative;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__patron-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: normal;
  margin-bottom: 32px;
  height: 50%;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__patron-info .patron-info__patron-picture {
  border-radius: 50%;
  object-fit: cover;
  height: 100%;
  max-height: 300px;
  max-width: 300px;
  margin-bottom: 12px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__patron-info .patron-info__patron-picture-none {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 0.5px #cccccc;
  border-radius: 50%;
  object-fit: cover;
  height: 20rem;
  width: 20rem;
  max-height: 300px;
  max-width: 300px;
  margin-bottom: 12px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__patron-info .patron-info__patron-picture-none #noPhotoIcon {
  font-size: 3.5vw;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__patron-info .patron-info__patron-name {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 12px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__patron-info .patron-info__loyalty-points,
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__patron-info .patron-info__phone-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 16px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__patron-info .patron-info__loyalty-points .loyalty-star,
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__patron-info .patron-info__phone-number .loyalty-star {
  height: 24px;
  width: 24px;
  margin-right: 4px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__patron-info .patron-info__last-order {
  font-size: 16px;
  font-weight: 300;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__other-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__other-info .profile-panel__chat-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f5f0;
  padding: 12px 60px;
  width: 218px;
  border-radius: 42px;
  margin-bottom: 24px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__other-info .profile-panel__chat-btn .chat-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__other-info .profile-panel__preferences {
  padding: 12px 24px;
  height: 46px;
  width: 178px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__chat-info {
  font-size: 16px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__chat-info .chat-info__title {
  text-align: left;
  margin-bottom: 12px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__chat-info .chat-info__response-options {
  font-weight: 300;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__chat-info .chat-info__response-options .response-options__default {
  display: flex;
  margin-bottom: 24px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__chat-info .chat-info__response-options .response-options__default .response-default-btn {
  box-sizing: border-box;
  height: 48px;
  border: 1px solid #fff8a3;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  padding: 12px;
  text-align: center;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__chat-info .chat-info__response-options .response-options__default .yes {
  width: 40%;
  margin-right: 32px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__chat-info .chat-info__response-options .response-options__default .no {
  width: 60%;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__chat-info .chat-info__response-options .response-options__custom {
  height: 48px;
  width: 100%;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  text-align: center;
  padding: 12px 16px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .profile-panel .profile-panel__print-receipt {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #292929;
  color: white;
  border-radius: 42px;
  padding: 12px;
  width: 85%;
  margin: 0 auto;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  margin: 15px 0px;
  padding-left: 32px;
  overflow: scroll;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__header-info {
  display: flex;
  align-items: center;
  z-index: 2;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__header-info .header-info__estimated-time {
  font-size: 16px;
  height: 48px;
  display: flex;
  align-items: center;
  z-index: 2;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__header-info .header-info__thirdparty {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__header-info .header-info__source-icon {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  background-position: center;
  background-size: contain;
  border-radius: 22%;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__header-info .header-info__icon {
  margin-left: auto;
  font-size: x-large;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__order-list::-webkit-scrollbar {
  display: none;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .scroll-fade-top {
  z-index: 1;
  position: absolute;
  top: 6vh;
  left: 36%;
  width: 59%;
  height: 60px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff);
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .scroll-fade-bottom {
  position: absolute;
  left: 36%;
  bottom: 12.5vh;
  width: 59%;
  height: 60px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container::-webkit-scrollbar {
  display: none;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container {
  height: 70vh;
  overflow: scroll;
  display: flex;
  flex-direction: column;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list {
  margin: 30px 0 16px 0;
  padding: 0 5px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .order-card {
  display: flex;
  padding: 12px 24px;
  margin-bottom: 12px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .order-card .order-card-count {
  font-size: 20px;
  margin-right: 12px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .order-card .order-card-info .order-card-name {
  font-size: 20px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .order-card .order-card-info .order-card-detail {
  font-size: 16px;
  font-weight: 300;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .order-card .order-card-note {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-top: 16px;
  margin-left: -30px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .order-card .order-card-note .note-icon {
  width: 25px;
  height: 25px;
  margin-right: 12px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .order-card .tip-detail {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .order-card .tip-detail .tip-icon {
  width: 25px;
  height: 25px;
  margin: 0 12px 0 -10px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .delivery-container {
  padding: 12px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .delivery-container .delivery-map-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 200px;
  border-radius: 5px;
  margin-right: 16px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .delivery-container .delivery-map-container .loading-icon {
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin: 0px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .delivery-container .delivery-address-container {
  font-weight: 300;
  font-size: 16px;
  margin-right: auto;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .delivery-container .delivery-address-container .delivery-address-title {
  color: #333332;
  font-size: 20px;
  font-weight: normal;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .delivery-container .delivery-address-container .delivery-address-distance {
  margin-top: 12px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .delivery-container .delivery-address-container .delivery-service-provider {
  font-size: 12px;
  margin-top: 6px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .order-info {
  width: 350px;
  float: right;
  display: flex;
  padding: 16px 12px;
  flex-direction: column;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .order-info .card-type-table {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  margin-bottom: 6px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .order-info .id-label {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 6px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__order-list .order-info .id-label:last-of-type {
  margin-bottom: 0 !important;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history:last-child {
  margin-bottom: 150px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history {
  padding: 12px 0;
  margin: 0 0 12px 0;
  list-style: none;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .message-container {
  margin-bottom: 12px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .message-container .message-container__patron-name {
  font-size: 12px;
  margin-left: 64px;
  font-weight: normal;
  margin-bottom: 6px;
  color: #767673;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .message-container .message-container__message {
  display: flex;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .message-container .message-container__message .message-container__patron-picture {
  border-radius: 50%;
  object-fit: cover;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .message-container .message-container__message .message-container__patron-picture-none {
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .message-container .message-container__message .app-icon {
  border: solid 0.5px #cccccc;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .message-container .message-container__message .message-container__chatbox {
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  padding: 12px 16px;
  max-width: 25vw;
  height: fit-content;
  width: fit-content;
  word-break: break-word;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .message-container .message-container__message .received-chatbox {
  border-radius: 1px 5px 5px 5px;
  background-color: #ffffff;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .message-container .message-container__message .sent-chatbox {
  align-self: flex-end;
  border-radius: 5px 1px 5px 5px;
  background-color: #fff8a3;
  color: #333332;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .message-container .sent-message {
  align-items: flex-end;
  justify-content: flex-end;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .message-container .sent-message .app-icon {
  margin: 0 0 0 16px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .received-message-container .message-container__patron-picture,
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .received-message-container .message-container__patron-picture-none {
  visibility: visible;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .sent-message-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .sent-message-container .message-container__patron-picture,
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .sent-message-container .message-container__patron-picture-none {
  visibility: visible;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .sent-message-container .read-receipt {
  display: none;
  font-size: 12px;
  margin-top: 6px;
  margin-right: 64px;
  align-items: flex-end;
  font-weight: normal;
  justify-content: flex-end;
  color: #767673;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .received-message-container + .received-message-container .message-container__patron-name {
  display: none;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .received-message-container + .received-message-container .message-container__patron-picture,
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .received-message-container + .received-message-container .message-container__patron-picture-none {
  visibility: hidden;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .received-message-container + .sent-message-container {
  color: #333332;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .sent-message-container + .received-message-container {
  color: #333332;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .sent-message-container + .sent-message-container .message-container__patron-picture,
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .sent-message-container + .sent-message-container .message-container__patron-picture-none {
  visibility: hidden;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .message-container:first-child {
  margin-top: 0;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history .message-container:last-child {
  margin-bottom: 0;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-history > :last-child .read-receipt {
  display: block;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .order-card-note {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-top: 16px;
  margin-left: -30px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .order-card-note .note-icon {
  width: 25px;
  height: 25px;
  margin-right: 12px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-input-container {
  display: flex;
  width: 100%;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-input-container .chat-input-bar {
  line-height: 1.5em;
  max-height: 10.5em;
  overflow: scroll;
  padding: 10px;
  border: solid 1px #ccccc8;
  border-radius: 5px !important;
  margin-bottom: 24px;
  height: 48px;
  min-height: 48px;
  width: 80%;
  margin-right: 16px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-input-container [contenteditable] {
  -webkit-user-select: text;
  user-select: text;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-input-container .chat-input-bar::-webkit-scrollbar {
  display: none;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-input-container .chat-input-bar:focus {
  outline: none;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-panel__chat-history .chat-input-container .chat-input-send-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 48px;
  background: #efe13a;
  border-radius: 38px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-level-note {
  font-size: 20px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-level-note .notes-container {
  display: flex;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .order-level-note .notes-container .note-icon {
  width: 25px;
  height: 25px;
  margin-right: 12px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__main-container .scroll-anchor {
  display: block;
  height: 50px;
  width: 50px;
  content: '\200B';
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__btn-row {
  margin-top: 12px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  z-index: 1;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__btn-row .btn-icon {
  margin-right: 10px;
  width: 32px;
  height: 32px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__btn-row .mobile-order-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f5f0;
  height: 76px;
  border-radius: 42px;
  padding: 24px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__btn-row .disabled-btn {
  opacity: 0.5;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__btn-row .scheduled-order-text-container {
  display: flex;
  flex-direction: column;
}
@keyframes loading-rotate {
  100% {
    transform: rotate(-360deg);
  }
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__btn-row .loading-icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  animation: loading-rotate 2s infinite;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__btn-row #deliveryFailBtn,
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__btn-row #deliverySuccessBtn {
  font-size: 20px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__btn-row #deliveryFailBtn {
  width: 30%;
  margin-right: 10%;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__btn-row #deliverySuccessBtn {
  background-color: #efe13a;
  padding: 24px 32px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__btn-row #fulfilledBtn {
  font-size: 20px;
  background-color: #efe13a;
  padding: 26px 32px;
  margin-left: 24px;
  height: 76px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__btn-row #optionsBtn {
  width: 30%;
  margin-right: 10%;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__btn-row #acceptCompleteBtn {
  width: 60%;
  background-color: #b3ffd3;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__btn-row #acceptCompleteBtn .btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-panel .order-panel__btn-row #acceptCompleteBtn .accept-complete-btn-countdown {
  font-size: 16px;
  font-weight: 300;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-list-panel {
  overflow-y: scroll;
  padding-right: 10px;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-list-panel .scroll-fade-top {
  z-index: 1;
  position: absolute;
  top: 15px;
  left: 36%;
  width: 59%;
  height: 2.75rem;
  background: white;
  box-shadow: 0px 4px 8px 1px #ffffff;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-list-panel .scroll-fade-bottom {
  z-index: 1;
  position: absolute;
  bottom: 15px;
  left: 36%;
  width: 59%;
  height: 2.75rem;
  background: white;
  box-shadow: 0px -4px 8px 1px #ffffff;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-list-panel .order-list-item {
  padding: 10px 0px;
  border-bottom: 1px solid #ccccc8;
}
.mobile-order-screen .mobile-order-modal .mobile-order-main-container .order-list-panel .order-list-item:last-child {
  border-bottom: none;
}
.smb-pos-tender-form form {
  padding: 80px 40px 40px 40px;
  text-align: left;
}
.smb-pos-tender-form form label {
  color: #666666;
  font-size: 13px;
}
.smb-pos-tender-form form input {
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  color: #333333;
  font-size: 2rem;
  height: auto;
  margin-bottom: 1px;
  width: 100%;
  background: #eee;
}
.smb-pos-tender-form form input:focus {
  background: #eee;
}
.smb-pos-tender-form form button {
  text-align: center;
  width: 100%;
  background: #333;
  color: #fff;
  border: 0;
  padding: 10px 0;
  margin-top: 10px;
  font-size: 16px;
}
.smb-pos-tender-form form .smb-pos__signup-send-btn {
  width: 30%;
  margin-top: 0;
  align-items: center;
  background: #efe13b;
  color: #333;
}
.smb-pos-tender-form form .search-container {
  position: relative;
  width: 50%;
  background-color: white;
  border-radius: 100vh;
  flex-grow: 1;
}
.smb-pos-tender-form form .search-input {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.smb-pos-tender-form form .dropdown {
  position: absolute;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  max-height: 150px;
  overflow-y: auto;
  display: content;
}
.smb-pos-tender-form form .dropdown div {
  padding: 8px;
  cursor: pointer;
}
.smb-pos-tender-form form .dropdown div:hover {
  background: #efe13b;
}
.smb-pos__tender-status-page {
  flex: 1;
  color: #fff;
  font-size: 20px;
  padding: 40px;
  position: relative;
}
.smb-pos__tender-status-page .smb-pos__tender-status-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
}
.smb-pos__tender-status-page .smb-pos__tender-status-description {
  margin-bottom: 20px;
}
.smb-pos__tender-status-page .smb-pos__tender-error-message {
  margin-top: 10px;
  font-size: 0.75em;
  color: #f99584;
}
/* Transaction iPhone Display */
.iphone-container-transaction {
  width: 279px;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: 'Open Sans';
  font-weight: 300;
}
.transaction-cont {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: #fff;
  width: 100%;
  height: 100%;
  color: #333;
  text-align: center;
}
.transaction-value {
  font-size: 44px;
  padding: 10px 10px 0px 0px;
  border-bottom: 1px solid #ddd;
  margin: 20px 10px 10px 10px;
  text-align: center;
}
.transaction-value-name {
  font-size: 12px;
  font-weight: bold;
  flex-grow: 1;
}
.transaction-info {
  font-size: 16px;
}
.transaction-confirm {
  background: #222;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  height: 60px;
  border-radius: 5px;
}
.transaction-sub {
  font-size: 10px;
}
.transaction-tip-label {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}
.transaction-tip-container {
  height: 50px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-grow: 1;
  color: #777;
  text-align: center;
}
.transaction-tip-button {
  height: 50px;
  width: 33.33%;
  line-height: 50px;
  border: 1px solid #ddd;
}
.smb-pos__mobile-order-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: #333;
}
/* Common Modal */
.smb-pos__modal-title {
  font-size: 36px;
}
.smb-pos__modal-title.smb-pos__modal-title-green {
  color: transparent;
  text-shadow: 0 0 0 green;
}
.smb-pos__modal-subtitle {
  font-size: 18px;
}
.smb-pos__patron-profile-new {
  display: flex;
  flex-direction: column;
  gap: 24px 32px;
  min-height: 720px;
  min-width: 960px;
  height: 75vh;
  width: 75vw;
  font-family: 'Open Sans';
  font-size: 16px;
  color: #333332;
  padding: 24px 32px;
}
.smb-pos__patron-profile-new .patron-profile-new-body {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: 24px 32px;
  min-height: 0;
}
.smb-pos__patron-profile-new .patron-profile-new-body .font-size-12px {
  font-size: 12px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .font-size-20px {
  font-size: 20px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-left-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 0;
  gap: 12px 16px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-left-column .patron-profile-new-left-column-photo {
  min-width: 200px;
  min-height: 200px;
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #f8f8f8;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-left-column .patron-profile-new-left-column-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-left-column .patron-profile-new-left-column-photo .lnr-user {
  color: lightgray;
  font-size: 100px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-left-column .patron-profile-new-left-column-name {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 36px;
  word-wrap: break-word;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-left-column .patron-profile-new-left-column-name-two {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  word-wrap: break-word;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-left-column .patron-profile-new-left-column-comment-box {
  min-height: 0;
  margin-bottom: 48px;
  width: 100%;
  margin-top: auto;
  height: 100%;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-left-column .patron-profile-new-left-column-comment-box::-webkit-scrollbar {
  width: 0;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-left-column .patron-profile-new-left-column-comment-box .carousel-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-left-column .patron-profile-new-left-column-comment-box .carousel-indicators {
  bottom: -48px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-left-column .patron-profile-new-left-column-comment-box .carousel-control {
  display: none;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-left-column .patron-profile-new-left-column-comment-box .carousel-indicators li {
  border: 1px solid #ccc;
  width: 16px;
  height: 16px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-left-column .patron-profile-new-left-column-comment-box .carousel-indicators li.active {
  background-color: #efe13a;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-left-column .patron-profile-new-left-column-comment {
  padding: 12px 16px;
  background-color: #f5f5f0;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  font-weight: 300;
  border-radius: 5px;
  margin: 12px 16px;
  flex-grow: 1;
  overflow: hidden;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  gap: 24px 32px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-items {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  height: 72px;
  width: 160px;
  text-align: center;
  border-radius: 5px;
  border: none;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-items[disabled] {
  opacity: 0.5;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-check-mark {
  position: absolute;
  top: 5%;
  right: 3%;
  background-color: white;
  border-radius: 5px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-check-mark .icon-Checkmark-Filled:before {
  color: black;
  font-weight: bolder;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-top-placeholder {
  color: gray;
  padding: 24px 32px;
  border-radius: 5px;
  border: 1px dashed lightgray;
  margin-right: 10px;
  margin-left: 5px;
  text-align: center;
  font-size: 20px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-top-check-mark {
  position: absolute;
  top: 5%;
  right: 3%;
  background-color: white;
  border-radius: 5px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-top-check-mark .icon-Checkmark-Filled:before {
  color: black;
  font-weight: bolder;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-top-item {
  display: flex;
  gap: 12px 16px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-top-item .patron-profile-new-right-column-top-item-wrapper {
  border-radius: 5px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-top-item .patron-profile-new-right-column-top-item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px 16px;
  height: 72px;
  width: 160px;
  text-align: center;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column::-webkit-scrollbar {
  display: none;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-offers {
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  margin: 0 10px 12px 10px;
  padding: 12px 16px;
  position: relative;
  background-color: rgba(239, 225, 59, 0.09);
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-offers .patron-profile-new-right-column-offers-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-offers .patron-profile-new-right-column-offers-top-right {
  font-size: 12px;
  font-weight: 300;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-offers .patron-profile-new-right-column-offers-top-right .offer-checkbox {
  pointer-events: none;
  transform: scale(1.5);
  margin: 0;
  margin-left: 8px;
  vertical-align: middle;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-offers .patron-profile-new-right-column-offers-title {
  display: flex;
  background-color: #333332;
  border-radius: 0 50px 50px 0;
  color: white;
  padding-left: 8px;
  margin-bottom: 6px;
  width: max-content;
  padding-right: 12px;
  transform: translateX(-16px);
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-offers .patron-profile-new-right-column-offers-title .icon-Star:before {
  color: white;
  font-size: 24px;
  margin: 2px 4px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-offers span {
  line-height: 24px;
  font-weight: 300;
  word-break: break-all;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-cards-title {
  font-size: 12px;
  color: #767673;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-cards-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4000;
  background-color: white;
  top: 0;
  left: 0;
  left: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  transition: all 0.5s ease-in-out 0.02s;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-cards-menu-add-btn {
  font-size: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-cards-menu .patron-profile-new-right-column-cards-menu-back-btn {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  width: 124px;
  border-radius: 100px;
  background-color: #f4f5f0;
  margin-bottom: 20px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-cards-menu .patron-profile-new-right-column-cards-menu-placeholder {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px 60px 30px;
  font-size: 20px;
  color: gray;
  font-weight: 300;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-cards-menu .patron-profile-new-right-column-cards-menu-placeholder span {
  font-size: 24px;
  font-weight: 500;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-cards-menu .patron-profile-new-right-column-cards-menu-items {
  overflow-x: scroll;
  padding: 0 10px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-cards-menu .patron-profile-new-right-column-cards-menu-items::-webkit-scrollbar {
  display: none;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-cards-menu .patron-profile-new-right-column-cards-menu-items .patron-profile-new-right-column-cards-menu-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  min-height: 48px;
  width: 94px;
  border-radius: 100px;
  background-color: #f4f5f0;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-cards-menu .patron-profile-new-right-column-cards-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  height: 84px;
  border-radius: 5px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-cards-menu .patron-profile-new-right-column-cards-menu-item:last-child {
  margin-bottom: 30px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-cards-menu .patron-profile-new-right-column-cards-menu-item:not(:last-child) {
  margin-bottom: 12px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  min-height: 72px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  border-radius: 5px;
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 5px;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-card-reload-btn {
  font-size: 16px;
  background-color: #f4f5f0;
  border-radius: 100px;
  height: 48px;
  padding: 12px 30px;
  margin-left: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-card-redeem-btn {
  font-size: 16px;
  background-color: #f4f5f0;
  border-radius: 100px;
  height: 48px;
  padding: 0 32px;
  margin-left: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.smb-pos__patron-profile-new .patron-profile-new-body .patron-profile-new-right-column .patron-profile-new-right-column-add-card {
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  border-radius: 100px;
  background-color: #f4f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 5px 10px 30px 5px;
}
.smb-pos__patron-profile-new .patron-profile-new-bottom {
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: 24px 32px;
}
.smb-pos__patron-profile-new .patron-profile-new-bottom .patron-profile-new-bottom-button {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 100vh;
  cursor: pointer;
  letter-spacing: 0;
  line-height: 36px;
}
.smb-pos__patron-profile-new .patron-profile-new-bottom .patron-profile-new-bottom-button-yellow {
  background-color: #efe13a;
}
.smb-pos__patron-profile-new .patron-profile-new-bottom .patron-profile-new-bottom-button-gray {
  background-color: #f4f5f0;
}
/* Tip Modal */
.smb-pos__tip-modal .profile-circle {
  border: 5px solid #eaeaea;
  display: inline-block;
  margin-top: -67pt;
}
.smb-pos__tip-modal .profile-circle .lnr-user {
  position: relative;
  top: 15px;
  left: 2px;
}
.smb-pos__tip-modal .patron-name {
  font-size: 28px;
  margin-top: 10px;
}
.smb-pos__tip-modal .tip-subheader {
  font-size: 20px;
  font-weight: 200;
}
.smb-pos__tip-modal .tip-amount {
  margin-top: 10px;
  font-size: 30px;
}
.smb-pos__tip-modal .totals {
  color: #6d6d6d;
  font-size: 15px;
}
.smb-pos__tip-modal button {
  margin-top: 30px;
}
@keyframes pulse-text {
  0% {
    color: white;
  }
  50% {
    color: #efe13a;
  }
  100% {
    color: white;
  }
}
.smb-pos__support-icon {
  border: none;
  font-size: 32px;
  line-height: 1;
  background: transparent;
  padding: 0.25em;
}
.smb-pos__support-icon .smb-pos___support-modal-message {
  display: flex;
  justify-content: center;
  align-items: center;
}
.smb-pos__support-icon .smb-pos__support-icon-label {
  font-size: 9px;
  margin-top: 3px;
}
.smb-pos__support-icon.highlight {
  animation-name: pulse-text;
  animation-iteration-count: infinite;
  animation-duration: 500ms;
}
.smb-pos__nown-support:hover {
  color: #28ce6f;
}
.smb-pos__support-modal-container {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smb-pos__support-modal-container .modal__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 26px;
  position: absolute;
  top: 1.25rem;
  right: 1.75rem;
}
.smb-pos__support-modal-container .modal__header .modal__title {
  flex-grow: 1;
}
.smb-pos__support-modal-container .modal__header .modal__close-button {
  z-index: 999;
  position: absolute;
  top: 2%;
  right: 3%;
  background: #efe13a;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.smb-pos__support-modal-container .support-window-container {
  background: #fff;
  padding: 0px;
  -webkit-overflow-scrolling: touch;
  border-radius: 5px;
  display: inherit;
  width: 100%;
  height: 100%;
}
.smb-pos__support-modal-container .support-window-container .support-modal__loader {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  z-index: 998;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5c9;
  border-radius: inherit;
}
.smb-pos__support-modal-container .support-window-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  outline: none;
  background: #fff;
  border: 0px solid #333;
  -webkit-overflow-scrolling: touch;
  overflow-y: none;
  border-radius: inherit;
}
/* RIGHT PANEL */
.smb-pos,
.smb-pos__tender-modal {
  display: flex;
  height: 100%;
}
.smb-pos .smb-pos__tender-header,
.smb-pos__tender-modal .smb-pos__tender-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #d8d8d8;
  height: 84px;
}
.smb-pos .smb-pos__tender-header-offline,
.smb-pos__tender-modal .smb-pos__tender-header-offline {
  margin-top: 32px;
}
.smb-pos .smb-pos__tender-header-inner,
.smb-pos__tender-modal .smb-pos__tender-header-inner {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  position: relative;
  width: 100%;
  padding: 5px 10px;
}
.smb-pos .smb-pos__back-btn,
.smb-pos__tender-modal .smb-pos__back-btn {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px;
  line-height: normal;
}
.smb-pos .smb-pos__tender-header-title,
.smb-pos__tender-modal .smb-pos__tender-header-title {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
}
.smb-pos .smb-pos__tender-body,
.smb-pos__tender-modal .smb-pos__tender-body {
  position: absolute;
  top: 84px;
  /* height of .smb-pos__tender-header */
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  /* spacing away from .smb-pos__tender-header */
  text-align: center;
}
.smb-pos .carousel-inner,
.smb-pos__tender-modal .carousel-inner {
  height: 100%;
}
.smb-pos .smb-pos__learn-more,
.smb-pos__tender-modal .smb-pos__learn-more {
  padding: 10px 25px;
  background: #666;
  color: #fff;
  margin: 10px 0px 0px 0px;
}
.smb-pos .smb-pos__learn-more h4,
.smb-pos__tender-modal .smb-pos__learn-more h4 {
  font-size: 20px;
  margin: 10px 0px 5px 0px !important;
}
.smb-pos .smb-pos__mobile-order,
.smb-pos__tender-modal .smb-pos__mobile-order {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.smb-pos .smb-pos__mobile-order-user-photo,
.smb-pos__tender-modal .smb-pos__mobile-order-user-photo {
  position: relative;
}
.smb-pos .smb-pos__mobile-order-beacon,
.smb-pos__tender-modal .smb-pos__mobile-order-beacon {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.5);
  top: 0px;
  left: 0px;
  transform: scale(1);
  opacity: 1;
}
.smb-pos .smb-pos__mobile-order-beacon-sm,
.smb-pos__tender-modal .smb-pos__mobile-order-beacon-sm {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.5);
  top: 10px;
  left: 10px;
  transform: scale(1);
  opacity: 1;
}
.smb-pos .smb-pos__mobile-order-photo,
.smb-pos__tender-modal .smb-pos__mobile-order-photo {
  width: 120px;
  height: 120px;
  background: url('https://api-dev.lucovalabs.com/fimages/5a/5a9727f68f8ee309670020b2') center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  transform: scale(1);
}
.smb-pos .smb-pos__mobile-order-user-name,
.smb-pos__tender-modal .smb-pos__mobile-order-user-name {
  font-weight: 600;
  font-size: 16px;
}
.smb-pos .smb-pos__mobile-order-items,
.smb-pos__tender-modal .smb-pos__mobile-order-items {
  flex: 1;
  padding: 20px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.smb-pos .smb-pos__mobile-order-items .smb-pos__mobile-order-item,
.smb-pos__tender-modal .smb-pos__mobile-order-items .smb-pos__mobile-order-item {
  display: flex;
  flex-wrap: wrap;
}
.smb-pos .smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-item-quantity,
.smb-pos__tender-modal .smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-item-quantity {
  width: 10%;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  color: #333;
  padding: 0px 10px;
}
.smb-pos .smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-item-name,
.smb-pos__tender-modal .smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-item-name {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  text-align: left;
  color: #333;
}
.smb-pos .smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-item-price,
.smb-pos__tender-modal .smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-item-price {
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  color: #333;
}
.smb-pos .smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-modifiers-container,
.smb-pos__tender-modal .smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-modifiers-container {
  width: 100%;
  padding-left: 10%;
  display: flex;
  flex-direction: column;
}
.smb-pos .smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-modifiers-container .smb-pos__mobile-order-modifier-subcontainer,
.smb-pos__tender-modal .smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-modifiers-container .smb-pos__mobile-order-modifier-subcontainer {
  display: flex;
  flex-direction: row;
}
.smb-pos .smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-modifiers-container .smb-pos__mobile-order-modifier-subcontainer .smb-pos__mobile-order-modifier-name,
.smb-pos__tender-modal .smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-modifiers-container .smb-pos__mobile-order-modifier-subcontainer .smb-pos__mobile-order-modifier-name {
  flex: 1;
  font-size: 18px;
  font-weight: 300;
  margin: 0px;
  text-align: left;
  color: #333;
}
.smb-pos .smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-modifiers-container .smb-pos__mobile-order-modifier-subcontainer .smb-pos__mobile-order-modifier-price,
.smb-pos__tender-modal .smb-pos__mobile-order-items .smb-pos__mobile-order-item .smb-pos__mobile-order-modifiers-container .smb-pos__mobile-order-modifier-subcontainer .smb-pos__mobile-order-modifier-price {
  font-size: 18px;
  font-weight: 300;
  margin: 0px;
  color: #333;
}
.smb-pos .smb-pos__mobile-order-action-bar,
.smb-pos__tender-modal .smb-pos__mobile-order-action-bar {
  display: flex;
  flex-direction: row;
  background: #f9f9f8;
  width: 100%;
  height: 70px;
}
.smb-pos .smb-pos__mobile-order-action-bar button,
.smb-pos__tender-modal .smb-pos__mobile-order-action-bar button {
  flex: 1;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  border: 0px;
  border-right: 1px solid #ddd;
}
.smb-pos .smb-pos__mobile-order-action-bar button:last-child,
.smb-pos__tender-modal .smb-pos__mobile-order-action-bar button:last-child {
  border-right: 0px;
}
.smb-pos .smb-pos__mobile-order-action-bar button i,
.smb-pos__tender-modal .smb-pos__mobile-order-action-bar button i {
  margin-right: 10px;
}
.smb-pos .smb-pos__messaging,
.smb-pos__tender-modal .smb-pos__messaging {
  height: 240px;
  background: #efe13b;
  text-align: left;
}
.smb-pos .smb-pos__messaging .carousel-indicators,
.smb-pos__tender-modal .smb-pos__messaging .carousel-indicators {
  width: inherit;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0px;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.smb-pos .smb-pos__messaging .carousel-indicators li,
.smb-pos__tender-modal .smb-pos__messaging .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.25);
  border: 0px;
  margin: 5px;
}
.smb-pos .smb-pos__messaging .carousel-indicators li.active,
.smb-pos__tender-modal .smb-pos__messaging .carousel-indicators li.active {
  background: black;
}
.smb-pos .smb-pos__messaging .carousel-control.left,
.smb-pos__tender-modal .smb-pos__messaging .carousel-control.left,
.smb-pos .smb-pos__messaging .carousel-control.right,
.smb-pos__tender-modal .smb-pos__messaging .carousel-control.right {
  background: transparent;
  opacity: 0;
}
.smb-pos .smb-pos__messaging .smb-pos__message,
.smb-pos__tender-modal .smb-pos__messaging .smb-pos__message {
  position: relative;
  text-align: left;
}
.smb-pos .smb-pos__messaging .smb-pos__message .smb-pos__message-background-image,
.smb-pos__tender-modal .smb-pos__messaging .smb-pos__message .smb-pos__message-background-image {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  align-items: center;
  justify-content: center;
}
.smb-pos .smb-pos__messaging .smb-pos__message .smb-pos__message-background-image .carousel-header,
.smb-pos__tender-modal .smb-pos__messaging .smb-pos__message .smb-pos__message-background-image .carousel-header {
  text-align: left;
  font-size: 36px;
  font-weight: 600;
  margin: 0 20px;
  line-height: 1.3;
  color: #fff;
}
@media screen and (min-device-aspect-ratio: 5/3) {
  .smb-pos .smb-pos__messaging .smb-pos__message .smb-pos__message-background-image .carousel-header,
  .smb-pos__tender-modal .smb-pos__messaging .smb-pos__message .smb-pos__message-background-image .carousel-header {
    font-size: 28px;
  }
}
.smb-pos .smb-pos__messaging .smb-pos__message .smb-pos__message-background-image .carousel-header-bottom-right,
.smb-pos__tender-modal .smb-pos__messaging .smb-pos__message .smb-pos__message-background-image .carousel-header-bottom-right {
  position: absolute;
  right: 25px;
  bottom: 50px;
}
.smb-pos .smb-pos__messaging .smb-pos__message .smb-pos__message-background-image .carousel-subheader,
.smb-pos__tender-modal .smb-pos__messaging .smb-pos__message .smb-pos__message-background-image .carousel-subheader {
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  margin: 0 20px;
  line-height: 1.3;
  color: #fff;
}
.smb-pos .smb-pos__messaging .smb-pos__message .smb-pos__message-background-image .carousel-black,
.smb-pos__tender-modal .smb-pos__messaging .smb-pos__message .smb-pos__message-background-image .carousel-black {
  color: black !important;
}
.smb-pos .smb-pos__mobile,
.smb-pos__tender-modal .smb-pos__mobile {
  height: 100%;
  background: #fff;
  text-align: left;
}
.smb-pos .smb-pos__mobile .smb-pos__mobile-order-user,
.smb-pos__tender-modal .smb-pos__mobile .smb-pos__mobile-order-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #efe13b;
  padding: 80px 30px 60px 30px;
}
.smb-pos .smb-pos__mobile .carousel-indicators,
.smb-pos__tender-modal .smb-pos__mobile .carousel-indicators {
  position: absolute;
  top: 20px;
  height: 40px;
  z-index: 15;
  list-style: none;
  text-align: center;
}
.smb-pos .smb-pos__mobile .carousel-indicators li,
.smb-pos__tender-modal .smb-pos__mobile .carousel-indicators li {
  background: #333;
  border: 0px;
  margin: 5px;
}
.smb-pos .smb-pos__mobile .carousel-indicators li.active,
.smb-pos__tender-modal .smb-pos__mobile .carousel-indicators li.active {
  background: #fff;
}
.smb-pos .smb-pos__mobile .carousel-control.left,
.smb-pos__tender-modal .smb-pos__mobile .carousel-control.left,
.smb-pos .smb-pos__mobile .carousel-control.right,
.smb-pos__tender-modal .smb-pos__mobile .carousel-control.right {
  background: transparent;
  opacity: 0;
}
.smb-pos .smb-pos__mobile .smb-pos__message,
.smb-pos__tender-modal .smb-pos__mobile .smb-pos__message {
  text-align: left;
}
.smb-pos .smb-pos__mobile .smb-pos__message .smb-pos__message-header,
.smb-pos__tender-modal .smb-pos__mobile .smb-pos__message .smb-pos__message-header {
  text-align: left;
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 80px;
  margin-bottom: 20px;
  color: #fff;
}
.smb-pos .smb-pos__message-list,
.smb-pos__tender-modal .smb-pos__message-list,
.smb-pos .smb-pos__mobile,
.smb-pos__tender-modal .smb-pos__mobile {
  height: 100%;
  position: relative;
}
.smb-pos .smb-pos__message-list .carousel,
.smb-pos__tender-modal .smb-pos__message-list .carousel,
.smb-pos .smb-pos__mobile .carousel,
.smb-pos__tender-modal .smb-pos__mobile .carousel {
  height: 100%;
}
.smb-pos .smb-pos__message-list .carousel-inner > .item,
.smb-pos__tender-modal .smb-pos__message-list .carousel-inner > .item,
.smb-pos .smb-pos__mobile .carousel-inner > .item,
.smb-pos__tender-modal .smb-pos__mobile .carousel-inner > .item {
  height: 100%;
}
.smb-pos .smb-billing-error,
.smb-pos__tender-modal .smb-billing-error {
  padding: 1rem;
  background-color: #47544f;
  color: #eff9f6;
  text-align: center;
  font-weight: 500;
}
.smb-pos .smb-pos-start,
.smb-pos__tender-modal .smb-pos-start,
.smb-pos .smb-pos-order,
.smb-pos__tender-modal .smb-pos-order {
  height: 100%;
  flex: 1;
}
.smb-pos .smb-pos-start .smb-pos-order-inner,
.smb-pos__tender-modal .smb-pos-start .smb-pos-order-inner,
.smb-pos .smb-pos-order .smb-pos-order-inner,
.smb-pos__tender-modal .smb-pos-order .smb-pos-order-inner {
  height: 100%;
}
.smb-pos .smb-pos-start .smb-pos-order-inner > div,
.smb-pos__tender-modal .smb-pos-start .smb-pos-order-inner > div,
.smb-pos .smb-pos-order .smb-pos-order-inner > div,
.smb-pos__tender-modal .smb-pos-order .smb-pos-order-inner > div {
  height: 100%;
  position: relative;
}
.smb-pos .smb-pos-start .smb-pos__order-menu,
.smb-pos__tender-modal .smb-pos-start .smb-pos__order-menu,
.smb-pos .smb-pos-order .smb-pos__order-menu,
.smb-pos__tender-modal .smb-pos-order .smb-pos__order-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.smb-pos .smb-pos-default-clockin,
.smb-pos__tender-modal .smb-pos-default-clockin {
  height: 100%;
  flex: 1;
  height: unset;
}
.smb-pos .smb-pos-default-clockin .smb-pos-order-inner,
.smb-pos__tender-modal .smb-pos-default-clockin .smb-pos-order-inner {
  height: 100%;
}
.smb-pos .smb-pos-default-clockin .smb-pos-order-inner > div,
.smb-pos__tender-modal .smb-pos-default-clockin .smb-pos-order-inner > div {
  height: 100%;
  position: relative;
}
.smb-pos .smb-pos-default-clockin .smb-pos__order-menu,
.smb-pos__tender-modal .smb-pos-default-clockin .smb-pos__order-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.smb-pos .smb-pos-default-clockin .smb-pos__left-panel-clockin,
.smb-pos__tender-modal .smb-pos-default-clockin .smb-pos__left-panel-clockin {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #fff;
  background: unset;
  padding: 0 32px;
  display: unset;
}
.smb-pos .smb-pos-default-clockin .open-station-btn,
.smb-pos__tender-modal .smb-pos-default-clockin .open-station-btn {
  float: right;
  margin-top: -60px;
  background-color: #efe13a;
  width: 220px;
  height: 50px;
  cursor: pointer;
}
.smb-pos .smb-pos-default-clockin .smb-pos-openstation-title,
.smb-pos__tender-modal .smb-pos-default-clockin .smb-pos-openstation-title {
  font-size: 44px;
  text-align: center;
  padding-top: 15px;
}
.smb-pos .smb-pos-mobile-order-sidebar,
.smb-pos__tender-modal .smb-pos-mobile-order-sidebar {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.smb-pos .smb-pos-start-sidebar,
.smb-pos__tender-modal .smb-pos-start-sidebar {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging {
  height: 240px;
  transition: height 0.25s;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats {
  height: 100%;
  width: 100%;
  background-color: white;
  color: black;
  position: relative;
  padding: 24px 32px 0 32px;
  overflow: hidden;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__overlay,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__overlay {
  position: absolute;
  bottom: 24px;
  width: 100%;
  left: 0px;
  pointer-events: none;
  text-align: center;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__overlay .fiit-stats__overlay-value,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__overlay .fiit-stats__overlay-value {
  font-size: 44px;
  line-height: 52px;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__overlay .fiit-stats__overlay-text,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__overlay .fiit-stats__overlay-text {
  font-size: 16px;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__header,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__header {
  display: flex;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__header .fiit-stats__logo,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__header .fiit-stats__logo {
  height: 24px;
  margin-right: 8px;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__header .fiit-stats__title,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__header .fiit-stats__title {
  font-size: 20px;
  line-height: 24px;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__header .fiit-stats__description,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__header .fiit-stats__description {
  font-size: 12px;
  font-weight: 300;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__row,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__row .fiit-stats__pie-chart,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__row .fiit-stats__pie-chart {
  height: 177px;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__border,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-stats__border {
  border-bottom: 1px solid #ccccc8;
  width: 434px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 217px);
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-info,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-info {
  display: flex;
  justify-content: space-between;
  color: #333;
  padding-top: 1rem;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-info > div,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-info > div {
  display: flex;
  align-items: center;
  gap: 0 0.75rem;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-info > div > div,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-info > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.1rem;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-info-label,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-info-label {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-info-value,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-messaging .fiit-stats .fiit-info-value {
  font-size: 2.5rem !important;
  line-height: 100%;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-mobile-order-sidebar,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-mobile-order-sidebar {
  flex: 1;
  overflow: auto;
}
.smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-status,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-status {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 435px);
}
@media (width: 1366px) {
  .smb-pos .smb-pos-start-sidebar .smb-pos-start-sidebar-status,
  .smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos-start-sidebar-status {
    height: calc(100vh - 455px);
  }
}
.smb-pos .smb-pos-start-sidebar .no-mobile-orders,
.smb-pos__tender-modal .smb-pos-start-sidebar .no-mobile-orders {
  height: calc(100vh - 310px);
}
.smb-pos .smb-pos-start-sidebar .smb-pos__status,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__status {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__status .smb-pos__printer,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__status .smb-pos__printer {
  position: absolute;
  top: 20px;
  right: 20px;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__snapshot,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__snapshot {
  padding: 10px 30px 20px 30px;
  display: flex;
  flex-direction: row;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__snapshot .smb-pos__snapshot-item,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__snapshot .smb-pos__snapshot-item {
  flex: 1;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__snapshot .smb-pos__snapshot-item .smb-pos__snapshot-item-name,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__snapshot .smb-pos__snapshot-item .smb-pos__snapshot-item-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__snapshot .smb-pos__snapshot-item .smb-pos__snapshot-item-value,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__snapshot .smb-pos__snapshot-item .smb-pos__snapshot-item-value {
  font-size: 40px;
  font-weight: 600;
  margin: 0px 30px 0px 0px;
  color: #333;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__history::-webkit-scrollbar,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__history::-webkit-scrollbar {
  display: none;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__history,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__history {
  height: calc(100vh - 530px);
  padding-bottom: 30px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-summary,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  background: #fff;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-summary .smb-pos__history-item-toggle,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-summary .smb-pos__history-item-toggle {
  flex: 0 0 20px;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-summary .smb-pos__history-item-value,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-summary .smb-pos__history-item-value {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  color: #333;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-summary .smb-pos__history-item-value .smb-pos__history-item-value-timestamp,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-summary .smb-pos__history-item-value .smb-pos__history-item-value-timestamp {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.5;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-summary .smb-pos__history-item-price,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-summary .smb-pos__history-item-price {
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  color: #333;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail {
  padding: 10px 10px 10px 50px;
  background-color: #eee;
  display: flex;
  /* Only if reprint is the only button */
}
.smb-pos .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail .smb-pos__value-container,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail .smb-pos__value-container {
  padding-left: 3px;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail .smb-pos__history-item-subitem-row-container,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail .smb-pos__history-item-subitem-row-container {
  display: flex;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
@media (min-width: 1366px) {
  .smb-pos .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail .smb-pos__history-item-subitem-row-container,
  .smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail .smb-pos__history-item-subitem-row-container {
    font-size: 18px;
  }
}
.smb-pos .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail .smb-pos__history-item-subitem-row-container .smb-pos__history-item-subitem-name,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail .smb-pos__history-item-subitem-row-container .smb-pos__history-item-subitem-name {
  width: 150px;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail .smb-pos__history-item-subitem-row-container .smb-pos__history-item-subitem-price,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail .smb-pos__history-item-subitem-row-container .smb-pos__history-item-subitem-price {
  font-weight: 600;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail .smb-pos__history-item-void,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail .smb-pos__history-item-void {
  margin-left: auto;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail .smb-pos__history-item-reprint,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail .smb-pos__history-item-reprint {
  margin-left: 10px;
  margin-right: 20px;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail .smb-pos__history-item-reprint-single,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__history .smb-pos__history-item-detail .smb-pos__history-item-reprint-single {
  margin-left: auto;
  margin-right: 20px;
}
.smb-pos .smb-pos-start-sidebar .order-history-short,
.smb-pos__tender-modal .smb-pos-start-sidebar .order-history-short {
  height: calc(100vh - 395px);
}
.smb-pos .smb-pos-start-sidebar .smb-pos__shift-action-bar,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__shift-action-bar {
  display: flex;
  flex-direction: row;
  background: #f9f9f8;
  width: 100%;
  height: 70px;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__shift-action-bar button,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__shift-action-bar button {
  flex: 1 0 75%;
  height: 100%;
  font-size: 18px;
  background: white;
  border: 0px;
  border-right: 1px solid #ddd;
  color: #666666;
  line-height: 1.2em;
  text-transform: uppercase;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__shift-action-bar button:last-child,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__shift-action-bar button:last-child {
  border-right: 0px;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__shift-action-bar button i,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__shift-action-bar button i {
  margin-right: 10px;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__shift-action-bar button.button-compact,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__shift-action-bar button.button-compact {
  flex: 1 0 25%;
}
.smb-pos .smb-pos-start-sidebar .smb-pos__shift-action-bar button.button-compact i,
.smb-pos__tender-modal .smb-pos-start-sidebar .smb-pos__shift-action-bar button.button-compact i {
  margin-right: 0;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-inner,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-inner {
  align-items: center;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 30px;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-close-button,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-close-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 75px;
  z-index: 3;
  color: #aaa;
}
.smb-pos .smb-pos__loyalty .nown-exit-icon,
.smb-pos__tender-modal .smb-pos__loyalty .nown-exit-icon {
  color: #333332;
  font-size: 32px;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-patron-photo,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-patron-photo {
  background-color: #ffffff;
  z-index: 3;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info hr,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info hr {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  margin-top: 20px;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-title,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-title {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 40%;
  display: flex;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-title .smb-pos__loyalty-title-tooltip,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-title .smb-pos__loyalty-title-tooltip {
  width: 400px;
  padding: 15px 20px 10px;
  text-align: left;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 18px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 10px #ddd;
  -webkit-transform: translateX(-12px) translateY(32px);
  transform: translateX(-12px) translateY(32px);
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-title .smb-pos__loyalty-title-tooltip tip-arrow,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-title .smb-pos__loyalty-title-tooltip tip-arrow {
  border: 0;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-title .smb-pos__loyalty-title-tooltip tip-arrow::after,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-title .smb-pos__loyalty-title-tooltip tip-arrow::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -22px;
  box-sizing: border-box;
  border: 1em solid #fff;
  border-color: #fff #fff transparent transparent;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: 3px -3px 10px -3px #ddd;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-title .smb-pos__loyalty-title-star,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-title .smb-pos__loyalty-title-star {
  width: 52px;
  height: 52px;
  position: absolute;
  background: url(/images/gold-tier.svg) center center no-repeat;
  background-size: 90px;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-title .smb-pos__loyalty-title-text,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-title .smb-pos__loyalty-title-text {
  margin-left: 60px;
  text-align: left;
  font-size: 35px;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner {
  height: 120px;
  margin: 15px;
  position: relative;
  border-radius: 10px;
  font-family: 'Nunito';
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner .smb-pos__loyalty-patron-container,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner .smb-pos__loyalty-patron-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner .smb-pos__loyalty-patron-container .smb-pos__loyalty-patron-name,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner .smb-pos__loyalty-patron-container .smb-pos__loyalty-patron-name {
  font-size: 30px;
  font-family: 'Nunito';
  font-weight: 600;
  text-align: center;
  margin: 5px 0;
  line-height: 30px;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner .smb-pos__loyalty-patron-container .smb-pos__loyalty-email-or-phone-number,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner .smb-pos__loyalty-patron-container .smb-pos__loyalty-email-or-phone-number {
  margin-bottom: 10px;
  text-align: center;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner .smb-pos__loyalty-patron-container .smb-pos__loyalty-patron-tier,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner .smb-pos__loyalty-patron-container .smb-pos__loyalty-patron-tier {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Nunito';
  font-weight: 600;
  text-align: center;
  color: #ccc;
  margin-bottom: 10px;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner .smb-pos__loyalty-patron-container .smb-pos__loyalty-patron-tier .smb-pos__loyalty-patron-tier-label,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner .smb-pos__loyalty-patron-container .smb-pos__loyalty-patron-tier .smb-pos__loyalty-patron-tier-label {
  padding: 2.5px 15px;
  font-weight: 300;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner .smb-pos__loyalty-patron-container .smb-pos__loyalty-patron-tier .smb-pos__loyalty-patron-tier-label-active,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner .smb-pos__loyalty-patron-container .smb-pos__loyalty-patron-tier .smb-pos__loyalty-patron-tier-label-active {
  color: #333;
  background: #efe13b;
  font-weight: 600;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner .smb-pos__loyalty-patron-container .smb-pos__loyalty-points,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner .smb-pos__loyalty-patron-container .smb-pos__loyalty-points {
  font-family: 'Nunito';
  font-weight: 300;
  text-align: center;
  font-size: 16px;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner .smb-pos__loyalty-patron-container .smb-pos__loyalty-level,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-info-inner .smb-pos__loyalty-patron-container .smb-pos__loyalty-level {
  height: 100%;
  padding: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  border-radius: 0 0 8px 0;
  color: #000;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner {
  width: 100%;
  color: #ffffff;
  /* Row #2 top picks */
  /* Row #3 Promotions */
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promo-title,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promo-title {
  position: relative;
  vertical-align: -webkit-baseline-middle;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Nunito';
  width: 100%;
  color: #333;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-list-row,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-list-row {
  max-height: 300px;
  overflow: scroll;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-toppick-repeat:nth-child(1) .smb-pos__loyalty-toppick-container,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-toppick-repeat:nth-child(1) .smb-pos__loyalty-toppick-container {
  margin-left: 0;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-toppick-repeat:nth-child(3) .smb-pos__loyalty-toppick-container,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-toppick-repeat:nth-child(3) .smb-pos__loyalty-toppick-container {
  margin-right: 0;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-toppick-container,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-toppick-container {
  margin: 0 7.5px;
  height: 90px;
  background-size: cover;
  background-position: 50%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-toppick-container .smb-pos__loyalty-toppick-color,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-toppick-container .smb-pos__loyalty-toppick-color {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-toppick-container .smb-pos__loyalty-toppick-name,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-toppick-container .smb-pos__loyalty-toppick-name {
  font-size: 20px;
  position: relative;
  z-index: 5;
  color: #333;
  width: 100%;
  text-align: center;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-toppick-container .smb-pos__loyalty-toppick-subitems,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-toppick-container .smb-pos__loyalty-toppick-subitems {
  width: 90%;
  z-index: 5;
  color: #333;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-toppick-container .smb-pos__loyalty-item-selection,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-toppick-container .smb-pos__loyalty-item-selection {
  visibility: hidden;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 8px;
  right: 8px;
  z-index: 100;
  background-color: #fff;
  color: #777;
  line-height: 25px;
  text-align: center;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-toppick-container.selected .smb-pos__loyalty-item-selection,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-toppick-container.selected .smb-pos__loyalty-item-selection {
  visibility: visible;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promotion-container,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promotion-container {
  margin: 10px 15px 0 0;
  height: 130px;
  background-color: #eee;
  color: #333;
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 0 20px;
  justify-content: center;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promotion-container .smb-pos__loyalty-available,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promotion-container .smb-pos__loyalty-available {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promotion-container .smb-pos__loyalty-reload-container,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promotion-container .smb-pos__loyalty-reload-container {
  display: flex;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promotion-container .smb-pos__loyalty-reload-container .smb-pos__loyalty-reload,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promotion-container .smb-pos__loyalty-reload-container .smb-pos__loyalty-reload {
  display: flex;
  flex-direction: row;
  background-color: #efe13b;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100px;
  padding: 12px 32px;
  border-radius: 25px;
  cursor: pointer;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promotion-container .smb-pos__loyalty-promotion-container-inner,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promotion-container .smb-pos__loyalty-promotion-container-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promotion-container .smb-pos__loyalty-promotion-container-inner .smb-pos__loyalty-promotion-name,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promotion-container .smb-pos__loyalty-promotion-container-inner .smb-pos__loyalty-promotion-name {
  font-size: 18px;
  font-family: 'Nunito';
  font-weight: 500;
  text-transform: uppercase;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promotion-container .smb-pos__loyalty-promotion-container-inner .smb-pos__loyalty-promotion-description,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promotion-container .smb-pos__loyalty-promotion-container-inner .smb-pos__loyalty-promotion-description {
  font-family: 'Nunito';
  font-weight: 300;
  font-size: 16px;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promotion-container .smb-pos__loyalty-promotion-container-inner .smb-pos__loyalty-promotion-expiry,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-promotion-container .smb-pos__loyalty-promotion-container-inner .smb-pos__loyalty-promotion-expiry {
  margin-top: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #666;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-add-container,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-add-container {
  margin: 10px 15px 0 0;
  height: 130px;
  background-color: #eee;
  color: #333;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 20px;
  justify-content: center;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-add-container .smb-pos__loyalty-available,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-add-container .smb-pos__loyalty-available {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-add-container .smb-pos__loyalty-add-container-inner,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-add-container .smb-pos__loyalty-add-container-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-add-container .smb-pos__loyalty-add-container-inner .smb-pos__loyalty-promotion-name,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-add-container .smb-pos__loyalty-add-container-inner .smb-pos__loyalty-promotion-name {
  font-size: 18px;
  font-family: 'Nunito';
  font-weight: 500;
  text-transform: uppercase;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-add-container .smb-pos__loyalty-add-container-inner .smb-pos__loyalty-promotion-description,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-add-container .smb-pos__loyalty-add-container-inner .smb-pos__loyalty-promotion-description {
  font-family: 'Nunito';
  font-weight: 300;
  font-size: 16px;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-add-container .smb-pos__loyalty-add-container-inner .smb-pos__loyalty-promotion-expiry,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-add-container .smb-pos__loyalty-add-container-inner .smb-pos__loyalty-promotion-expiry {
  margin-top: 5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #666;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-empty-promotion-container,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-empty-promotion-container {
  margin: 10px 15px 0 0;
  height: 130px;
  color: #aaa;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 20px;
  justify-content: center;
  border: 1px dashed #ccc;
  align-items: center;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-empty-promotion-container .smb-pos__loyalty-add,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-empty-promotion-container .smb-pos__loyalty-add {
  font-size: 21px;
  font-family: 'Nunito';
  font-weight: 500;
  text-transform: uppercase;
  justify-content: center;
  display: flex;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-empty-promotion-container .smb-pos__loyalty-empty-promotion-text,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-empty-promotion-container .smb-pos__loyalty-empty-promotion-text {
  color: #aaa;
  font-size: 16px;
  font-weight: 300;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-button-container,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-button-container {
  height: 60px;
  color: #333;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 20px;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-button-container.loyalty-button-left,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-button-container.loyalty-button-left {
  background-color: #eee;
  margin: 10px 7.5px 0 0;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-button-container.loyalty-button-right,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-promo-inner .smb-pos__loyalty-button-container.loyalty-button-right {
  background-color: #efe13b;
  margin: 10px 0 0 7.5px;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-top-picks-intro-container,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-top-picks-intro-container {
  height: 120px;
  width: 100%;
  font-size: 30px;
  color: #666;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  font-weight: 300;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-top-picks-header,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-top-picks-header {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Nunito';
  width: 100%;
  margin: -40px 0 10px 0;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-top-picks-header .smb-pos__loyalty-top-picks-header-title,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-top-picks-header .smb-pos__loyalty-top-picks-header-title {
  position: absolute;
  vertical-align: -webkit-baseline-middle;
  bottom: 0;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-top-picks-header .rounded-btn,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-info .smb-pos__loyalty-top-picks-header .rounded-btn {
  text-transform: capitalize;
  border-radius: 0;
  font-weight: 300;
  width: 200px;
  height: 60px;
  font-size: 16px;
  background: #999;
  color: #fff;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-coupons,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-coupons {
  background-color: #ffffff;
  padding: 15px;
  width: 100%;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-coupon,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-coupon {
  background-color: #444444;
  border-radius: 8px;
  color: #ffffff;
  height: 100%;
  margin: 5px;
  padding: 10px;
}
.smb-pos .smb-pos__loyalty .smb-pos__loyalty-items,
.smb-pos__tender-modal .smb-pos__loyalty .smb-pos__loyalty-items {
  background-color: #ffffff;
  margin-top: 15px;
  padding: 15px;
  width: 100%;
}
.smb-pos .smb-pos__order-patron,
.smb-pos__tender-modal .smb-pos__order-patron {
  display: flex;
  padding: 10px;
  flex: 0 0 165px;
}
.smb-pos .smb-pos__order-patron .smb-pos__patron-back-button,
.smb-pos__tender-modal .smb-pos__order-patron .smb-pos__patron-back-button {
  background-size: 40px;
  width: 60px;
  background-color: #e2e2e2;
  margin-right: 5px;
  margin-left: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smb-pos .smb-pos__order-patron .smb-pos__patron-photo,
.smb-pos__tender-modal .smb-pos__order-patron .smb-pos__patron-photo,
.smb-pos .smb-pos__order-patron .smb-pos__order-patron-photo,
.smb-pos__tender-modal .smb-pos__order-patron .smb-pos__order-patron-photo {
  width: 144px;
  height: 144px;
  font-size: 50px;
  border-radius: 0px;
}
.smb-pos .smb-pos__order-patron .smb-pos__patron-info,
.smb-pos__tender-modal .smb-pos__order-patron .smb-pos__patron-info {
  font-size: 16px;
  padding: 0px 30px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.smb-pos .smb-pos__order-patron .smb-pos__patron-info .smb-pos__patron-name,
.smb-pos__tender-modal .smb-pos__order-patron .smb-pos__patron-info .smb-pos__patron-name {
  font-size: 24px;
}
.smb-pos .smb-pos__order-menu-item-pages,
.smb-pos__tender-modal .smb-pos__order-menu-item-pages {
  padding: 10px;
  height: 100%;
}
.smb-pos .smb-pos__order-menu-item-page,
.smb-pos__tender-modal .smb-pos__order-menu-item-page {
  display: grid;
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}
.smb-pos .smb-pos__order-menu-items,
.smb-pos__tender-modal .smb-pos__order-menu-items {
  flex: 1 0 320px;
  /* somehow needs a base flex height (eg. 320px) so that the height does not grow uncontrollably */
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}
.smb-pos .smb-pos__order-menu-item-back,
.smb-pos__tender-modal .smb-pos__order-menu-item-back {
  background: url(/images/back.svg) center center no-repeat;
  background-size: 40px;
}
.smb-pos .smb-pos__order-menu-item,
.smb-pos__tender-modal .smb-pos__order-menu-item {
  height: 100%;
  position: relative;
  padding: 0;
  border: 0px solid #444444;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f9f9f8;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
}
.smb-pos .smb-pos__order-menu-item .smb-pos__order-menu-item-name,
.smb-pos__tender-modal .smb-pos__order-menu-item .smb-pos__order-menu-item-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Open Sans';
}
@media (min-width: 1366px) {
  .smb-pos .smb-pos__order-menu-item .smb-pos__order-menu-item-name,
  .smb-pos__tender-modal .smb-pos__order-menu-item .smb-pos__order-menu-item-name {
    font-size: 16px;
  }
}
.smb-pos .smb-pos__order-menu-item .smb-pos__order-menu-item-name .smb-pos__order-menu-item-price,
.smb-pos__tender-modal .smb-pos__order-menu-item .smb-pos__order-menu-item-name .smb-pos__order-menu-item-price {
  font-size: 12px;
}
@media (min-width: 1366px) {
  .smb-pos .smb-pos__order-menu-item .smb-pos__order-menu-item-name .smb-pos__order-menu-item-price,
  .smb-pos__tender-modal .smb-pos__order-menu-item .smb-pos__order-menu-item-name .smb-pos__order-menu-item-price {
    font-size: 14px;
  }
}
.smb-pos .smb-pos__order-menu-item .smb-pos__order-menu-item-decorator,
.smb-pos__tender-modal .smb-pos__order-menu-item .smb-pos__order-menu-item-decorator {
  height: 25%;
  font-size: 11px;
  font-weight: 500;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.smb-pos .smb-pos__order-menu-item .smb-pos__order-menu-item-image-container,
.smb-pos__tender-modal .smb-pos__order-menu-item .smb-pos__order-menu-item-image-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.smb-pos .smb-pos__order-menu-item .smb-pos__order-menu-item-image-container .smb-pos__order-menu-item-image,
.smb-pos__tender-modal .smb-pos__order-menu-item .smb-pos__order-menu-item-image-container .smb-pos__order-menu-item-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.smb-pos .smb-pos__order-menu-item.smb-pos__order-menu-item-giftcard,
.smb-pos__tender-modal .smb-pos__order-menu-item.smb-pos__order-menu-item-giftcard {
  position: relative;
  background: #ddd;
}
.smb-pos .smb-pos__order-menu-item.smb-pos__order-menu-item-giftcard .smb-pos__order-menu-item-giftcard-line-horizontal,
.smb-pos__tender-modal .smb-pos__order-menu-item.smb-pos__order-menu-item-giftcard .smb-pos__order-menu-item-giftcard-line-horizontal {
  height: 4px;
  width: 100%;
  top: 30%;
  position: absolute;
  background: #fff;
}
.smb-pos .smb-pos__order-menu-item.smb-pos__order-menu-item-giftcard .smb-pos__order-menu-item-giftcard-line-vertical,
.smb-pos__tender-modal .smb-pos__order-menu-item.smb-pos__order-menu-item-giftcard .smb-pos__order-menu-item-giftcard-line-vertical {
  height: 100%;
  width: 4px;
  right: 25%;
  position: absolute;
  background: #fff;
}
.smb-pos .smb-pos__order-menu-item.smb-pos__order-menu-item-giftcard .smb-pos__order-menu-item-giftcard-ribbon,
.smb-pos__tender-modal .smb-pos__order-menu-item.smb-pos__order-menu-item-giftcard .smb-pos__order-menu-item-giftcard-ribbon {
  height: 40%;
  width: 40%;
  position: absolute;
  top: 10%;
  right: 6%;
  background: url(/images/giftcard-ribbon.svg) center center no-repeat;
  background-size: cover;
}
.smb-pos .smb-pos__order-menu-item.pinpad,
.smb-pos__tender-modal .smb-pos__order-menu-item.pinpad {
  background: url('/images/pinpad-dots.jpg') 50% no-repeat;
  background-size: 40%;
}
.smb-pos .smb-pos__order-menu-item .buzzer-container,
.smb-pos__tender-modal .smb-pos__order-menu-item .buzzer-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.smb-pos .smb-pos__order-menu-item .buzzer-container .buzzer,
.smb-pos__tender-modal .smb-pos__order-menu-item .buzzer-container .buzzer {
  color: #dddddd;
  font-size: 80px;
  position: absolute;
}
.smb-pos .smb-pos__order-menu-item .buzzer-container .buzzer-txt,
.smb-pos__tender-modal .smb-pos__order-menu-item .buzzer-container .buzzer-txt {
  position: absolute;
  z-index: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 12px;
}
.smb-pos .smb-pos__order-menu-item.smb-pos__order-menu-item--disabled,
.smb-pos__tender-modal .smb-pos__order-menu-item.smb-pos__order-menu-item--disabled {
  opacity: 0.2;
  pointer-events: none;
}
.smb-pos .smb-pos__order-menu-item-loading-indicator,
.smb-pos__tender-modal .smb-pos__order-menu-item-loading-indicator {
  color: #999999;
}
.smb-pos .smb-pos__order-menu-actions,
.smb-pos__tender-modal .smb-pos__order-menu-actions {
  /* need both flex and height at the moment - flex to ensure the column height distribution, and height to help with hidden animation */
  flex: 0 0 70px;
  height: 70px;
  transition: height 0.25s;
}
.smb-pos .smb-pos__order-menu-actions.smb-pos__order-menu-actions--hidden,
.smb-pos__tender-modal .smb-pos__order-menu-actions.smb-pos__order-menu-actions--hidden {
  flex: 0 0 0;
  height: 0;
}
.smb-pos .smb-pos__order-receipt,
.smb-pos__tender-modal .smb-pos__order-receipt {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.smb-pos .smb-pos__order-receipt-items,
.smb-pos__tender-modal .smb-pos__order-receipt-items {
  width: 100%;
  padding: 20px 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  flex-grow: 1;
}
.smb-pos .smb-pos__order-cash-card,
.smb-pos__tender-modal .smb-pos__order-cash-card {
  width: 100%;
  padding: 0px 0px;
}
.smb-pos .smb-pos__order-receipt-item-container,
.smb-pos__tender-modal .smb-pos__order-receipt-item-container {
  transition: transform 0.2s;
}
.smb-pos .smb-pos__order-receipt-empty,
.smb-pos__tender-modal .smb-pos__order-receipt-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  color: #888;
  margin: 10px 10px 10px 10px;
  border: dashed 1px #888;
}
.smb-pos .smb-pos__order-receipt-empty .smb-pos__order-receipt-maintext,
.smb-pos__tender-modal .smb-pos__order-receipt-empty .smb-pos__order-receipt-maintext {
  width: 350px;
  font-size: 24px;
  margin-bottom: 5px;
}
.smb-pos .smb-pos__order-receipt-empty .smb-pos__order-receipt-subtext,
.smb-pos__tender-modal .smb-pos__order-receipt-empty .smb-pos__order-receipt-subtext {
  width: 350px;
  font-size: 18px;
  font-weight: 300;
}
.smb-pos .smb-pos__order-receipt-item-summary,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 30px;
  background: #fff;
}
.smb-pos .smb-pos__order-receipt-item-summary.smb-pos__order-receipt-item-modifier-summary,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary.smb-pos__order-receipt-item-modifier-summary {
  padding: 0 30px 10px 40px;
  color: rgba(0, 0, 0, 0.4);
}
.smb-pos .smb-pos__order-receipt-item-summary.smb-pos__order-receipt-item-summary--highlight,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary.smb-pos__order-receipt-item-summary--highlight {
  background: rgba(239, 225, 59, 0.25);
}
.smb-pos .smb-pos__order-receipt-item-summary.smb-pos__order-receipt-item-summary--secondary,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary.smb-pos__order-receipt-item-summary--secondary {
  color: #108ee4;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-quantity,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-quantity {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px 10px;
  color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 1366px) {
  .smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-quantity,
  .smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-quantity {
    font-size: 18px;
  }
}
.smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-quantity.smb-pos__order-receipt-item-quantity--align-top,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-quantity.smb-pos__order-receipt-item-quantity--align-top {
  align-self: flex-start;
}
.smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-quantity.smb-pos__order-receipt-item-quantity--emphasis,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-quantity.smb-pos__order-receipt-item-quantity--emphasis {
  font-weight: 700;
}
.smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-value,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-value {
  flex: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0px;
}
@media (min-width: 1366px) {
  .smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-value,
  .smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-value {
    font-size: 18px;
  }
}
.smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-value.smb-pos__order-receipt-item-value--emphasis,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-value.smb-pos__order-receipt-item-value--emphasis {
  font-weight: 700;
}
.smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-other,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-other {
  flex: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0px;
  font-size: 18px;
}
@media (min-width: 1366px) {
  .smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-other,
  .smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-other {
    font-size: 18px;
  }
}
.smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-other.smb-pos__order-receipt-item-value--emphasis,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-other.smb-pos__order-receipt-item-value--emphasis {
  font-weight: 700;
}
.smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-summary--secondary-no-border,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-summary--secondary-no-border {
  color: #108ee4;
}
.smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-price,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-price {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0px;
}
@media (min-width: 1366px) {
  .smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-price,
  .smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-price {
    font-size: 18px;
  }
}
.smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-price.smb-pos__order-receipt-item-price--emphasis,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-price.smb-pos__order-receipt-item-price--emphasis {
  font-weight: 700;
}
.smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-price-other,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-price-other {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0px;
  font-size: 18px;
}
@media (min-width: 1366px) {
  .smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-price-other,
  .smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-price-other {
    font-size: 18px;
  }
}
.smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-price-other.smb-pos__order-receipt-item-price--emphasis,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-price-other.smb-pos__order-receipt-item-price--emphasis {
  font-weight: 700;
}
.smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-action,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-action {
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
}
.smb-pos .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-note,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__order-receipt-item-note {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.smb-pos .smb-pos__order-receipt-item-summary .smb-pos__tender-toggle,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary .smb-pos__tender-toggle {
  margin-left: 10px;
}
.smb-pos .smb-pos__order-receipt-tender,
.smb-pos__tender-modal .smb-pos__order-receipt-tender {
  background-color: #282828;
}
.smb-pos .smb-pos__order-receipt-tender .smb-pos__order-receipt-tender-inner,
.smb-pos__tender-modal .smb-pos__order-receipt-tender .smb-pos__order-receipt-tender-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 0px;
}
.smb-pos .smb-pos__order-receipt-tender .smb-pos__order-receipt-tender-icon,
.smb-pos__tender-modal .smb-pos__order-receipt-tender .smb-pos__order-receipt-tender-icon {
  align-self: flex-start;
  color: #28ff28;
  flex: 0 0 32px;
  font-weight: 700;
  font-size: 18px;
}
.smb-pos .smb-pos__order-receipt-tender .smb-pos__order-receipt-tender-value,
.smb-pos__tender-modal .smb-pos__order-receipt-tender .smb-pos__order-receipt-tender-value {
  color: #28ff28;
  flex: 1;
  font-size: 18px;
  font-weight: 700;
}
.smb-pos .smb-pos__order-receipt-tender .smb-pos__order-receipt-tender-note,
.smb-pos__tender-modal .smb-pos__order-receipt-tender .smb-pos__order-receipt-tender-note {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.smb-pos .smb-pos__order-receipt-tender .smb-pos__order-receipt-tender-price,
.smb-pos__tender-modal .smb-pos__order-receipt-tender .smb-pos__order-receipt-tender-price {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.smb-pos .smb-pos__order-receipt-tender.smb-pos__order-receipt-tender--pulse,
.smb-pos__tender-modal .smb-pos__order-receipt-tender.smb-pos__order-receipt-tender--pulse {
  animation: opacityPulse 1.5s ease-out;
  animation-iteration-count: 2;
  opacity: 1;
}
.smb-pos .smb-pos__order-receipt-item-summary-group,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary-group {
  padding: 10px 0;
}
.smb-pos .smb-pos__order-receipt-item-summary-group .smb-pos__order-receipt-item-summary,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary-group .smb-pos__order-receipt-item-summary,
.smb-pos .smb-pos__order-receipt-item-summary-group .smb-pos__order-receipt-tender,
.smb-pos__tender-modal .smb-pos__order-receipt-item-summary-group .smb-pos__order-receipt-tender {
  padding: 0px 30px;
}
.smb-pos .smb-pos__order-receipt-input-label,
.smb-pos__tender-modal .smb-pos__order-receipt-input-label {
  flex: 1;
  line-height: 26px;
  margin-bottom: 0;
  margin-right: 10px;
  text-align: right;
}
.smb-pos .smb-pos__order-receipt-input[readonly],
.smb-pos__tender-modal .smb-pos__order-receipt-input[readonly] {
  background: none !important;
  border: none;
  box-shadow: none;
  color: #333332 !important;
  flex: 0;
  font-size: 18px;
  outline: none;
  padding: 0;
  text-align: right;
  text-shadow: none;
}
.smb-pos .smb-pos__order-receipt-dark .smb-pos__order-receipt-item-summary,
.smb-pos__tender-modal .smb-pos__order-receipt-dark .smb-pos__order-receipt-item-summary {
  background: #333;
}
.smb-pos .smb-pos__order-receipt-dark .smb-pos__order-receipt-item-modifier-summary,
.smb-pos__tender-modal .smb-pos__order-receipt-dark .smb-pos__order-receipt-item-modifier-summary {
  background: #222;
}
.smb-pos .smb-pos__order-receipt-dark .smb-pos__order-receipt-item-quantity,
.smb-pos__tender-modal .smb-pos__order-receipt-dark .smb-pos__order-receipt-item-quantity {
  color: #fff;
}
.smb-pos .smb-pos__order-receipt-dark .smb-pos__order-receipt-item-value,
.smb-pos__tender-modal .smb-pos__order-receipt-dark .smb-pos__order-receipt-item-value {
  color: #fff;
}
.smb-pos .smb-pos__order-receipt-dark .smb-pos__order-receipt-item-other,
.smb-pos__tender-modal .smb-pos__order-receipt-dark .smb-pos__order-receipt-item-other {
  color: #fff;
}
.smb-pos .smb-pos__order-receipt-dark .smb-pos__order-receipt-item-price,
.smb-pos__tender-modal .smb-pos__order-receipt-dark .smb-pos__order-receipt-item-price {
  color: #fff;
}
.smb-pos .smb-pos__order-receipt-dark .smb-pos__order-receipt-item-price-other,
.smb-pos__tender-modal .smb-pos__order-receipt-dark .smb-pos__order-receipt-item-price-other {
  color: #fff;
}
.smb-pos .smb-pos__order-receipt-dark .smb-pos__order-receipt-item-action,
.smb-pos__tender-modal .smb-pos__order-receipt-dark .smb-pos__order-receipt-item-action {
  color: #fff;
}
.smb-pos .smb-pos__order-receipt-action-label span,
.smb-pos__tender-modal .smb-pos__order-receipt-action-label span,
.smb-pos .smb-pos__order-receipt-action-label i,
.smb-pos__tender-modal .smb-pos__order-receipt-action-label i {
  margin-right: 10px;
}
.smb-pos .smb-pos__order-receipt-action-sublabel,
.smb-pos__tender-modal .smb-pos__order-receipt-action-sublabel {
  font-size: 0.7em;
  font-weight: 400;
}
.smb-pos .smb-pos__order-receipt-action-sublabel span,
.smb-pos__tender-modal .smb-pos__order-receipt-action-sublabel span,
.smb-pos .smb-pos__order-receipt-action-sublabel i,
.smb-pos__tender-modal .smb-pos__order-receipt-action-sublabel i {
  margin-right: 10px;
}
.smb-pos .smb-pos__history-item-detail,
.smb-pos__tender-modal .smb-pos__history-item-detail {
  padding: 0px 0px 0px 50px;
}
.smb-pos .smb-pos__order-receipt-summary-item,
.smb-pos__tender-modal .smb-pos__order-receipt-summary-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.smb-pos .smb-pos__order-receipt-action-container,
.smb-pos__tender-modal .smb-pos__order-receipt-action-container {
  display: flex;
}
.smb-pos .smb-pos__order-receipt-action,
.smb-pos__tender-modal .smb-pos__order-receipt-action {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  background: #efe13b;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  padding: 0px 20px;
  border: 0;
}
.smb-pos .smb-pos__order-receipt-action-disabled,
.smb-pos__tender-modal .smb-pos__order-receipt-action-disabled {
  opacity: 0.5;
  cursor: default;
}
.smb-pos .smb-pos__order-receipt-action[disabled],
.smb-pos__tender-modal .smb-pos__order-receipt-action[disabled] {
  opacity: 0.5;
}
.smb-pos .smb-pos__order-receipt-action-secondary,
.smb-pos__tender-modal .smb-pos__order-receipt-action-secondary {
  width: 50%;
  background: #eee;
}
.smb-pos .smb-pos__order-receipt-action-secondary:disabled,
.smb-pos__tender-modal .smb-pos__order-receipt-action-secondary:disabled {
  background: #e7e7e7;
}
.smb-pos .smb-pos__order-receipt-action-small-container .smb-pos__order-receipt-action-small-left,
.smb-pos__tender-modal .smb-pos__order-receipt-action-small-container .smb-pos__order-receipt-action-small-left {
  width: 30% !important;
  background: #eee !important;
}
.smb-pos .smb-pos__order-receipt-action-small-container .smb-pos__order-receipt-action-small-right,
.smb-pos__tender-modal .smb-pos__order-receipt-action-small-container .smb-pos__order-receipt-action-small-right {
  width: 70% !important;
}
.smb-pos .smb-pos__order-receipt-item-detail,
.smb-pos__tender-modal .smb-pos__order-receipt-item-detail {
  background-color: #f9f9f8;
  margin-top: 12px;
  padding: 15px;
  position: relative;
}
.smb-pos .smb-pos__order-receipt-item-detail:before,
.smb-pos__tender-modal .smb-pos__order-receipt-item-detail:before {
  position: absolute;
  top: -12px;
  left: 23px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #f0f0f0;
  content: '';
  display: block;
  height: 0;
  width: 0;
}
.smb-pos .smb-pos__order-receipt-item-detail .input-form-group,
.smb-pos__tender-modal .smb-pos__order-receipt-item-detail .input-form-group {
  width: 100%;
  padding: 0 8px;
}
.smb-pos .smb-pos__order-receipt-item-detail .input-action-bar,
.smb-pos__tender-modal .smb-pos__order-receipt-item-detail .input-action-bar {
  width: 100%;
  margin: 25px 0 0;
}
.smb-pos .smb-pos__order-receipt-item-detail .input-action-bar-button,
.smb-pos__tender-modal .smb-pos__order-receipt-item-detail .input-action-bar-button {
  width: calc(100% - 16px);
  margin: 0 8px;
}
.smb-pos .smb-pos__order-receipt-item-detail label,
.smb-pos__tender-modal .smb-pos__order-receipt-item-detail label {
  font-size: 12px;
}
.smb-pos .smb-pos__order-receipt-item-detail .input,
.smb-pos__tender-modal .smb-pos__order-receipt-item-detail .input {
  background-color: #efe13b;
  border: none;
  color: #333;
  font-weight: bold;
  padding: 8px 12px;
  width: 100%;
}
.smb-pos .smb-pos__order-receipt-item-detail .input.input--disabled,
.smb-pos__tender-modal .smb-pos__order-receipt-item-detail .input.input--disabled {
  opacity: 0.25;
  pointer-events: none;
}
.smb-pos .smb-pos__tender .smb-pos__tender-inner,
.smb-pos__tender-modal .smb-pos__tender .smb-pos__tender-inner {
  align-items: center;
  border-radius: 2px;
  display: flex;
  height: 100vh;
  position: relative;
  width: 100%;
}
.smb-pos .smb-pos__tender .smb-pos__patron-photo,
.smb-pos__tender-modal .smb-pos__tender .smb-pos__patron-photo {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 65px;
  width: 65px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.smb-pos .smb-pos__tender .smb-pos__tender-patron .smb-pos__patron-photo,
.smb-pos__tender-modal .smb-pos__tender .smb-pos__tender-patron .smb-pos__patron-photo,
.smb-pos .smb-pos__tender .smb-pos__tender-patron .smb-pos__order-patron-photo,
.smb-pos__tender-modal .smb-pos__tender .smb-pos__tender-patron .smb-pos__order-patron-photo {
  font-size: 64px;
  width: 160px;
  height: 160px;
}
.smb-pos .smb-pos__tender .smb-pos__tender-patron .smb-pos__patron-photo-beacon,
.smb-pos__tender-modal .smb-pos__tender .smb-pos__tender-patron .smb-pos__patron-photo-beacon {
  width: 160px;
  height: 160px;
}
.smb-pos .smb-pos__tender .smb-pos__tender-patron .smb-pos__patron-photo-beacon-sm,
.smb-pos__tender-modal .smb-pos__tender .smb-pos__tender-patron .smb-pos__patron-photo-beacon-sm {
  width: 120px;
  height: 120px;
}
.smb-pos .smb-pos__tender-main,
.smb-pos__tender-modal .smb-pos__tender-main {
  text-align: center;
  flex: 1;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  background: #eee;
  align-items: center;
  justify-content: center;
  position: relative;
}
.smb-pos .smb-pos__tender-secondary,
.smb-pos__tender-modal .smb-pos__tender-secondary {
  flex: 1;
  height: 100%;
  padding: 0px;
  background: #333;
}
.smb-pos .smb-pos__tender-receipt,
.smb-pos__tender-modal .smb-pos__tender-receipt {
  height: 100%;
}
.smb-pos .smb-pos__tender-patron,
.smb-pos__tender-modal .smb-pos__tender-patron {
  position: relative;
  margin-top: 40px;
}
.smb-pos .smb-pos__tender-patron .smb-pos__patron-photo,
.smb-pos__tender-modal .smb-pos__tender-patron .smb-pos__patron-photo,
.smb-pos .smb-pos__tender-patron .smb-pos__order-patron-photo,
.smb-pos__tender-modal .smb-pos__tender-patron .smb-pos__order-patron-photo {
  position: relative;
  width: 200px;
  height: 200px;
  font-size: 80px;
  background-color: #eee;
  z-index: 2;
}
.smb-pos .smb-pos__tender-patron .smb-pos__patron-photo-beacon,
.smb-pos__tender-modal .smb-pos__tender-patron .smb-pos__patron-photo-beacon {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.5);
  top: 0px;
  left: 0px;
  transform: scale(1);
  opacity: 1;
}
.smb-pos .smb-pos__tender-patron .smb-pos__patron-photo-beacon-sm,
.smb-pos__tender-modal .smb-pos__tender-patron .smb-pos__patron-photo-beacon-sm {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.5);
  top: 20px;
  left: 20px;
  transform: scale(1);
  opacity: 1;
}
.smb-pos .smb-pos__tender-balance,
.smb-pos__tender-modal .smb-pos__tender-balance {
  font-size: 36px;
  padding: 30px;
}
.smb-pos .smb-pos__tender-balance .smb-pos__patron-name,
.smb-pos__tender-modal .smb-pos__tender-balance .smb-pos__patron-name {
  font-weight: 600;
  font-size: 30px;
  color: #333332;
  padding-bottom: 20px;
}
.smb-pos .smb-pos__tender-balance .smb-pos__tender-balance-description,
.smb-pos__tender-modal .smb-pos__tender-balance .smb-pos__tender-balance-description {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 44px;
}
.smb-pos .smb-pos__tender-balance .smb-pos__tender-balance-note,
.smb-pos__tender-modal .smb-pos__tender-balance .smb-pos__tender-balance-note {
  font-size: 30px;
}
.smb-pos .smb-pos__tender-balance .smb-pos__tender-balance-note.smb-pos__tender-balance-note--sm,
.smb-pos__tender-modal .smb-pos__tender-balance .smb-pos__tender-balance-note.smb-pos__tender-balance-note--sm {
  font-size: 20px;
}
.smb-pos .smb-pos__tender-balance .smb-pos__tender-balance-description-paid,
.smb-pos__tender-modal .smb-pos__tender-balance .smb-pos__tender-balance-description-paid {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 52px;
  color: transparent;
  text-shadow: 0 0 0 green;
}
.smb-pos .smb-pos__tender-balance .smb-pos__tender-balance-description-change,
.smb-pos__tender-modal .smb-pos__tender-balance .smb-pos__tender-balance-description-change {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 28px;
}
.smb-pos .smb-pos__find-customer-btn,
.smb-pos__tender-modal .smb-pos__find-customer-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #c9c9c9;
  margin-top: 50px;
}
.smb-pos .smb-pos__find-customer-btn .smb-pos__find-customer-btn-icon,
.smb-pos__tender-modal .smb-pos__find-customer-btn .smb-pos__find-customer-btn-icon {
  background-color: #ecd520;
  display: flex;
  padding: 15px;
}
.smb-pos .smb-pos__find-customer-btn .smb-pos__find-customer-btn-icon i,
.smb-pos__tender-modal .smb-pos__find-customer-btn .smb-pos__find-customer-btn-icon i {
  color: black;
  font-size: 30px;
}
.smb-pos .smb-pos__find-customer-btn .smb-pos__find-customer-btn-label,
.smb-pos__tender-modal .smb-pos__find-customer-btn .smb-pos__find-customer-btn-label {
  display: flex;
  flex-grow: 1;
  color: black;
  font-size: 16px;
  padding-left: 20px;
}
.smb-pos .smb-pos__find-customer-btn .smb-pos__find-customer-btn-right,
.smb-pos__tender-modal .smb-pos__find-customer-btn .smb-pos__find-customer-btn-right {
  padding-right: 15px;
}
.smb-pos .smb-pos__tender-info,
.smb-pos__tender-modal .smb-pos__tender-info {
  font-size: 1.4em;
}
.smb-pos .smb-pos__tender-btns,
.smb-pos__tender-modal .smb-pos__tender-btns {
  width: 100%;
}
.smb-pos .smb-pos__tender-options,
.smb-pos__tender-modal .smb-pos__tender-options {
  background-color: #ffffff;
  padding: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: transparent;
}
.smb-pos .smb-pos__tender-option,
.smb-pos__tender-modal .smb-pos__tender-option {
  background-color: #f9f9f8;
  color: #333;
  padding: 20px 15px;
  margin: 0px 20px 20px 20px;
  font-size: 20px;
  font-weight: 600;
}
.smb-pos .smb-pos__tender-option i,
.smb-pos__tender-modal .smb-pos__tender-option i,
.smb-pos .smb-pos__tender-option span,
.smb-pos__tender-modal .smb-pos__tender-option span {
  margin-right: 10px;
}
.smb-pos .smb-pos__tender-option.smb-pos__tender-option--primary,
.smb-pos__tender-modal .smb-pos__tender-option.smb-pos__tender-option--primary {
  background-color: #ecd520;
  grid-column: 1 / span 3;
}
.smb-pos .smb-pos__tender-note,
.smb-pos__tender-modal .smb-pos__tender-note {
  font-size: 1.2em;
}
.smb-pos .smb-pos__tender-receipt-actions,
.smb-pos__tender-modal .smb-pos__tender-receipt-actions {
  margin: 0 -10px;
}
.smb-pos .smb-pos__tender-receipt-action,
.smb-pos__tender-modal .smb-pos__tender-receipt-action {
  margin-top: 20px;
  height: 70px;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 10px;
}
.smb-pos .smb-pos__tender-receipt-action .smb-pos__tender-receipt-action-inner,
.smb-pos__tender-modal .smb-pos__tender-receipt-action .smb-pos__tender-receipt-action-inner {
  align-items: center;
  background: #efe13b;
  display: flex;
  justify-content: space-between;
  color: #333;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.smb-pos .smb-pos__tender-receipt-action .tender-greyed-out,
.smb-pos__tender-modal .smb-pos__tender-receipt-action .tender-greyed-out {
  background: #63603b !important;
}
.smb-pos .smb-pos__tender-receipt-action .smb-pos__tender-receipt-action-detail,
.smb-pos__tender-modal .smb-pos__tender-receipt-action .smb-pos__tender-receipt-action-detail {
  background: #333;
  color: #efe13b;
  padding: 5px 20px;
  border-radius: 5px;
}
.smb-pos .smb-pos__tender-receipt-action .smb-pos__tender-receipt-action-label,
.smb-pos__tender-modal .smb-pos__tender-receipt-action .smb-pos__tender-receipt-action-label {
  width: 100%;
}
.smb-pos .smb-pos__tender-receipt-action .smb-pos__tender-receipt-action-label span,
.smb-pos__tender-modal .smb-pos__tender-receipt-action .smb-pos__tender-receipt-action-label span,
.smb-pos .smb-pos__tender-receipt-action .smb-pos__tender-receipt-action-label i,
.smb-pos__tender-modal .smb-pos__tender-receipt-action .smb-pos__tender-receipt-action-label i {
  margin-right: 10px;
}
.smb-pos .smb-pos__adjustment-form,
.smb-pos__tender-modal .smb-pos__adjustment-form {
  width: 100%;
}
.smb-pos .smb-pos__adjustment-total,
.smb-pos__tender-modal .smb-pos__adjustment-total {
  background-color: #ecd520;
  border-radius: 8px;
  color: #ffffff;
  padding: 15px 20px;
}
.smb-pos .smb-pos__adjustment-total-value,
.smb-pos__tender-modal .smb-pos__adjustment-total-value {
  color: #ffffff;
  font-size: 36px;
}
.smb-pos .smb-pos__adjustment-total-label,
.smb-pos__tender-modal .smb-pos__adjustment-total-label {
  color: #ffffff;
}
.smb-pos .smb-pos__adjustment-options,
.smb-pos__tender-modal .smb-pos__adjustment-options {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  margin: 15px;
}
.smb-pos .smb-pos__adjustment-options .smb-pos__adjustment-option,
.smb-pos__tender-modal .smb-pos__adjustment-options .smb-pos__adjustment-option {
  background-color: #f9f9f8;
  color: #333;
  display: flex;
  justify-content: space-around;
  padding: 20px 20px;
  font-size: 20px;
  width: 100%;
  height: 100%;
}
.smb-pos .smb-pos__adjustment-options .smb-pos__adjustment-option i,
.smb-pos__tender-modal .smb-pos__adjustment-options .smb-pos__adjustment-option i,
.smb-pos .smb-pos__adjustment-options .smb-pos__adjustment-option span,
.smb-pos__tender-modal .smb-pos__adjustment-options .smb-pos__adjustment-option span {
  margin-right: 10px;
}
.smb-pos .smb-pos__adjustment-options .smb-pos__adjustment-option-value,
.smb-pos__tender-modal .smb-pos__adjustment-options .smb-pos__adjustment-option-value {
  font-weight: 600;
  text-align: center;
  margin: auto;
}
.smb-pos .smb-pos__adjustment-options.smb-pos__adjustment-options--single-column,
.smb-pos__tender-modal .smb-pos__adjustment-options.smb-pos__adjustment-options--single-column {
  grid-template-columns: 1fr;
}
.smb-pos .smb-pos__adjustment-options.smb-pos__adjustment-options--single-column .smb-pos__adjustment-option,
.smb-pos__tender-modal .smb-pos__adjustment-options.smb-pos__adjustment-options--single-column .smb-pos__adjustment-option {
  margin: 0 auto;
  width: 75%;
}
.smb-pos .smb-pos__adjustment-options.smb-pos__adjustment-options--single-column .smb-pos__adjustment-option-value,
.smb-pos__tender-modal .smb-pos__adjustment-options.smb-pos__adjustment-options--single-column .smb-pos__adjustment-option-value {
  margin: 0;
}
.smb-pos .smb-pos__adjustment-numpad,
.smb-pos__tender-modal .smb-pos__adjustment-numpad {
  height: 100%;
  margin: 0px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.smb-pos .smb-pos__adjustment-numpad .smb-pos__adjustment-numpad-amount,
.smb-pos__tender-modal .smb-pos__adjustment-numpad .smb-pos__adjustment-numpad-amount {
  background: #fff;
  color: #333;
  flex: 0 0 180px;
  font-size: 80px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smb-pos .smb-pos__adjustment-numpad .smb-pos__adjustment-numpad-buttons,
.smb-pos__tender-modal .smb-pos__adjustment-numpad .smb-pos__adjustment-numpad-buttons {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  margin: 30px;
  flex: 1;
  font-size: 40px;
}
.smb-pos .smb-pos__adjustment-numpad .smb-pos__adjustment-numpad-buttons .smb-pos__numpad-button,
.smb-pos__tender-modal .smb-pos__adjustment-numpad .smb-pos__adjustment-numpad-buttons .smb-pos__numpad-button {
  background: #222;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.smb-pos .smb-pos__adjustment-numpad .smb-pos__adjustment-numpad-tender,
.smb-pos__tender-modal .smb-pos__adjustment-numpad .smb-pos__adjustment-numpad-tender {
  border: 0px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  background: #efe13b;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  padding: 0px 20px;
}
.smb-pos .smb-pos__adjustment-numpad .smb-pos__adjustment-numpad-tender[disabled],
.smb-pos__tender-modal .smb-pos__adjustment-numpad .smb-pos__adjustment-numpad-tender[disabled] {
  opacity: 0.25;
}
.smb-pos .btn.btn-text,
.smb-pos__tender-modal .btn.btn-text {
  background: none !important;
  border: 0;
  color: #333 !important;
  outline: 0;
  padding: 10px 0;
  text-shadow: none !important;
}
.smb-pos .btn.btn-primary,
.smb-pos__tender-modal .btn.btn-primary {
  background-color: #efe13b !important;
  border: 0 !important;
  color: #333 !important;
  font-weight: bold;
  outline: 0;
  padding: 10px 15px;
  text-shadow: none !important;
}
.smb-pos .btn.btn-success,
.smb-pos__tender-modal .btn.btn-success {
  background-color: #efe13b !important;
  border: 0 !important;
  color: #333 !important;
  font-weight: bold;
  outline: none;
  padding: 20px;
  text-shadow: none !important;
}
.smb-pos .btn.btn-lg,
.smb-pos__tender-modal .btn.btn-lg {
  padding: 20px 60px;
  font-size: 23px;
  font-weight: normal;
}
.smb-pos .btn.btn-block,
.smb-pos__tender-modal .btn.btn-block {
  width: 100%;
  display: block;
}
.smb-pos .col--flex,
.smb-pos__tender-modal .col--flex {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.smb-pos .row--flex,
.smb-pos__tender-modal .row--flex {
  display: flex;
  height: 100%;
}
.smb-pos .row--flex-valign-center,
.smb-pos__tender-modal .row--flex-valign-center {
  align-items: center;
}
.smb-pos .row--flex-valign-baseline,
.smb-pos__tender-modal .row--flex-valign-baseline {
  align-items: baseline;
}
.smb-pos .row--wrap,
.smb-pos__tender-modal .row--wrap {
  flex-wrap: wrap;
}
.smb-pos .smb-pos__tender-toggle,
.smb-pos__tender-modal .smb-pos__tender-toggle {
  display: inline-block;
}
.smb-pos .smb-pos__toggle,
.smb-pos__tender-modal .smb-pos__toggle {
  width: 50px;
  height: 30px;
  border-radius: 90px;
  font-size: 0px;
  margin: 0px 10px 0 0;
  position: relative;
  background-color: #999999;
  transition: color 0.25s;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.smb-pos .smb-pos__toggle .toggle-panel,
.smb-pos__tender-modal .smb-pos__toggle .toggle-panel {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
  transition: margin-left 0.25s;
}
.smb-pos .smb-pos__toggle .toggle-panel .toggle-on,
.smb-pos__tender-modal .smb-pos__toggle .toggle-panel .toggle-on {
  width: 48px;
  padding-left: 8px;
  height: 24px;
  border-radius: 12px 0 0 12px;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
}
.smb-pos .smb-pos__toggle .toggle-panel .toggle-off,
.smb-pos__tender-modal .smb-pos__toggle .toggle-panel .toggle-off {
  width: 48px;
  padding-right: 8px;
  height: 100%;
  border-radius: 0 12px 12px 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: right;
}
.smb-pos .smb-pos__toggle .toggle,
.smb-pos__tender-modal .smb-pos__toggle .toggle {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: left 0.25s, border-color 0.25s;
}
.smb-pos .smb-pos__toggle.toggle-status-on,
.smb-pos__tender-modal .smb-pos__toggle.toggle-status-on {
  background-color: #333333;
}
.smb-pos .smb-pos__toggle.toggle-status-on .toggle-panel,
.smb-pos__tender-modal .smb-pos__toggle.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.smb-pos .smb-pos__toggle.toggle-status-on .toggle,
.smb-pos__tender-modal .smb-pos__toggle.toggle-status-on .toggle {
  left: 20px;
}
.smb-pos .smb-pos__toggle.toggle-status-off,
.smb-pos__tender-modal .smb-pos__toggle.toggle-status-off {
  background-color: #f0eff0;
}
.smb-pos .smb-pos__toggle.toggle-status-off .toggle-panel,
.smb-pos__tender-modal .smb-pos__toggle.toggle-status-off .toggle-panel {
  margin-left: -36px;
}
.smb-pos .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on,
.smb-pos__tender-modal .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on {
  background-color: #efe13b;
}
.smb-pos .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on .toggle-panel,
.smb-pos__tender-modal .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.smb-pos .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on .toggle,
.smb-pos__tender-modal .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on .toggle {
  left: 21px;
  border: 1px solid #efe13b;
}
.smb-pos .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-off,
.smb-pos__tender-modal .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-off {
  background-color: #f0eff0;
}
.smb-pos .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-off .toggle-panel,
.smb-pos__tender-modal .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-off .toggle-panel {
  margin-left: -36px;
}
.smb-pos .smb-pos__tender-toggle,
.smb-pos__tender-modal .smb-pos__tender-toggle {
  text-align: left;
}
.smb-pos .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--long,
.smb-pos__tender-modal .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--long {
  width: 80px;
}
.smb-pos .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--invert .toggle-panel,
.smb-pos__tender-modal .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--invert .toggle-panel {
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: none;
}
.smb-pos .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--invert .toggle-panel .toggle-panel-inner,
.smb-pos__tender-modal .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--invert .toggle-panel .toggle-panel-inner {
  width: 100%;
  height: 100%;
}
.smb-pos .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--invert .toggle-panel .toggle-panel-inner .toggle-panel-label,
.smb-pos__tender-modal .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--invert .toggle-panel .toggle-panel-inner .toggle-panel-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  padding: 4px 10px;
  text-transform: uppercase;
}
.smb-pos .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on,
.smb-pos__tender-modal .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on {
  background-color: #efe13b;
  color: #333332;
}
.smb-pos .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on .toggle-panel,
.smb-pos__tender-modal .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.smb-pos .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on .toggle,
.smb-pos__tender-modal .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on .toggle {
  left: 51px;
  border: 1px solid #efe13b;
}
.smb-pos .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-off,
.smb-pos__tender-modal .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-off {
  background-color: #181818;
  color: #ffffff;
}
.smb-pos .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-off .toggle-panel,
.smb-pos__tender-modal .smb-pos__tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-off .toggle-panel {
  margin-left: 36px;
}
.smb-pos .smb-pos__tender-toggle.smb-pos__tender-toggle--disabled,
.smb-pos__tender-modal .smb-pos__tender-toggle.smb-pos__tender-toggle--disabled {
  opacity: 0.3;
  pointer-events: none;
}
.smb-pos .smb-pos__toggle-label,
.smb-pos__tender-modal .smb-pos__toggle-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.smb-pos .smb-pos__toggle-label.highlight,
.smb-pos__tender-modal .smb-pos__toggle-label.highlight {
  color: #333333;
}
.smb-pos__tender-help {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.smb-pos__help-modal {
  background: none;
}
.smb-pos__help-modal.modal .modal-dialog {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0px;
  transition: transform 0.25s;
  transform: translate(-25%, 0) !important;
  width: 50vw;
}
.smb-pos__help-modal.modal.in .modal-dialog {
  transform: translate(0, 0) !important;
}
.smb-pos__help-modal .smb-pos__support-modal-container {
  height: 100vh;
  width: 50vw;
}
.smb-pos__tender-modal.modal {
  background: rgba(221, 221, 221, 0.95) no-repeat center center;
}
.smb-pos__tender-modal.modal:before {
  content: none;
}
.smb-pos__tender-modal.modal .modal-dialog {
  background: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.smb-pos__tender-modal.modal .modal-content {
  background: none;
  border: none;
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.customer__display-modal.modal {
  overflow: hidden;
  background: rgba(221, 221, 221, 0.95) no-repeat center center;
}
.customer__display-modal.modal:before {
  content: none;
}
.customer__display-modal.modal .modal-dialog {
  background: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.customer__display-modal.modal .modal-content {
  background: none;
  border: none;
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.smb-pos__loyalty-modal .modal-dialog {
  margin: 0;
  width: auto;
}
.smb-pos-popup {
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.smb-pos-popup .smb-pos-popup__body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.smb-pos-popup .loading-screen {
  font-size: 2.25em;
  justify-content: center;
  align-items: center;
  padding: 1.25em;
}
.smb-pos-popup .smb-pos-popup__content {
  overflow: auto;
}
.smb-pos-popup .smb-pos-popup__options {
  margin: 10px 15px;
}
.smb-pos-popup .smb-pos-popup__options.smb-pos-popup__options--tab {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  display: flex;
}
.smb-pos-popup .smb-pos-popup__options.smb-pos-popup__options--tab .smb-pos-popup__option {
  border-right: 1px solid #d8d8d8;
  flex-grow: 1;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
}
.smb-pos-popup .smb-pos-popup__options.smb-pos-popup__options--tab .smb-pos-popup__option:last-child {
  border: none;
}
.smb-pos-popup .smb-pos-popup__options.smb-pos-popup__options--tab .smb-pos-popup__option.smb-pos-popup__option--selected {
  background: #666666;
  color: #ffffff;
}
.smb-pos-popup .smb-pos-popup__page,
.smb-pos-popup__discount .modal-dialog .modal-content .smb-pos__discount .smb-pos-popup__page_discount,
.smb-pos-popup__discount .modal-dialog .modal-content .smb-pos__discount .smb-pos-popup__page_discount_empty,
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__discount .smb-pos-popup__page_discount,
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__discount .smb-pos-popup__page_discount_empty {
  font-size: 16px;
  padding: 30px 15px;
}
.smb-pos-popup .smb-pos-popup__input-group {
  padding: 15px 0;
}
.smb-pos-popup .smb-pos-popup__input-label {
  color: #999999;
  margin-bottom: 10px;
}
.smb-pos-popup .smb-pos-popup__input-value {
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  padding-bottom: 6px;
}
.smb-pos-popup .smb-pos-popup__input-reset {
  border: 2px solid #cccccc;
  border-radius: 50%;
  color: #cccccc;
  line-height: 1em;
  margin: 0 15px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
}
.smb-pos-popup .smb-pos-popup__list {
  max-height: 100%;
}
.smb-pos-popup .smb-pos-default-clockin__list {
  height: 100%;
}
.smb-pos-popup .smb-pos-popup__header {
  padding: 15px;
  position: relative;
}
.smb-pos-popup .smb-pos-popup__close-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 75px;
  z-index: 3;
  color: #aaa;
}
.smb-pos-popup .smb-pos-popup__action-bar {
  display: flex;
  flex-direction: row;
  background: white;
  width: 100%;
  height: 70px;
  margin-top: 5px;
}
.smb-pos-popup .smb-pos-popup__action-bar button {
  flex: 1;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  border: 0px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.smb-pos-popup .smb-pos-popup__action-bar button:last-child {
  border-right: 0px;
}
.smb-pos-popup .smb-pos-popup__action-bar button i {
  margin-right: 10px;
}
.smb-pos-popup .smb-pos__tender-balance-adjustment {
  background-color: #e8e8e8;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  font-size: 14px;
  margin-top: 0.5em;
  padding: 10px 20px;
}
.smb-pos-popup .smb-pos__tender-balance-adjustment--disabled {
  opacity: 0.25;
  pointer-events: none;
}
.smb-pos-popup .smb-pos__tender-balance-adjustment-input {
  display: flex;
  align-items: center;
  padding: 10px;
}
.smb-pos-popup .btn-default {
  background: #eeeeee !important;
}
.smb-pos-popup.smb-pos-popup__confirm .modal-dialog {
  width: 800px;
}
.smb-pos-popup.smb-pos-popup__confirm .smb-pos-popup__header {
  padding: 15px 30px;
}
.smb-pos-popup.smb-pos-popup__confirm .smb-pos-popup__title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.smb-pos-popup.smb-pos-popup__confirm .smb-pos-popup__subtitle {
  font-size: 24px;
  font-weight: 400;
}
.smb-pos-popup.smb-pos-popup__confirm .smb-pos-popup__description {
  font-size: 1.2em;
  padding: 10px 30px;
}
.smb-pos-popup.smb-pos-popup__confirm .smb-pos-popup__description.smb-pos-popup__description--printer-text {
  font-family: 'Courier New', Courier, mono;
}
.smb-pos-popup.smb-pos-popup__confirm .smb-pos-popup__subtitle + .smb-pos-popup__description {
  padding-top: 0px;
}
.smb-pos-popup.smb-pos-popup__confirm .smb-pos-popup__acknowledge {
  font-size: 1.2em;
  padding: 10px 15px;
}
.smb-pos-popup.smb-pos-popup__confirm .smb-pos-popup__acknowledge-description {
  font-size: 24px;
  padding: 10px 30px;
}
.smb-pos-popup.smb-pos-popup__confirm .smb-pos-popup__acknowledge-options {
  display: flex;
}
.smb-pos-popup.smb-pos-popup__confirm .smb-pos-popup__acknowledge-option {
  flex: 1;
  line-height: 1.4em;
  padding: 15px;
  border: 1px solid #e8e8e8;
  background: #f0f0f0;
  margin: 15px;
  text-align: left;
  display: flex;
  align-items: center;
}
.smb-pos-popup.smb-pos-popup__confirm .smb-pos-popup__acknowledge-option.smb-pos-popup__acknowledge-option--disabled {
  opacity: 0.25;
  pointer-events: none;
}
.smb-pos-popup.smb-pos-popup__confirm .smb-pos-popup__acknowledge-option.smb-pos-popup__acknowledge-option--notSure.selected {
  background: #333333;
  color: #ffffff;
}
.smb-pos-popup.smb-pos-popup__confirm .smb-pos-popup__acknowledge-option.smb-pos-popup__acknowledge-option--no.selected {
  background: #a94442;
  color: #ffffff;
}
.smb-pos-popup.smb-pos-popup__confirm .smb-pos-popup__acknowledge-option.smb-pos-popup__acknowledge-option--yes.selected {
  background: #3c763d;
  color: #ffffff;
}
.smb-pos-popup.smb-pos-popup__confirm .smb-pos-popup__acknowledge-option-text {
  font-size: 1.2em;
  padding-left: 10px;
}
.smb-pos__refund .attribute-value .text-processing {
  color: #9a9a9a;
}
.smb-pos__refund .attribute-value .text-success {
  color: #28ff28;
}
.smb-pos__refund .refund-trans-tender {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px;
}
.smb-pos__refund .refund-trans-tender .opt-btn {
  position: relative;
  flex-basis: 20%;
  background: #eee;
  margin: 10px;
  padding: 20px;
}
.smb-pos__refund .refund-trans-tender .opt-btn .opt-check {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #efe13b;
  color: #333;
  text-align: center;
  padding-top: 5px;
  font-size: 10px;
}
.smb-pos__refund .refund-trans-tender .opt-btn .opt-name {
  font-size: 16px;
}
.smb-pos__refund .refund-trans-tender-text {
  margin-bottom: 60px;
}
.smb-pos__refund .refund-trans-tender-text .input-form-group {
  padding: 15px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.smb-pos__refund .transaction-refund-section {
  margin-bottom: 60px;
}
.smb-pos__refund .button-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
}
.smb-pos__refund .button-container .btn {
  width: 100%;
}
.smb-pos__refund .button-container .btn-border {
  border-right: 1px solid #ddd !important;
  border-top: 1px solid #ddd !important;
  background: #fff !important;
}
.smb-pos__refund .loading-message {
  font-size: 1.4em;
  padding: 15px;
  text-align: center;
}
.smb-pos__refund .lucova-loading {
  margin: 0 auto;
}
.smb-pos__refund .close-button {
  top: 0px;
  right: 0px;
  background-color: transparent;
  z-index: 91;
  color: grey;
  position: absolute;
  float: right;
}
.smb-pos__refund .vertical-spacer-24 {
  min-height: 24px;
}
.defaut-ui-select-container,
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .ui-select-container {
  width: 100%;
  height: 100%;
}
.defaut-ui-select-container .btn-default-focus,
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .ui-select-container .btn-default-focus {
  background: unset !important;
  box-shadow: unset !important;
}
.defaut-ui-select-container .ui-select-search,
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .ui-select-container .ui-select-search {
  height: 100%;
  padding-left: 10%;
}
.defaut-ui-select-container .ui-select-choices,
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .ui-select-container .ui-select-choices {
  height: 250%;
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background-clip: unset !important;
  box-shadow: unset;
}
.defaut-ui-select-container .ui-select-choices .ui-select-choices-group,
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .ui-select-container .ui-select-choices .ui-select-choices-group {
  height: 100%;
  width: 100%;
}
.defaut-ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row,
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row {
  height: 50%;
}
.defaut-ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner,
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: unset;
  border: 1px solid #ddd;
}
.defaut-ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span,
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span {
  color: #000;
  background-color: unset;
}
.defaut-ui-select-container .ui-select-match,
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .ui-select-container .ui-select-match {
  height: 100%;
}
.defaut-ui-select-container .ui-select-match .ui-select-placeholder,
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .ui-select-container .ui-select-match .ui-select-placeholder {
  padding-left: 1%;
  font-size: 100%;
}
.defaut-ui-select-container .ui-select-match .ui-select-match-text,
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .ui-select-container .ui-select-match .ui-select-match-text {
  padding-left: 10%;
  display: flex;
  align-items: center;
}
.defaut-ui-select-container .ui-select-match .btn,
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .ui-select-container .ui-select-match .btn {
  background: unset !important;
  color: #000 !important;
  padding: unset !important;
  border-radius: 0px !important;
  border: 1px #ddd solid;
  font-size: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10%;
  text-shadow: unset !important;
}
.station-closed-box .station-closed-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smb-pos__time-tracking .smb-pos__time-tracking-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smb-pos__time-tracking .smb-pos__time-tracking-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  padding-bottom: 25px;
  min-width: min-content;
}
.smb-pos__time-tracking .smb-pos__time-tracking-top p {
  font-size: 20px;
}
.smb-pos__time-tracking .smb-pos__time-tracking-top button {
  margin-left: 100px;
  padding: 10px 30px;
  height: 48px;
  width: 196px;
  border: none;
  border-radius: 200px;
  background-color: #f4f5f0;
  cursor: pointer;
  font-size: 16px;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__content {
  height: 440px;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__content.smb-pos-popup__content--valign-center {
  align-items: center;
  display: flex;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__list {
  width: 100%;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-default-clockin__list {
  width: 100%;
  height: 100%;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__content-body {
  max-height: 400px;
  overflow-y: scroll;
  scrollbar-width: 0;
  -ms-overflow-style: none;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__content-body::-webkit-scrollbar {
  width: 0;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__content-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__content-btns button {
  border: none;
  font-size: 16px;
  font-family: inherit;
  color: inherit;
  border-radius: 100px;
  cursor: pointer;
  flex: 1;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__arrow-icon {
  text-align: center;
  color: #6e6e6e;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  width: 94%;
  padding-top: 20px;
  background: linear-gradient(0deg, #ffffff 40%, rgba(255, 255, 255, 0) 100%);
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__arrow-icon-modal .nown-icon {
  opacity: 0;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__list-item:last-child {
  border-bottom: 0;
  margin-bottom: 10px;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__list-item .smb-pos-popup__list-item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 10px;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__list-item .smb-pos-popup__list-item-box button {
  margin-left: 20px;
  padding: 10px 30px;
  border: none;
  border-radius: 200px;
  background-color: #f4f5f0;
  height: 48px;
  cursor: pointer;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__list-item .smb-pos-popup__list-item-box button:disabled {
  opacity: 60%;
  color: gray;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__list-item .smb-pos-popup__list-item-box p {
  color: #767673;
  font-family: 'Open Sans';
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__list-item .smb-pos-popup__list-item-box h1 {
  margin-bottom: 0;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__list-item .empty-text {
  color: #888;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 15px;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit {
  height: 100px;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area {
  display: flex;
  height: 80%;
  width: 100%;
  padding-top: 2%;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .time_text_area {
  height: 100%;
  border: 1px #d8d8d8 solid;
  border-right: unset;
  font-size: 130%;
  background: #fff !important;
  text-align: center;
  color: #000 !important;
  opacity: 1;
  -webkit-appearance: initial;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .time_period_area {
  height: 100%;
  border: 1px #d8d8d8 solid;
  font-size: 130%;
  background: #fff !important;
  color: #000 !important;
  opacity: 1;
  -webkit-appearance: initial;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area input {
  padding: 0;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .date_selector_box {
  height: 100%;
  position: relative;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .date_selector_box .date_selector_area {
  height: 100%;
  font-size: 130%;
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-appearance: initial;
  text-align: center;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .date_selector_box .dropdown-menu {
  left: auto !important;
  right: 0px;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .ui-select-container {
  height: 100%;
  background: #fff !important;
  padding: unset !important;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .ui-select-container .ui-select-choices {
  min-width: 100%;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .ui-select-container .ui-select-match .btn {
  border: unset !important;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-time_date .time_date_edit .time_date_area .ui-select-container .ui-select-match .ui-select-match-text span {
  text-align: center;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-openStation__list-item {
  padding: 0px;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-openStation__list-item:last-child {
  border-bottom: 0;
  margin-bottom: 10px;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-openStation__list-item .smb-pos-popup__list-item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 10px;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-openStation__list-item .smb-pos-popup__list-item-box button {
  margin-left: 20px;
  padding: 10px 30px;
  border: none;
  border-radius: 200px;
  background-color: #f4f5f0;
  height: 48px;
  cursor: pointer;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-openStation__list-item .smb-pos-popup__list-item-box button:disabled {
  opacity: 60%;
  color: gray;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-openStation__list-item .smb-pos-popup__list-item-box p {
  color: #767673;
  font-family: 'Open Sans';
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-openStation__list-item .smb-pos-popup__list-item-box h1 {
  margin-bottom: 0;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-openStation__list-item .empty-text {
  color: #888;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__numpad-display {
  background: #333333;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
}
.smb-pos__time-tracking .smb-pos__time-tracking-inner .smb-pos-popup__numpad-display .smb-pos-popup__numpad-value {
  color: #f0e13b;
}
.transaction-refunds {
  height: 100%;
  width: 100%;
  font-family: 'Nunito';
}
.transaction-refunds .transaction-refunds__inner {
  align-items: stretch;
  display: flex;
  height: 100%;
  width: 100%;
}
.transaction-refunds .transaction-refunds__selection {
  border-right: 1px solid #e8e8e8;
  display: flex;
  flex: 0 0 33%;
  flex-direction: column;
  overflow: hidden;
}
.transaction-refunds .transaction-refunds__header {
  background: #3d3d3d;
  color: #ffffff;
  flex: 0 0;
  padding: 8px 0;
}
.transaction-refunds .transaction-refunds__title {
  font-size: 1.4em;
  padding: 4px 15px;
}
.transaction-refunds .transaction-refunds__subtitle {
  color: #cccccc;
  font-size: 0.9em;
  padding: 0px 15px;
}
.transaction-refunds .transaction-refunds__search {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
}
.transaction-refunds .transaction-refunds__search .btn {
  background-color: #999999 !important;
  color: #ffffff !important;
  font-size: 1.2em;
  padding: 12px 15px;
  text-shadow: none !important;
}
.transaction-refunds .transaction-refunds__search .btn.btn-primary {
  background-color: #efe13b !important;
  color: #333333 !important;
  font-weight: bold;
}
.transaction-refunds .transaction-refunds__search-toggle {
  color: #999999;
  transition: color 0.25s;
}
.transaction-refunds .transaction-refunds__header--maximize {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
.transaction-refunds .transaction-refunds__header--maximize .transaction-refunds__search-toggle {
  color: #efe13b;
}
.transaction-refunds .transaction-refunds__header--maximize .transaction-refunds__search {
  max-height: 480px;
}
.transaction-refunds .transaction-refunds__search-inner {
  padding: 8px 15px;
}
.transaction-refunds .transaction-refunds__list {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.transaction-refunds .transaction-refunds__list-inner {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.transaction-refunds .transaction-refunds__item {
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 16px;
}
.transaction-refunds .transaction-refunds__item.transaction-refunds__item--selected {
  background-color: rgba(239, 225, 59, 0.05);
}
.transaction-refunds .transaction-refunds__item-attribute {
  padding: 4px 0;
}
.transaction-refunds .transaction-refunds__item-attribute.transaction-refunds__item-attribute--text-large {
  font-size: 1.2em;
}
.transaction-refunds .transaction-refunds__item-attribute.transaction-refunds__item-attribute--text-light {
  color: #999999;
  font-size: 0.9em;
  font-style: italic;
  padding: 0;
}
.transaction-refunds .transaction-refunds__list-empty {
  height: 100%;
  padding: 15px;
  width: 100%;
}
.transaction-refunds .transaction-refunds__list-empty-message {
  align-items: center;
  display: flex;
  height: 100%;
  text-align: center;
  width: 100%;
}
.transaction-refunds .transaction-refunds__list-empty-message-inner {
  width: 100%;
}
.transaction-refunds .transaction-refunds__list-empty-title {
  font-size: 1.4em;
}
.transaction-refunds .transaction-refunds__footer {
  width: 100%;
  background-color: #3d3d3d;
  color: #ffffff;
  flex: 0 0;
  padding: 12px;
}
.transaction-refunds .transaction-refunds__pagination {
  font-size: 1.2em;
  line-height: 26px;
}
.transaction-refunds .transaction-refunds__pagination-nav-button--fade {
  opacity: 0.25;
  pointer-events: none;
}
.transaction-refunds .transaction-refund {
  display: flex;
  flex: 0 0 67%;
  flex-direction: column;
  padding: 16px 0;
  position: relative;
}
.transaction-refunds .transaction-refund__header {
  display: flex;
  padding: 0 30px;
}
.transaction-refunds .transaction-refund__header-section {
  flex-grow: 1;
}
.transaction-refunds .transaction-refund__attribute {
  display: flex;
  font-size: 1.2em;
}
.transaction-refunds .transaction-refund__attribute.transaction-refund__attribute--flex-end {
  justify-content: flex-end;
}
.transaction-refunds .transaction-refund__attribute-name {
  font-weight: bold;
  margin-right: 0.5em;
}
.transaction-refunds .transaction-refund__status {
  font-size: 1.4em;
  width: fit-content;
}
.transaction-refunds table.transaction-refund__items {
  border-collapse: collapse;
  font-size: 1.2em;
  width: 100%;
  display: block;
  flex-grow: 1;
  background-color: rgba(239, 225, 59, 0.09);
}
.transaction-refunds table.transaction-refund__items thead {
  position: sticky;
  top: 0;
  background-color: #3d3d3d;
  color: white;
  z-index: 999;
}
.transaction-refunds table.transaction-refund__items tr th {
  border-bottom: 1px solid #cccccc;
  padding: 8px 8px;
}
.transaction-refunds table.transaction-refund__items tr td.refund__ChildItem {
  padding: 8px 8px;
}
.transaction-refunds table.transaction-refund__items tr td.refund__ParentItem {
  border-top: 1px solid #cccccc;
  padding: 8px 8px;
}
.transaction-refunds table.transaction-refund__items tr.highlight-background td {
  background: rgba(255, 255, 255, 0);
  transition: background-color 0.25s;
}
.transaction-refunds table.transaction-refund__items tr.highlight-background td.emphasis {
  background: rgba(0, 0, 0, 0.25);
}
.transaction-refunds table.transaction-refund__items tr.highlight-background.highlight td {
  background: rgba(134, 245, 83, 0.65);
}
.transaction-refunds table.transaction-refund__items tr.highlight-background.highlight td.emphasis {
  background: rgba(134, 245, 83, 0.65);
}
.transaction-refunds .transaction-refund__transaction-summary {
  margin-top: 15px;
}
.transaction-refunds .transaction-refund__transaction-summary table {
  font-size: 1.4em;
}
.transaction-refunds .transaction-refund__transaction-summary table tr th,
.transaction-refunds .transaction-refund__transaction-summary table tr td {
  padding: 4px 8px;
}
.transaction-refunds .transaction-refund__transaction-summary .transaction-refund__tender-summary .attribute-name,
.transaction-refunds .transaction-refund__transaction-summary .transaction-refund__tender-summary .attribute-value {
  font-size: 1.4em;
}
.transaction-refunds .transaction-refund__transaction-summary .transaction-refund__tender-summary .nested-attribute-name {
  font-size: 1em;
  padding-left: 15px;
}
.transaction-refunds .transaction-refund__transaction-summary .transaction-refund__tender-summary-item {
  padding: 4px 8px;
}
.transaction-refunds .transaction-refund__body {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  transition: padding 0.25s;
  height: 100%;
}
.transaction-refunds .transaction-refund__body.transaction-refund__body--refund {
  padding-bottom: 6rem;
}
.transaction-refunds .transaction-refund__title {
  font-family: 'Nunito';
  font-weight: bold;
  font-size: 1.2em;
}
.transaction-refunds .transaction-refund__action-label {
  font-weight: bold;
  font-size: 1.2em;
  padding-right: 1em;
}
.transaction-refunds .transaction-refund__exchange {
  padding: 15px 0;
}
.transaction-refunds .transaction-refund__exchange-title {
  font-size: 1.2em;
  font-weight: bold;
}
.transaction-refunds .transaction-refund__exchange-detail {
  display: flex;
  align-items: center;
  background: #eeeeee;
  border: 1px solid #cccccc;
  padding: 15px 20px;
  font-size: 1.2em;
  margin: 10px 0;
}
.transaction-refunds .transaction-refund__action-bar {
  display: flex;
  padding: 15px 0;
  place-content: space-between;
  align-items: center;
}
.transaction-refunds .transaction-refund__action-bar.transaction-refund__action-bar--with-background {
  background-color: #f6f6f6;
  margin: 10px 0;
  padding: 10px 15px;
}
.transaction-refunds .transaction-refund__action-button {
  background-color: #efe13b;
  color: #ffffff !important;
  font-size: 1.2em;
  padding: 12px 15px;
}
.transaction-refunds .transaction-refund__receipt-button {
  background-color: #efe13b !important;
  color: #333 !important;
  font-size: 1.2em;
  padding: 12px 15px;
}
.transaction-refunds .transaction-refunded__receipt-button {
  background-color: #efe13b !important;
  color: #333 !important;
  padding: 12px 15px;
}
.transaction-refunds .transaction-link-button {
  background-color: #efe13b;
  color: #ffffff !important;
  font-size: 1em;
  padding: 12px 15px;
}
.transaction-refunds .transaction-refund__footer {
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  background-color: #efe13b;
  font-size: 1.2em;
  padding: 15px 30px;
  width: 100%;
  height: auto;
  transition: bottom 0.25s;
}
.transaction-refunds .transaction-refund__footer.transaction-refund__footer--shown {
  bottom: 0;
}
.transaction-refunds .transaction-refund__footer-section.transaction-refund__footer-section--right {
  text-align: right;
}
.transaction-refunds .transaction-refund__refund-tenders {
  display: flex;
}
.transaction-refunds .transaction-refund__refund-tender {
  padding: 8px 8px 8px 0;
}
.transaction-refunds .transaction-refund__refund-tender-value {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.1em;
}
.transaction-refunds .transaction-refund__refund-tender-type {
  font-size: 0.8em;
}
.transaction-refunds .transaction-refund__refund-reason {
  padding: 0;
}
.transaction-refunds .transaction-refund__refund-button {
  border-radius: 4px;
  color: #ffffff !important;
  float: right;
  font-size: 1em;
  margin-top: 8px;
  padding: 6px 12px;
}
.transaction-refunds .transaction-refunds--mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  display: flex;
  font-size: 1.8em;
  z-index: 1000;
}
.transaction-refunds .transaction-refunds--mask-message {
  margin: 0 auto;
}
.transaction-refunds .transaction-refunds--mask-title {
  font-size: 2.5em;
  font-weight: bold;
}
.transaction-refunds .input-group input.form-control:first-child {
  border-radius: 2px 0 0 2px !important;
}
.transaction-refunds .input-group .input-group-btn .btn {
  border: 0;
  padding: 10px;
  border-radius: 0 2px 2px 0;
  font-size: 10px;
}
.transaction-refunds .row--flex {
  display: flex;
  height: 100%;
}
.transaction-refunds .row--flex-valign-center {
  align-items: center;
}
.transaction-refunds .row--wrap {
  flex-wrap: wrap;
}
.transaction-refunds .col--flex {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.transaction-refunds .col-spacer {
  flex-grow: 1;
}
.row--flex-full-width {
  width: 100%;
}
.smb-pos__order-menu-header-navbar {
  height: 50px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.smb-pos__order-menu-header-navbar .smb-pos__order-menu-navbar-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.smb-pos__order-menu-header-navbar .smb-pos__order-menu-navbar-container .smb-pos__order-menu-navbar-backbutton {
  height: 100%;
  width: 30%;
  text-align: center;
  border: 1px solid #eee;
  background: #eee;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smb-pos__order-menu-header-navbar .smb-pos__order-menu-navbar-container .smb-pos__order-menu-navbar-label {
  height: 100%;
  width: 70%;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #aaa;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smb-pos__order-search-bar {
  height: 40px;
  min-height: 40px;
  width: 95%;
  display: flex;
  flex-direction: row;
  margin: 10px auto 10px auto;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 20em;
}
.smb-pos__order-search-bar.smb-pos__order-search-bar--flex-grow {
  width: auto;
  flex: 1;
}
.smb-pos__order-search-bar.smb-pos__order-search-bar--with-result {
  overflow: visible;
}
.smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container {
  height: 100%;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smb-pos__order-search-bar .smb-pos__order-qr-icon-container {
  height: 100%;
  width: 10%;
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0e03a;
}
.smb-pos__order-search-bar input {
  flex: 1;
  background: transparent;
  border: 0;
  padding: 0;
  height: 100%;
  width: 90%;
  line-height: normal;
}
.smb-pos__order-search-bar .smb-pos__order-search-results {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 40px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-top: unset;
  max-height: 200px;
  overflow-y: auto;
  z-index: 5;
}
.smb-pos__order-search-bar .smb-pos__order-search-result {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #dddddd;
}
.smb-pos__order-search-bar .smb-pos__order-search-result-decoration-container {
  height: 100%;
}
.smb-pos__order-search-bar .smb-pos__order-search-result-decoration {
  width: 7.5px;
  height: 100%;
  margin-right: 10px;
}
.smb-pos__order-search-bar .smb-pos__order-search-result-name {
  font-size: 1.2em;
  font-weight: bold;
}
.smb-pos__order-search-bar .smb-pos__order-search-result-info {
  display: inline-block;
  padding: 10px 15px;
}
.smb-pos__order-search-bar .smb-pos__order-search-result-info-label {
  color: #666666;
  font-size: 0.8em;
  text-align: left;
}
.smb-pos__order-menu-header-allitems {
  margin-bottom: 2px;
  height: 20px;
  padding: 0 10px;
}
.pos__order-menu-allitems-item {
  align-items: center;
  background: none;
  background-color: #f8f8f8;
  border: 1px solid transparent;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 100%;
  min-height: 132px;
  position: relative;
  padding: 30px 15px;
  transition: transform 0.25s;
  width: 100%;
}
.pos__order-menu-allitems-item.pos__order-menu-allitems-item--disabled {
  opacity: 0.4;
}
.pos__order-menu-allitems-item.pos__order-menu-allitems-item--empty {
  opacity: 1;
  background-color: #f8f8f8;
}
.pos__order-menu-allitems-item .pos__order-menu-allitems-item-inner {
  text-align: center;
  width: 100%;
  word-break: break-word;
}
.pos__order-menu-allitems-item .pos__order-menu-allitems-item-container {
  align-items: center;
  justify-content: center;
}
.pos__order-menu-allitems-item.pos__order-menu-allitems-item--list {
  align-items: center;
  background: none;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  padding: 0;
  min-height: 50px;
  position: relative;
  text-align: left;
  transition: transform 0.25s;
  width: 100%;
  outline: none;
}
.pos__order-menu-allitems-item.pos__order-menu-allitems-item--list.pos__order-menu-allitems-item--list-header {
  background: transparent;
  border: none !important;
  min-height: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}
.pos__order-menu-allitems-item.pos__order-menu-allitems-item--list.pos__order-menu-allitems-item--list-header .pos__order-menu-allitems-item-left-bar-header {
  width: 7.5px;
  margin-right: 10px;
}
.pos__order-menu-allitems-item.pos__order-menu-allitems-item--list.pos__order-menu-allitems-item--list-header .pos__order-menu-allitems-item-title-header {
  width: 55%;
  text-align: left;
}
.pos__order-menu-allitems-item.pos__order-menu-allitems-item--list .pos__order-menu-allitems-item-left-bar {
  width: 7.5px;
  height: 50px;
  margin-right: 10px;
}
.pos__order-menu-allitems-item.pos__order-menu-allitems-item--list .pos__order-menu-allitems-item-title {
  width: 55%;
  text-align: left;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
.pos__order-menu-allitems-item.pos__order-menu-allitems-item--list .pos__order-menu-allitems-item-small-misc {
  width: 15%;
  text-align: left;
  display: flex;
  justify-content: center;
}
.pos__order-menu-allitems-item.pos__order-menu-allitems-item--list .pos__order-menu-allitems-item-small-misc .pos__order-menu-allitems-item-small-ball {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.pos__order-menu-allitems-item.pos__order-menu-allitems-item--list .pos__order-menu-allitems-item-inner {
  text-align: left;
  width: 100%;
}
.smb-pos__suspend-modal.modal .modal-dialog {
  width: 800px;
  height: 700px;
  background: #fff;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-close-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 75px;
  z-index: 3;
  color: #aaa;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-form-container {
  height: 480px;
  padding: 25px;
  position: relative;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-form-container .smb-pos__suspend-form-container-header {
  font-size: 24px;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-form-container .smb-pos__suspend-form-container-subheader {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 25px;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-form-container .smb-pos__suspend-form-title {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 2px;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-form-container input {
  height: 40px;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 0;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-form-container input::placeholder {
  font-weight: 300;
  opacity: 0.75;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-form-container textarea {
  height: 105px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  color: #000;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 0;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-form-container button {
  position: absolute;
  width: 80px;
  height: 30px;
  background: #e6e6e6;
  bottom: 45px;
  right: 40px;
  border: 0;
  font-weight: 300;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-messages-container {
  height: 220px;
  width: 100%;
  background: #f9f9f9;
  padding: 20px 20px 0 20px;
  border-right: 1px solid #ddd;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-messages-container .smb-pos__suspend-message-container {
  padding-bottom: 10px;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-messages-container .smb-pos__suspend-message-container .smb-pos__suspend-message-timestamp {
  font-size: 11px;
  color: #999;
  margin-left: 5px;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-messages-container .smb-pos__suspend-message-container .smb-pos__suspend-message-content {
  display: inline-block;
  margin: 5px 5px 5px 0;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items {
  height: 390px;
  width: 100%;
  margin-top: 60px;
  overflow: scroll;
  border-bottom: 1px solid #ddd;
  -webkit-overflow-scrolling: touch;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer {
  height: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-item-container-footer {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-item-container-footer .smb-pos__suspend-receipt-item-summary {
  font-weight: 500;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-toggle-container {
  height: 70px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-toggle-container .smb-pos__suspend-receipt-toggle {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 5px 30px;
  justify-content: center;
  align-items: center;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-toggle-container .smb-pos__suspend-receipt-toggle .smb-pos__suspend-receipt-toggle-text {
  font-size: 15px;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-toggle-container .smb-pos__suspend-receipt-toggle[disabled] {
  opacity: 0.25;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-options-container {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-options-container .smb-pos__suspend-receipt-options {
  display: flex;
  margin: 8px 10px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  overflow: hidden;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-options-container .smb-pos__suspend-receipt-option {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  padding: 15px 10px;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #cccccc;
  width: 50%;
  height: 54px;
  font-size: 1em;
  line-height: 1.2em;
  text-align: center;
  background-color: #f9f9f9;
  color: #666666;
  text-transform: uppcase;
  font-weight: bold;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-options-container .smb-pos__suspend-receipt-option.smb-pos__suspend-receipt-option--selected {
  background: #444444;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: bold;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-options-container .smb-pos__suspend-receipt-option.smb-pos__suspend-receipt-option--disabled {
  opacity: 0.25;
  pointer-events: none;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-options-container .smb-pos__suspend-receipt-option:last-child {
  border: none;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-options-container .smb-pos__suspend-receipt-option-text {
  font-size: 15px;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button {
  display: inline-block;
  padding: 10px 0;
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Oswald';
  text-transform: uppercase;
  cursor: pointer;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button .action-button-icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  border-radius: 50%;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button .action-button-icon .fa {
  display: block;
  width: 48px;
  height: 48px;
  margin: 6px;
  text-align: center;
  line-height: 48px;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button .action-button-icon.with-background {
  background-color: #e8e8e8;
  margin-right: 8px;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button .action-button-icon.with-background .fa {
  color: #999999;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button:hover {
  color: #333333;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button:hover .action-button-icon.with-background .fa {
  color: #333333;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button .action-button-toggle {
  width: 50px;
  height: 30px;
  border: solid 1px #999999;
  border-radius: 90px;
  font-size: 0px;
  margin: 0;
  position: relative;
  transition: color 0.25s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button .action-button-toggle .toggle-panel {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
  transition: margin-left 0.25s;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button .action-button-toggle .toggle-panel .toggle-on {
  width: 48px;
  padding-left: 8px;
  height: 24px;
  border-radius: 12px 0 0 12px;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button .action-button-toggle .toggle-panel .toggle-off {
  width: 48px;
  padding-right: 8px;
  height: 100%;
  border-radius: 0 12px 12px 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  text-align: right;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button .action-button-toggle .toggle {
  position: absolute;
  left: -2%;
  top: -4%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: left 0.25s, border-color 0.25s;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button .action-button-toggle.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button .action-button-toggle.toggle-status-on .toggle {
  left: 20px;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button .action-button-toggle.toggle-status-off .toggle-panel {
  margin-left: -36px;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button .action-button-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button .action-button-label.highlight {
  color: #333333;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .action-button + .action-button {
  margin-left: 30px;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-end-buttons-container {
  height: 65px;
  display: flex;
  flex-direction: row;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-end-buttons-container .smb-pos__suspend-receipt-end-button {
  height: 100%;
  width: 50%;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-end-buttons-container .smb-pos__suspend-receipt-end-button.smb-pos__suspend-receipt-end-button-cancel {
  background: #efefef;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-end-buttons-container .smb-pos__suspend-receipt-end-button.smb-pos__suspend-receipt-end-button-continue {
  background: #efe13b;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-items-footer .smb-pos__suspend-receipt-end-buttons-container .smb-pos__suspend-receipt-end-button.smb-pos__suspend-receipt-end-button-continue[disabled] {
  opacity: 0.25;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-item-summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  background: #fff;
  color: #333;
  font-size: 15px;
  font-weight: 700;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-item-summary.pos__suspend-receipt-item-modifier-summary {
  color: rgba(0, 0, 0, 0.4);
  padding: 0 30px 5px 30px;
  font-weight: 500;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-item-summary.pos__suspend-receipt-item-modifier-summary .smb-pos__suspend-receipt-item-name {
  padding-left: 20px;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-item-summary .smb-pos__suspend-receipt-item-quantity {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.smb-pos__suspend-modal.modal .modal-dialog .modal-content .smb-pos__suspend .smb-pos__suspend-subcontainer .smb-pos__suspend-receipt-item-summary .smb-pos__suspend-receipt-item-price {
  text-align: right;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-inner {
  padding: 60px;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card.smb-pos__gift-card--fullscreen {
  background-color: #333332;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-close-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 75px;
  z-index: 3;
  color: #aaa;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-close-button i {
  margin-top: 10px;
  margin-right: 10px;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 600;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-green {
  background: url(/images/giftcard.png) center center no-repeat;
  height: 300px;
  margin-top: 40px;
  background-size: contain;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-textfield-container {
  height: 90px;
  padding: 0 30px;
  margin-top: 40px;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-textfield-container .smb-pos__gift-card-textfield-header {
  font-size: 20px;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-textfield-container .smb-pos__gift-card-textfield-field {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  border: 1px solid #ddd;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  color: gray;
  justify-content: space-between;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-textfield-container .smb-pos__gift-card-textfield-field .qr-icon-container {
  height: 100%;
  width: 10%;
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0e03a;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-card-number-label {
  padding: 30px 30px 0 30px;
  color: #666;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-card-number-label .gift-card_pincode {
  width: 70%;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-card-number-label .gift-card_reprint_pincode {
  display: flex;
  width: 30%;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-card-number-label .gift-card_reprint_pincode .reveal-code {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: inherit;
  font-size: 28px;
  padding-right: 5px;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-card-number-label .gift-card_reprint_pincode .reprint_button {
  padding: 20px 30px;
  text-align: center;
  background: #eeeeee;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  flex: 2;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-current-balance {
  font-size: 72px;
  padding: 0 25px;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-selection-container {
  height: 120px;
  margin: 60px 30px 0 30px;
  display: flex;
  flex-direction: row;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-selection-container .smb-pos__gift-card-selection {
  flex: 1;
  margin-right: 20px;
  border: 0;
  background: #eee;
  color: #999;
  font-size: 32px;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-selection-container .smb-pos__gift-card-selection.smb-pos__gift-card-selection-selected {
  background: #666;
  color: #fff;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-selection-container .smb-pos__gift-card-selection:last-child {
  margin-right: 0;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-balance-container {
  display: flex;
  flex-direction: row;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-balance-container .smb-pos__gift-card-balance {
  width: 50%;
  margin: 40px 30px 0 30px;
  font-size: 22px;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-balance-container .smb-pos__gift-card-balance.smb-pos__gift-card-balance-left {
  text-align: left;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-balance-container .smb-pos__gift-card-balance.smb-pos__gift-card-balance-right {
  text-align: right;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-balance-container .smb-pos__gift-card-balance .smb-pos__gift-card-balance-error-text {
  height: 0;
  font-size: 16px;
  color: red;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-actions {
  margin-bottom: 20px;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-action {
  border: 1px solid #cccccc;
  font-size: 1.6em;
  margin: 10px 25px 10px;
  padding: 20px 30px;
  text-align: center;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-footer-buttons-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-footer-buttons-container .smb-pos__gift-card-footer-button {
  width: 50%;
  height: 70px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  border: 0;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-footer-buttons-container .smb-pos__gift-card-footer-button-left {
  background: #eee;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-footer-buttons-container .smb-pos__gift-card-footer-button-right {
  background: #efe13b;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-footer-buttons-container .smb-pos__gift-card-footer-button-right[disabled] {
  opacity: 0.25;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-action-title {
  font-size: 2em;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-visual {
  width: 320px;
  margin: 20px auto;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-visual.smb-pos__gift-card-visual--scanner {
  position: relative;
  margin: 48px auto;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-visual.smb-pos__gift-card-visual--scanner:before {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: -10px;
  left: -10px;
  border-top: 8px solid #cccccc;
  border-left: 8px solid #cccccc;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-visual.smb-pos__gift-card-visual--scanner:after {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: -10px;
  right: -10px;
  border-top: 8px solid #cccccc;
  border-right: 8px solid #cccccc;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-visual.smb-pos__gift-card-visual--scanner span:before {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -10px;
  left: -10px;
  border-bottom: 8px solid #cccccc;
  border-left: 8px solid #cccccc;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-visual.smb-pos__gift-card-visual--scanner span:after {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  border-bottom: 8px solid #cccccc;
  border-right: 8px solid #cccccc;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-visual img {
  width: 100%;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-title {
  font-size: 1.8em;
  margin: 30px 30px 0;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-description {
  font-size: 1.2em;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-content {
  padding: 20px 30px;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-content .carousel-indicators {
  position: absolute;
  bottom: -20px;
  height: 40px;
  z-index: 15;
  list-style: none;
  text-align: center;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-content .carousel-indicators li {
  background: #e8e8e8;
  border: 0px;
  margin: 5px;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-content .carousel-indicators li.active {
  background: #333333;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-content .carousel-control.left,
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-content .carousel-control.right {
  background: transparent;
  opacity: 0;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-content .input-group {
  margin-top: 15px;
  display: flex;
  height: 60px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-content .input-group input {
  border: none;
  flex-grow: 1;
  font-size: 1.4em;
  height: 100%;
  line-height: 60px;
  padding: 0 20px;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-content .input-group .btn {
  width: auto;
  font-size: 1.2em;
  line-height: 60px;
  padding: 0 30px;
  text-shadow: none !important;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-content .input-group .btn.btn-default {
  background-color: #e8e8e8 !important;
  color: #333333 !important;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-content .input-group .btn.btn-primary {
  background-color: #efe13b !important;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-visual--with-info {
  position: relative;
  width: 400px;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-visual-info {
  position: absolute;
  color: #666;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-visual-info.smb-pos__gift-card-visual-info--top-left {
  top: 18%;
  left: 12%;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-visual-info.smb-pos__gift-card-visual-info--top-right {
  top: 18%;
  right: 13%;
}
.smb-pos__gift-card-modal.modal .modal-dialog .modal-content .smb-pos__gift-card-container .smb-pos__gift-card-visual-info.smb-pos__gift-card-visual-info--bottom-right {
  bottom: 18%;
  right: 13%;
}
.smb-pos__gift-card-modal.modal.smb-pos__gift-card-modal--offset-right .modal-dialog {
  width: 700px;
  margin-right: 200px;
}
.smb-pos__gift-card-modal.modal .smb-pos__gift-card-processing {
  text-indent: -9999em;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 60%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 60%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 60%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 60%);
  position: relative;
  -webkit-animation: circular-spin 1.4s infinite linear;
  animation: circular-spin 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  margin: 0 auto;
}
.smb-pos__gift-card-modal.modal .smb-pos__gift-card-processing.smb-pos__gift-card-processing--sm {
  width: 16px;
  height: 16px;
}
.smb-pos__gift-card-modal.modal .smb-pos__gift-card-processing.smb-pos__gift-card-processing--sm:after {
  width: 80%;
  height: 80%;
}
.smb-pos__gift-card-modal.modal .smb-pos__gift-card-processing.smb-pos__gift-card-processing--invert {
  background: #333332;
  background: -moz-linear-gradient(left, #333332 10%, rgba(255, 255, 255, 0) 60%);
  background: -webkit-linear-gradient(left, #333332 10%, rgba(255, 255, 255, 0) 60%);
  background: -o-linear-gradient(left, #333332 10%, rgba(255, 255, 255, 0) 60%);
  background: -ms-linear-gradient(left, #333332 10%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(to right, #333332 10%, rgba(255, 255, 255, 0) 60%);
}
.smb-pos__gift-card-modal.modal .smb-pos__gift-card-processing.smb-pos__gift-card-processing--invert:before {
  background: #333332;
}
.smb-pos__gift-card-modal.modal .smb-pos__gift-card-processing.smb-pos__gift-card-processing--invert:after {
  background: #ffffff;
}
.smb-pos__gift-card-modal.modal .smb-pos__gift-card-processing.smb-pos__gift-card-processing--inline {
  display: inline-block;
  vertical-align: middle;
}
.smb-pos__gift-card-modal.modal .smb-pos__gift-card-processing:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.smb-pos__gift-card-modal.modal .smb-pos__gift-card-processing:after {
  background: #303030;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog {
  font-family: 'Open Sans';
  width: 960px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 5px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-cash-card-error {
  color: red;
  font-size: 16px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #d3d3d378;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-main {
  height: 588px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-inner {
  padding: 60px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-search {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  background: #fff;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-search-input {
  height: 50px;
  min-height: 50px;
  width: 75%;
  display: flex;
  flex-direction: row;
  margin: 3px auto 3px auto;
  border: 1px solid #ddd;
  background: #f9f9f8;
  overflow: hidden;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-search-input i {
  height: 100%;
  font-size: 18px;
  width: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e0e0df;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-search-input input {
  flex: 1;
  background: transparent;
  border: 0;
  padding: 0;
  height: 100%;
  width: 90%;
  line-height: normal;
  color: black;
  font-size: 19px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-list {
  display: flex;
  flex-direction: column;
  width: 75%;
  height: 270px;
  margin: 3px auto 3px auto;
  border: 1px solid #ddd;
  background: #f9f9f8;
  overflow-y: scroll;
  overflow-x: hidden;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-list .smb-pos__lucova-tender-patron {
  padding: 10px;
  min-height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-list .smb-pos__lucova-tender-patron .smb-pos__lucova-tender-patron-photo {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 70px;
  width: 70px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-list .smb-pos__lucova-tender-patron .smb-pos__lucova-tender-patron-info {
  padding: 0px 20px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-list .smb-pos__lucova-tender-patron .smb-pos__lucova-tender-patron-info .smb-pos__patron-detail {
  font-size: 18px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender.smb-pos__lucova-tender--fullscreen {
  background-color: #333332;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-close-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 75px;
  z-index: 3;
  color: #aaa;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-close-button i {
  margin-top: 10px;
  margin-right: 10px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--long {
  width: 80px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert .toggle-panel {
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: none;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert .toggle-panel .toggle-panel-inner {
  width: 100%;
  height: 100%;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert .toggle-panel .toggle-panel-inner .toggle-panel-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  padding: 4px 10px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on {
  background-color: #efe13b;
  color: #333332;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on .toggle {
  left: 51px;
  border: 1px solid #efe13b;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-off {
  background-color: #dbdbdb;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-off .toggle-panel {
  margin-left: 36px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle.smb-pos__pos__lucova-tender--disabled {
  opacity: 0.3;
  pointer-events: none;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toolbar {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 15px;
  justify-content: center;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toolbar .smb-pos__lucova-tender-toolbar-left {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 25px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toolbar .smb-pos__lucova-tender-toolbar-middle {
  font-size: 20px;
  font-weight: 500;
  align-self: center;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-options {
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 50px;
  padding-left: 35px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-options .smb-pos__lucova-tender-options-title {
  padding-bottom: 10px;
  font-weight: 500;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle-col {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle-col hr {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  border: 0;
  border-top: 1px solid #f0f0f0;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle-row .smb-pos__lucova-tender-toggle-row-icon {
  font-size: 30px;
  background: #efe13b;
  padding: 8px 17px 8px 17px;
  align-content: center;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle-row .smb-pos__lucova-tender-toggle-row-icon-grey {
  background-color: #b6b6b6;
  color: white;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle-row .smb-pos__lucova-tender-toggle-row-text {
  font-size: 16px;
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
  flex-grow: 1;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle-row .smb-pos__lucova-tender-toggle-row-right {
  align-self: center;
  padding-right: 20px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle-row .smb-pos__lucova-tender-toggle-row-right-text {
  width: 80px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle-row-disabled {
  background-color: #fdfdfd;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle-row-disabled .smb-pos__lucova-tender-toggle-row-text {
  font-size: 16px;
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
  flex-grow: 1;
  color: #adadad;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-toggle-row-disabled .smb-pos__lucova-tender-toggle-row-right-text {
  color: #adadad;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-btn-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-btn-row .smb-pos__lucova-tender-btn-cancel {
  background: #dddddd;
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 25px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-btn-row .smb-pos__lucova-tender-btn-continue {
  background: #efe13b;
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 25px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-btn-row .smb-pos__lucova-tender-btn-continue[disabled] {
  opacity: 0.25;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 600;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-green {
  background: url(/images/giftcard.png) center center no-repeat;
  height: 300px;
  margin-top: 40px;
  background-size: contain;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-textfield-container {
  height: 90px;
  padding: 0 30px;
  margin-top: 40px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-textfield-container .smb-pos__lucova-tender-textfield-header {
  font-size: 20px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-textfield-container .smb-pos__lucova-tender-textfield-field {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  border: 1px solid #ddd;
  padding: 0 10px;
  font-size: 18px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-actions {
  margin-bottom: 20px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-action {
  border: 1px solid #cccccc;
  font-size: 1.6em;
  margin: 10px 25px 10px;
  padding: 20px 30px;
  text-align: center;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-footer-buttons-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-footer-buttons-container .smb-pos__lucova-tender-footer-button {
  width: 50%;
  height: 70px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  border: 0;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-footer-buttons-container .smb-pos__lucova-tender-footer-button-left {
  background: #eee;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-footer-buttons-container .smb-pos__lucova-tender-footer-button-right {
  background: #efe13b;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-footer-buttons-container .smb-pos__lucova-tender-footer-button-right[disabled] {
  opacity: 0.25;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-action-title {
  font-size: 2em;
  color: #000;
  padding: 20px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-visual {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 55%;
  margin: 20px auto;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-visual .smb-pos__lucova-tender-visual-ios-container {
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: center;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-visual.smb-pos__lucova-tender-visual--scanner {
  position: relative;
  margin: 48px auto;
  padding: 95px 50px 95px 50px;
  background-color: #f9f9f8;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-visual.smb-pos__lucova-tender-visual--scanner:before {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: -10px;
  left: -10px;
  border-top: 5px solid #a0a0a0;
  border-left: 5px solid #a0a0a0;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-visual.smb-pos__lucova-tender-visual--scanner:after {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: -10px;
  right: -10px;
  border-top: 5px solid #a0a0a0;
  border-right: 5px solid #a0a0a0;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-visual.smb-pos__lucova-tender-visual--scanner span:before {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -10px;
  left: -10px;
  border-bottom: 5px solid #a0a0a0;
  border-left: 5px solid #a0a0a0;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-visual.smb-pos__lucova-tender-visual--scanner span:after {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  border-bottom: 5px solid #a0a0a0;
  border-right: 5px solid #a0a0a0;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-visual .smb-pos__lucova-tender-label {
  font-size: 16px;
  color: #989898;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-visual img {
  width: 100%;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-title {
  font-size: 1.8em;
  margin: 30px 30px 0;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__lucova-tender-description {
  font-size: 1.2em;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__gift-card-content {
  padding: 20px 30px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__gift-card-content .carousel-indicators {
  position: absolute;
  bottom: -20px;
  height: 40px;
  z-index: 15;
  list-style: none;
  text-align: center;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__gift-card-content .carousel-indicators li {
  background: #e8e8e8;
  border: 0px;
  margin: 5px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__gift-card-content .carousel-indicators li.active {
  background: #333333;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__gift-card-content .carousel-control.left,
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__gift-card-content .carousel-control.right {
  background: transparent;
  opacity: 0;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__gift-card-content .input-group {
  margin-top: 15px;
  display: flex;
  height: 60px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__gift-card-content .input-group input {
  border: none;
  flex-grow: 1;
  font-size: 1.4em;
  height: 100%;
  line-height: 60px;
  padding: 0 20px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__gift-card-content .input-group .btn {
  width: auto;
  font-size: 1.2em;
  line-height: 60px;
  padding: 0 30px;
  text-shadow: none !important;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__gift-card-content .input-group .btn.btn-default {
  background-color: #e8e8e8 !important;
  color: #333333 !important;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__gift-card-content .input-group .btn.btn-primary {
  background-color: #efe13b !important;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__gift-card-visual--with-info {
  position: relative;
  width: 400px;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__gift-card-visual-info {
  position: absolute;
  color: #666;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__gift-card-visual-info.smb-pos__gift-card-visual-info--top-left {
  top: 18%;
  left: 12%;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__gift-card-visual-info.smb-pos__gift-card-visual-info--top-right {
  top: 18%;
  right: 13%;
}
.smb-pos__lucova-tender-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container .smb-pos__gift-card-visual-info.smb-pos__gift-card-visual-info--bottom-right {
  bottom: 18%;
  right: 13%;
}
.smb-pos__lucova-tender-modal.modal.smb-pos__lucova-tender-modal--offset-right .modal-dialog {
  width: 700px;
  margin-right: 200px;
}
.smb-pos__lucova-tender-modal.modal .smb-pos__lucova-tender-processing {
  text-indent: -9999em;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 60%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 60%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 60%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 60%);
  position: relative;
  -webkit-animation: circular-spin 1.4s infinite linear;
  animation: circular-spin 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  margin: 0 auto;
}
.smb-pos__lucova-tender-modal.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--sm {
  width: 16px;
  height: 16px;
}
.smb-pos__lucova-tender-modal.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--sm:after {
  width: 80%;
  height: 80%;
}
.smb-pos__lucova-tender-modal.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--invert {
  background: #333332;
  background: -moz-linear-gradient(left, #333332 10%, rgba(255, 255, 255, 0) 60%);
  background: -webkit-linear-gradient(left, #333332 10%, rgba(255, 255, 255, 0) 60%);
  background: -o-linear-gradient(left, #333332 10%, rgba(255, 255, 255, 0) 60%);
  background: -ms-linear-gradient(left, #333332 10%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(to right, #333332 10%, rgba(255, 255, 255, 0) 60%);
}
.smb-pos__lucova-tender-modal.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--invert:before {
  background: #333332;
}
.smb-pos__lucova-tender-modal.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--invert:after {
  background: #ffffff;
}
.smb-pos__lucova-tender-modal.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--inline {
  display: inline-block;
  vertical-align: middle;
}
.smb-pos__lucova-tender-modal.modal .smb-pos__lucova-tender-processing:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.smb-pos__lucova-tender-modal.modal .smb-pos__lucova-tender-processing:after {
  background: #303030;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.id-check-modal .modal-dialog {
  font-family: 'Open Sans';
  width: 960px;
}
.id-check-modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container {
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 12px 20px;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .vertical-spacer-24 {
  min-height: 24px;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .horizontal-spacer-16 {
  min-width: 16px;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .horizontal-spacer-32 {
  min-width: 32px;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .dismiss-row {
  font-size: 24px;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .dismiss-row .dismiss-btn {
  float: right;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .id-check-title {
  font-size: 24px;
  text-align: center;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .id-check-description {
  font-weight: 300;
  text-align: center;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .id-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 16px;
  width: 404px;
  border: 8px solid #ccccc8;
  border-radius: 10px;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .id-container .id-text-grey {
  height: 24px;
  border-radius: 13px;
  background-color: #ccccc8;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .id-container .id-top-container {
  display: flex;
  margin-bottom: 12px;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .id-container .id-top-container .id-photo {
  border: 8px solid #ccccc8;
  border-radius: 10px;
  padding: 16px;
  padding-bottom: 0;
  font-size: 102px;
  color: #ccccc8;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .id-container .id-top-container .id-name {
  margin-top: 8px;
  font-size: 20px;
  margin-bottom: 12px;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .id-container .id-top-container .first-grey {
  width: 93px;
  margin-bottom: 12px;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .id-container .id-top-container .second-grey {
  width: 60px;
  margin-bottom: 12px;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .id-container .id-top-container .third-grey {
  width: 67px;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .id-container .id-bottom-container {
  width: 356px;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .id-check-btn-row {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .id-check-btn-row .id-check-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 100%;
  border-radius: 38px;
  background-color: #f4f5f0;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .id-check-btn-row .btn-continue {
  background-color: #efe13a;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .id-check-disclaimer-row {
  font-size: 12px;
  color: #767673;
}
.id-check-modal .modal-dialog .modal-content .smb-pos__lucova-id-check-container .id-check-disclaimer-row .disclaimer {
  float: right;
}
.template-patron-modal.modal .ng-cloak,
.smb-pos__lucova-tender-modal-new.modal .ng-cloak {
  display: none !important;
}
.template-patron-modal.modal .modal-dialog,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog {
  font-family: 'Open Sans';
  width: 976px;
  max-height: 816px;
}
.template-patron-modal.modal .modal-dialog .modal-content,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .exit-icon,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .exit-icon {
  position: absolute;
  right: 0;
  padding: 12px;
  z-index: 10;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main {
  display: flex;
  flex-direction: row;
  padding-top: 24px;
  height: 680px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px;
  justify-content: space-evenly;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default,
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 60%;
  justify-content: space-between;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default .section-sidebar-profile-no-image,
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-no-image,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default .section-sidebar-profile-no-image,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-no-image {
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 244px;
  width: 244px;
  font-size: 64px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default .section-sidebar-profile-no-image .profile-image,
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-no-image .profile-image,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default .section-sidebar-profile-no-image .profile-image,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-no-image .profile-image {
  max-height: 100%;
  max-width: 100%;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default .section-sidebar-profile-image,
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-image,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default .section-sidebar-profile-image,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-image {
  overflow: hidden;
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 244px;
  width: 244px;
  font-size: 64px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default .section-sidebar-profile-image .profile-image,
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-image .profile-image,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default .section-sidebar-profile-image .profile-image,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-image .profile-image {
  max-height: 100%;
  max-width: 100%;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default .section-sidebar-profile-name,
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-name,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default .section-sidebar-profile-name,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-name {
  height: 28px;
  width: 274px;
  font-size: 24px;
  text-align: center;
  margin: 0.5em 0;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default .section-sidebar-profile-error,
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-error,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default .section-sidebar-profile-error,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-error {
  height: 24px;
  width: 275px;
  font-size: 16px;
  text-align: center;
  color: red;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default .section-sidebar-profile-info,
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-info,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default .section-sidebar-profile-info,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-info {
  height: 24px;
  width: 275px;
  font-size: 16px;
  text-align: center;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default .section-sidebar-profile-last-transaction,
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-last-transaction,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-default .section-sidebar-profile-last-transaction,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-last-transaction {
  width: 275px;
  font-size: 16px;
  text-align: center;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small {
  height: 48% !important;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-image,
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-no-image,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-image,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-profile-small .section-sidebar-profile-no-image {
  max-height: 164px !important;
  max-width: 164px !important;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-border,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-border {
  box-sizing: border-box;
  height: 1px;
  width: 274px;
  border: 0.5px solid #ccccc8;
  margin: 24px 0;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt {
  font-size: 16px;
  line-height: 24px;
  max-height: 216px;
  height: 45%;
  width: 274px;
  border-collapse: seperate;
  border-spacing: 6px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt .receipt-label,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt .receipt-label {
  padding: 0 0 6px 16px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt .receipt-greyed,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt .receipt-greyed {
  color: #767673;
  font-weight: 300;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt .receipt-greyed .collapse-expand-icon,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt .receipt-greyed .collapse-expand-icon {
  transform: scale(0.5);
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt .tenders-subtable,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt .tenders-subtable {
  padding-left: 16px;
  color: #767673;
  line-height: 1.5;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt .tenders-subtable .subsection-label,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt .tenders-subtable .subsection-label {
  text-align: left;
  padding: 0 0 6px 32px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt .tenders-subtable .subsection-label-total-taxable,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt .tenders-subtable .subsection-label-total-taxable {
  text-align: left;
  padding: 6px 0 6px 32px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt .tenders-subtable .subsection-amount,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt .tenders-subtable .subsection-amount {
  padding-bottom: 6px;
  text-align: right;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt .tenders-subtable .subsection-amount-total-taxable,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-sidebar .section-sidebar-receipt .tenders-subtable .subsection-amount-total-taxable {
  padding: 6px 0;
  text-align: right;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-border,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-border {
  box-sizing: border-box;
  width: 2px;
  border: 0.5px solid #ccccc8;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 31px;
  font-size: 20px;
  position: relative;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .scroll-fade-out-block-top,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .scroll-fade-out-block-top {
  top: -24px;
  position: absolute;
  width: 574px;
  height: 46px;
  transform: scaleY(-1);
  border-radius: 0 0 5px 5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 50.06%, #ffffff 100%);
  pointer-events: none;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .scroll-fade-out-block-bottom,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .scroll-fade-out-block-bottom {
  position: absolute;
  top: 616px;
  width: 574px;
  height: 90px;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 50.06%, #ffffff 100%);
  pointer-events: none;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups::-webkit-scrollbar,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups::-webkit-scrollbar {
  display: none;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups {
  display: flex;
  flex-direction: column;
  overflow: scroll;
  height: 676px;
  padding-top: 12px;
  -webkit-overflow-scrolling: touch;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .reset-row,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .reset-row {
  margin-top: 12px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .reset-row .reset,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .reset-row .reset {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  font-size: 16px;
  width: 130px;
  height: 48px;
  border-radius: 38px;
  background-color: #f4f5f0;
  padding: 12px 28px;
  margin: 12px 0;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .reset-row .reset .reset-icon,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .reset-row .reset .reset-icon {
  max-height: 16px;
  max-width: 16px;
  margin-right: 8px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-header-row,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-header-row {
  min-height: 20px;
  margin: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-header-row .cards-reset,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-header-row .cards-reset {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-header-row .cards-reset .cards,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-header-row .cards-reset .cards {
  padding-right: 10px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types {
  margin-top: 12px;
  height: 604px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type {
  box-sizing: border-box;
  width: 574px;
  border: 2px solid #ccccc8;
  border-radius: 0.5em;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  padding: 5px 12px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-header-row,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-header-row .header-row-title,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-header-row .header-row-title {
  display: flex;
  align-items: center;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-header-row .header-row-title .collapse-expand-icon,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-header-row .header-row-title .collapse-expand-icon {
  max-height: 16px;
  padding-right: 16px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-header-row .header-row-title .transaction-group,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-header-row .header-row-title .transaction-group {
  display: flex;
  flex-direction: column;
  max-width: 90%;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-header-row .header-row-title .transaction-group .transaction-group-name,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-header-row .header-row-title .transaction-group .transaction-group-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-header-row .header-row-title .transaction-group .transaction-group-subheader,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-header-row .header-row-title .transaction-group .transaction-group-subheader {
  font-size: 14px;
  color: #767673;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-header-row .header-row-title .transaction-group .transaction-group-error,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-header-row .header-row-title .transaction-group .transaction-group-error {
  font-size: 14px;
  color: red;
  font-weight: 300;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-header-row .transaction-input-total,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-header-row .transaction-input-total {
  box-sizing: border-box;
  font-size: 20px;
  text-align: right;
  vertical-align: center;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information {
  color: #333332;
  font-size: 16px;
  line-height: 24px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-header,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-header .info-header-text,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-header .info-header-text {
  padding: 0 16px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-header .info-header-border,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-header .info-header-border {
  box-sizing: border-box;
  height: 1px;
  width: 151px;
  border: 0.5px solid #ccccc8;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .none-available-message,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .none-available-message {
  padding: 24px 0 24px 0;
  text-align: center;
  color: #767673;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .none-unavailable-message,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .none-unavailable-message {
  padding-bottom: 24px;
  text-align: center;
  color: #767673;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px 16px 12px 52px;
  color: #767673;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .single-title,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .single-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333332;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .info-single-read-only,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .info-single-read-only {
  max-width: 323px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .info-single-read-only .single-desc-greyed,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .info-single-read-only .single-desc-greyed {
  font-weight: 300;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .info-single-read-only .single-sub-details,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .info-single-read-only .single-sub-details {
  color: #d9534f;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .info-single-read-only .single-sub-details .single-desc-greyed.single-sub-details-info,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .info-single-read-only .single-sub-details .single-desc-greyed.single-sub-details-info {
  display: flex;
  flex-direction: column;
  padding: 0px 10px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .single-details,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .single-details {
  font-size: 12px;
  font-weight: normal;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .single-input,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .single-input {
  height: 48px;
  width: 67px;
  font-size: 16px;
  margin: 0 16px;
  border: 1px solid #333332;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  background-color: white !important;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .auto-calc-button,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .auto-calc-button {
  max-height: 48px;
  max-width: 48px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .auto-calc-button-enabled,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .auto-calc-button-enabled {
  background-image: url(images/auto-calc-enabled.png) center center no-repeat;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .auto-calc-button-disabled,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single .auto-calc-button-disabled {
  background-image: url(images/auto-calc-disabled.png) center center no-repeat;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-footer,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-footer .info-footer-border,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-footer .info-footer-border {
  box-sizing: border-box;
  height: 1px;
  width: 75px;
  border: 0.5px solid #ccccc8;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-footer .info-footer-text,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-footer .info-footer-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 265px;
  font-size: 16px;
  border-radius: 38px;
  background-color: #f4f5f0;
  margin: 0 16px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-footer .info-footer-text .icon-down,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-footer .info-footer-text .icon-down {
  padding-right: 8px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-footer .info-footer-text .icon-up,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-footer .info-footer-text .icon-up {
  padding-left: 8px;
  transform: rotate(180deg);
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px 16px 12px 52px;
  color: #767673;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .single-title,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .single-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333332;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .info-single-read-only,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .info-single-read-only {
  max-width: 323px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .info-single-read-only .single-desc-greyed,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .info-single-read-only .single-desc-greyed {
  font-weight: 300;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .info-single-read-only .single-sub-details,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .info-single-read-only .single-sub-details {
  color: #d9534f;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .info-single-read-only .single-sub-details .single-desc-greyed.single-sub-details-info,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .info-single-read-only .single-sub-details .single-desc-greyed.single-sub-details-info {
  display: flex;
  flex-direction: column;
  padding: 0px 10px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .single-description,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .single-description {
  font-weight: 300;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .single-service-period,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .single-service-period {
  font-weight: 300;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .single-total-remaining,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .single-total-remaining {
  font-weight: 300;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .single-details,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .single-details {
  font-size: 12px;
  font-weight: normal;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .info-single-warning,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-section-main .smb-pos__lucova-tender-section-mealplan .smb-pos__lucova-tender-groups .groups-transaction-types .groups-transaction-type .transaction-type-information .info-single-unavailable .info-single-warning {
  width: 102px;
  color: red;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-btn-row-new,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-btn-row-new {
  display: flex;
  flex-direction: row;
  font-size: 32px;
  justify-content: space-evenly;
  align-items: center;
  padding: 0.5em;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-btn-row-new .smb-pos__lucova-tender-btn-back-new,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-btn-row-new .smb-pos__lucova-tender-btn-back-new {
  display: center;
  align-items: center;
  background-color: #f4f5f0;
  height: 84px;
  width: 440px;
  display: flex;
  justify-content: center;
  border-radius: 42px;
  line-height: 36px;
  padding: 24px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-btn-row-new .smb-pos__lucova-tender-btn-continue-new,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-btn-row-new .smb-pos__lucova-tender-btn-continue-new {
  background-color: #efe13a;
  height: 84px;
  width: 440px;
  display: flex;
  justify-content: center;
  border-radius: 42px;
  line-height: 36px;
  padding: 24px;
  border: none;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-btn-row-new .smb-pos__lucova-tender-btn-continue-new[disabled],
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-fiitmps-container .smb-pos__lucova-tender-btn-row-new .smb-pos__lucova-tender-btn-continue-new[disabled] {
  opacity: 0.5;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-main,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-main {
  height: 588px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner {
  padding: 60px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-search,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-search {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  background: #fff;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-search-input,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-search-input {
  height: 50px;
  min-height: 50px;
  width: 75%;
  display: flex;
  flex-direction: row;
  margin: 3px auto 3px auto;
  border: 1px solid #ddd;
  background: #f9f9f8;
  overflow: hidden;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-search-input i,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-search-input i {
  height: 100%;
  font-size: 18px;
  width: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e0e0df;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-search-input input,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-search-input input {
  flex: 1;
  background: transparent;
  border: 0;
  padding: 0;
  height: 100%;
  width: 90%;
  line-height: normal;
  color: black;
  font-size: 19px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-list,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-list {
  display: flex;
  flex-direction: column;
  width: 75%;
  height: 270px;
  margin: 3px auto 3px auto;
  border: 1px solid #ddd;
  background: #f9f9f8;
  overflow-y: scroll;
  overflow-x: hidden;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-list .smb-pos__lucova-tender-patron,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-list .smb-pos__lucova-tender-patron {
  padding: 10px;
  min-height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-list .smb-pos__lucova-tender-patron .smb-pos__lucova-tender-patron-photo,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-list .smb-pos__lucova-tender-patron .smb-pos__lucova-tender-patron-photo {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 70px;
  width: 70px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-list .smb-pos__lucova-tender-patron .smb-pos__lucova-tender-patron-info,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-list .smb-pos__lucova-tender-patron .smb-pos__lucova-tender-patron-info {
  padding: 0px 20px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-list .smb-pos__lucova-tender-patron .smb-pos__lucova-tender-patron-info .smb-pos__patron-detail,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-inner .smb-pos__lucova-tender-patron-list .smb-pos__lucova-tender-patron .smb-pos__lucova-tender-patron-info .smb-pos__patron-detail {
  font-size: 18px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender.smb-pos__lucova-tender--fullscreen,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender.smb-pos__lucova-tender--fullscreen {
  background-color: #333332;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-close-button,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-close-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 75px;
  z-index: 3;
  color: #aaa;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-close-button i,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-close-button i {
  margin-top: 10px;
  margin-right: 10px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--long,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--long {
  width: 80px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert .toggle-panel,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert .toggle-panel {
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: none;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert .toggle-panel .toggle-panel-inner,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert .toggle-panel .toggle-panel-inner {
  width: 100%;
  height: 100%;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert .toggle-panel .toggle-panel-inner .toggle-panel-label,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert .toggle-panel .toggle-panel-inner .toggle-panel-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  padding: 4px 10px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on {
  background-color: #efe13b;
  color: #333332;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on .toggle-panel,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on .toggle,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-on .toggle {
  left: 51px;
  border: 1px solid #efe13b;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-off,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-off {
  background-color: #dbdbdb;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-off .toggle-panel,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle .smb-pos__toggle.smb-pos__toggle--invert.toggle-status-off .toggle-panel {
  margin-left: 36px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle.smb-pos__pos__lucova-tender--disabled,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle.smb-pos__pos__lucova-tender--disabled {
  opacity: 0.3;
  pointer-events: none;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toolbar,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toolbar {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 15px;
  justify-content: center;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toolbar .smb-pos__lucova-tender-toolbar-left,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toolbar .smb-pos__lucova-tender-toolbar-left {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 25px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toolbar .smb-pos__lucova-tender-toolbar-middle,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toolbar .smb-pos__lucova-tender-toolbar-middle {
  font-size: 20px;
  font-weight: 500;
  align-self: center;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-options,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-options {
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 50px;
  padding-left: 35px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-options .smb-pos__lucova-tender-options-title,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-options .smb-pos__lucova-tender-options-title {
  padding-bottom: 10px;
  font-weight: 500;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-col,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-col {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-col hr,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-col hr {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  border: 0;
  border-top: 1px solid #f0f0f0;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row .smb-pos__lucova-tender-toggle-row-icon,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row .smb-pos__lucova-tender-toggle-row-icon {
  font-size: 30px;
  background: #efe13b;
  padding: 8px 17px 8px 17px;
  align-content: center;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row .smb-pos__lucova-tender-toggle-row-icon-grey,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row .smb-pos__lucova-tender-toggle-row-icon-grey {
  background-color: #b6b6b6;
  color: white;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row .smb-pos__lucova-tender-toggle-row-text,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row .smb-pos__lucova-tender-toggle-row-text {
  font-size: 16px;
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
  flex-grow: 1;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row .smb-pos__lucova-tender-toggle-row-right,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row .smb-pos__lucova-tender-toggle-row-right {
  align-self: center;
  padding-right: 20px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row .smb-pos__lucova-tender-toggle-row-right-text,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row .smb-pos__lucova-tender-toggle-row-right-text {
  width: 80px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row-disabled,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row-disabled {
  background-color: #fdfdfd;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row-disabled .smb-pos__lucova-tender-toggle-row-text,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row-disabled .smb-pos__lucova-tender-toggle-row-text {
  font-size: 16px;
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
  flex-grow: 1;
  color: #adadad;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row-disabled .smb-pos__lucova-tender-toggle-row-right-text,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-toggle-row-disabled .smb-pos__lucova-tender-toggle-row-right-text {
  color: #adadad;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-btn-row,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-btn-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-btn-row .smb-pos__lucova-tender-btn-cancel,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-btn-row .smb-pos__lucova-tender-btn-cancel {
  background: #dddddd;
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 25px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-btn-row .smb-pos__lucova-tender-btn-continue,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-btn-row .smb-pos__lucova-tender-btn-continue {
  background: #efe13b;
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 25px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-btn-row .smb-pos__lucova-tender-btn-continue[disabled],
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-btn-row .smb-pos__lucova-tender-btn-continue[disabled] {
  opacity: 0.25;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-header,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 600;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-green,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-green {
  background: url(/images/giftcard.png) center center no-repeat;
  height: 300px;
  margin-top: 40px;
  background-size: contain;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-textfield-container,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-textfield-container {
  height: 90px;
  padding: 0 30px;
  margin-top: 40px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-textfield-container .smb-pos__lucova-tender-textfield-header,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-textfield-container .smb-pos__lucova-tender-textfield-header {
  font-size: 20px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-textfield-container .smb-pos__lucova-tender-textfield-field,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-textfield-container .smb-pos__lucova-tender-textfield-field {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  border: 1px solid #ddd;
  padding: 0 10px;
  font-size: 18px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-actions,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-actions {
  margin-bottom: 20px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-action,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-action {
  border: 1px solid #cccccc;
  font-size: 1.6em;
  margin: 10px 25px 10px;
  padding: 20px 30px;
  text-align: center;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-footer-buttons-container,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-footer-buttons-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-footer-buttons-container .smb-pos__lucova-tender-footer-button,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-footer-buttons-container .smb-pos__lucova-tender-footer-button {
  width: 50%;
  height: 70px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  border: 0;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-footer-buttons-container .smb-pos__lucova-tender-footer-button-left,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-footer-buttons-container .smb-pos__lucova-tender-footer-button-left {
  background: #eee;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-footer-buttons-container .smb-pos__lucova-tender-footer-button-right,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-footer-buttons-container .smb-pos__lucova-tender-footer-button-right {
  background: #efe13b;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-footer-buttons-container .smb-pos__lucova-tender-footer-button-right[disabled],
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-footer-buttons-container .smb-pos__lucova-tender-footer-button-right[disabled] {
  opacity: 0.25;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-action-title,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-action-title {
  font-size: 2em;
  color: #000;
  padding: 20px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 55%;
  margin: 20px auto;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual .smb-pos__lucova-tender-visual-ios-container,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual .smb-pos__lucova-tender-visual-ios-container {
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: center;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual.smb-pos__lucova-tender-visual--scanner,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual.smb-pos__lucova-tender-visual--scanner {
  position: relative;
  margin: 48px auto;
  padding: 95px 50px 95px 50px;
  background-color: #f9f9f8;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual.smb-pos__lucova-tender-visual--scanner:before,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual.smb-pos__lucova-tender-visual--scanner:before {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: -10px;
  left: -10px;
  border-top: 5px solid #a0a0a0;
  border-left: 5px solid #a0a0a0;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual.smb-pos__lucova-tender-visual--scanner:after,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual.smb-pos__lucova-tender-visual--scanner:after {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: -10px;
  right: -10px;
  border-top: 5px solid #a0a0a0;
  border-right: 5px solid #a0a0a0;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual.smb-pos__lucova-tender-visual--scanner span:before,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual.smb-pos__lucova-tender-visual--scanner span:before {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -10px;
  left: -10px;
  border-bottom: 5px solid #a0a0a0;
  border-left: 5px solid #a0a0a0;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual.smb-pos__lucova-tender-visual--scanner span:after,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual.smb-pos__lucova-tender-visual--scanner span:after {
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  border-bottom: 5px solid #a0a0a0;
  border-right: 5px solid #a0a0a0;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual .smb-pos__lucova-tender-label,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual .smb-pos__lucova-tender-label {
  font-size: 16px;
  color: #989898;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual img,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-visual img {
  width: 100%;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-title,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-title {
  font-size: 1.8em;
  margin: 30px 30px 0;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-description,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__lucova-tender-description {
  font-size: 1.2em;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content {
  padding: 20px 30px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .carousel-indicators,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .carousel-indicators {
  position: absolute;
  bottom: -20px;
  height: 40px;
  z-index: 15;
  list-style: none;
  text-align: center;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .carousel-indicators li,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .carousel-indicators li {
  background: #e8e8e8;
  border: 0px;
  margin: 5px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .carousel-indicators li.active,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .carousel-indicators li.active {
  background: #333333;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .carousel-control.left,
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .carousel-control.right,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .carousel-control.left,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .carousel-control.right {
  background: transparent;
  opacity: 0;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .input-group,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .input-group {
  margin-top: 15px;
  display: flex;
  height: 60px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .input-group input,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .input-group input {
  border: none;
  flex-grow: 1;
  font-size: 1.4em;
  height: 100%;
  line-height: 60px;
  padding: 0 20px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .input-group .btn,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .input-group .btn {
  width: auto;
  font-size: 1.2em;
  line-height: 60px;
  padding: 0 30px;
  text-shadow: none !important;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .input-group .btn.btn-default,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .input-group .btn.btn-default {
  background-color: #e8e8e8 !important;
  color: #333333 !important;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .input-group .btn.btn-primary,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-content .input-group .btn.btn-primary {
  background-color: #efe13b !important;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-visual--with-info,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-visual--with-info {
  position: relative;
  width: 400px;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-visual-info,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-visual-info {
  position: absolute;
  color: #666;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-visual-info.smb-pos__gift-card-visual-info--top-left,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-visual-info.smb-pos__gift-card-visual-info--top-left {
  top: 18%;
  left: 12%;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-visual-info.smb-pos__gift-card-visual-info--top-right,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-visual-info.smb-pos__gift-card-visual-info--top-right {
  top: 18%;
  right: 13%;
}
.template-patron-modal.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-visual-info.smb-pos__gift-card-visual-info--bottom-right,
.smb-pos__lucova-tender-modal-new.modal .modal-dialog .modal-content .smb-pos__lucova-tender-container-new .smb-pos__gift-card-visual-info.smb-pos__gift-card-visual-info--bottom-right {
  bottom: 18%;
  right: 13%;
}
.template-patron-modal.modal.smb-pos__lucova-tender-modal--offset-right .modal-dialog,
.smb-pos__lucova-tender-modal-new.modal.smb-pos__lucova-tender-modal--offset-right .modal-dialog {
  width: 700px;
  margin-right: 200px;
}
.template-patron-modal.modal .smb-pos__lucova-tender-processing,
.smb-pos__lucova-tender-modal-new.modal .smb-pos__lucova-tender-processing {
  text-indent: -9999em;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 60%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 60%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 60%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 60%);
  position: relative;
  -webkit-animation: circular-spin 1.4s infinite linear;
  animation: circular-spin 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  margin: 0 auto;
}
.template-patron-modal.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--sm,
.smb-pos__lucova-tender-modal-new.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--sm {
  width: 16px;
  height: 16px;
}
.template-patron-modal.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--sm:after,
.smb-pos__lucova-tender-modal-new.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--sm:after {
  width: 80%;
  height: 80%;
}
.template-patron-modal.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--invert,
.smb-pos__lucova-tender-modal-new.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--invert {
  background: #333332;
  background: -moz-linear-gradient(left, #333332 10%, rgba(255, 255, 255, 0) 60%);
  background: -webkit-linear-gradient(left, #333332 10%, rgba(255, 255, 255, 0) 60%);
  background: -o-linear-gradient(left, #333332 10%, rgba(255, 255, 255, 0) 60%);
  background: -ms-linear-gradient(left, #333332 10%, rgba(255, 255, 255, 0) 60%);
  background: linear-gradient(to right, #333332 10%, rgba(255, 255, 255, 0) 60%);
}
.template-patron-modal.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--invert:before,
.smb-pos__lucova-tender-modal-new.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--invert:before {
  background: #333332;
}
.template-patron-modal.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--invert:after,
.smb-pos__lucova-tender-modal-new.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--invert:after {
  background: #ffffff;
}
.template-patron-modal.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--inline,
.smb-pos__lucova-tender-modal-new.modal .smb-pos__lucova-tender-processing.smb-pos__lucova-tender-processing--inline {
  display: inline-block;
  vertical-align: middle;
}
.template-patron-modal.modal .smb-pos__lucova-tender-processing:before,
.smb-pos__lucova-tender-modal-new.modal .smb-pos__lucova-tender-processing:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.template-patron-modal.modal .smb-pos__lucova-tender-processing:after,
.smb-pos__lucova-tender-modal-new.modal .smb-pos__lucova-tender-processing:after {
  background: #303030;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.smb-pos__fiitmps-tender-container table.data-table {
  font-size: 14px;
}
.smb-pos__fiitmps-tender-container table.data-table thead tr th {
  padding: 1em 0.5em;
}
.smb-pos__fiitmps-tender-container table.data-table tbody tr td {
  padding: 1em 0.5em;
  border-top: 1px solid #e8e8e8;
}
.smb-pos__fiitmps-tender-container .smb-pos__fiitmps-balance-container {
  background-color: #f8f8f8;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  font-size: 14px;
  margin-top: 0.5em;
  padding: 10px 20px;
}
.smb-pos__fiitmps-tender-container .smb-pos__fiitmps-balance-container--disabled {
  opacity: 0.25;
  pointer-events: none;
}
.smb-pos__fiitmps-tender-container .smb-pos__fiitmps-balance {
  display: flex;
}
.smb-pos__fiitmps-tender-container .smb-pos__fiitmps-balance-label {
  font-weight: 700;
}
.smb-pos__fiitmps-tender-container .smb-pos__fiitmps-balance-label + .smb-pos__fiitmps-balance-description {
  margin-left: 10px;
}
.smb-pos__fiitmps-tender-container .smb-pos__fiitmps-balance-divider {
  border: 1px solid #e8e8e8;
  margin: 1em 0;
  width: 100%;
}
.smb-pos__fiitmps-tender-container .smb-pos__fiitmps-adjustment-input {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.smb-pos__fiitmps-tender-container .smb-pos__fiitmps-adjustment-input-value {
  background-color: #e8e8e8 !important;
  /* not ideal but hvae to because of a `input[readonly]` style */
  border: none;
  color: inherit !important;
  /* not ideal but hvae to because of a `input[readonly]` style */
  border-radius: 2px;
  font-size: 1.2em;
  padding: 0.75em 1em;
  text-align: right;
  width: 100px;
}
.smb-pos__fiitmps-tender-container .smb-pos__fiitmps-adjustment-input-value--immutable {
  background: none !important;
  /* not ideal but hvae to because of a `input[readonly]` style */
  color: inherit !important;
  /* not ideal but hvae to because of a `input[readonly]` style */
  padding: 0.5em 0;
}
.smb-pos__fiitmps-tender-container .smb-pos__fiitmps-adjustment-input-value + .smb-pos__fiitmps-adjustment-input-label {
  margin-left: 1em;
}
.smb-pos__fiitmps-tender-container .smb-pos__tender-toggle {
  margin-left: 10px;
}
.smb-pos__incomplete-tender .smb-pos-popup__description {
  font-size: 1.6em;
  padding: 0 30px;
}
.smb-pos__incomplete-tender .smb-pos-popup__note {
  color: #666666;
  font-size: 1.4em;
  padding: 10px 0;
}
.smb-pos__incomplete-tender .smb-pos-popup__note {
  color: #666666;
  font-size: 1.4em;
  padding: 5px 0;
}
.smb-pos__incomplete-tender .smb-pos-popup__detail {
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px;
}
.smb-pos-popup__discount .modal-dialog {
  height: 60%;
}
.smb-pos-popup__discount .modal-dialog .modal-content {
  height: 100%;
}
.smb-pos-popup__discount .modal-dialog .modal-content .smb-pos__discount {
  height: 100%;
}
.smb-pos-popup__discount .modal-dialog .modal-content .smb-pos__discount .smb-pos-popup__header {
  display: flex;
  height: 15%;
  border-bottom: 1px #ddd solid;
  padding: 0px 30px;
  margin-bottom: 15px;
  align-items: center;
}
.smb-pos-popup__discount .modal-dialog .modal-content .smb-pos__discount .smb-pos-popup__body {
  height: 100%;
}
.smb-pos-popup__discount .modal-dialog .modal-content .smb-pos__discount .smb-pos-popup__content {
  padding: 0 15px;
  height: 70%;
  display: flex;
  flex-flow: column;
}
.smb-pos-popup__discount .modal-dialog .modal-content .smb-pos__discount .smb-pos-popup__action-bar {
  margin-top: 0px;
}
.smb-pos-popup__discount .modal-dialog .modal-content .smb-pos__discount .smb-pos-popup__page_discount {
  overflow-y: scroll;
  flex: 1;
  padding: 15px 15px;
}
.smb-pos-popup__discount .modal-dialog .modal-content .smb-pos__discount .smb-pos-popup__page_discount_empty {
  overflow-y: scroll;
  flex: 1;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}
.smb-pos-popup__discount .modal-dialog .modal-content .smb-pos__discount .discounts_row {
  width: 100%;
  padding: unset;
  height: 60px;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.smb-pos-popup__discount .modal-dialog .modal-content .smb-pos__discount .discounts_row.selected {
  background: #333333;
  color: #ffffff;
}
.smb-pos-popup__discount .modal-dialog .modal-content .smb-pos__discount .discounts_row .selection-icon {
  display: flex;
  width: 10%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 200%;
}
.smb-pos-popup__discount .modal-dialog .modal-content .smb-pos__discount .discounts_row .selection-icon .fa {
  display: none;
}
.smb-pos-popup__discount .modal-dialog .modal-content .smb-pos__discount .discounts_row .selection-name {
  width: 90%;
  padding-left: 6%;
  height: 100%;
  display: flex;
  align-items: center;
}
.smb-pos-popup__discount .modal-dialog .modal-content .smb-pos__discount .discounts_row.selected .selection-icon .fa {
  display: inline;
}
.smb-pos__end-shift-modal.modal .modal-dialog,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog {
  width: 70%;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .checklist_header,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .checklist_header,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .checklist_header {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 600;
  height: unset;
  border-bottom: unset;
  padding-left: 0px;
  margin-bottom: 5px;
  font-weight: unset;
  font-size: 18px;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .checklist_header .header_date,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .checklist_header .header_date,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .checklist_header .header_date {
  font-weight: 200;
  font-size: 12px;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-close-button,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-close-button,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-close-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 26px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 75px;
  z-index: 3;
  color: #aaa;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-close-button i,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-close-button i,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-close-button i {
  margin-top: 10px;
  margin-right: 10px;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-header,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-header,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-header {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 600;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-header .header_date,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-header .header_date,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-header .header_date {
  font-weight: 200;
  font-size: 12px;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container {
  display: flex;
  flex-flow: column;
  padding: 10px 30px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash-container-expected-cash-row,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash-container-expected-cash-row,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash-container-expected-cash-row {
  width: 100%;
  display: flex;
  height: 50px;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash-container-actual-cash-row,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash-container-actual-cash-row,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash-container-actual-cash-row {
  width: 100%;
  display: flex;
  height: 65px;
  margin-top: 20px;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash-container-difference-row,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash-container-difference-row,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash-container-difference-row {
  margin-top: 5px;
  width: 100%;
  display: flex;
  height: 50px;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash-container-cash-owed-tohouse-row,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash-container-cash-owed-tohouse-row,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash-container-cash-owed-tohouse-row {
  margin-top: 20px;
  width: 100%;
  display: flex;
  height: 50px;
  margin-bottom: 10px;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash {
  width: 11%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash.smb-pos__end-shift-cash:first-child,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash.smb-pos__end-shift-cash:first-child,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash.smb-pos__end-shift-cash:first-child {
  justify-content: unset;
  align-items: unset;
  width: 10%;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash.smb-pos__end-shift-cash:last-child,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash.smb-pos__end-shift-cash:last-child,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash.smb-pos__end-shift-cash:last-child {
  margin-right: 0;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash .smb-pos__end-shift-cash-amount,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash .smb-pos__end-shift-cash-amount,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash .smb-pos__end-shift-cash-amount {
  height: 32px;
  font-size: 157%;
  white-space: nowrap;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash .smb-pos__end-shift-cash-text,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash .smb-pos__end-shift-cash-text,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash .smb-pos__end-shift-cash-text {
  height: 20px;
  font-size: 11px;
}
@media (min-width: 1366px) {
  .smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash .smb-pos__end-shift-cash-amount,
  .smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash .smb-pos__end-shift-cash-amount,
  .smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-cash .smb-pos__end-shift-cash-amount {
    height: 32px;
    font-size: 22px;
    white-space: nowrap;
  }
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands {
  width: 11%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands.smb-pos__end-shift-cash:first-child,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands.smb-pos__end-shift-cash:first-child,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands.smb-pos__end-shift-cash:first-child {
  justify-content: unset;
  align-items: unset;
  width: 10%;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands.smb-pos__end-shift-cash:last-child,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands.smb-pos__end-shift-cash:last-child,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands.smb-pos__end-shift-cash:last-child {
  margin-right: 0;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands .smb-pos__end-shift-cash-amount,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands .smb-pos__end-shift-cash-amount,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands .smb-pos__end-shift-cash-amount {
  height: 32px;
  font-size: 157%;
  white-space: nowrap;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands .smb-pos__end-shift-cash-text,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands .smb-pos__end-shift-cash-text,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands .smb-pos__end-shift-cash-text {
  height: 20px;
  font-size: 11px;
}
@media (min-width: 1366px) {
  .smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands .smb-pos__end-shift-cash-amount,
  .smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands .smb-pos__end-shift-cash-amount,
  .smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-cash-container .smb-pos__end-shift-operands .smb-pos__end-shift-cash-amount {
    height: 32px;
    font-size: 22px;
    white-space: nowrap;
  }
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container ol li::marker,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container ol li::marker,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container ol li::marker {
  font-size: 16px;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .checklist_header,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .checklist_header,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .checklist_header {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 600;
  height: unset;
  border-bottom: unset;
  padding-left: 15px;
  font-weight: unset;
  font-size: 20px;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .checklist_header .header_date,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .checklist_header .header_date,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .checklist_header .header_date {
  font-weight: 200;
  font-size: 12px;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable {
  width: 100%;
  padding: 10px 15px 10px 20px;
  transition: background-color 0.25s;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable:last-child,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable:last-child,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable:last-child {
  border-bottom: 0;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable.selectable--selected,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable.selectable--selected,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable.selectable--selected {
  background-color: #f0f0f0;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable-name,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable-name,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable-name {
  height: 100%;
  font-size: 1.2em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable-selection,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable-selection,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable-selection {
  opacity: 0.1;
  transition: opacity 0.25s;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable-selection--selected,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable-selection--selected,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable-selection--selected {
  transform: scale(1);
  opacity: 1;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable-divider,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable-divider,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable-divider {
  height: 100%;
  margin: 0 5px;
  font-weight: 500;
}
.smb-pos__end-shift-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable-value,
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable-value,
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog .modal-content .smb-pos__end-shift-container .smb-pos__end-shift-checklist-container .selectable-value {
  font-weight: 500;
}
.smb-pos__end-shift-ending-bal-modal.modal .modal-dialog {
  width: 600px;
}
.smb-pos__end-shift-auto-settle-modal.modal .modal-dialog {
  width: 600px;
}
.smb-pos__void-modal.modal .modal-dialog {
  width: 800px;
}
.smb-pos__void-modal.modal .modal-dialog .transaction-refunds .transaction-refunds__inner .transaction-refund {
  flex: 0 0 100%;
}
.smb-pos__void-modal.modal .modal-dialog .transaction-refunds .transaction-refunds__inner .transaction-refund hr {
  width: 100%;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .smb-pos__void-modal.modal .modal-dialog .transaction-refunds .transaction-refunds__inner .transaction-refund .transaction-refund__items-wrapper {
    max-height: 256px;
  }
}
@media (min-width: 1366px) {
  .smb-pos__void-modal.modal .modal-dialog .transaction-refunds .transaction-refunds__inner .transaction-refund .transaction-refund__items-wrapper {
    max-height: 468px;
  }
}
.smb-pos__void-modal.modal .modal-dialog .transaction-refunds .transaction-refunds__inner .transaction-refund .transaction-refund__items-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.smb-pos__void-modal.modal .modal-dialog .transaction-refunds .transaction-refunds__inner .transaction-refund .transaction-refund__body--refunding {
  padding-bottom: 20px;
}
.smb-pos__void-modal.modal .modal-dialog .transaction-refunds .transaction-refunds__inner .transaction-refund .transaction-refund__form {
  font-size: 16px;
}
.smb-pos__void-modal.modal .modal-dialog .transaction-refunds .transaction-refunds__inner .transaction-refund .transaction-refund__form textarea {
  height: 70px;
  width: 100%;
  font-size: 16px;
}
.smb-pos__exchanges-modal.modal .modal-dialog {
  width: 80% !important;
  max-height: 90% !important;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__discount {
  height: 100%;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__discount .smb-pos-popup__header {
  display: flex;
  height: 15%;
  border-bottom: 1px #ddd solid;
  padding: 0px 30px;
  margin-bottom: 15px;
  align-items: center;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__discount .smb-pos-popup__body {
  height: 100%;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__discount .smb-pos-popup__content {
  padding: 0 15px;
  height: 70%;
  display: flex;
  flex-flow: column;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__discount .smb-pos-popup__action-bar {
  margin-top: 0px;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__discount .smb-pos-popup__page_discount {
  overflow-y: scroll;
  flex: 1;
  padding: 15px 15px;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__discount .smb-pos-popup__page_discount_empty {
  overflow-y: scroll;
  flex: 1;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__discount .discounts_row {
  width: 100%;
  padding: unset;
  height: 60px;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__discount .discounts_row.selected {
  background: #333333;
  color: #ffffff;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__discount .discounts_row .selection-icon {
  display: flex;
  width: 10%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 200%;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__discount .discounts_row .selection-icon .fa {
  display: none;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__discount .discounts_row .selection-name {
  width: 90%;
  padding-left: 6%;
  height: 100%;
  display: flex;
  align-items: center;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__discount .discounts_row.selected .selection-icon .fa {
  display: inline;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__exchange-summary {
  display: flex;
  font-size: 1.5em;
  text-align: end;
  align-items: center;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__exchange-summary-label {
  padding: 8px 8px;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__exchange-summary-sublabel {
  font-size: 0.8em;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__exchange-summary-value {
  padding: 8px 8px;
}
.smb-pos__exchanges-modal.modal .modal-dialog .smb-pos__refund .smb-pos__loyalty-inner .smb-pos__exchange-summary-value--outstanding {
  color: green;
}
.smb-pos__login-from-offline-modal .modal-dialog {
  width: 700px;
  transform: translate(0, -160px) !important;
}
.smb-pos__login-from-offline-modal .modal-dialog .smb-pos__login-from-offline-container .smb-pos__login-from-offline-mode-error {
  display: flex;
  justify-content: center;
  min-height: 94px;
}
.smb-pos__login-from-offline-modal .modal-dialog .smb-pos__login-from-offline-container .smb-pos__login-from-offline-mode-error .alert-danger {
  width: 300px;
  text-align: center;
}
.smb-pos__login-from-offline-modal .modal-dialog .smb-pos__login-from-offline-container .smb-pos__login-from-offline-mode-title-container {
  height: 75px;
  background: #333333;
  color: white;
  padding-top: 30px;
  font-size: 2em;
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.smb-pos__login-from-offline-modal .modal-dialog .smb-pos__login-from-offline-container .smb-pos__login-from-offline-mode-title-container .smb-pos__login-from-offline-mode-title {
  padding-left: 40px;
}
.smb-pos__login-from-offline-modal .modal-dialog .smb-pos__login-from-offline-container .smb-pos__login-from-offline-mode-input-description {
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  text-align: center;
  margin: 25px 0px 30px 0px;
}
.smb-pos__login-from-offline-modal .modal-dialog .smb-pos__login-from-offline-container .smb-pos__login-from-offline-mode-form .smb-pos__login-from-offline-mode-input-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5em;
  margin-bottom: 50px;
}
.smb-pos__login-from-offline-modal .modal-dialog .smb-pos__login-from-offline-container .smb-pos__login-from-offline-mode-form .smb-pos__login-from-offline-mode-input-container .fa {
  width: 1.5em;
}
.smb-pos__login-from-offline-modal .modal-dialog .smb-pos__login-from-offline-container .smb-pos__login-from-offline-mode-form .smb-pos__login-from-offline-mode-input-container .login-form-field-container {
  margin: 5px 0px 5px 0px;
  border-bottom: 1px solid #cccccc;
}
.smb-pos__login-from-offline-modal .modal-dialog .smb-pos__login-from-offline-container .smb-pos__login-from-offline-mode-form .smb-pos__login-from-offline-mode-input-container .login-form-field-container .login-form-field {
  outline: none;
  border: 0px;
  font-size: 20px;
}
.smb-pos__login-from-offline-modal .modal-dialog .smb-pos__login-from-offline-container .smb-pos__login-from-offline-mode-form .login-submit-btn {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: 'Nunito';
  font-size: 20px;
  font-weight: 600;
  background: #efe13b;
  color: #333;
  border: 0px;
  outline: none;
}
.add-guest-name-modal .modal-dialog {
  width: 850px;
}
.add-guest-name-modal .modal-dialog .smb-pos__add-guest-name-container .smb-pos__guest-name-input-description {
  padding: 40px 0px 0px 40px;
  color: #9f9f9f;
  font-size: 2em;
  font-weight: bold;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.add-guest-name-modal .modal-dialog .smb-pos__add-guest-name-container .smb-pos__guest-name-title-container {
  height: 75px;
  padding-top: 30px;
  font-size: 2em;
  font-weight: bold;
  border-bottom: 2px solid #cccccc;
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.add-guest-name-modal .modal-dialog .smb-pos__add-guest-name-container .smb-pos__guest-name-title-container .smb-pos__guest-name-title {
  padding-left: 40px;
}
.add-guest-name-modal .modal-dialog .smb-pos__add-guest-name-container .smb-pos__guest-name-input-container {
  padding-top: 20px;
  padding-bottom: 70px;
  display: flex;
  justify-content: center;
}
.add-guest-name-modal .modal-dialog .smb-pos__add-guest-name-container .smb-pos__guest-name-input-container ::placeholder {
  font-size: 17px;
  font-style: italic;
  text-align: left;
  padding-left: 10px;
}
.add-guest-name-modal .modal-dialog .smb-pos__add-guest-name-container .smb-pos__guest-name-input-container .smb-pos__guest-name-input {
  width: 88%;
  border: none;
  border-bottom: 1px solid #cccccc;
  color: #333333;
  text-align: center;
  font-size: 4rem;
  height: auto;
  margin-bottom: 1px;
  min-height: 51px;
}
.add-guest-name-modal .modal-dialog .smb-pos__add-guest-name-container .smb-pos__guest-name-input-container .smb-pos__guest-name-clear-input {
  height: 50px;
  font-size: 2em;
  border: none;
  background-color: transparent;
  color: #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 30px 0px 1px 0px;
}
.add-guest-name-modal .modal-dialog .smb-pos__add-guest-name-container .smb-pos__guest-name-input-container input:focus {
  outline: none;
}
.add-guest-name-modal .modal-dialog .smb-pos__add-guest-name-container .confirm-guestName {
  border: none;
  justify-content: space-between;
  width: 50%;
  height: 70px;
  background: #efe13b;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 20px;
}
.add-guest-name-modal .modal-dialog .smb-pos__add-guest-name-container .cancel-guestName {
  border: none;
  justify-content: space-between;
  width: 50%;
  height: 70px;
  color: black;
  background: #eeeeee;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 20px;
}
.smb-pos__add-patron-or-guestlabel .modal-dialog {
  width: 479px;
  height: 288px;
}
.smb-pos__add-patron-or-guestlabel .modal-dialog .smb-pos__add-patron-or-guestlabel-container {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.smb-pos__add-patron-or-guestlabel .modal-dialog .smb-pos__add-patron-or-guestlabel-container .smb-pos__add-patron-or-guestlabel-close {
  position: absolute;
  top: 19px;
  right: 24px;
}
.smb-pos__add-patron-or-guestlabel .modal-dialog .smb-pos__add-patron-or-guestlabel-container .smb-pos__add-patron-or-guestlabel-title {
  font-size: 20px;
  margin-bottom: 24px;
}
.smb-pos__add-patron-or-guestlabel .modal-dialog .smb-pos__add-patron-or-guestlabel-container .add-customer-to-order-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84px;
  width: 415px;
  border-radius: 42px;
  background-color: #efe13a;
  margin-bottom: 24px;
  font-size: 32px;
}
.smb-pos__add-patron-or-guestlabel .modal-dialog .smb-pos__add-patron-or-guestlabel-container .label-order-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84px;
  width: 415px;
  border-radius: 42px;
  background-color: #f4f5f0;
  font-size: 32px;
}
#recentStatsPieChart svg {
  overflow: visible;
}
#recentStatsPieChart svg g text {
  font-family: 'Open Sans';
  font-size: 14px;
}
.nvtooltip.xy-tooltip {
  z-index: 1000;
  font-size: 14px;
  font-family: 'Open Sans';
  padding: 10px 12px;
  border-radius: 5px;
  background: #f1f1f1a8;
  border: 1px solid #0000005e;
}
.nvtooltip.xy-tooltip .key {
  font-weight: 300;
  padding-right: 10px;
}
.nvtooltip.xy-tooltip .value {
  font-weight: 500;
}
.quick-charge-modal .modal-dialog {
  width: 684px;
  height: 498px;
  border-radius: 5px;
}
.quick-charge-modal .modal-dialog .modal-content {
  width: 684px;
  height: 498px;
  padding: 24px 32px;
  border-radius: 5px;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__loading-indicator-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 32px;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__loading-indicator-container .loading-text {
  color: #6d6d6d;
  font-family: 'Oswald';
  font-weight: 300;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__loading-indicator-container i {
  color: #bababa;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container {
  height: 378px;
  width: 100%;
  display: flex;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-left,
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-right {
  width: 50%;
  height: 100%;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-left {
  border-right: 1px solid #ccccc8;
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-left .quick-charge-modal__profile .quick-charge-modal__profile-image-container {
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 278px;
  width: 278px;
  font-size: 64px;
  margin-bottom: 12px;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-left .quick-charge-modal__profile .quick-charge-modal__profile-image-container .profile-image {
  max-height: 100%;
  max-width: 100%;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-left .quick-charge-modal__profile .quick-charge-modal__profile-no-image {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-left .quick-charge-modal__profile .quick-charge-modal__profile-image {
  border: 0px solid rgba(0, 0, 0, 0.1);
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-left .quick-charge-modal__profile .quick-charge-modal__patron-name {
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 28px;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-left .quick-charge-modal__profile .quick-charge-modal__patron-last-purchase {
  font-size: 16px;
  color: #ff0000;
  font-weight: 300;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-right .quick-charge-modal__row {
  margin-bottom: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-right .quick-charge-modal__row .quick-charge-modal__error {
  color: red;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-right .quick-charge-modal__paid-row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-right .quick-charge-modal__paid-row img {
  margin-right: 13px;
  height: 43px;
  width: 54px;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-right .quick-charge-modal__paid-row .nown-icon {
  margin-right: 12px;
  font-size: 57px;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-right .quick-charge-modal__paid-row .quick-charge-modal__paid-text {
  line-height: 72px;
  color: #3af03a;
  font-size: 60px;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__body-container .quick-charge-modal__body-right .quick-charge-modal__paid-row .quick-charge-modal__failed-text {
  line-height: 72px;
  color: #b35959;
  font-size: 60px;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 24px;
  left: 32px;
  right: 32px;
  height: 48px;
  font-size: 16px;
  position: absolute;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__buttons .quick-charge-modal__void-button {
  border-radius: 38px;
  background-color: #f5f5f0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__buttons .quick-charge-modal__space-button {
  width: 5%;
}
.quick-charge-modal .modal-dialog .modal-content .quick-charge-modal__buttons .quick-charge-modal__continue-button {
  border-radius: 38px;
  background-color: #efe13a;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100%;
}
.preorder-dashboard-screen {
  background: #f5f5f0;
  height: 100%;
  font-size: 16px;
  overflow-y: scroll;
  padding-bottom: 24px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@keyframes loading-rotate {
  100% {
    transform: rotate(-360deg);
  }
}
.preorder-dashboard-screen .loading {
  animation: loading-rotate 2s infinite;
}
@-webkit-keyframes incoming-order {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes incoming-order {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes incoming-order {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.preorder-dashboard-screen .preorder_screens .preorder-screen__settings {
  font-size: 16px;
}
.preorder-dashboard-screen .preorder_screens .preorder-screen__settings header {
  padding: 0;
  margin-bottom: 0.5em;
}
.preorder-dashboard-screen .preorder_screens .preorder-screen__settings header.row {
  padding: 0;
}
.preorder-dashboard-screen .preorder_screens .preorder-screen__settings .form-section-title,
.preorder-dashboard-screen .preorder_screens .preorder-screen__settings .form-section-description {
  margin: 0;
}
.preorder-dashboard-screen .preorder_screens .preorder-screen__settings .row {
  padding: 0.75em 1.25em;
}
.preorder-dashboard-screen .preorder_screens .preorder-screen__settings label {
  font-size: 15px;
}
.preorder-dashboard-screen .preorder_screens *.animated {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
.preorder-dashboard-screen .btn-standard {
  height: 48px;
  width: 124px;
  border-radius: 38px;
  background: #f4f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preorder-dashboard-screen .title {
  font-size: 24px;
}
.preorder-dashboard-screen .subtitle {
  font-weight: 300;
}
.preorder-dashboard-screen .auto-margin-left {
  margin-left: auto;
}
.preorder-dashboard-screen .vertical-spacing-12 {
  min-height: 24px;
}
.preorder-dashboard-screen .vertical-spacing-24 {
  min-height: 24px;
}
.preorder-dashboard-screen .horizontal-spacing-16 {
  min-width: 16px;
}
.preorder-dashboard-screen .horizontal-spacing-32 {
  min-width: 32px;
}
.preorder-dashboard-screen .horizontal-divider {
  border-left: 0.5px solid #ccccc8;
}
.preorder-dashboard-screen .header-bar-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  background: #ffffff;
  padding: 12px 16px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
}
.preorder-dashboard-screen .header-bar-container .worker-capacity-gauge-container {
  position: relative;
  width: 160px;
  height: 100px;
}
.preorder-dashboard-screen .header-bar-container .worker-capacity-gauge-container .gauge-needle {
  position: absolute;
  left: 68px;
  bottom: 26px;
  transform-origin: 50% 88%;
  transform: rotate(-90deg);
}
.preorder-dashboard-screen .header-bar-container .worker-capacity-gauge-container .worker-capacity-gauge {
  background-image: url(images/pressure-gauge-background.png);
  width: 160px;
  height: 100px;
  background-position: 5px 0;
  background-size: 150px;
  background-repeat: no-repeat;
  height: 55px;
}
.preorder-dashboard-screen .header-bar-container .worker-capacity-gauge-container .worker-capacity-title {
  position: absolute;
  width: 160px;
  bottom: 3px;
  left: -3px;
}
.preorder-dashboard-screen .header-bar-container .help-btn {
  font-size: 24px;
  width: 96px;
  border-radius: 24px;
}
.preorder-dashboard-screen .preorder-box {
  background: white;
  border-radius: 5px;
  padding: 12px 32px;
  margin: 0 32px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
}
.preorder-dashboard-screen .preorder-error-bar,
.preorder-dashboard-screen .preorder-status-bar {
  height: 72px;
  padding: 12px 32px;
  display: flex;
}
.preorder-dashboard-screen .preorder-error-bar {
  background-color: #b35959;
  color: white;
}
.preorder-dashboard-screen .preorder-error-bar .spinner-container {
  width: 32px;
  font-size: 32px;
}
.preorder-dashboard-screen .preorder-error-bar .preorder-error-container {
  display: flex;
  flex-direction: column;
}
.preorder-dashboard-screen .preorder-error-bar .preorder-error-container .error-title {
  font-size: 20px;
}
.preorder-dashboard-screen .preorder-error-bar .preorder-error-container .error-description {
  font-weight: 300;
  font-size: 12px;
}
.preorder-dashboard-screen .preorder-status-bar .statuses-container {
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin-right: auto;
}
.preorder-dashboard-screen .preorder-status-bar .statuses-container .status-container {
  text-align: center;
}
.preorder-dashboard-screen .preorder-status-bar .statuses-container .status-container .status-title {
  display: flex;
  align-items: center;
  font-weight: 300;
}
.preorder-dashboard-screen .preorder-status-bar .statuses-container .status-container .status-title .status-icon {
  height: 26px;
  width: 26px;
  margin-right: 10px;
}
.preorder-dashboard-screen .preorder-status-bar .statuses-container .status-container .status-title .status-icon-small {
  height: 20px;
  width: 20px;
}
.preorder-dashboard-screen .preorder-status-bar .success-rate {
  text-align: center;
  margin-left: auto;
}
.preorder-dashboard-screen .preorder-status-bar .success-rate .status-title {
  font-weight: 300;
}
.preorder-dashboard-screen .tabs-container {
  display: flex;
  margin: 0 32px;
  border-radius: 5px 5px 0 0;
  overflow-y: hidden;
  height: 48px;
}
.preorder-dashboard-screen .tabs-container .tab {
  padding: 12px 16px;
}
.preorder-dashboard-screen .tabs-container .current-tab {
  background: #ffffff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  overflow-y: hidden;
  height: 57px;
}
.preorder-dashboard-screen .preorder-table-container {
  border-radius: 0 5px 5px 5px;
  font-size: 16px;
  padding: 12px;
}
.preorder-dashboard-screen .preorder-table-container .accept-order-btn {
  background: #b3ffd3;
  width: 114px;
}
.preorder-dashboard-screen .preorder-table-container .accept-order-btn .loading-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  animation: loading-rotate 2s infinite;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table {
  display: grid;
  width: 100%;
  font-weight: normal;
  border-collapse: collapse;
  border-style: hidden;
  padding: 0px 20px;
  max-height: 68vh !important;
  overflow: scroll;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  align-content: center;
  border-top: 0.5px solid #ccccc8;
  grid-template-columns: 15% 15% 20% 30% 15% 5%;
  grid-template-areas: 'placed_at due customer status payment arrow';
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr th,
.preorder-dashboard-screen .preorder-table-container .preorder-table tr td {
  padding: 12px;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr th {
  font-weight: normal;
  padding: 12px 0 6px !important;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr td .row-secondary {
  font-size: 12px;
  color: #767673;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr .preorder-placed {
  grid-area: 'placed_at';
}
@media (min-width: 1366px) {
  .preorder-dashboard-screen .preorder-table-container .preorder-table tr .preorder-placed {
    width: 130px;
  }
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr .incoming {
  background: linear-gradient(90deg, #b3ffd3 60%, #ffffff);
  background-size: 400% 400%;
  -webkit-animation: incoming-order 2s ease infinite;
  -moz-animation: incoming-order 2s ease infinite;
  animation: incoming-order 2s ease infinite;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr .preorder-due {
  grid-area: 'due';
  padding: 0;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr .preorder-customer {
  grid-area: 'customer';
  padding: 0;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr td.preorder-customer {
  display: flex;
  align-items: center;
  padding: 12px 6px;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr td.preorder-customer .customer-image-container {
  margin-right: 14px;
  position: relative;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr td.preorder-customer .customer-image-container .chat-notification-bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  color: white;
  background: #ff4343;
  border-radius: 50%;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr td.preorder-customer .customer-image-container .customer-image {
  width: 36px;
  height: 36px;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr td.preorder-customer .customer-image-container .image-icon {
  width: 36px;
  height: 36px;
  border: 0.5px solid #ccccc8;
  border-radius: 50%;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr td.preorder-customer .customer-image-container .no-image-icon {
  width: 36px;
  height: 36px;
  border: 0.5px solid #ccccc8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr td.preorder-customer .customer-image-container .app-icon {
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: 18px 18px;
  border-radius: 5px;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr td.preorder-customer .customer-name {
  min-width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr .preorder-status {
  padding: 0 6px;
  grid-area: 'status';
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr td.preorder-status .status-container {
  display: flex;
  align-items: center;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr td.preorder-status .status-container .status-icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr td.preorder-status .status-container .status-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
@media (min-width: 1366px) {
  .preorder-dashboard-screen .preorder-table-container .preorder-table tr td.preorder-status .status-container .status-type {
    max-width: 500px;
  }
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr td.preorder-status .status-container .red-text {
  color: #ff0000;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr .preorder-payment {
  text-align: right;
  grid-area: 'payment';
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr td.preorder-payment {
  text-align: right;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr td.preorder-payment .payment-accept {
  display: flex;
  justify-content: flex-end;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table tr .preorder-arrow {
  font-size: 16px;
  text-align: center;
  grid-area: 'arrow';
}
.preorder-dashboard-screen .preorder-table-container .preorder-table .preorder-table-header {
  position: sticky;
  top: 0;
  background: white;
  box-shadow: 0px 4px 12px 1px white;
  z-index: 9;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table .preorder-table-body {
  display: grid;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table .placeholder {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table .placeholder tr {
  grid-template-columns: 100%;
}
.preorder-dashboard-screen .preorder-table-container thead:first-of-type tr:first-of-type,
.preorder-dashboard-screen .preorder-table-container tbody:first-of-type tr:first-of-type,
.preorder-dashboard-screen .preorder-table-container tfoot:first-of-type tr:first-of-type {
  border-top: none !important;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table-footer {
  position: sticky;
  bottom: 0;
  background: white;
  box-shadow: 0px -4px 12px 1px white;
  z-index: 9;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table-footer tr {
  grid-template-columns: 100%;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table-footer .pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table-footer .pagination-container .btn,
.preorder-dashboard-screen .preorder-table-container .preorder-table-footer .pagination-container .btn:active,
.preorder-dashboard-screen .preorder-table-container .preorder-table-footer .pagination-container .btn:focus {
  top: 0;
  left: 0;
  outline: none;
  border: none;
  font-size: 16px;
  text-shadow: none !important;
  display: flex;
  align-items: center;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table-footer .pagination-container .btn .icon-left,
.preorder-dashboard-screen .preorder-table-container .preorder-table-footer .pagination-container .btn:active .icon-left,
.preorder-dashboard-screen .preorder-table-container .preorder-table-footer .pagination-container .btn:focus .icon-left {
  margin: 0px 5px 0px 0px;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table-footer .pagination-container .btn .icon-right,
.preorder-dashboard-screen .preorder-table-container .preorder-table-footer .pagination-container .btn:active .icon-right,
.preorder-dashboard-screen .preorder-table-container .preorder-table-footer .pagination-container .btn:focus .icon-right {
  margin: 0px 0px 0px 5px;
}
.preorder-dashboard-screen .preorder-table-container .preorder-table-footer .pagination-container .page-indicator {
  margin: 0px 25px;
}
.preorder-dashboard-screen::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.preorder-dashboard-screen {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.preorder-dashboard-help {
  font-size: 16px;
}
.preorder-dashboard-help .modal-content {
  border-radius: 5px;
  max-height: 90vh;
}
.preorder-dashboard-help .close-modal-btn {
  font-size: 24px;
}
.preorder-dashboard-help .btn-full-width {
  height: 48px;
  width: 100%;
  border-radius: 38px;
  background: #f4f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}
.preorder-dashboard-help .help-box {
  padding: 24px 32px;
  border-radius: 5px;
  background: white;
  max-height: 90vh;
}
.preorder-dashboard-help .help-box .title {
  font-size: 24px;
}
.preorder-dashboard-help .help-box .row-description {
  font-weight: 300;
}
.preorder-dashboard-help .help-box .header-row {
  display: flex;
  margin-bottom: 12px;
}
.preorder-dashboard-help .help-box .header-row .close-modal-btn {
  margin-left: auto;
}
.preorder-dashboard-help .help-box .row-container {
  max-height: 70vh;
  overflow-y: scroll;
}
.preorder-dashboard-help .help-box .row {
  margin: 12px 0;
}
.edit-current-resources-modal .modal-dialog {
  border-radius: 5px;
  height: 484px;
  width: 500px;
}
.edit-current-resources-modal .modal-dialog .modal-content {
  border-radius: 5px;
  height: 484px;
  width: 500px;
  padding: 24px 32px;
}
.edit-current-resources-modal .modal-dialog .modal-content .edit-current-resources-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.edit-current-resources-modal .modal-dialog .modal-content .edit-current-resources-description {
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: 300;
}
.edit-current-resources-modal .modal-dialog .modal-content .edit-current-resources-controls-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-current-resources-modal .modal-dialog .modal-content .edit-current-resources-controls-container .edit-current-resources-loading-indicator {
  color: #999999;
  font-size: 24px;
}
.edit-current-resources-modal .modal-dialog .modal-content .edit-current-resources-controls-container .edit-current-resources-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-current-resources-modal .modal-dialog .modal-content .edit-current-resources-controls-container .edit-current-resources-controls .nown-icon {
  font-size: 32px;
}
.edit-current-resources-modal .modal-dialog .modal-content .edit-current-resources-controls-container .edit-current-resources-controls .edit-current-resources-counter {
  font-size: 60px;
  padding: 0px 32px;
}
.edit-current-resources-modal .modal-dialog .modal-content .edit-current-resources-buttons-container {
  position: absolute;
  bottom: 24px;
  left: 32px;
  display: flex;
}
.edit-current-resources-modal .modal-dialog .modal-content .edit-current-resources-buttons-container .edit-current-resources-cancel-button {
  height: 48px;
  width: 202px;
  border-radius: 38px;
  background-color: #f4f5f0;
  margin-right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.edit-current-resources-modal .modal-dialog .modal-content .edit-current-resources-buttons-container .edit-current-resources-save-button {
  height: 48px;
  width: 202px;
  border-radius: 38px;
  background-color: #efe13a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.homebase__select-break-modal .modal-dialog {
  border-radius: 5px;
  height: 330px;
  width: 422px;
}
.homebase__select-break-modal .modal-dialog .modal-content {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  padding: 24px 32px;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  flex-direction: column;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .homebase__select-break-message {
  font-size: 24px;
  margin-bottom: 12px;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .homebase__select-break-modal-buttons-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .homebase__select-break-modal-buttons-container .homebase__select-break-modal-button {
  height: 48px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 38px;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .homebase__select-break-modal-buttons-container .homebase__select-break-cancel-button-container {
  padding-right: 16px;
  width: 50%;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .homebase__select-break-modal-buttons-container .homebase__select-break-cancel-button-container .homebase__select-break-modal-button {
  width: 100%;
  background-color: #f4f5f0;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .homebase__select-break-modal-buttons-container .homebase__select-break-confirm-button-container {
  padding-left: 16px;
  width: 50%;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .homebase__select-break-modal-buttons-container .homebase__select-break-confirm-button-container .homebase__select-break-modal-button {
  width: 100%;
  background-color: #efe13a;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .filter_select {
  height: 45px;
  width: 100%;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .filter_select .ui-select-container {
  width: 100%;
  height: 100%;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .filter_select .ui-select-container .btn-default-focus {
  background: unset !important;
  box-shadow: unset !important;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .filter_select .ui-select-container .ui-select-search {
  height: 100%;
  padding-left: 10%;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .filter_select .ui-select-container .ui-select-choices {
  height: 250%;
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background-clip: unset !important;
  box-shadow: unset;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group {
  height: 100%;
  width: 100%;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row {
  height: 50%;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row .ui-select-choices-row-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: unset;
  border: 1px solid #ddd;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .filter_select .ui-select-container .ui-select-choices .ui-select-choices-group .ui-select-choices-row.active > span {
  color: #000;
  background-color: unset;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .filter_select .ui-select-container .ui-select-match {
  height: 100%;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .filter_select .ui-select-container .ui-select-match .ui-select-placeholder {
  padding-left: 1%;
  font-size: 100%;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .filter_select .ui-select-container .ui-select-match .ui-select-match-text {
  padding-left: 10%;
  display: flex;
  align-items: center;
}
.homebase__select-break-modal .modal-dialog .modal-content .homebase__select-break-modal-content .filter_select .ui-select-container .ui-select-match .btn {
  background: unset !important;
  color: #000 !important;
  padding: unset !important;
  border-radius: 0px !important;
  border: 1px #ddd solid;
  font-size: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10%;
  text-shadow: unset !important;
}
.modal-content {
  border-radius: 5px;
}
.service-mode-container {
  display: flex;
  padding: 10px 30px;
}
.service-mode-container button {
  height: 70px;
  transition-property: flex, background-color, color;
  transition-duration: 500ms;
  background-color: #eee;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  border: 0;
  font-family: 'Open Sans';
}
.service-mode-container button.selected {
  background-color: #333;
  color: #fff;
}
.service-mode-container button:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 1px solid #e6e6e6;
}
.service-mode-container button:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 1px solid #e6e6e6;
}
.service-mode-container button:not(:first-child):not(:last-child) {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.service-mode-icon {
  font-size: 1.5em;
  margin-right: 8px;
  vertical-align: middle;
}
.notification-panel {
  padding: 0.75em 1.25em;
  border-radius: 0.75em;
  background-color: #f5f5f0;
  font-size: 20px;
  max-width: 680px;
  min-width: 86%;
  animation: 0.5s appear;
}
.notification-panel header {
  margin-bottom: 0.5em;
}
.notification-panel .header-info .header-title {
  color: #333332;
}
.notification-panel .header-info .header-subtitle {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.6);
}
.notification-panel footer {
  display: flex;
  font-size: 18px;
}
.notification-panel footer .action-buttons {
  display: flex;
  width: 100%;
}
.notification-panel footer .action-buttons button {
  flex: 1;
}
.notification-panel button {
  border-radius: 0.5em;
}
.notification-panel button.action-continue {
  background-color: #efe13b;
  margin-left: 0.5em;
}
.notification-panel button.action-cancel {
  background-color: transparent;
}
.danger-text {
  color: #d9534f !important;
}
.products {
  font-family: 'Nunito';
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.products button {
  font-family: 'Nunito';
  background: transparent;
  border: 0px;
  font-weight: 900 !important;
  outline: none;
}
.products h2 {
  font-weight: 600;
  font-size: 20px;
}
.products .product-spinner {
  background: rgba(30, 30, 30, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  touch-action: none;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.products .spacer {
  flex: 1;
}
.products .number-stepper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.products .number-stepper div {
  min-width: 100px;
  margin: 10px;
  font-size: 40px;
  text-align: center;
}
.products .number-stepper button {
  outline: none;
  width: 40px;
  height: 40px;
  background: #48bb91;
  color: #fff;
  border-radius: 20px;
}
.products .tabbed-buttons {
  display: flex;
  width: 100%;
  border: 1px solid #eee;
  cursor: pointer;
}
.products .tabbed-buttons .tabbed-button {
  flex: 1;
  text-align: center;
  padding: 20px;
  background: #eee;
}
.products .tabbed-buttons .tabbed-button-on {
  background: #fff;
  border: 1px solid #eee;
}
.products .action-button {
  display: inline-block;
  padding: 10px 0;
  color: #444444;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}
.products .action-button .action-button-toggle {
  width: 50px;
  height: 22px;
  border-radius: 22px;
  font-size: 0px;
  margin: 0px 10px 0 0;
  position: relative;
  background-color: #999999;
  transition: color 0.25s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.products .action-button .action-button-toggle .toggle {
  position: absolute;
  left: 3px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: inline-block;
  border: 1px solid #f9f9f8;
  transition: left 0.25s, border-color 0.25s;
}
.products .action-button .action-button-toggle.toggle-status-on {
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.products .action-button .action-button-toggle.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.products .action-button .action-button-toggle.toggle-status-on .toggle {
  left: 29px;
  background: #efe13b;
  border: 1px solid #efe13b;
}
.products .action-button .action-button-toggle.toggle-status-off {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}
.products .action-button .action-button-toggle.toggle-status-off .toggle {
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
}
.products .action-button .action-button-toggle.toggle-status-off .toggle-panel {
  margin-left: -36px;
}
.products .action-button .action-button-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.products .action-button .action-button-label.highlight {
  color: #333333;
}
.products .action-button + .action-button {
  margin-left: 30px;
}
.products .color-selector {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 5px 0px;
}
.products .color-selector .color-circle-cont {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0px solid #333;
  padding: 2px;
  margin-right: 20px;
}
.products .color-selector .color-circle-cont.color-circle-cont-selected {
  border: 1px solid #333;
}
.products .color-selector .color-circle-cont .color-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.products .products-page-header {
  display: flex;
  padding: 10px 0px 10px 0px;
}
.products .products-page-header .products-page-header-search {
  height: 40px;
  padding: 0px 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 40%;
}
.products .products-page-header .products-page-header-search input {
  border: 0px;
  width: 100%;
}
.products .products-page-header .products-page-header-search i {
  margin-right: 10px;
}
.products .products-page-header .products-page-header-filter {
  height: 40px;
  padding: 0px 20px;
  background: #e6e6e6;
  color: #4d4d4d;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.products .products-page-header .products-page-header-filter i {
  margin-left: 5px;
  padding-bottom: 3px;
}
.products .products-page-header .products-page-header-add-btn {
  height: 40px;
  background: #333;
  color: #efe13b;
  font-size: 14px;
  padding: 0px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #e6e6e6;
}
.products .products-page-header .products-page-header-add-btn i {
  color: #e6e6e6;
  margin-right: 15px;
}
.products .product-section-description {
  max-width: 600px;
  margin: 10px 0px 10px 0px;
}
.products .products-page-data-table {
  text-align: center;
}
.products .products-page-data-table .collapse-btn {
  padding: 10px 20px;
  margin: 20px;
}
.products .products-page-data-table .products-page-data-table-color {
  flex: 0 0 10px;
}
.products .products-page-data-table .products-page-data-table-header {
  display: flex;
  flex-direction: row;
  background: #fff;
  color: #333;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
}
.products .products-page-data-table .products-page-data-table-header .products-page-data-table-value {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  flex: 1;
  font-weight: bold;
  font-size: 12px;
}
.products .products-page-data-table .products-page-data-table-header .products-page-data-table-value .sortorder:after {
  padding-left: 5px;
  content: '\25B2';
}
.products .products-page-data-table .products-page-data-table-header .products-page-data-table-value .reverse:after {
  padding-left: 5px;
  content: '\25BC';
}
.products .products-page-data-table .products-page-data-table-rows {
  background: #fff;
  color: #333;
  border: 1px solid #e6e6e6;
}
.products .products-page-data-table .products-page-data-table-rows .more-gradient {
  display: none;
}
.products .products-page-data-table .products-page-data-table-rows.products-page-data-table-rows-collapsed {
  height: 175px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.products .products-page-data-table .products-page-data-table-rows.products-page-data-table-rows-collapsed .more-gradient {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background: #333;
  display: block;
}
.products .products-page-data-table .products-page-data-table-rows .products-page-data-table-row {
  height: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  background: #fff;
  color: #333;
}
.products .products-page-data-table .products-page-data-table-rows .products-page-data-table-row .products-page-data-table-value {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.products .products-page-data-table .products-page-data-table-rows .warn-low-stock {
  background: #f6c9a5;
}
.products .products-section {
  display: flex;
  flex-direction: column;
}
.products .products-left-section {
  flex: 2;
  background: #f9f9f8;
}
.products .products-left-section .products-modal-overlay {
  background: rgba(30, 30, 30, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  touch-action: none;
  pointer-events: none;
  -webkit-transition: all linear 0.25s !important;
  transition: all linear 0.25s !important;
}
.products .products-left-section .products-modal-overlay.products-modal-overlay-on {
  opacity: 1;
  display: block;
  touch-action: auto;
  pointer-events: auto;
}
.products .products-left-section h2 {
  font-size: 20px;
  font-weight: 600;
}
.products .products-left-section .products-nav {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  margin: 20px 0px 0px 0px;
}
.products .products-left-section .products-nav .products-nav-btn {
  height: 50px;
  display: flex;
  padding: 0px 10px 5px 10px;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.products .products-left-section .products-nav .products-nav-btn.products-nav-btn-active {
  border-bottom: 5px solid #333;
  padding: 0px 10px 0px 10px;
}
.products .products-left-section .products-page {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.products .products-left-section .products-page .hr {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin: 20px 0px 50px 0px;
}
.products .products-left-section .products-page .products-page-layout {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.products .products-left-section .products-page .products-page-layout .products-page-carousel {
  flex: 1;
  overflow: scroll;
}
.products .products-left-section .products-page .products-page-layout .products-page-carousel .products-page-carousel-page {
  width: 100%;
  height: 100%;
}
.products .products-left-section .products-page .products-page-layout .products-page-pagination {
  display: flex;
}
.products .products-left-section .products-page .products-page-layout .products-page-pagination .products-page-pagination-btn {
  height: 50px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-family: Nunito;
  font-weight: 600;
  padding: 20px;
  flex: 1;
  border: 1px solid #e6e6e6;
  margin-top: 20px;
}
.products .products-left-section .products-page .products-page-layout .products-page-pagination .products-page-pagination-btn.products-page-pagination-btn-active {
  background: #333;
  color: #fff;
}
.products .products-left-section .products-page .products-page-layout .products-page-grid {
  padding: 20px 0px 0px 0px;
  width: 100%;
  height: 100%;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
.products .products-left-section .products-page .products-page-layout .products-page-grid .products-page-grid-item {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
  border: 1px solid #e6e6e6;
}
.products .products-left-section .products-page .products-page-layout .products-page-grid .products-page-grid-item.products-page-grid-item-unassigned {
  background: url('/images/plus-sign.png') #e6e6e6 center center no-repeat;
  background-size: 50px 50px;
  color: #4d4d4d;
}
.products .products-left-section .products-page .products-page-layout .products-page-grid .products-page-grid-item.products-page-grid-item-highlighted {
  background: url('/images/plus-sign.png') #efe13b center center no-repeat !important;
  background-size: 50px 50px !important;
  color: #4d4d4d !important;
}
.products .products-left-section .products-page .products-page-layout .products-page-grid .products-page-grid-item .products-page-grid-item-info {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .products-left-section .products-page .products-page-layout .products-page-grid .products-page-grid-item .products-page-grid-item-info-disabled {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6e6e6;
}
.products .products-right-section {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background: #fff;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transform: translateX(100%);
}
.products .products-right-section.products-right-section-on {
  transform: translateX(0%);
}
.products .products-right-section .products-page-next-step-prompt {
  padding: 50px;
}
.products .products-right-section .products-page-next-step-prompt p {
  font-size: 20px;
  margin-bottom: 20px;
}
.products .products-right-section .products-page-next-step-prompt button {
  border: 1px solid #ccc;
  color: #333;
  padding: 10px 40px;
  font-size: 16px;
  margin-right: 10px;
}
.products .products-right-section .products-page-assign {
  font-family: 'Nunito';
  text-align: left;
  width: 100%;
  height: 100%;
}
.products .products-right-section .products-page-assign .products-page-header-search {
  width: 100%;
}
.products .products-right-section .products-page-assign .hr-title {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  margin: 10px 0px;
}
.products .products-right-section .products-page-assign .products-page-data-table {
  text-align: left;
}
.products .products-right-section .products-page-assign .products-page-data-table .products-page-data-table-rows {
  border: 0px;
}
.products .products-right-section .products-page-assign .products-page-data-table .products-page-data-table-rows .products-page-data-table-checkbox {
  border: 1px solid #333;
  color: #333;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .products-right-section .products-page-assign .products-page-data-table .products-page-data-table-rows .products-page-data-table-value {
  font-weight: 600;
  justify-content: flex-start;
}
.products .products-right-section .products-page-assign .products-page-data-table .products-page-data-table-rows .products-page-data-table-sm-value {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px 0px 0px;
}
.products .products-right-section .products-page-assign .products-page-assign-header {
  display: flex;
  flex-direction: row;
}
.products .products-right-section .products-page-assign .products-page-assign-header h2 {
  font-weight: 600;
  font-size: 20px;
}
.products .products-right-section .products-page-assign .products-page-assign-actions {
  display: flex;
  flex-direction: column;
}
.products .products-right-section .products-page-assign .products-page-assign-actions button {
  padding: 20px;
  border: 1px solid #e6e6e6;
  text-align: left;
  margin-bottom: 10px;
}
.products .products-right-section .products-page-assign .products-page-assign-actions button i {
  margin-right: 10px;
}
.products .products-right-section .products-page-container {
  width: 100%;
  height: 100%;
}
.products .products-right-section .products-page-container .products-form .products-form-body {
  padding: 20px 30px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.products .products-right-section .products-page-container .products-form .products-form-body .products-form-content .products-form-row-pre {
  position: absolute;
  bottom: 14px;
  left: 0px;
  color: #4d4d4d;
  font-size: 16px;
}
.products .products-right-section .products-page-container .products-form .products-form-body .products-form-content .products-form-row,
.products .products-right-section .products-page-container .products-form .products-form-body .products-form-content .products-form-row-dollar {
  position: relative;
}
.products .products-right-section .products-page-container .products-form .products-form-body .products-form-content .products-form-row input,
.products .products-right-section .products-page-container .products-form .products-form-body .products-form-content .products-form-row-dollar input,
.products .products-right-section .products-page-container .products-form .products-form-body .products-form-content .products-form-row .products-form-pinpad-input,
.products .products-right-section .products-page-container .products-form .products-form-body .products-form-content .products-form-row-dollar .products-form-pinpad-input {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid;
  margin: 10px 0px;
}
.products .products-right-section .products-page-container .products-form .products-form-body .products-form-content .products-form-row-dollar input {
  padding-left: 15px;
}
.products .products-right-section .products-page-container .products-form .products-form-body .products-form-content .products-form-row-child {
  padding-left: 15px;
}
.products .products-right-section .products-page-container .products-form .products-form-action {
  display: flex;
  align-items: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}
.products .products-right-section .products-page-container .products-form .products-form-action button {
  background: #efe13b;
  color: #333;
  padding: 15px 20px;
}
.products .products-right-section .products-page-container .products-form .products-form-action button:first-child {
  background: #fff;
  color: #333;
}
.products .products-right-section .products-spinner {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
}
.products .products-right-section button {
  outline: none;
  background: transparent;
  border: 0px solid;
}
.products .products-right-section .location-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  background-color: #f8f8f8;
  overflow: scroll;
}
.products .products-right-section .location-list .top-action-btn {
  width: 100%;
  padding: 20px;
  color: #fff;
  background: #333;
  font-size: 18px;
  text-align: center;
}
.products .products-right-section .location-list .list-header {
  padding: 22px;
  font-size: 24px;
}
.products .products-right-section .location-list .location-list-empty {
  margin: 10px 15px;
  padding: 30px 30px;
  font-size: 16px;
  text-align: center;
  border: 2px dashed #e8e8e8;
}
.products .products-right-section .location-list .list-items {
  flex: 1 1;
  overflow: auto;
  padding: 0px 10px;
  -webkit-overflow-scrolling: touch;
}
.products .products-right-section .location-list .list-item-header {
  display: flex;
  flex-direction: row;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: bold;
  min-height: 70px;
  align-items: center;
  justify-content: center;
}
.products .products-right-section .location-list .list-item {
  display: flex;
  flex-direction: row;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  font-size: 14px;
  min-height: 70px;
  cursor: pointer;
}
.products .products-right-section .location-list .list-item.selected {
  background: #48bb91;
  border-color: #f0f0f0;
  color: #fff;
}
.products .products-right-section .location-list .list-item.selected .list-item-tax {
  color: #fff !important;
}
.products .products-right-section .location-list .list-item.selected .highlight {
  color: #fff !important;
}
.products .products-right-section .location-list .list-item.selected .location-item-element * {
  color: #fff !important;
}
.products .products-right-section .location-list .list-item .list-item-action {
  float: right;
}
.products .products-right-section .location-list .list-item .list-item-color {
  width: 15px;
}
.products .products-right-section .location-list .list-item .list-item-content {
  display: flex;
  flex-direction: row;
  flex: 1;
  padding: 10px 20px 10px 0px;
}
.products .products-right-section .location-list .list-item .list-item-content .list-item-checkbox-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products .products-right-section .location-list .list-item .list-item-content .list-item-checkbox-cont .list-item-checkbox {
  padding: 0px 5px;
  border-radius: 5px;
  margin: 20px;
  font-size: 20px;
}
.products .products-right-section .location-list .list-item .list-item-content .list-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px 0px;
}
.products .products-right-section .location-list .list-item .list-item-content .list-item-info .list-item-name {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.products .products-right-section .location-list .list-item .list-item-content .list-item-info .list-item-description {
  font-size: 12px;
  text-align: left;
}
.products .products-right-section .location-list .list-item .list-item-content .list-item-info .list-item-tags {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.products .products-right-section .location-list .list-item .list-item-content .list-item-info .list-item-tags .list-item-tag {
  font-size: 10px;
  text-align: left;
  white-space: nowrap;
  padding: 5px 15px;
  background: #333;
  color: #fff;
  border-radius: 20px;
  margin-right: 4px;
  margin-bottom: 10px;
}
.products .products-right-section .location-list .list-item .list-item-content .list-item-data {
  color: #48bb91;
  min-width: 200px;
}
.products .products-right-section .location-list .list-item .list-item-content .list-item-data .list-item-id {
  min-width: 100px;
  text-align: center;
  background: #c2dad1;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.products .products-right-section .location-list .list-item .list-item-content .list-item-data .list-item-datum {
  color: #e8e8e8;
}
.products .products-right-section .location-list .list-item .list-item-content .list-item-data .list-item-datum.highlight {
  color: #333333;
}
.products .products-right-section .location-list .list-item .list-item-content .list-item-data > div {
  margin-right: 10px;
}
.products .products-right-section .location-list .list-item .list-item-content .list-item-total {
  flex: 1;
  justify-content: flex-end;
}
.products .products-right-section .location-list .list-item .list-item-content .list-item-tax {
  margin-left: 0.25em;
  color: #aaa;
}
.products .products-right-section .location-list .list-item .list-item-content > div {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.products .products-right-section .location-list .inactive {
  opacity: 0.25;
}
.products .products-right-section .location-list.uncategorized {
  background: transparent;
  padding: 0px 10px;
}
.products .products-right-section .products-form {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.products .products-right-section .products-form h2 {
  margin: 10px 0px 20px 0px;
  font-weight: bold;
  font-size: 24px;
}
.products .products-right-section .products-form .products-form-body {
  flex: 1;
  overflow: auto;
  padding: 0px 15px 15px 15px;
  display: flex;
  flex-direction: column;
}
.products .products-right-section .products-form .products-form-body .products-form-color-row {
  padding: 5px 5px;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
}
.products .products-right-section .products-form .products-form-body .products-form-row,
.products .products-right-section .products-form .products-form-body .products-form-row-dollar {
  padding: 5px 5px;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
}
.products .products-right-section .products-form .products-form-body .products-form-row.products-form-row-disabled,
.products .products-right-section .products-form .products-form-body .products-form-row-dollar.products-form-row-disabled {
  opacity: 0.25;
}
.products .products-right-section .products-form .products-form-body .products-form-row.products-form-row-no-wrap,
.products .products-right-section .products-form .products-form-body .products-form-row-dollar.products-form-row-no-wrap {
  display: flex;
  flex-direction: row;
}
.products .products-right-section .products-form .products-form-body .products-form-row button,
.products .products-right-section .products-form .products-form-body .products-form-row-dollar button {
  padding: 10px 20px;
  font-size: 12px;
  background: #333;
  color: #fff;
}
.products .products-right-section .products-form .products-form-body .products-form-row div:first-child,
.products .products-right-section .products-form .products-form-body .products-form-row-dollar div:first-child {
  flex: 1;
}
.products .products-right-section .products-form .products-form-body .products-form-row div:last-child,
.products .products-right-section .products-form .products-form-body .products-form-row-dollar div:last-child {
  position: relative;
  flex: 2;
}
.products .products-right-section .products-form .products-form-body .products-form-row div:last-child input,
.products .products-right-section .products-form .products-form-body .products-form-row-dollar div:last-child input {
  width: 100%;
  padding: 0px 5px 5px 5px;
  font-size: 16px;
  border: 0px;
}
.products .products-right-section .products-form .products-form-body .products-form-row .products-form-input-group .location-form-input,
.products .products-right-section .products-form .products-form-body .products-form-row-dollar .products-form-input-group .location-form-input {
  display: inline-block;
  vertical-align: middle;
}
.products .products-right-section .products-form .products-form-body .products-form-row .form-info,
.products .products-right-section .products-form .products-form-body .products-form-row-dollar .form-info {
  color: #999999;
  font-style: italic;
}
.products .products-right-section .products-form .products-form-body .products-form-row:last-child {
  border-bottom: 0px;
}
.products .products-right-section .products-form .products-form-body .products-item-elements-empty-message {
  flex: 1;
  display: flex;
  align-items: center;
  border: 2px dashed #e8e8e8;
}
.products .products-right-section .products-form .products-form-body .products-item-elements-empty-message .message {
  align-items: center;
  text-align: center;
  flex: 1;
  color: #888888;
}
.products .products-right-section .location-dropdown {
  position: absolute;
  cursor: pointer;
  top: 100%;
  min-width: 300px;
  max-height: 200px;
  background: #444;
  border-radius: 5px;
  margin-top: 10px;
  overflow: scroll;
  -webkit-transition: all linear 0.25s !important;
  transition: all linear 0.25s !important;
  z-index: 9999;
}
.products .products-right-section .location-dropdown.align-left {
  left: 0px;
}
.products .products-right-section .location-dropdown.align-right {
  right: 0px;
}
.products .products-right-section .location-dropdown.align-mid {
  left: 50%;
  transform: translateX(-50%);
}
.products .products-right-section .location-dropdown-item {
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.products .products-right-section .location-dropdown-item.disabled {
  pointer-events: none;
  color: #666666;
}
.products .products-right-section .toggle-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #333;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  background: #fff !important;
  margin: 5px;
  padding: 1px 20px;
  font-size: 12px;
  font-weight: bold;
  flex-wrap: nowrap;
  word-spacing: nowrap !important;
  cursor: pointer;
}
.products .products-right-section .toggle-btn.circ {
  width: 40px;
}
.products .products-right-section .toggle-btn.circ i {
  padding-right: 0px;
}
.products .products-right-section .toggle-btn i {
  padding-right: 10px;
}
.products .products-right-section .toggle-btn:hover {
  background: #48bb91 !important;
  color: #fff;
}
.products .products-right-section .toggle-btn:disabled {
  opacity: 0.25;
}
.products .products-right-section .toggle-btn.active {
  background: #48bb91;
  color: #fff;
}
.products2,
products3 {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.products2 .products2-inner,
products3 .products2-inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.products2 .product-menu,
products3 .product-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.products2 .product-menu .current-pos,
products3 .product-menu .current-pos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.products2 .product-menu .current-pos .current-pos-header,
products3 .product-menu .current-pos .current-pos-header {
  display: flex;
  flex-direction: column;
}
.products2 .product-menu .current-pos .menu-selection-container,
products3 .product-menu .current-pos .menu-selection-container {
  display: flex;
  margin: 10px 0px 0px auto;
}
.products2 .product-menu .current-pos .menu-selection-container .product-action,
products3 .product-menu .current-pos .menu-selection-container .product-action {
  max-width: 75%;
}
.products2 .product-menu .current-pos .menu-selection-container .create-edit-menu-btn,
products3 .product-menu .current-pos .menu-selection-container .create-edit-menu-btn {
  width: 50px;
  padding: 6px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-bottom: 20px;
  font-size: 30px;
}
.products2 .product-menu .current-pos .margin-right-12,
products3 .product-menu .current-pos .margin-right-12 {
  margin-right: 12px;
}
.products2 .product-menu__pages,
products3 .product-menu__pages {
  flex-grow: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
.products2 .product-menu__master-list-container,
products3 .product-menu__master-list-container {
  height: 100%;
  position: relative;
}
.products2 .product-menu__pages-inner,
products3 .product-menu__pages-inner {
  overflow-y: auto;
  overflow-x: hidden;
}
.products2 .product-menu__pages-inner--stretch,
products3 .product-menu__pages-inner--stretch {
  overflow-y: auto;
  overflow-x: hidden;
}
.products2 .product-menu__pages-header,
products3 .product-menu__pages-header {
  padding: 0 8px;
}
.products2 .product-menu__pages-header .product-header-btn,
products3 .product-menu__pages-header .product-header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  font-size: 16px;
  padding: 12px 32px;
  border-radius: 30px;
  margin: 20px 24px 0 12px;
}
.products2 .product-menu__pages-scrollable,
products3 .product-menu__pages-scrollable {
  width: 100vw;
  overflow-x: scroll;
}
.products2 .product-menu__page,
products3 .product-menu__page {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  padding: 0 8px 8px 8px;
}
.products2 .product-menu__page.product-menu__page--list,
products3 .product-menu__page.product-menu__page--list {
  display: block;
}
.products2 .product-menu__page.product-menu__page-header,
products3 .product-menu__page.product-menu__page-header {
  padding: 0;
  height: 100%;
}
.products2 .product-menu__item-tag,
products3 .product-menu__item-tag {
  height: 25%;
  width: 100%;
  font-size: 12px;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
@media (min-width: 1366px) {
  .products2 .product-menu__item-tag,
  products3 .product-menu__item-tag {
    font-size: 16px;
  }
}
.products2 .product-menu__all-items-search-bar,
products3 .product-menu__all-items-search-bar {
  height: 40px;
  min-height: 40px;
  width: 95%;
  display: flex;
  flex-direction: row;
  margin: 10px auto 10px auto;
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
}
.products2 .product-menu__all-items-search-bar .smb-pos__order-all-items-search-bar-icon-container,
products3 .product-menu__all-items-search-bar .smb-pos__order-all-items-search-bar-icon-container {
  height: 100%;
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products2 .product-menu__all-items-search-bar input,
products3 .product-menu__all-items-search-bar input {
  flex: 1;
  background: transparent;
  border: 0;
  padding: 0;
  height: 100%;
  width: 90%;
  line-height: normal;
}
.products2 .product-menu__item,
products3 .product-menu__item {
  height: 100%;
  width: 100%;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  background-color: #f8f8f8;
  outline: none;
  transition: transform 0.25s;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Open Sans';
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 1366px) {
  .products2 .product-menu__item,
  products3 .product-menu__item {
    font-size: 16px;
  }
}
.products2 .product-menu__item.sortable--dragging:after,
products3 .product-menu__item.sortable--dragging:after {
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.products2 .product-menu__item.product-menu__item--pinpad,
products3 .product-menu__item.product-menu__item--pinpad {
  background: url(/images/pinpad-dots.jpg) 50% no-repeat;
  background-origin: content-box;
  background-size: contain;
  padding: 10% 20%;
}
.products2 .product-menu__item.buzzer-container,
products3 .product-menu__item.buzzer-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products2 .product-menu__item.buzzer-container .buzzer,
products3 .product-menu__item.buzzer-container .buzzer {
  color: #dddddd;
  font-size: 80px;
}
.products2 .product-menu__item.product-menu__item--giftcard,
products3 .product-menu__item.product-menu__item--giftcard {
  position: relative;
  background: #ddd;
}
.products2 .product-menu__item.product-menu__item--giftcard .product-menu__item--giftcard-line-horizontal,
products3 .product-menu__item.product-menu__item--giftcard .product-menu__item--giftcard-line-horizontal {
  height: 5px;
  width: 100%;
  top: 30%;
  position: absolute;
  background: #fff;
}
.products2 .product-menu__item.product-menu__item--giftcard .product-menu__item--giftcard-line-vertical,
products3 .product-menu__item.product-menu__item--giftcard .product-menu__item--giftcard-line-vertical {
  height: 100%;
  width: 5px;
  right: 25%;
  position: absolute;
  background: #fff;
}
.products2 .product-menu__item.product-menu__item--giftcard .product-menu__item--giftcard-ribbon,
products3 .product-menu__item.product-menu__item--giftcard .product-menu__item--giftcard-ribbon {
  height: 40%;
  width: 40%;
  position: absolute;
  top: 10%;
  right: 6%;
  background: url(/images/giftcard-ribbon.svg) center center no-repeat;
  background-size: cover;
}
.products2 .product-menu__item.product-menu__item--disabled,
products3 .product-menu__item.product-menu__item--disabled {
  opacity: 0.4;
}
.products2 .product-menu__item.product-menu__item--empty,
products3 .product-menu__item.product-menu__item--empty {
  opacity: 1;
  background-color: #f8f8f8;
  /* border: 1px dashed rgba(0, 0, 0, 0.2); */
}
.products2 .product-menu__item.sortable--drop-target,
products3 .product-menu__item.sortable--drop-target {
  border: 2px solid rgba(0, 0, 0, 0.5);
  transform: scale(1.1, 1.1);
  transform-origin: 50% 50%;
  z-index: 10;
}
.products2 .product-menu__item.sortable--drop-target:after,
products3 .product-menu__item.sortable--drop-target:after {
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.products2 .product-menu__item .product-menu__item-image-container,
products3 .product-menu__item .product-menu__item-image-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.products2 .product-menu__item .product-menu__item-image-container .product-menu__item-image,
products3 .product-menu__item .product-menu__item-image-container .product-menu__item-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.products2 .product-menu__item .product-menu__item-inner,
products3 .product-menu__item .product-menu__item-inner {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.products2 .product-menu__item .product-menu__item-inner.product-menu__item-inner--has-image,
products3 .product-menu__item .product-menu__item-inner.product-menu__item-inner--has-image {
  position: absolute;
}
.products2 .product-menu__item .product-menu__item-container-header,
products3 .product-menu__item .product-menu__item-container-header {
  height: 100%;
  align-items: flex-end;
  justify-content: center;
  font-family: 'Open Sans';
}
.products2 .product-menu__item .product-menu__item-container,
products3 .product-menu__item .product-menu__item-container {
  align-items: center;
  justify-content: center;
}
.products2 .product-menu__item .product-menu__item-row,
products3 .product-menu__item .product-menu__item-row {
  align-items: center;
}
.products2 .product-menu__item.product-menu__item--list,
products3 .product-menu__item.product-menu__item--list {
  align-items: center;
  background: none;
  background-color: #f8f8f8;
  border: 2px solid transparent;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  padding: 0;
  min-height: 50px;
  outline: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  text-align: left;
  transition: transform 0.25s;
  width: 100%;
}
.products2 .product-menu__item.product-menu__item--list.product-menu__item--list-header,
products3 .product-menu__item.product-menu__item--list.product-menu__item--list-header {
  border: none !important;
  min-height: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  height: 100%;
}
.products2 .product-menu__item.product-menu__item--list.product-menu__item--list-header .product-menu__item-left-bar-header,
products3 .product-menu__item.product-menu__item--list.product-menu__item--list-header .product-menu__item-left-bar-header {
  width: 7.5px;
  margin-right: 10px;
}
.products2 .product-menu__item.product-menu__item--list.product-menu__item--list-header .product-menu__item-title-header,
products3 .product-menu__item.product-menu__item--list.product-menu__item--list-header .product-menu__item-title-header {
  width: 40%;
  text-align: left;
}
.products2 .product-menu__item.product-menu__item--list.product-menu__item--list-header .product-menu__item-title-header-30,
products3 .product-menu__item.product-menu__item--list.product-menu__item--list-header .product-menu__item-title-header-30 {
  width: 30%;
  text-align: left;
}
.products2 .product-menu__item.product-menu__item--list.product-menu__item--list-header .product-menu__item-drag-header,
products3 .product-menu__item.product-menu__item--list.product-menu__item--list-header .product-menu__item-drag-header {
  width: 10%;
}
.products2 .product-menu__item.product-menu__item--list .product-menu__item-left-bar,
products3 .product-menu__item.product-menu__item--list .product-menu__item-left-bar {
  width: 7.5px;
  height: 50px;
  margin-right: 10px;
}
.products2 .product-menu__item.product-menu__item--list .product-menu__item-title,
products3 .product-menu__item.product-menu__item--list .product-menu__item-title {
  width: 40%;
  text-align: left;
  font-weight: 600;
}
.products2 .product-menu__item.product-menu__item--list .product-menu__item-title-30,
products3 .product-menu__item.product-menu__item--list .product-menu__item-title-30 {
  width: 30%;
  text-align: left;
  font-weight: 600;
}
.products2 .product-menu__item.product-menu__item--list .product-menu__item-small-misc,
products3 .product-menu__item.product-menu__item--list .product-menu__item-small-misc {
  width: 12.5%;
  text-align: left;
  display: flex;
}
.products2 .product-menu__item.product-menu__item--list .product-menu__item-small-misc .product-menu__item-small-ball,
products3 .product-menu__item.product-menu__item--list .product-menu__item-small-misc .product-menu__item-small-ball {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.products2 .product-menu__item.product-menu__item--list .product-menu__item-small-10,
products3 .product-menu__item.product-menu__item--list .product-menu__item-small-10 {
  width: 10%;
  text-align: center;
}
.products2 .product-menu__item.product-menu__item--list .product-menu__item-small-misc--master,
products3 .product-menu__item.product-menu__item--list .product-menu__item-small-misc--master {
  width: 30%;
  text-align: center;
}
.products2 .product-menu__item.product-menu__item--list .checkbox,
products3 .product-menu__item.product-menu__item--list .checkbox {
  width: 18px;
  height: 18px;
  background: #f2f2f2;
  display: inline-block;
  position: relative;
}
.products2 .product-menu__item.product-menu__item--list .checkbox.checkbox-checked,
products3 .product-menu__item.product-menu__item--list .checkbox.checkbox-checked {
  background: #efe13b;
}
.products2 .product-menu__item.product-menu__item--list .checkbox .checkbox-inner,
products3 .product-menu__item.product-menu__item--list .checkbox .checkbox-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7.5px;
  height: 7.5px;
  background: #000;
}
.products2 .product-menu__item.product-menu__item--list .product-menu__item-drag,
products3 .product-menu__item.product-menu__item--list .product-menu__item-drag {
  width: 10%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-left: 1px solid #eee;
  font-size: 18px;
  color: #bbb;
}
.products2 .product-menu__item.product-menu__item--list .product-menu__item-inner,
products3 .product-menu__item.product-menu__item--list .product-menu__item-inner {
  text-align: left;
  width: 100%;
}
.products2 .product-menu__item.product-menu__item--list.sortable-clone--dragging,
products3 .product-menu__item.product-menu__item--list.sortable-clone--dragging {
  font-size: 18px;
  font-weight: 700;
  line-height: inherit;
}
.products2 .product-menu__item.product-menu__item--list.sortable-clone--dragging .product-menu__item-inner,
products3 .product-menu__item.product-menu__item--list.sortable-clone--dragging .product-menu__item-inner {
  text-align: center;
  line-height: inherit;
}
.products2 .product-menu__item.product-menu__item--list.sortable-clone--dragging .sortable-dragging__hide-on-drag,
products3 .product-menu__item.product-menu__item--list.sortable-clone--dragging .sortable-dragging__hide-on-drag {
  display: none;
}
.products2 .product-menu__page--dragging-drop-all .product-menu__item[orderable-item],
products3 .product-menu__page--dragging-drop-all .product-menu__item[orderable-item] {
  border: 2px dashed rgba(0, 0, 0, 0.2);
}
.products2 .product-menu__page--dragging-drop-empty-only .product-menu__item[orderable-item],
products3 .product-menu__page--dragging-drop-empty-only .product-menu__item[orderable-item] {
  border: 2px solid transparent;
}
.products2 .product-menu__page--dragging-drop-empty-only .product-menu__item[orderable-item].product-menu__item--empty,
products3 .product-menu__page--dragging-drop-empty-only .product-menu__item[orderable-item].product-menu__item--empty {
  border: 2px dashed rgba(0, 0, 0, 0.2);
}
.products2 .product-menu__item[orderable-item] [orderable-item-clone],
products3 .product-menu__item[orderable-item] [orderable-item-clone] {
  display: none;
}
.products2 .product-menu__pages,
products3 .product-menu__pages {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.products2 .product-menu__pages [orderable-scroll],
products3 .product-menu__pages [orderable-scroll] {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  display: none;
  height: 60px;
  /* Hack to fix absolute positioning not repainting when scrolling in iOS Safari. Possibly related to this:
            https://stackoverflow.com/questions/32875046/ios-9-safari-changing-an-element-to-fixed-position-while-scrolling-wont-paint/43188105#43188105 */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.products2 .product-menu__pages [orderable-scroll].orderable-scroll--top,
products3 .product-menu__pages [orderable-scroll].orderable-scroll--top {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0) 100%);
  border-top: 1px solid transparent;
}
.products2 .product-menu__pages [orderable-scroll].orderable-scroll--top.sortable--hover,
products3 .product-menu__pages [orderable-scroll].orderable-scroll--top.sortable--hover {
  background: linear-gradient(to bottom, rgba(239, 225, 59, 0.15) 30%, rgba(239, 225, 59, 0) 100%);
  border-top: 1px solid #efe13b;
}
.products2 .product-menu__pages [orderable-scroll].orderable-scroll--bottom,
products3 .product-menu__pages [orderable-scroll].orderable-scroll--bottom {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0) 100%);
  border-bottom: 1px solid transparent;
}
.products2 .product-menu__pages [orderable-scroll].orderable-scroll--bottom.sortable--hover,
products3 .product-menu__pages [orderable-scroll].orderable-scroll--bottom.sortable--hover {
  background: linear-gradient(to top, rgba(239, 225, 59, 0.15) 30%, rgba(239, 225, 59, 0) 100%);
  border-bottom: 1px solid #efe13b;
}
.products2 .product-menu__pages [orderable-scroll].sortable--dragging,
products3 .product-menu__pages [orderable-scroll].sortable--dragging {
  display: block;
  z-index: 9998;
}
.products2 .product-menu__page-selector,
products3 .product-menu__page-selector {
  display: flex;
  flex: 0 0 64px;
  transition: flex 0.25s;
}
.products2 .product-menu__page-selector.product-menu__page-selector--hidden,
products3 .product-menu__page-selector.product-menu__page-selector--hidden {
  flex: 0 0 0;
}
.products2 .product-menu__page-option,
products3 .product-menu__page-option {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-grow: 1;
  line-height: 64px;
  text-align: center;
  padding: 0 20px;
}
.products2 .product-menu__page-option .btn-label,
products3 .product-menu__page-option .btn-label {
  display: block;
  text-overflow: ellipsis;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
}
.products2 .product-menu__page-option.product-menu__page-option--selected,
products3 .product-menu__page-option.product-menu__page-option--selected {
  background: #333;
  color: #fff;
  font-weight: 700;
}
.products2 .product-menu__page-option.product-menu__page-option--disabled,
products3 .product-menu__page-option.product-menu__page-option--disabled {
  opacity: 0.25;
  pointer-events: none;
}
.products2 .product-main,
products3 .product-main {
  padding: 15px 20px;
}
.products2 .product-actions__header,
products3 .product-actions__header {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  padding: 15px 25px;
}
.products2 .product-actions,
products3 .product-actions {
  margin: 10px;
}
.products2 .product-action,
products3 .product-action {
  border: 1px solid #333333;
  margin: 0 0 20px 0;
  padding: 10px 25px;
}
.products2 .product-action:last-child,
products3 .product-action:last-child {
  margin: 0;
}
.products2 .menu_schedule,
products3 .menu_schedule {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products2 .product-menu-dropdown,
products3 .product-menu-dropdown {
  padding: 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.products2 .product-menu-dropdown *:focus,
products3 .product-menu-dropdown *:focus {
  outline: none;
  border: none;
}
.products2 .product-menu-dropdown .ui-select-container,
products3 .product-menu-dropdown .ui-select-container {
  padding: 10px 25px;
}
.products2 .product-menu-dropdown .ui-select-search,
products3 .product-menu-dropdown .ui-select-search {
  width: 100%;
  border: none;
}
.products2 .product-menu-dropdown .ui-select-match-text,
products3 .product-menu-dropdown .ui-select-match-text {
  font-weight: bold;
}
.products2 .product-menu-dropdown .ui-select-match-text *:focus,
products3 .product-menu-dropdown .ui-select-match-text *:focus {
  outline: none;
}
.products2 .product-menu-dropdown .dropdown-menu,
products3 .product-menu-dropdown .dropdown-menu {
  width: auto;
}
.products2 .btn-default-focus,
products3 .btn-default-focus {
  outline: none !important;
  box-shadow: none !important;
  outline-offset: 0 !important;
  border: none !important;
  background: unset !important;
  box-shadow: unset !important;
}
.products2 .product-action-btn,
products3 .product-action-btn {
  border-top: 1px solid #333333;
  margin: 30px 10px;
  padding: 30px 10px;
}
.products2 .lighter,
products3 .lighter {
  opacity: 0.25;
}
.products2 .product-action__header,
products3 .product-action__header {
  font-size: 1.4em;
  font-weight: 400;
  text-transform: uppercase;
}
.products2 .product-action__header_regular,
products3 .product-action__header_regular {
  font-size: 1.4em;
  font-weight: 400;
}
.products2 .product-action__description,
products3 .product-action__description {
  font-size: 1.1em;
}
.products2 .product-hint,
products3 .product-hint {
  border-top: 1px solid #333332;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4em;
  margin: 20px 10px;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.products2 .product-category-form__basic-info,
products3 .product-category-form__basic-info,
.products2 .product-item-form__basic-info,
products3 .product-item-form__basic-info,
.products2 .product-modifier-form__basic-info,
products3 .product-modifier-form__basic-info {
  border: 1px solid #333333;
  margin: 0 0 16px;
  padding: 12px 15px;
}
.products2 .product-category-form__basic-info .basic-info__language-container,
products3 .product-category-form__basic-info .basic-info__language-container,
.products2 .product-item-form__basic-info .basic-info__language-container,
products3 .product-item-form__basic-info .basic-info__language-container,
.products2 .product-modifier-form__basic-info .basic-info__language-container,
products3 .product-modifier-form__basic-info .basic-info__language-container {
  margin-bottom: 12px;
}
.products2 .product-category-form__basic-info .basic-info__language-container .basic-info__language .basic-info__language-name,
products3 .product-category-form__basic-info .basic-info__language-container .basic-info__language .basic-info__language-name,
.products2 .product-item-form__basic-info .basic-info__language-container .basic-info__language .basic-info__language-name,
products3 .product-item-form__basic-info .basic-info__language-container .basic-info__language .basic-info__language-name,
.products2 .product-modifier-form__basic-info .basic-info__language-container .basic-info__language .basic-info__language-name,
products3 .product-modifier-form__basic-info .basic-info__language-container .basic-info__language .basic-info__language-name {
  font-weight: bold;
  font-size: 18px;
  margin: 6px 0;
}
.products2 .product-category-form__basic-info .basic-info__language-container .basic-info__language:first-child .basic-info__language-name,
products3 .product-category-form__basic-info .basic-info__language-container .basic-info__language:first-child .basic-info__language-name,
.products2 .product-item-form__basic-info .basic-info__language-container .basic-info__language:first-child .basic-info__language-name,
products3 .product-item-form__basic-info .basic-info__language-container .basic-info__language:first-child .basic-info__language-name,
.products2 .product-modifier-form__basic-info .basic-info__language-container .basic-info__language:first-child .basic-info__language-name,
products3 .product-modifier-form__basic-info .basic-info__language-container .basic-info__language:first-child .basic-info__language-name {
  margin-top: 0;
}
.products2 .product-modifier-form__basic-info,
products3 .product-modifier-form__basic-info {
  border: 0;
}
.products2 .available-menu-table-container .available-menu-table-header,
products3 .available-menu-table-container .available-menu-table-header {
  margin-bottom: 12px;
}
.products2 .available-menu-table-container .available-menu-table,
products3 .available-menu-table-container .available-menu-table {
  width: 100%;
}
.products2 .available-menu-table-container .available-menu-table th,
products3 .available-menu-table-container .available-menu-table th {
  font-size: 18px;
}
.products2 .available-menu-table-container .available-menu-table tr,
products3 .available-menu-table-container .available-menu-table tr {
  border-bottom: 1px solid #cccccf;
}
.products2 .available-menu-table-container .available-menu-table tr:first-child,
products3 .available-menu-table-container .available-menu-table tr:first-child,
.products2 .available-menu-table-container .available-menu-table tr:last-child,
products3 .available-menu-table-container .available-menu-table tr:last-child {
  border-bottom: 0;
}
.products2 .available-menu-table-container .available-menu-table th,
products3 .available-menu-table-container .available-menu-table th,
.products2 .available-menu-table-container .available-menu-table td,
products3 .available-menu-table-container .available-menu-table td {
  padding: 0 12px;
}
.products2 .available-menu-table-container .available-menu-table .justify-end,
products3 .available-menu-table-container .available-menu-table .justify-end {
  display: flex;
  justify-content: flex-end;
}
.products2 .available-menu-table-container .available-menu-table .right-align,
products3 .available-menu-table-container .available-menu-table .right-align {
  text-align: right;
}
.products2 .item-display-image,
products3 .item-display-image {
  align-items: flex-start !important;
}
.products2 .item-image-container,
products3 .item-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 200px;
  margin-right: auto;
}
@keyframes loading-rotate {
  100% {
    transform: rotate(-360deg);
  }
}
.products2 .loading-icon,
products3 .loading-icon {
  width: 20px;
  height: 20px;
  animation: loading-rotate 2s infinite;
}
.products2 .item-image,
products3 .item-image {
  max-width: 200px;
  max-height: 200px;
}
.products2 .option-image-container,
products3 .option-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products2 .option-image,
products3 .option-image {
  max-width: 150px;
  max-height: 150px;
}
.products2 .item-image-btn-container,
products3 .item-image-btn-container {
  display: flex;
  flex-direction: column;
  height: 8em;
  justify-content: space-between;
}
.products2 .item-image-locale,
products3 .item-image-locale {
  font-weight: bold;
  margin-bottom: 6px;
}
.products2 .item-image-btn,
products3 .item-image-btn {
  font-weight: bold;
  height: 44px;
  width: 160px;
  text-align: center;
  background-color: #4d4d4d;
  color: white;
  padding: 12px 12px;
}
.products2 .option-image-btn,
products3 .option-image-btn {
  font-weight: bold;
  text-align: center;
  background-color: #4d4d4d;
  color: white;
  padding: 12px 0;
}
.products2 .input-title,
products3 .input-title {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.25em;
}
.products2 .input-title.input-title--text-large,
products3 .input-title.input-title--text-large {
  font-size: 1.8em;
}
.products2 .input-title .input-title--muted,
products3 .input-title .input-title--muted {
  color: #999999;
  line-height: 1.4em;
  font-size: 0.75em;
  font-weight: 400;
}
.products2 .input-description,
products3 .input-description {
  font-weight: 400;
  font-size: 0.85em;
}
.products2 .input-description .input-description-error,
products3 .input-description .input-description-error {
  color: #d9534f;
}
.products2 .action-button,
products3 .action-button {
  display: inline-block;
  padding: 10px 0;
  color: #444444;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}
.products2 .action-button .action-button-toggle,
products3 .action-button .action-button-toggle {
  width: 54px;
  height: 28px;
  border-radius: 22px;
  font-size: 0px;
  margin: 0;
  position: relative;
  border: 1px solid #333332;
  transition: color 0.25s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.products2 .action-button .action-button-toggle .toggle,
products3 .action-button .action-button-toggle .toggle {
  position: absolute;
  left: 4px;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #333332;
  transition: left 0.25s, border-color 0.25s;
}
.products2 .action-button .action-button-toggle.toggle-status-on,
products3 .action-button .action-button-toggle.toggle-status-on {
  border: 1px solid #333332;
}
.products2 .action-button .action-button-toggle.toggle-status-on .toggle-panel,
products3 .action-button .action-button-toggle.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.products2 .action-button .action-button-toggle.toggle-status-on .toggle,
products3 .action-button .action-button-toggle.toggle-status-on .toggle {
  left: 29px;
  background: #efe13b;
}
.products2 .action-button .action-button-toggle.toggle-status-off,
products3 .action-button .action-button-toggle.toggle-status-off {
  border: 1px solid #333332;
}
.products2 .action-button .action-button-toggle.toggle-status-off .toggle,
products3 .action-button .action-button-toggle.toggle-status-off .toggle {
  background: #4d4d4d;
}
.products2 .action-button .action-button-toggle.toggle-status-off .toggle-panel,
products3 .action-button .action-button-toggle.toggle-status-off .toggle-panel {
  margin-left: -36px;
}
.products2 .action-button .action-button-label,
products3 .action-button .action-button-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.products2 .action-button .action-button-label.highlight,
products3 .action-button .action-button-label.highlight {
  color: #333333;
}
.products2 .action-button.action-button--no-label .action-button-label,
products3 .action-button.action-button--no-label .action-button-label {
  display: none;
}
.products2 .action-button + .action-button,
products3 .action-button + .action-button {
  margin-left: 30px;
}
.products2 .row--padding,
products3 .row--padding {
  margin-left: -8px;
  margin-right: -8px;
}
.products2 .row--padding > [class^='col-'],
products3 .row--padding > [class^='col-'] {
  padding: 0 8px;
}
.products2 .row--flex,
products3 .row--flex {
  display: flex;
}
.products2 .row--flex-stretch,
products3 .row--flex-stretch {
  justify-content: stretch;
  height: 100%;
}
.products2 .row--flex-valign-center,
products3 .row--flex-valign-center {
  align-items: center;
}
.products2 .row--flex-align-end,
products3 .row--flex-align-end {
  justify-content: flex-end;
}
.products2 .row--flex-full-width,
products3 .row--flex-full-width {
  width: 100%;
}
.products2.modal header,
products3.modal header {
  padding: 8px 25px;
}
.products2.modal header .header-description,
products3.modal header .header-description {
  margin-bottom: 15px;
}
.products2.modal header .close-button,
products3.modal header .close-button {
  position: absolute;
  right: 0;
  top: 0;
  background: none !important;
  color: #333332 !important;
  padding: 0;
  font-size: 1.5em;
  z-index: 9;
}
.products2.modal .modal-content,
products3.modal .modal-content {
  height: 100%;
  border-radius: 0;
}
.products2.modal .flex-column,
products3.modal .flex-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products2.modal .modal-body,
products3.modal .modal-body {
  flex-grow: 1;
  font-size: 14px;
  padding: 5px;
  text-align: left;
  height: 75vh;
}
.products2.modal .modal-height-160px,
products3.modal .modal-height-160px {
  height: 160px;
}
.products2.modal .modifier-edit-container .ui-select-dropdown,
products3.modal .modifier-edit-container .ui-select-dropdown {
  max-height: 60vh !important;
}
.products2.modal footer,
products3.modal footer {
  padding: 15px 25px;
}
.products2.modal.modal--pull-right .modal-dialog,
products3.modal.modal--pull-right .modal-dialog {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  max-width: 840px;
  transition: transform 0.25s;
  transform: translate(25%, 0) !important;
  border-radius: 0;
}
.products2.modal.modal--pull-right.in .modal-dialog,
products3.modal.modal--pull-right.in .modal-dialog {
  transform: translate(0, 0) !important;
}
.products2 .input-group-container,
products3 .input-group-container {
  margin-bottom: 20px;
}
.products2 label,
products3 label {
  display: block;
}
.products2 .form-group:last-child,
products3 .form-group:last-child {
  margin-bottom: 0;
}
.products2 .form-group.form-group--disabled,
products3 .form-group.form-group--disabled {
  pointer-events: none;
}
.products2 .form-group.form-group--disabled .input-group,
products3 .form-group.form-group--disabled .input-group {
  background-color: #d8d8d8;
  border: 1px dashed #cccccc;
}
.products2 .form-group.form-group--disabled .action-button,
products3 .form-group.form-group--disabled .action-button {
  opacity: 0.5;
}
.products2 .form-note,
products3 .form-note {
  color: #4d4d4d;
  font-style: italic;
  margin-bottom: 15px;
}
.products2 .input-note,
products3 .input-note {
  color: #4d4d4d;
  font-style: italic;
}
.products2 .input-group,
products3 .input-group {
  border: 1px solid #333333;
  display: flex;
  max-height: 400px;
  overflow: hidden;
  padding: 8px;
  transition: max-height 0.25s, padding 0.25s, margin 0.25s;
  width: 100%;
}
.products2 .input-group.input-group--zindex-dropdown,
products3 .input-group.input-group--zindex-dropdown {
  overflow: visible;
  z-index: 1000;
}
.products2 .input-group.input-group--fancy,
products3 .input-group.input-group--fancy {
  position: relative;
}
.products2 .input-group.input-group--fancy .input-value,
products3 .input-group.input-group--fancy .input-value {
  align-items: center;
  display: flex;
  font-size: 1.2em;
  height: 64px;
  padding: 0 8px;
  width: 100%;
}
.products2 .input-group.input-group--no-border,
products3 .input-group.input-group--no-border {
  border: 1px solid transparent;
  margin: 0;
  padding: 0 8px;
}
.products2 .input-group.input-group--stretch,
products3 .input-group.input-group--stretch {
  justify-content: stretch;
  height: 100%;
}
.products2 .input-group.input-group--valign-center,
products3 .input-group.input-group--valign-center {
  align-items: center;
}
.products2 .input-group.input-group--align-end,
products3 .input-group.input-group--align-end {
  justify-content: flex-end;
}
.products2 .input-group.input-group--wrap,
products3 .input-group.input-group--wrap {
  flex-wrap: wrap;
}
.products2 .input-group.input-group--disabled,
products3 .input-group.input-group--disabled {
  opacity: 0.25;
  pointer-events: none;
}
.products2 .input-group.input-group--padding-large,
products3 .input-group.input-group--padding-large {
  padding: 16px 8px;
}
.products2 .input-group.ng-hide,
products3 .input-group.ng-hide {
  border: 1px solid transparent;
  display: flex !important;
  margin: 0;
  max-height: 0;
  padding: 0 8px;
}
.products2 .input-group.input-group--column,
products3 .input-group.input-group--column {
  display: block;
}
.products2 .input-group > .row,
products3 .input-group > .row {
  width: 100%;
}
.products2 .input-group input.form-control,
products3 .input-group input.form-control,
.products2 .input-group select.form-control,
products3 .input-group select.form-control,
.products2 .input-group .dropdown,
products3 .input-group .dropdown {
  background: none !important;
  border: none;
  display: block;
  float: none;
  font-size: 1.2em;
  position: relative;
}
.products2 .input-group input.form-control.form-control--text-large,
products3 .input-group input.form-control.form-control--text-large,
.products2 .input-group select.form-control.form-control--text-large,
products3 .input-group select.form-control.form-control--text-large,
.products2 .input-group .dropdown.form-control--text-large,
products3 .input-group .dropdown.form-control--text-large {
  font-size: 2em;
}
.products2 .input-group input.form-control.form-control--auto-height,
products3 .input-group input.form-control.form-control--auto-height,
.products2 .input-group select.form-control.form-control--auto-height,
products3 .input-group select.form-control.form-control--auto-height,
.products2 .input-group .dropdown.form-control--auto-height,
products3 .input-group .dropdown.form-control--auto-height {
  height: auto;
}
.products2 .input-group .dropdown,
products3 .input-group .dropdown {
  flex: 1 0 40px;
  position: static;
  width: 0;
}
.products2 .input-group .input-label,
products3 .input-group .input-label {
  font-size: 1.2em;
}
.products2 .input-group .input-placeholder,
products3 .input-group .input-placeholder {
  width: 100%;
}
.products2 .input-group .input-placeholder.input-placeholder--floating,
products3 .input-group .input-placeholder.input-placeholder--floating {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.products2 .input-group .input-placeholder.input-placeholder--no-stretch,
products3 .input-group .input-placeholder.input-placeholder--no-stretch {
  width: auto;
}
.products2 .input-group .input-description,
products3 .input-group .input-description {
  margin-top: 4px;
  line-height: 1.3em;
}
.products2 .input-group .input-description + input.form-control,
products3 .input-group .input-description + input.form-control {
  margin-top: 8px;
}
.products2 .input-group select.form-control.form-control--text-right,
products3 .input-group select.form-control.form-control--text-right {
  text-align-last: right;
}
.products2 .input-group select.form-control.form-control--text-right option,
products3 .input-group select.form-control.form-control--text-right option {
  direction: rtl;
}
.products2 .input-group label + location-toggle,
products3 .input-group label + location-toggle {
  margin-left: 10px;
}
.products2 .input-group .input-group__selections,
products3 .input-group .input-group__selections {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.products2 .input-group .input-group__selection,
products3 .input-group .input-group__selection {
  background-color: #e8e8e8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #333332;
  margin: 4px 8px 4px 0;
  max-width: 100%;
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products2 .input-group .input-group__selection.input-group__selection--tag,
products3 .input-group .input-group__selection.input-group__selection--tag {
  border-radius: 20px;
  padding: 8px 15px;
}
.products2 .input-group.input-group--fancy.input-group--text-large,
products3 .input-group.input-group--fancy.input-group--text-large {
  padding: 4px 8px;
}
.products2 .input-group.input-group--fancy.input-group--text-large input.form-control,
products3 .input-group.input-group--fancy.input-group--text-large input.form-control,
.products2 .input-group.input-group--fancy.input-group--text-large .dropdown,
products3 .input-group.input-group--fancy.input-group--text-large .dropdown {
  font-size: 1.6em;
}
.products2 .input-group.input-group--fancy.input-group--text-large label.input-placeholder,
products3 .input-group.input-group--fancy.input-group--text-large label.input-placeholder {
  font-size: 1.6em;
  padding: 7px 12px;
}
.products2 .input-group.input-group--disabled,
products3 .input-group.input-group--disabled {
  opacity: 0.25;
  pointer-events: none;
}
.products2 .input-description + .input-group,
products3 .input-description + .input-group {
  margin-top: 10px;
}
.products2 .input-group__placeholder,
products3 .input-group__placeholder {
  padding: 5px;
}
.products2 .input-group-divider,
products3 .input-group-divider {
  margin: 16px 0px;
  border-bottom: 1px solid #333333;
}
.products2 .input-group__symbol,
products3 .input-group__symbol {
  height: 45px;
  line-height: 54px;
}
.products2 .form-sub-section,
products3 .form-sub-section {
  background-color: #e8e8e8;
  margin: 0 0 15px;
  padding: 15px;
}
.products2 .form-sub-list,
products3 .form-sub-list {
  margin-top: 0;
  margin-bottom: 0;
}
.products2 .input-palette,
products3 .input-palette {
  border: 4px solid transparent;
  border-radius: 50%;
  height: 36px;
  margin: 0px auto;
  padding: 0px;
  width: 36px;
}
.products2 .input-palette .input-palette-inner,
products3 .input-palette .input-palette-inner {
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.products2 .input-palette.input-palette--selected,
products3 .input-palette.input-palette--selected {
  border: 4px solid #333333;
}
.products2 .input-palette.input-palette--selected .input-palette-inner,
products3 .input-palette.input-palette--selected .input-palette-inner {
  border: 1px solid transparent;
}
.products2 .color-palettes,
products3 .color-palettes {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin: 10px 12px;
  width: 100%;
}
.products2 .color-palettes .input-palette,
products3 .color-palettes .input-palette {
  height: 44px;
  padding: 4px;
  width: 44px;
}
.products2 .input-message,
products3 .input-message {
  font-size: 1.1em;
  padding: 6px 15px;
}
.products2 .input-empty-message,
products3 .input-empty-message {
  background-color: #e8e8e8;
  font-size: 1.2em;
  font-weight: bold;
  margin: 15px 0;
  padding: 30px 30px;
}
.products2 .form-sub-list,
products3 .form-sub-list {
  margin: 15px 0;
}
.products2 .drag-handle,
products3 .drag-handle {
  cursor: pointer;
}
.products2 .form-sub-item,
products3 .form-sub-item {
  background-color: #fff;
  border: 1px solid #333332;
  padding: 8px 8px;
  margin: 8px 0;
}
.products2 .form-sub-item__summary,
products3 .form-sub-item__summary {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 -8px;
  padding: 4px 8px;
}
.products2 .form-sub-item__summary > div,
products3 .form-sub-item__summary > div {
  padding: 0 8px;
}
.products2 .form-sub-item__detail,
products3 .form-sub-item__detail {
  margin: 0 -8px;
  padding: 4px 8px;
}
.products2 .form-sub-item__detail > div,
products3 .form-sub-item__detail > div {
  padding: 4px 8px;
}
.products2 .form-message,
products3 .form-message {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.products2 .entity-attribute,
products3 .entity-attribute {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
}
.products2 .entity-attribute:last-child,
products3 .entity-attribute:last-child {
  margin-bottom: 20px;
}
.products2 .entity-attribute .add-card-terminal-container,
products3 .entity-attribute .add-card-terminal-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-bottom: 20px;
}
.products2 .entity-attribute .add-card-terminal-container .add-card-terminal-button,
products3 .entity-attribute .add-card-terminal-container .add-card-terminal-button {
  height: 40px;
  width: 180px;
  border: 0;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  background: #f0f0f0;
}
.products2 .entity-attribute .loading-message,
products3 .entity-attribute .loading-message {
  padding: 0;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.products2 .entity-attribute .modal-horizontal-form-container,
products3 .entity-attribute .modal-horizontal-form-container {
  display: flex;
  flex-direction: row;
  height: 60px;
}
.products2 .entity-attribute .modal-horizontal-form-container .modal-input-container,
products3 .entity-attribute .modal-horizontal-form-container .modal-input-container {
  height: 40px;
  display: flex;
  flex-direction: column;
}
.products2 .entity-attribute .modal-horizontal-form-container .modal-input-container .modal-input,
products3 .entity-attribute .modal-horizontal-form-container .modal-input-container .modal-input {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  color: #333333;
  font-size: 2rem;
  height: auto;
  margin-bottom: 1px;
  padding: 1rem 0;
  width: 100%;
}
.products2 .entity-attribute .modal-horizontal-form-container .modal-input-container .modal-input:focus,
products3 .entity-attribute .modal-horizontal-form-container .modal-input-container .modal-input:focus {
  border-bottom: 2px solid #efe13b;
  margin-bottom: 0;
}
.products2 .entity-attribute .modal-button-container,
products3 .entity-attribute .modal-button-container {
  height: 60px;
  margin-top: 20px;
}
.products2 .entity-attribute .modal-button-container .modal-button,
products3 .entity-attribute .modal-button-container .modal-button {
  height: 60px;
  text-align: center;
  font-size: 18px;
  background: #efe13b;
  display: inline-block;
  font-weight: 600;
  border: 0;
}
.products2 .entity-attribute .modal-button-container .modal-button[disabled],
products3 .entity-attribute .modal-button-container .modal-button[disabled] {
  background: rgba(239, 225, 59, 0.25);
  color: rgba(0, 0, 0, 0.25);
}
.products2 .entity-attribute .selectable,
products3 .entity-attribute .selectable {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color 0.25s;
}
.products2 .entity-attribute .selectable:last-child,
products3 .entity-attribute .selectable:last-child {
  border-bottom: 0;
}
.products2 .entity-attribute .selectable.selectable--selected,
products3 .entity-attribute .selectable.selectable--selected {
  background-color: #f0f0f0;
}
.products2 .entity-attribute .selectable-name,
products3 .entity-attribute .selectable-name {
  font-size: 1.2em;
  font-weight: bold;
}
.products2 .entity-attribute .selectable-description,
products3 .entity-attribute .selectable-description {
  margin-top: 0.5em;
}
.products2 .entity-attribute .selectable-selection,
products3 .entity-attribute .selectable-selection {
  opacity: 0.1;
  transition: opacity 0.25s;
}
.products2 .entity-attribute .selectable-selection--selected,
products3 .entity-attribute .selectable-selection--selected {
  transform: scale(1);
  opacity: 1;
}
.products2 .entity-attribute + .entity-attribute,
products3 .entity-attribute + .entity-attribute {
  margin-top: 15px;
}
.products2 .label-maker,
products3 .label-maker {
  display: flex;
  flex-direction: column;
  padding: 30px;
  align-items: center;
  margin: 60px;
}
.products2 .ui-select-container,
products3 .ui-select-container {
  width: 100%;
}
.products2 .ui-select-container.ui-select-bootstrap .ui-select-toggle,
products3 .ui-select-container.ui-select-bootstrap .ui-select-toggle {
  background: #ffffff !important;
  border: none !important;
  border-radius: 0;
  color: #333333 !important;
  font-weight: 400;
  font-size: 1.2em;
  margin: 4px 4px;
  outline: none;
  padding: 0;
  text-shadow: none !important;
  text-transform: none;
}
.products2 .ui-select-container.ui-select-bootstrap .ui-select-choices-row > span,
products3 .ui-select-container.ui-select-bootstrap .ui-select-choices-row > span {
  padding: 8px 12px;
}
.products2 .ui-select-container.ui-select-bootstrap .ui-select-choice--secondary,
products3 .ui-select-container.ui-select-bootstrap .ui-select-choice--secondary {
  color: #999999;
  font-style: italic;
}
.products2 .ui-select-container.ui-select-multiple,
products3 .ui-select-container.ui-select-multiple {
  overflow: hidden;
  /* inner container */
}
.products2 .ui-select-container.ui-select-multiple.ui-select-bootstrap .ui-select-match-item,
products3 .ui-select-container.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  background: #f8f8f8 !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 4px;
  color: #333333 !important;
  font-size: 14px;
  margin: 4px 8px 8px 4px;
  padding: 8px 12px;
  text-shadow: none !important;
}
.products2 .ui-select-container.ui-select-multiple.ui-select-bootstrap .ui-select-choices-row > span,
products3 .ui-select-container.ui-select-multiple.ui-select-bootstrap .ui-select-choices-row > span {
  padding: 8px 12px;
}
.products2 .ui-select-container.ui-select-multiple > div,
products3 .ui-select-container.ui-select-multiple > div {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.products2 .ui-select-container.ui-select-multiple .ui-select-match,
products3 .ui-select-container.ui-select-multiple .ui-select-match {
  display: none;
}
.products2 .ui-select-container.ui-select-multiple .ui-select-match + input[type='search'],
products3 .ui-select-container.ui-select-multiple .ui-select-match + input[type='search'] {
  display: flex;
  flex: 1 0 40px;
  height: auto;
  width: auto !important;
}
.products2 .ui-select-container.ui-select-multiple.ui-select--all-selected .ui-select-match + input[type='search'],
products3 .ui-select-container.ui-select-multiple.ui-select--all-selected .ui-select-match + input[type='search'] {
  display: none;
}
.products2 .ui-select-container.ui-select-multiple input,
products3 .ui-select-container.ui-select-multiple input {
  font-size: 1em;
  padding: 3px 1px;
}
.products2 .ui-select-container.ui-select-multiple .ui-select-choices-row--empty-content,
products3 .ui-select-container.ui-select-multiple .ui-select-choices-row--empty-content {
  color: #999999;
  font-size: 0.9em;
  font-style: italic;
}
.products2 .btn,
products3 .btn {
  background-color: #333332 !important;
  border: none;
  color: #fff !important;
  font-weight: bold;
  height: auto;
  padding: 12px 24px;
  text-transform: uppercase;
  text-shadow: none !important;
}
.products2 .btn.btn-default,
products3 .btn.btn-default {
  background-color: #4d4d4d !important;
}
.products2 .btn.btn-primary,
products3 .btn.btn-primary {
  background-color: #efe13b !important;
  color: #333332 !important;
}
.products2 .btn.btn-default-invert,
products3 .btn.btn-default-invert {
  background-color: #fff !important;
  border: 1px solid #333332;
  color: #333332 !important;
}
.products2 .btn.btn-text,
products3 .btn.btn-text {
  background: none !important;
  border: none;
  color: #333332 !important;
  font-size: 1.4em;
  padding: 18px 15px;
}
.products2 .btn.btn-text.btn-text--sm,
products3 .btn.btn-text.btn-text--sm {
  background: none !important;
  border: none;
  color: #333332 !important;
  font-size: 1em;
  padding: 8px 0;
}
.products2 .btn.btn--even-padding,
products3 .btn.btn--even-padding {
  padding: 12px 16px;
}
.products2 .btn.btn--rounded-corners,
products3 .btn.btn--rounded-corners {
  border-radius: 6px;
}
.products2 .btn.btn--invalid,
products3 .btn.btn--invalid {
  opacity: 0.25;
}
.products2 .btn + .btn,
products3 .btn + .btn {
  margin-left: 15px;
}
.products2 h1,
products3 h1,
.products2 h2,
products3 h2,
.products2 h3,
products3 h3,
.products2 h4,
products3 h4,
.products2 h5,
products3 h5,
.products2 h6,
products3 h6 {
  font-family: 'Nunito';
  font-weight: 700;
}
.products2 .form-control,
products3 .form-control,
.products2 .form-control:focus,
products3 .form-control:focus {
  color: #333332;
}
.products2 .form-control[readonly],
products3 .form-control[readonly],
.products2 .form-control[readonly]:focus,
products3 .form-control[readonly]:focus {
  color: #333332 !important;
}
.products2 .form-control--hidden,
products3 .form-control--hidden {
  display: none;
  pointer-events: none;
}
.products2 .form-control--disabled,
products3 .form-control--disabled {
  opacity: 0.25;
  pointer-events: none;
}
.products2 .animated.flash,
products3 .animated.flash {
  background-color: rgba(217, 83, 79, 0.05);
  border: 1px solid #d9534f;
}
.products2 .edit-page-name-container,
products3 .edit-page-name-container {
  display: flex;
  height: 100%;
  width: 100%;
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  padding: 2em 1em;
}
.products2 .edit-page-name-container .edit-page-name,
products3 .edit-page-name-container .edit-page-name {
  margin: 0px 0px;
  flex: 1;
}
.products2 .edit-page-name-container .edit-page-name .edit-page-name-header,
products3 .edit-page-name-container .edit-page-name .edit-page-name-header {
  margin: 1em 0.25em;
}
.products2 .edit-page-name-container .edit-page-name .title,
products3 .edit-page-name-container .edit-page-name .title {
  font-size: 2.15em;
}
.products2 .edit-page-name-container .edit-page-name .form-section,
products3 .edit-page-name-container .edit-page-name .form-section {
  margin: 2em 1.25em;
}
.products2 .edit-page-name-container .edit-page-name .form-section .form-section-label,
products3 .edit-page-name-container .edit-page-name .form-section .form-section-label {
  margin-right: 0.25em;
  font-size: 1.35em;
}
.products2 .edit-page-name-container .edit-page-name .form-section .form-section-input input,
products3 .edit-page-name-container .edit-page-name .form-section .form-section-input input {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  color: #333332;
  font-size: 2rem !important;
  height: auto;
  margin-bottom: 1px;
  min-height: 51px;
  padding: 10px 0;
  width: 100%;
}
.products2 .edit-page-name-container .edit-page-name .form-section .form-section-input input:focus,
products3 .edit-page-name-container .edit-page-name .form-section .form-section-input input:focus {
  border-bottom: 2px solid #efe13b;
  margin-bottom: 0;
}
.products2 .edit-page-name-container .edit-page-name .form-section .form-section-input input.form-control--autowidth,
products3 .edit-page-name-container .edit-page-name .form-section .form-section-input input.form-control--autowidth {
  width: auto;
}
.products2 .edit-page-name-container .edit-page-name .form-section .btn-container button,
products3 .edit-page-name-container .edit-page-name .form-section .btn-container button {
  font-size: 1.5rem;
}
.products2 .edit-page-name-container .edit-page-name .form-section .btn-container button .icons,
products3 .edit-page-name-container .edit-page-name .form-section .btn-container button .icons {
  padding-right: 6px;
}
.products2 .products-modifier-reuse,
products3 .products-modifier-reuse {
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.products2 .products-modifier-reuse .products-modifier-reuse__body,
products3 .products-modifier-reuse .products-modifier-reuse__body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.products2 .products-modifier-reuse .products-modifier-reuse__content,
products3 .products-modifier-reuse .products-modifier-reuse__content {
  overflow: auto;
  padding: 15px 30px;
}
.products2 .products-modifier-reuse .products-modifier-reuse__list,
products3 .products-modifier-reuse .products-modifier-reuse__list {
  max-height: 100%;
}
.products2 .products-modifier-reuse .products-modifier-reuse__description,
products3 .products-modifier-reuse .products-modifier-reuse__description {
  font-size: 1.2em;
}
.products2 .products-modifier-reuse .products-modifier-reuse__input,
products3 .products-modifier-reuse .products-modifier-reuse__input {
  font-size: 1.2em;
  width: 100%;
}
.products2 .products-modifier-reuse .products-modifier-reuse__action-bar,
products3 .products-modifier-reuse .products-modifier-reuse__action-bar {
  display: flex;
  flex-direction: row;
  background: white;
  width: 100%;
  height: 70px;
}
.products2 .products-modifier-reuse .products-modifier-reuse__action-bar button,
products3 .products-modifier-reuse .products-modifier-reuse__action-bar button {
  flex: 1;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  border: 0px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.products2 .products-modifier-reuse .products-modifier-reuse__action-bar button:last-child,
products3 .products-modifier-reuse .products-modifier-reuse__action-bar button:last-child {
  border-right: 0px;
}
.products2 .products-modifier-reuse .products-modifier-reuse__action-bar button i,
products3 .products-modifier-reuse .products-modifier-reuse__action-bar button i {
  margin-right: 10px;
}
.products2 .form-mask,
products3 .form-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
}
.products2 .form-mask .form-mask__title,
products3 .form-mask .form-mask__title {
  font-size: 36px;
  text-align: center;
  width: 100%;
}
.products2 .form-container,
products3 .form-container {
  height: 100%;
  padding: 0px 25px;
  overflow: hidden scroll;
}
.products3 .vertical-spacer-12 {
  min-height: 12px;
}
.products3 .vertical-spacer-24 {
  min-height: 24px;
}
.products3 .horizontal-spacer-32 {
  min-width: 32px;
}
.products3 .create-menu-modal,
.products3 .export-menu-modal,
.products3 .create-page-modal {
  font-size: 16px;
  padding: 32px 24px;
}
.products3 .create-menu-modal .modal-title,
.products3 .export-menu-modal .modal-title,
.products3 .create-page-modal .modal-title {
  font-size: 24px;
}
.products3 .create-menu-modal .modal-description,
.products3 .export-menu-modal .modal-description,
.products3 .create-page-modal .modal-description {
  font-weight: 300;
}
.products3 .create-menu-modal .create-menu-page .template-dropdown-container,
.products3 .export-menu-modal .create-menu-page .template-dropdown-container,
.products3 .create-page-modal .create-menu-page .template-dropdown-container {
  height: 48px;
  width: 100%;
  color: #2f2f2f;
}
.products3 .create-menu-modal .page-order-container,
.products3 .export-menu-modal .page-order-container,
.products3 .create-page-modal .page-order-container {
  display: flex;
}
.products3 .create-menu-modal .page-order-container .list-group-label,
.products3 .export-menu-modal .page-order-container .list-group-label,
.products3 .create-page-modal .page-order-container .list-group-label {
  flex-grow: 0;
  font-weight: bold;
}
.products3 .create-menu-modal .page-order-container .list-group-item-label,
.products3 .export-menu-modal .page-order-container .list-group-item-label,
.products3 .create-page-modal .page-order-container .list-group-item-label {
  border: none;
}
.products3 .create-menu-modal .page-order-container .list-group-page,
.products3 .export-menu-modal .page-order-container .list-group-page,
.products3 .create-page-modal .page-order-container .list-group-page {
  flex-grow: 2;
}
.products3 .create-menu-modal .edit-menu-page .menu-name-input,
.products3 .export-menu-modal .edit-menu-page .menu-name-input,
.products3 .create-page-modal .edit-menu-page .menu-name-input,
.products3 .create-menu-modal .export-menu .menu-name-input,
.products3 .export-menu-modal .export-menu .menu-name-input,
.products3 .create-page-modal .export-menu .menu-name-input,
.products3 .create-menu-modal .edit-page-order .menu-name-input,
.products3 .export-menu-modal .edit-page-order .menu-name-input,
.products3 .create-page-modal .edit-page-order .menu-name-input,
.products3 .create-menu-modal .edit-menu-page .page-order-element,
.products3 .export-menu-modal .edit-menu-page .page-order-element,
.products3 .create-page-modal .edit-menu-page .page-order-element,
.products3 .create-menu-modal .export-menu .page-order-element,
.products3 .export-menu-modal .export-menu .page-order-element,
.products3 .create-page-modal .export-menu .page-order-element,
.products3 .create-menu-modal .edit-page-order .page-order-element,
.products3 .export-menu-modal .edit-page-order .page-order-element,
.products3 .create-page-modal .edit-page-order .page-order-element {
  height: 48px;
  width: 100%;
  color: #2f2f2f;
  border-radius: 5px !important;
  font-size: 20px;
  padding: 6px 12px !important;
}
.products3 .create-menu-modal .edit-menu-page .location-selection-container,
.products3 .export-menu-modal .edit-menu-page .location-selection-container,
.products3 .create-page-modal .edit-menu-page .location-selection-container,
.products3 .create-menu-modal .export-menu .location-selection-container,
.products3 .export-menu-modal .export-menu .location-selection-container,
.products3 .create-page-modal .export-menu .location-selection-container,
.products3 .create-menu-modal .edit-page-order .location-selection-container,
.products3 .export-menu-modal .edit-page-order .location-selection-container,
.products3 .create-page-modal .edit-page-order .location-selection-container,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container,
.products3 .create-menu-modal .export-menu .export-menu-option-container,
.products3 .export-menu-modal .export-menu .export-menu-option-container,
.products3 .create-page-modal .export-menu .export-menu-option-container,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container,
.products3 .create-page-modal .edit-page-order .export-menu-option-container {
  display: flex;
  flex-direction: column;
  height: 300px;
  overflow-y: scroll;
}
.products3 .create-menu-modal .edit-menu-page .location-selection-container ul,
.products3 .export-menu-modal .edit-menu-page .location-selection-container ul,
.products3 .create-page-modal .edit-menu-page .location-selection-container ul,
.products3 .create-menu-modal .export-menu .location-selection-container ul,
.products3 .export-menu-modal .export-menu .location-selection-container ul,
.products3 .create-page-modal .export-menu .location-selection-container ul,
.products3 .create-menu-modal .edit-page-order .location-selection-container ul,
.products3 .export-menu-modal .edit-page-order .location-selection-container ul,
.products3 .create-page-modal .edit-page-order .location-selection-container ul,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container ul,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container ul,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container ul,
.products3 .create-menu-modal .export-menu .export-menu-option-container ul,
.products3 .export-menu-modal .export-menu .export-menu-option-container ul,
.products3 .create-page-modal .export-menu .export-menu-option-container ul,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container ul,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container ul,
.products3 .create-page-modal .edit-page-order .export-menu-option-container ul,
.products3 .create-menu-modal .edit-menu-page .location-selection-container li,
.products3 .export-menu-modal .edit-menu-page .location-selection-container li,
.products3 .create-page-modal .edit-menu-page .location-selection-container li,
.products3 .create-menu-modal .export-menu .location-selection-container li,
.products3 .export-menu-modal .export-menu .location-selection-container li,
.products3 .create-page-modal .export-menu .location-selection-container li,
.products3 .create-menu-modal .edit-page-order .location-selection-container li,
.products3 .export-menu-modal .edit-page-order .location-selection-container li,
.products3 .create-page-modal .edit-page-order .location-selection-container li,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container li,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container li,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container li,
.products3 .create-menu-modal .export-menu .export-menu-option-container li,
.products3 .export-menu-modal .export-menu .export-menu-option-container li,
.products3 .create-page-modal .export-menu .export-menu-option-container li,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container li,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container li,
.products3 .create-page-modal .edit-page-order .export-menu-option-container li {
  list-style-type: none;
}
.products3 .create-menu-modal .edit-menu-page .location-selection-container .location-checkbox,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .location-checkbox,
.products3 .create-page-modal .edit-menu-page .location-selection-container .location-checkbox,
.products3 .create-menu-modal .export-menu .location-selection-container .location-checkbox,
.products3 .export-menu-modal .export-menu .location-selection-container .location-checkbox,
.products3 .create-page-modal .export-menu .location-selection-container .location-checkbox,
.products3 .create-menu-modal .edit-page-order .location-selection-container .location-checkbox,
.products3 .export-menu-modal .edit-page-order .location-selection-container .location-checkbox,
.products3 .create-page-modal .edit-page-order .location-selection-container .location-checkbox,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .location-checkbox,
.products3 .create-menu-modal .export-menu .export-menu-option-container .location-checkbox,
.products3 .export-menu-modal .export-menu .export-menu-option-container .location-checkbox,
.products3 .create-page-modal .export-menu .export-menu-option-container .location-checkbox,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .location-checkbox,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .location-checkbox,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .location-checkbox,
.products3 .create-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox,
.products3 .create-page-modal .edit-menu-page .location-selection-container .export-option-checkbox,
.products3 .create-menu-modal .export-menu .location-selection-container .export-option-checkbox,
.products3 .export-menu-modal .export-menu .location-selection-container .export-option-checkbox,
.products3 .create-page-modal .export-menu .location-selection-container .export-option-checkbox,
.products3 .create-menu-modal .edit-page-order .location-selection-container .export-option-checkbox,
.products3 .export-menu-modal .edit-page-order .location-selection-container .export-option-checkbox,
.products3 .create-page-modal .edit-page-order .location-selection-container .export-option-checkbox,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .export-option-checkbox,
.products3 .create-menu-modal .export-menu .export-menu-option-container .export-option-checkbox,
.products3 .export-menu-modal .export-menu .export-menu-option-container .export-option-checkbox,
.products3 .create-page-modal .export-menu .export-menu-option-container .export-option-checkbox,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .export-option-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 6px 0;
}
.products3 .create-menu-modal .edit-menu-page .location-selection-container .location-checkbox .has-children,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .location-checkbox .has-children,
.products3 .create-page-modal .edit-menu-page .location-selection-container .location-checkbox .has-children,
.products3 .create-menu-modal .export-menu .location-selection-container .location-checkbox .has-children,
.products3 .export-menu-modal .export-menu .location-selection-container .location-checkbox .has-children,
.products3 .create-page-modal .export-menu .location-selection-container .location-checkbox .has-children,
.products3 .create-menu-modal .edit-page-order .location-selection-container .location-checkbox .has-children,
.products3 .export-menu-modal .edit-page-order .location-selection-container .location-checkbox .has-children,
.products3 .create-page-modal .edit-page-order .location-selection-container .location-checkbox .has-children,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox .has-children,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox .has-children,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .location-checkbox .has-children,
.products3 .create-menu-modal .export-menu .export-menu-option-container .location-checkbox .has-children,
.products3 .export-menu-modal .export-menu .export-menu-option-container .location-checkbox .has-children,
.products3 .create-page-modal .export-menu .export-menu-option-container .location-checkbox .has-children,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .location-checkbox .has-children,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .location-checkbox .has-children,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .location-checkbox .has-children,
.products3 .create-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox .has-children,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox .has-children,
.products3 .create-page-modal .edit-menu-page .location-selection-container .export-option-checkbox .has-children,
.products3 .create-menu-modal .export-menu .location-selection-container .export-option-checkbox .has-children,
.products3 .export-menu-modal .export-menu .location-selection-container .export-option-checkbox .has-children,
.products3 .create-page-modal .export-menu .location-selection-container .export-option-checkbox .has-children,
.products3 .create-menu-modal .edit-page-order .location-selection-container .export-option-checkbox .has-children,
.products3 .export-menu-modal .edit-page-order .location-selection-container .export-option-checkbox .has-children,
.products3 .create-page-modal .edit-page-order .location-selection-container .export-option-checkbox .has-children,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .has-children,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .has-children,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .has-children,
.products3 .create-menu-modal .export-menu .export-menu-option-container .export-option-checkbox .has-children,
.products3 .export-menu-modal .export-menu .export-menu-option-container .export-option-checkbox .has-children,
.products3 .create-page-modal .export-menu .export-menu-option-container .export-option-checkbox .has-children,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox .has-children,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox .has-children,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .export-option-checkbox .has-children {
  margin-left: 0;
}
.products3 .create-menu-modal .edit-menu-page .location-selection-container .location-checkbox .no-children,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .location-checkbox .no-children,
.products3 .create-page-modal .edit-menu-page .location-selection-container .location-checkbox .no-children,
.products3 .create-menu-modal .export-menu .location-selection-container .location-checkbox .no-children,
.products3 .export-menu-modal .export-menu .location-selection-container .location-checkbox .no-children,
.products3 .create-page-modal .export-menu .location-selection-container .location-checkbox .no-children,
.products3 .create-menu-modal .edit-page-order .location-selection-container .location-checkbox .no-children,
.products3 .export-menu-modal .edit-page-order .location-selection-container .location-checkbox .no-children,
.products3 .create-page-modal .edit-page-order .location-selection-container .location-checkbox .no-children,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox .no-children,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox .no-children,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .location-checkbox .no-children,
.products3 .create-menu-modal .export-menu .export-menu-option-container .location-checkbox .no-children,
.products3 .export-menu-modal .export-menu .export-menu-option-container .location-checkbox .no-children,
.products3 .create-page-modal .export-menu .export-menu-option-container .location-checkbox .no-children,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .location-checkbox .no-children,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .location-checkbox .no-children,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .location-checkbox .no-children,
.products3 .create-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox .no-children,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox .no-children,
.products3 .create-page-modal .edit-menu-page .location-selection-container .export-option-checkbox .no-children,
.products3 .create-menu-modal .export-menu .location-selection-container .export-option-checkbox .no-children,
.products3 .export-menu-modal .export-menu .location-selection-container .export-option-checkbox .no-children,
.products3 .create-page-modal .export-menu .location-selection-container .export-option-checkbox .no-children,
.products3 .create-menu-modal .edit-page-order .location-selection-container .export-option-checkbox .no-children,
.products3 .export-menu-modal .edit-page-order .location-selection-container .export-option-checkbox .no-children,
.products3 .create-page-modal .edit-page-order .location-selection-container .export-option-checkbox .no-children,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .no-children,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .no-children,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .no-children,
.products3 .create-menu-modal .export-menu .export-menu-option-container .export-option-checkbox .no-children,
.products3 .export-menu-modal .export-menu .export-menu-option-container .export-option-checkbox .no-children,
.products3 .create-page-modal .export-menu .export-menu-option-container .export-option-checkbox .no-children,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox .no-children,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox .no-children,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .export-option-checkbox .no-children {
  margin-left: 53px;
}
.products3 .create-menu-modal .edit-menu-page .location-selection-container .location-checkbox .below-root,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .location-checkbox .below-root,
.products3 .create-page-modal .edit-menu-page .location-selection-container .location-checkbox .below-root,
.products3 .create-menu-modal .export-menu .location-selection-container .location-checkbox .below-root,
.products3 .export-menu-modal .export-menu .location-selection-container .location-checkbox .below-root,
.products3 .create-page-modal .export-menu .location-selection-container .location-checkbox .below-root,
.products3 .create-menu-modal .edit-page-order .location-selection-container .location-checkbox .below-root,
.products3 .export-menu-modal .edit-page-order .location-selection-container .location-checkbox .below-root,
.products3 .create-page-modal .edit-page-order .location-selection-container .location-checkbox .below-root,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox .below-root,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox .below-root,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .location-checkbox .below-root,
.products3 .create-menu-modal .export-menu .export-menu-option-container .location-checkbox .below-root,
.products3 .export-menu-modal .export-menu .export-menu-option-container .location-checkbox .below-root,
.products3 .create-page-modal .export-menu .export-menu-option-container .location-checkbox .below-root,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .location-checkbox .below-root,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .location-checkbox .below-root,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .location-checkbox .below-root,
.products3 .create-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox .below-root,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox .below-root,
.products3 .create-page-modal .edit-menu-page .location-selection-container .export-option-checkbox .below-root,
.products3 .create-menu-modal .export-menu .location-selection-container .export-option-checkbox .below-root,
.products3 .export-menu-modal .export-menu .location-selection-container .export-option-checkbox .below-root,
.products3 .create-page-modal .export-menu .location-selection-container .export-option-checkbox .below-root,
.products3 .create-menu-modal .edit-page-order .location-selection-container .export-option-checkbox .below-root,
.products3 .export-menu-modal .edit-page-order .location-selection-container .export-option-checkbox .below-root,
.products3 .create-page-modal .edit-page-order .location-selection-container .export-option-checkbox .below-root,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .below-root,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .below-root,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .below-root,
.products3 .create-menu-modal .export-menu .export-menu-option-container .export-option-checkbox .below-root,
.products3 .export-menu-modal .export-menu .export-menu-option-container .export-option-checkbox .below-root,
.products3 .create-page-modal .export-menu .export-menu-option-container .export-option-checkbox .below-root,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox .below-root,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox .below-root,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .export-option-checkbox .below-root {
  margin-left: 34px;
}
.products3 .create-menu-modal .edit-menu-page .location-selection-container .location-checkbox .checkbox-input-line,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .location-checkbox .checkbox-input-line,
.products3 .create-page-modal .edit-menu-page .location-selection-container .location-checkbox .checkbox-input-line,
.products3 .create-menu-modal .export-menu .location-selection-container .location-checkbox .checkbox-input-line,
.products3 .export-menu-modal .export-menu .location-selection-container .location-checkbox .checkbox-input-line,
.products3 .create-page-modal .export-menu .location-selection-container .location-checkbox .checkbox-input-line,
.products3 .create-menu-modal .edit-page-order .location-selection-container .location-checkbox .checkbox-input-line,
.products3 .export-menu-modal .edit-page-order .location-selection-container .location-checkbox .checkbox-input-line,
.products3 .create-page-modal .edit-page-order .location-selection-container .location-checkbox .checkbox-input-line,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox .checkbox-input-line,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox .checkbox-input-line,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .location-checkbox .checkbox-input-line,
.products3 .create-menu-modal .export-menu .export-menu-option-container .location-checkbox .checkbox-input-line,
.products3 .export-menu-modal .export-menu .export-menu-option-container .location-checkbox .checkbox-input-line,
.products3 .create-page-modal .export-menu .export-menu-option-container .location-checkbox .checkbox-input-line,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .location-checkbox .checkbox-input-line,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .location-checkbox .checkbox-input-line,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .location-checkbox .checkbox-input-line,
.products3 .create-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox .checkbox-input-line,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox .checkbox-input-line,
.products3 .create-page-modal .edit-menu-page .location-selection-container .export-option-checkbox .checkbox-input-line,
.products3 .create-menu-modal .export-menu .location-selection-container .export-option-checkbox .checkbox-input-line,
.products3 .export-menu-modal .export-menu .location-selection-container .export-option-checkbox .checkbox-input-line,
.products3 .create-page-modal .export-menu .location-selection-container .export-option-checkbox .checkbox-input-line,
.products3 .create-menu-modal .edit-page-order .location-selection-container .export-option-checkbox .checkbox-input-line,
.products3 .export-menu-modal .edit-page-order .location-selection-container .export-option-checkbox .checkbox-input-line,
.products3 .create-page-modal .edit-page-order .location-selection-container .export-option-checkbox .checkbox-input-line,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .checkbox-input-line,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .checkbox-input-line,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .checkbox-input-line,
.products3 .create-menu-modal .export-menu .export-menu-option-container .export-option-checkbox .checkbox-input-line,
.products3 .export-menu-modal .export-menu .export-menu-option-container .export-option-checkbox .checkbox-input-line,
.products3 .create-page-modal .export-menu .export-menu-option-container .export-option-checkbox .checkbox-input-line,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox .checkbox-input-line,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox .checkbox-input-line,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .export-option-checkbox .checkbox-input-line {
  display: flex;
  align-items: center;
  padding: 4px;
}
.products3 .create-menu-modal .edit-menu-page .location-selection-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-page-modal .edit-menu-page .location-selection-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-menu-modal .export-menu .location-selection-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .export-menu-modal .export-menu .location-selection-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-page-modal .export-menu .location-selection-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-menu-modal .edit-page-order .location-selection-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .export-menu-modal .edit-page-order .location-selection-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-page-modal .edit-page-order .location-selection-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-menu-modal .export-menu .export-menu-option-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .export-menu-modal .export-menu .export-menu-option-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-page-modal .export-menu .export-menu-option-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .location-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-page-modal .edit-menu-page .location-selection-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-menu-modal .export-menu .location-selection-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .export-menu-modal .export-menu .location-selection-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-page-modal .export-menu .location-selection-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-menu-modal .edit-page-order .location-selection-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .export-menu-modal .edit-page-order .location-selection-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-page-modal .edit-page-order .location-selection-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-menu-modal .export-menu .export-menu-option-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .export-menu-modal .export-menu .export-menu-option-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-page-modal .export-menu .export-menu-option-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox .checkbox-input-line .collapsable-arrow,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .export-option-checkbox .checkbox-input-line .collapsable-arrow {
  font-size: 16px;
  margin-right: 6px;
}
.products3 .create-menu-modal .edit-menu-page .location-selection-container .location-checkbox .location,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .location-checkbox .location,
.products3 .create-page-modal .edit-menu-page .location-selection-container .location-checkbox .location,
.products3 .create-menu-modal .export-menu .location-selection-container .location-checkbox .location,
.products3 .export-menu-modal .export-menu .location-selection-container .location-checkbox .location,
.products3 .create-page-modal .export-menu .location-selection-container .location-checkbox .location,
.products3 .create-menu-modal .edit-page-order .location-selection-container .location-checkbox .location,
.products3 .export-menu-modal .edit-page-order .location-selection-container .location-checkbox .location,
.products3 .create-page-modal .edit-page-order .location-selection-container .location-checkbox .location,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox .location,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox .location,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .location-checkbox .location,
.products3 .create-menu-modal .export-menu .export-menu-option-container .location-checkbox .location,
.products3 .export-menu-modal .export-menu .export-menu-option-container .location-checkbox .location,
.products3 .create-page-modal .export-menu .export-menu-option-container .location-checkbox .location,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .location-checkbox .location,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .location-checkbox .location,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .location-checkbox .location,
.products3 .create-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox .location,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox .location,
.products3 .create-page-modal .edit-menu-page .location-selection-container .export-option-checkbox .location,
.products3 .create-menu-modal .export-menu .location-selection-container .export-option-checkbox .location,
.products3 .export-menu-modal .export-menu .location-selection-container .export-option-checkbox .location,
.products3 .create-page-modal .export-menu .location-selection-container .export-option-checkbox .location,
.products3 .create-menu-modal .edit-page-order .location-selection-container .export-option-checkbox .location,
.products3 .export-menu-modal .edit-page-order .location-selection-container .export-option-checkbox .location,
.products3 .create-page-modal .edit-page-order .location-selection-container .export-option-checkbox .location,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .location,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .location,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .location,
.products3 .create-menu-modal .export-menu .export-menu-option-container .export-option-checkbox .location,
.products3 .export-menu-modal .export-menu .export-menu-option-container .export-option-checkbox .location,
.products3 .create-page-modal .export-menu .export-menu-option-container .export-option-checkbox .location,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox .location,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox .location,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .export-option-checkbox .location {
  width: 24px;
  height: 24px;
  margin: 0 6px 0 0 !important;
}
.products3 .create-menu-modal .edit-menu-page .location-selection-container .location-checkbox .location-checkbox-label,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .location-checkbox .location-checkbox-label,
.products3 .create-page-modal .edit-menu-page .location-selection-container .location-checkbox .location-checkbox-label,
.products3 .create-menu-modal .export-menu .location-selection-container .location-checkbox .location-checkbox-label,
.products3 .export-menu-modal .export-menu .location-selection-container .location-checkbox .location-checkbox-label,
.products3 .create-page-modal .export-menu .location-selection-container .location-checkbox .location-checkbox-label,
.products3 .create-menu-modal .edit-page-order .location-selection-container .location-checkbox .location-checkbox-label,
.products3 .export-menu-modal .edit-page-order .location-selection-container .location-checkbox .location-checkbox-label,
.products3 .create-page-modal .edit-page-order .location-selection-container .location-checkbox .location-checkbox-label,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox .location-checkbox-label,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox .location-checkbox-label,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .location-checkbox .location-checkbox-label,
.products3 .create-menu-modal .export-menu .export-menu-option-container .location-checkbox .location-checkbox-label,
.products3 .export-menu-modal .export-menu .export-menu-option-container .location-checkbox .location-checkbox-label,
.products3 .create-page-modal .export-menu .export-menu-option-container .location-checkbox .location-checkbox-label,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .location-checkbox .location-checkbox-label,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .location-checkbox .location-checkbox-label,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .location-checkbox .location-checkbox-label,
.products3 .create-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox .location-checkbox-label,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox .location-checkbox-label,
.products3 .create-page-modal .edit-menu-page .location-selection-container .export-option-checkbox .location-checkbox-label,
.products3 .create-menu-modal .export-menu .location-selection-container .export-option-checkbox .location-checkbox-label,
.products3 .export-menu-modal .export-menu .location-selection-container .export-option-checkbox .location-checkbox-label,
.products3 .create-page-modal .export-menu .location-selection-container .export-option-checkbox .location-checkbox-label,
.products3 .create-menu-modal .edit-page-order .location-selection-container .export-option-checkbox .location-checkbox-label,
.products3 .export-menu-modal .edit-page-order .location-selection-container .export-option-checkbox .location-checkbox-label,
.products3 .create-page-modal .edit-page-order .location-selection-container .export-option-checkbox .location-checkbox-label,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .location-checkbox-label,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .location-checkbox-label,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .location-checkbox-label,
.products3 .create-menu-modal .export-menu .export-menu-option-container .export-option-checkbox .location-checkbox-label,
.products3 .export-menu-modal .export-menu .export-menu-option-container .export-option-checkbox .location-checkbox-label,
.products3 .create-page-modal .export-menu .export-menu-option-container .export-option-checkbox .location-checkbox-label,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox .location-checkbox-label,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox .location-checkbox-label,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .export-option-checkbox .location-checkbox-label,
.products3 .create-menu-modal .edit-menu-page .location-selection-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .create-page-modal .edit-menu-page .location-selection-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .create-menu-modal .export-menu .location-selection-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .export-menu-modal .export-menu .location-selection-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .create-page-modal .export-menu .location-selection-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .create-menu-modal .edit-page-order .location-selection-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .export-menu-modal .edit-page-order .location-selection-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .create-page-modal .edit-page-order .location-selection-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .create-menu-modal .export-menu .export-menu-option-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .export-menu-modal .export-menu .export-menu-option-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .create-page-modal .export-menu .export-menu-option-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .location-checkbox .export-menu-option-checkbox-label,
.products3 .create-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .create-page-modal .edit-menu-page .location-selection-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .create-menu-modal .export-menu .location-selection-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .export-menu-modal .export-menu .location-selection-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .create-page-modal .export-menu .location-selection-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .create-menu-modal .edit-page-order .location-selection-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .export-menu-modal .edit-page-order .location-selection-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .create-page-modal .edit-page-order .location-selection-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .create-menu-modal .export-menu .export-menu-option-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .export-menu-modal .export-menu .export-menu-option-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .create-page-modal .export-menu .export-menu-option-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .export-option-checkbox .export-menu-option-checkbox-label,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .export-option-checkbox .export-menu-option-checkbox-label {
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
  margin: 0 !important;
}
.products3 .create-menu-modal .edit-menu-page .location-selection-container .more-children,
.products3 .export-menu-modal .edit-menu-page .location-selection-container .more-children,
.products3 .create-page-modal .edit-menu-page .location-selection-container .more-children,
.products3 .create-menu-modal .export-menu .location-selection-container .more-children,
.products3 .export-menu-modal .export-menu .location-selection-container .more-children,
.products3 .create-page-modal .export-menu .location-selection-container .more-children,
.products3 .create-menu-modal .edit-page-order .location-selection-container .more-children,
.products3 .export-menu-modal .edit-page-order .location-selection-container .more-children,
.products3 .create-page-modal .edit-page-order .location-selection-container .more-children,
.products3 .create-menu-modal .edit-menu-page .export-menu-option-container .more-children,
.products3 .export-menu-modal .edit-menu-page .export-menu-option-container .more-children,
.products3 .create-page-modal .edit-menu-page .export-menu-option-container .more-children,
.products3 .create-menu-modal .export-menu .export-menu-option-container .more-children,
.products3 .export-menu-modal .export-menu .export-menu-option-container .more-children,
.products3 .create-page-modal .export-menu .export-menu-option-container .more-children,
.products3 .create-menu-modal .edit-page-order .export-menu-option-container .more-children,
.products3 .export-menu-modal .edit-page-order .export-menu-option-container .more-children,
.products3 .create-page-modal .edit-page-order .export-menu-option-container .more-children {
  margin-left: 12px;
}
.products3 .create-menu-modal .btn-row,
.products3 .export-menu-modal .btn-row,
.products3 .create-page-modal .btn-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products3 .create-menu-modal .btn-row .nown-btn,
.products3 .export-menu-modal .btn-row .nown-btn,
.products3 .create-page-modal .btn-row .nown-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 100%;
  border-radius: 38px;
}
.products3 .create-menu-modal .btn-row .grey-btn,
.products3 .export-menu-modal .btn-row .grey-btn,
.products3 .create-page-modal .btn-row .grey-btn {
  background-color: #f4f5f0;
}
.products3 .create-menu-modal .btn-row .grey-btn .nown-icon,
.products3 .export-menu-modal .btn-row .grey-btn .nown-icon,
.products3 .create-page-modal .btn-row .grey-btn .nown-icon {
  margin-right: 12px;
}
.products3 .create-menu-modal .btn-row .yellow-btn,
.products3 .export-menu-modal .btn-row .yellow-btn,
.products3 .create-page-modal .btn-row .yellow-btn {
  background-color: #efe13a;
}
.inventory {
  background: #333333;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.inventory .inventory__header {
  padding: 10px;
  color: #fff;
}
.inventory .inventory__title {
  font-size: 36px;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  margin: 10px 10px 20px 10px;
  height: 40px;
  color: #fff;
}
.inventory .inventory__title .inventory__title-location-name {
  margin-right: 20px;
  font-size: 36px;
  font-weight: 300;
}
.inventory .inventory__title .inventory__title-time {
  align-self: flex-end;
  font-size: 14px;
}
.inventory .inventory__title .inventory__title-delete-button {
  margin-left: 40px;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.25);
  line-height: 40px;
  border-radius: 5px;
}
.inventory .inventory__title .inventory__title-options-toggle {
  align-self: flex-end;
  margin: 0px 0px -10px auto;
  font-size: 33px;
  width: 50px;
  text-align: center;
}
.inventory .inventory__title .inventory__title-options-toggle .dropdown-menu {
  left: auto !important;
  right: 0px;
  height: 150%;
}
.inventory .inventory__title .inventory__title-options-toggle .dropdown-menu li {
  height: 50%;
}
.inventory .inventory__subtitle {
  font-size: 24px;
  margin-top: 12px;
}
.inventory .inventory__view {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  flex: 1;
  padding: 10px;
}
.inventory .inventory__view-body {
  flex: 1;
  overflow: auto;
}
.inventory .inventory__stock {
  margin: 15px 0;
}
.inventory .inventory__stock-header {
  color: #ffffff;
  font-size: 1.4em;
  height: 24px;
  width: 100%;
}
.inventory .inventory__stock-list {
  margin: 10px 0;
}
.inventory .inventory__stock-item {
  background-color: #222222;
  color: #ffffff;
  margin: 3px 0;
  padding: 15px;
}
.inventory .inventory__stock-item-inner {
  display: flex;
  align-items: center;
}
.inventory .inventory__stock-item-status {
  flex: 0 0 32px;
}
.inventory .inventory__stock-item-title {
  flex: 1;
}
.inventory .inventory__stock-item-subtitle {
  color: #f0f0f0;
}
.inventory .inventory__forms {
  padding: 15px;
  color: #ffffff;
}
.inventory .inventory__form {
  margin-bottom: 30px;
}
.inventory .inventory__form-header {
  font-size: 1.4em;
  height: 24px;
  margin-bottom: 15px;
}
.inventory .inventory__view-footer {
  color: #ffffff;
  padding: 15px;
}
.inventory .inventory__view-footer-message {
  padding: 15px;
}
.inventory .inventory__view-selector {
  color: #ffffff;
}
.inventory .inventory__view-options {
  display: flex;
}
.inventory .inventory__view-option {
  display: flex;
  width: 135px;
  margin: 12px;
}
.inventory .inventory__view-option-label {
  padding: 6px 0;
}
.inventory .inventory__view-option-label.inventory__view-option-label--selected {
  font-weight: 700;
  border-bottom: 2px solid #ffffff;
}
.inventory .inventory__action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inventory .inventory__actions.inventory__actions--stretch {
  flex-grow: 1;
}
.inventory table.inventory__table {
  width: 100%;
  margin: 0.5em 0;
}
.inventory table.inventory__table thead th {
  padding: 12px 12px;
}
.inventory table.inventory__table thead th.emphasis {
  background: rgba(0, 0, 0, 0.25);
}
.inventory table.inventory__table tbody td {
  padding: 12px 12px;
}
.inventory table.inventory__table tbody td.emphasis {
  background: rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-size: 1.4em;
}
.inventory table.inventory__table tr.highlight-background td {
  background: rgba(255, 255, 255, 0);
  transition: background-color 0.25s;
}
.inventory table.inventory__table tr.highlight-background td.emphasis {
  background: rgba(0, 0, 0, 0.25);
}
.inventory table.inventory__table tr.highlight-background.highlight td {
  background: rgba(134, 245, 83, 0.65);
}
.inventory table.inventory__table tr.highlight-background.highlight td.emphasis {
  background: rgba(134, 245, 83, 0.65);
}
.inventory table.inventory__table tr.highlight-background--grey.highlight td {
  background: rgba(151, 151, 151, 0.2);
}
.inventory table.inventory__table tr.highlight-background--grey.highlight td.emphasis {
  background: rgba(151, 151, 151, 0.2);
}
.inventory table.inventory__table tr.highlight-text td {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.25s;
}
.inventory table.inventory__table tr.highlight-text.highlight td {
  color: #ffffff;
}
.inventory table.inventory__table.inventory__table--bordered {
  border: 1px solid #666666;
}
.inventory table.inventory__table .counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inventory table.inventory__table .counter-value {
  font-weight: bold;
}
.inventory .inventory__paginator {
  display: flex;
  align-items: center;
  padding: 18px 0;
}
.inventory .inventory__paginator-navigation {
  flex: 0 0 120px;
}
.inventory .inventory__paginator-button {
  display: inline-block;
  font-size: 20px;
  padding: 6px 12px;
}
.inventory .inventory__paginator-page {
  flex: 1;
  font-size: 20px;
  text-align: center;
}
.inventory .inventory-order__scan-area {
  height: 120px;
  margin: 12px;
  position: relative;
}
.inventory .inventory-order__scan-area:before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: -12px;
  left: -12px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.inventory .inventory-order__scan-area:after {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: -12px;
  right: -12px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.inventory .inventory-order__scan-area .inventory-order__scan-area-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.inventory .inventory-order__scan-area .inventory-order__scan-area-inner:before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -12px;
  left: -12px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.inventory .inventory-order__scan-area .inventory-order__scan-area-inner:after {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -12px;
  right: -12px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.inventory .inventory-order__scan-area .inventory-order__scan-content {
  font-size: 1.2em;
  text-align: center;
  width: 100%;
}
.inventory .inventory-order__scan-area .inventory-order__scan-content--empty {
  color: #cccccc;
  font-style: italic;
}
.inventory .inventory-order__scan-result {
  font-size: 1.4em;
  min-height: 48px;
  padding: 12px 0;
}
.inventory .row--flex {
  display: flex;
}
.inventory .row--flex-stretch {
  justify-content: stretch;
  height: 100%;
}
.inventory .row--flex-valign-center {
  align-items: center;
}
.inventory .row--flex-align-end {
  justify-content: flex-end;
}
.inventory .row--flex-full-width {
  width: 100%;
}
.inventory .text-success {
  color: #6eca43;
}
.inventory .text-danger {
  color: #c43131;
}
.inventory .btn {
  background-color: #333332 !important;
  border: none;
  color: #fff !important;
  font-weight: bold;
  height: auto;
  padding: 12px 24px;
  text-transform: uppercase;
  text-shadow: none !important;
}
.inventory .btn.btn-default {
  background-color: #4d4d4d !important;
}
.inventory .btn.btn-primary {
  background-color: #efe13b !important;
  color: #333332 !important;
}
.inventory .btn.btn-default-invert {
  background-color: #fff !important;
  border: 1px solid #333332;
  color: #333332 !important;
}
.inventory .btn.btn-text {
  background: none !important;
  border: none;
  color: #fff !important;
  font-size: 1.4em;
  padding: 18px 15px;
}
.inventory .btn.btn-text.btn-text--sm {
  background: none !important;
  border: none;
  color: #fff !important;
  font-size: 1em;
  padding: 8px 0;
}
.inventory .btn.btn-text.btn-text--normal-case {
  text-transform: none;
}
.inventory .btn.btn-text.btn-text--no-padding {
  padding: 0;
}
.inventory .btn.btn--even-padding {
  padding: 12px 16px;
}
.inventory .btn.btn--rounded-corners {
  border-radius: 6px;
}
.inventory .btn.btn--invalid {
  opacity: 0.25;
}
.inventory .btn + .btn {
  margin-left: 15px;
}
.inventory-modal {
  color: #ffffff;
}
.inventory-modal.modal.modal--pull-right .modal-dialog {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  transition: transform 0.25s;
  transform: translate(25%, 0) !important;
}
.inventory-modal.modal.modal--pull-right .modal-dialog .modal-content {
  height: 100%;
}
.inventory-modal.modal.modal--pull-right.in .modal-dialog {
  transform: translate(0, 0) !important;
}
.inventory-order {
  display: flex;
  flex-direction: column;
  padding: 15px 30px;
}
.inventory-order .inventory-order__header {
  flex: 0 0 80px;
  position: relative;
}
.inventory-order .inventory-order__view {
  flex: 1;
  overflow: auto;
}
.inventory-order .inventory-order__view.inventory-order__view--no-stretch {
  flex: 0;
  overflow: visible;
}
.inventory-order .inventory-order__footer {
  margin-top: 24px;
}
.inventory-order .inventory-order__title {
  font-size: 2em;
}
.inventory-order .inventory-order__subtitle {
  font-size: 1.2em;
}
.inventory-order .inventory-order__title + .inventory-order__subtitle {
  margin-top: 8px;
}
.inventory-order .inventory-order__close-button {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  padding: 12px 0;
}
/********
*
* MASTER PRODUCT LIST
*
*********/
#masterProductListTemplate {
  height: 100%;
  width: 100%;
}
.master-product-list-container {
  font-family: 'Open Sans';
  height: 100%;
  width: 100%;
  color: #333332;
  background-color: #f5f5f0;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
}
.master-product-list-container .vertical-spacing-12 {
  height: 12px;
  min-height: 12px;
}
.master-product-list-container .vertical-spacing-16 {
  height: 16px;
  min-height: 16px;
}
.master-product-list-container .vertical-spacing-24 {
  height: 24px;
  min-height: 24px;
}
.master-product-list-container .horizontal-spacing-8 {
  width: 8px;
  min-width: 8px;
}
.master-product-list-container .horizontal-spacing-16 {
  width: 16px;
  min-width: 16px;
}
.master-product-list-container .horizontal-spacing-24 {
  width: 24px;
  min-width: 24px;
}
.master-product-list-container .horizontal-spacing-30 {
  width: 30px;
  min-width: 30px;
}
.master-product-list-container .horizontal-spacing-32 {
  width: 30px;
  min-width: 30px;
}
.master-product-list-container .header-bar {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  margin-bottom: 22px;
}
.master-product-list-container .header-bar .header-text {
  margin-right: auto;
}
.master-product-list-container .header-bar .header-text .page-description {
  font-size: 16px;
  font-weight: 300;
}
.master-product-list-container .master-product-list-card {
  font-size: 16px;
  border-radius: 5px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 24px 32px;
  overflow: hidden;
  position: relative;
}
.master-product-list-container .master-product-list-card .fade-top,
.master-product-list-container .master-product-list-card .fade-bottom {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  transition: all 0.3s;
  z-index: 1;
}
.master-product-list-container .master-product-list-card .fade-left,
.master-product-list-container .master-product-list-card .fade-right {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: calc(100% - 80px);
  transition: all 0.3s;
  z-index: 1;
  bottom: 0;
}
.master-product-list-container .master-product-list-card .fade-top {
  opacity: 0;
  visibility: hidden;
  top: 144px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff 75%);
}
.master-product-list-container .master-product-list-card .fade-bottom {
  bottom: 19px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 75%);
}
.master-product-list-container .master-product-list-card .fade-left {
  opacity: 0;
  visibility: hidden;
  left: 32px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 75%);
}
.master-product-list-container .master-product-list-card .fade-right {
  right: 32px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 75%);
}
.master-product-list-container .master-product-list-card .search-bar {
  font-size: 20px;
  color: #333332;
  box-sizing: border-box;
  height: 48px;
  width: 100%;
  padding: 12px;
  line-height: 1;
  border: 1px solid #ccccc8;
  border-radius: 5px !important;
}
.master-product-list-container .master-product-list-card .table-container {
  overflow: auto;
  height: calc(100% - 72px);
}
.master-product-list-container .master-product-list-card .master-product-list-table {
  width: 100%;
  min-width: 1200px;
  border-collapse: separate;
  padding-bottom: 100px;
}
.master-product-list-container .master-product-list-card .master-product-list-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: white;
  font-weight: normal;
  min-width: 136px;
}
.master-product-list-container .master-product-list-card .master-product-list-table th,
.master-product-list-container .master-product-list-card .master-product-list-table td {
  max-width: 240px;
  padding: 12px 24px 12px 0;
  border-bottom: 1px solid #f2f2f1;
}
.master-product-list-container .master-product-list-card .master-product-list-table tbody td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.master-product-list-container .master-product-list-card .master-product-list-table .table-data-row {
  font-weight: 300;
}
.master-product-list-container .master-product-list-card .master-product-list-table .table-data-row .menu-association-status {
  padding: 12px 24px 12px 24px !important;
}
.master-product-list-container .master-product-list-card .table-container::-webkit-scrollbar {
  display: none;
}
.master-product-list-container .master-product-list-card .master-product-list-table::-webkit-scrollbar {
  display: none;
}
/********
*
* MASTER PRODUCT LIST - EDIT ITEM MODAL
*
*********/
.master-product__edit-item-modal {
  color: #333332;
}
.master-product__edit-item-modal .modal-content .modal-container {
  height: 100%;
  width: 100%;
}
.master-product__edit-item-modal .modal-content .modal-container .header-bar {
  width: 100%;
  display: flex;
  font-size: 24px;
  margin-bottom: 24px;
}
.master-product__edit-item-modal .modal-content .modal-container .header-bar .modal-title {
  margin-right: auto;
}
.master-product__edit-item-modal .modal-content .modal-container .footer-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 24px;
}
.master-product__edit-item-modal .modal-content .modal-container .item-container {
  width: 100%;
  padding: 6px;
  overflow-y: scroll;
}
.master-product__edit-item-modal #masterProductListForm {
  height: 100%;
  overflow-y: scroll;
}
.master-product__edit-item-modal #masterProductListForm::-webkit-scrollbar {
  display: none;
}
.master-product__edit-item-modal .float-item-row {
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  width: 100%;
  margin-bottom: 24px;
  padding: 24px 32px;
  font-size: 16px;
  font-family: 'Open Sans';
}
.master-product__edit-item-modal .float-item-row location-toggle.toggle-v2 .action-button {
  padding: 0;
}
.master-product__edit-item-modal .float-item-row .float-item__title {
  font-size: 20px;
}
.master-product__edit-item-modal .float-item-row .float-item__description {
  font-weight: 300;
}
.master-product__edit-item-modal .float-item-row .float-item__note {
  font-size: 12px;
  font-weight: 300;
}
.master-product__edit-item-modal .float-item-row .float-item__vertical-spacing-12 {
  height: 12px;
  min-height: 12px;
}
.master-product__edit-item-modal .float-item-row .float-item__vertical-spacing-16 {
  height: 16px;
  min-height: 16px;
}
.master-product__edit-item-modal .float-item-row .float-item__vertical-spacing-24 {
  height: 24px;
  min-height: 24px;
}
.master-product__edit-item-modal .float-item-row .float-item__horizontal-spacing-8 {
  width: 8px;
  min-width: 8px;
}
.master-product__edit-item-modal .float-item-row .float-item__horizontal-spacing-16 {
  width: 16px;
  min-width: 16px;
}
.master-product__edit-item-modal .float-item-row .float-item__horizontal-spacing-24 {
  width: 24px;
  min-width: 24px;
}
.master-product__edit-item-modal .float-item-row .float-item__horizontal-spacing-30 {
  width: 30px;
  min-width: 30px;
}
.master-product__edit-item-modal .float-item-row .float-item__horizontal-spacing-32 {
  width: 30px;
  min-width: 30px;
}
.master-product__edit-item-modal .float-item-row .float-item__grey-button {
  height: 48px;
  width: 117px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  background-color: #f4f5f0;
  padding: 0;
  border: none;
  border-radius: 38px;
  font-weight: normal;
}
.master-product__edit-item-modal .float-item-row .float-item__grey-button img {
  height: 16px;
  width: 16px;
}
.master-product__edit-item-modal .float-item-row .float-item__yellow-button {
  height: 48px;
  width: 117px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333332;
  font-family: 'Open Sans';
  font-size: 16px;
  background-color: #efe13a;
  padding: 0;
  border: none;
  border-radius: 38px;
}
.master-product__edit-item-modal .float-item-row .float-item-button-full-width {
  width: 100%;
}
.master-product__edit-item-modal .float-item-row .float-item__top-right {
  position: absolute;
  top: 24px;
  right: 24px;
}
.master-product__edit-item-modal .float-item-row .float-item__2-col {
  display: flex;
}
.master-product__edit-item-modal .float-item-row .float-item__2-col .float-item__left {
  width: calc(100% - 149px);
}
.master-product__edit-item-modal .float-item-row .float-item__2-col .float-item__right {
  width: 149px;
  display: flex;
  justify-content: flex-end;
}
.master-product__edit-item-modal .float-item-row .float-item__2-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.master-product__edit-item-modal .float-item-row .float-item__input {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin: 6px 0;
}
.master-product__edit-item-modal .float-item-row .float-item__input .input-box-label {
  margin-bottom: 12px;
}
.master-product__edit-item-modal .float-item-row .float-item__input .input-box {
  padding: 12px 16px;
  box-sizing: content-box;
  color: #333332;
  border-radius: 5px !important;
}
.master-product__edit-item-modal .action-button {
  display: inline-block;
  padding: 10px 0;
  color: #444444;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}
.master-product__edit-item-modal .action-button .action-button-toggle {
  width: 50px;
  height: 22px;
  border-radius: 22px;
  font-size: 0px;
  margin: 0px 10px 0 0;
  position: relative;
  background-color: #999999;
  transition: color 0.25s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.master-product__edit-item-modal .action-button .action-button-toggle .toggle {
  position: absolute;
  left: 3px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: inline-block;
  border: 1px solid #f9f9f8;
  transition: left 0.25s, border-color 0.25s;
}
.master-product__edit-item-modal .action-button .action-button-toggle.toggle-status-on {
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.master-product__edit-item-modal .action-button .action-button-toggle.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.master-product__edit-item-modal .action-button .action-button-toggle.toggle-status-on .toggle {
  left: 29px;
  background: #efe13b;
  border: 1px solid #efe13b;
}
.master-product__edit-item-modal .action-button .action-button-toggle.toggle-status-off {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}
.master-product__edit-item-modal .action-button .action-button-toggle.toggle-status-off .toggle {
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
}
.master-product__edit-item-modal .action-button .action-button-toggle.toggle-status-off .toggle-panel {
  margin-left: -36px;
}
.master-product__edit-item-modal .action-button .action-button-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.master-product__edit-item-modal .action-button .action-button-label.highlight {
  color: #333333;
}
.master-product__edit-item-modal .action-button + .action-button {
  margin-left: 30px;
}
.master-product__edit-item-modal .image-settings-container .image-settings-title {
  font-size: 16px;
}
.master-product__edit-item-modal .image-settings-container .image-settings-description {
  font-size: 12px;
  font-weight: 300;
}
.master-product__edit-item-modal .image-settings-container .image-uploader-container {
  display: flex;
}
.master-product__edit-item-modal .image-settings-container .image-uploader-container .item-image-container {
  width: 108px;
  height: 108px;
}
.master-product__edit-item-modal .image-settings-container .image-uploader-container .item-image {
  min-width: 108px;
  max-height: 108px;
  object-fit: contain;
}
.master-product__edit-item-modal .image-settings-container .image-uploader-container .btn-container {
  width: 100%;
}
.master-product__edit-item-modal .checkbox {
  height: 24px;
  width: 24px;
}
.nown-gray-button {
  height: 48px;
  color: #333332;
  font-size: 16px;
  background-color: #f4f5f0;
  padding: 12px 32px;
  border: none;
  border-radius: 38px;
}
.nown-white-button {
  height: 48px;
  color: #333332;
  font-size: 16px;
  background-color: #ffffff;
  padding: 12px 32px;
  border: none;
  border-radius: 38px;
}
.nown-yellow-button {
  height: 48px;
  color: #333332;
  font-size: 16px;
  background-color: #efe13a;
  padding: 12px 32px;
  border: none;
  border-radius: 38px;
}
.menu-associations-container .menu-row {
  display: flex;
  align-items: center;
  font-weight: 300;
  height: 48px;
  width: 684px;
  border-bottom: 0.5px solid #ccccc8;
}
.menu-associations-container .menu-row .menu-name {
  margin-right: auto;
}
.menu-associations-container .menu-row .checkbox {
  width: 24px;
  height: 24px;
}
.menu-associations-container .menu-row:last-of-type {
  border-bottom: none !important;
}
.master-product__associations-modal {
  display: flex;
}
.master-product__associations-modal .modal-container {
  padding: 24px 32px;
  font-size: 16px;
}
.master-product__associations-modal .modal-container .header-bar {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.master-product__associations-modal .modal-container .header-bar .header-text {
  margin-right: auto;
}
.master-product__associations-modal .modal-container .header-bar .header-text .modal-description {
  font-weight: 300;
}
.master-product__associations-modal .modal-container .header-bar .nown-icon {
  font-size: 24px;
}
.master-product__associations-modal .modal-container .footer-bar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
}
.master-product__associations-modal .modal-container .menu-associations-container {
  width: 100%;
  max-height: 338px;
  overflow-y: scroll;
}
.master-product__associations-modal .modal-container .menu-associations-container .menu-row {
  width: 100%;
  padding: 0 16px;
}
.master-product__associations-modal .modal-container .menu-associations-container .menu-row .menu-radio {
  margin-right: 16px;
}
.master-product__associations-modal .modal-container .menu-associations-container::-webkit-scrollbar {
  display: none !important;
}
@keyframes loading-rotate {
  100% {
    transform: rotate(-360deg);
  }
}
.animated-spinning {
  animation: loading-rotate 2s infinite;
}
.loading-icon {
  animation: loading-rotate 2s infinite;
}
.report-filters .filter-info {
  padding: 5px;
}
.report-filters .filter-info .filter-info-label {
  display: block;
  padding: 5px 10px;
  margin: -5px;
  color: #000;
  font-weight: 400;
  font-family: 'Oswald';
  text-transform: uppercase;
}
.report-filters .filter-info .filter {
  font-size: 0;
  margin: 2px;
  white-space: nowrap;
  display: inline-block;
}
.report-filters .filter-info .filter .filter-type {
  display: inline-block;
  font-size: 12px;
  padding: 2px 2px 2px 10px;
  font-weight: 400;
  background-color: #ddd;
  color: #000;
  white-space: nowrap;
  margin-top: 3px;
  margin-bottom: 3px;
}
.report-filters .filter-info .filter .filter-value {
  display: inline-block;
  font-size: 12px;
  padding: 2px 10px 2px 2px;
  font-weight: 300;
  background-color: #ddd;
  color: #000;
  white-space: nowrap;
  margin-top: 3px;
  margin-bottom: 3px;
}
.report-filters .widget-box {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.report-filters .widget-box .form-control {
  width: 100%;
  height: 48px;
  padding: 8px;
  font-size: 20px;
  box-shadow: none;
  font-weight: 300;
}
.report-filters .widget-box .form-group {
  margin: 10px 10px;
}
.report-filters .widget-box .form-group .control-label {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-transform: uppercase;
}
.report-filters .widget-box .input-group input.form-control:first-child {
  border-radius: 4px 0 0 4px !important;
}
.report-filters .widget-box .input-group .input-group-btn .btn {
  border: 0;
  padding: 14px 14px;
  border-radius: 0 4px 4px 0;
}
.report-filters .widget-box .input-group .date-picker + .dropdown-menu .btn {
  padding: 10px 20px;
  border: 0;
  font-size: 16px;
}
.report-filters .widget-box .input-group .date-picker + .dropdown-menu table {
  border-spacing: 2px;
  border-collapse: separate;
}
.report-filters .widget-box .input-group .date-picker + .dropdown-menu table .btn {
  background: none !important;
  color: #4e4e4e !important;
  text-shadow: none !important;
  border: 1px solid #d8d8d8;
  padding: 5px 12px;
}
.report-filters .widget-box .input-group .date-picker + .dropdown-menu table .btn .text-info {
  color: #4e4e4e !important;
}
.report-filters .widget-box .input-group .date-picker + .dropdown-menu table .btn.active {
  background-color: #ddd !important;
}
.report-filters .widget-box .filter.filter-multiselect {
  margin: 5px -5px;
  display: flex;
  align-items: stretch;
}
.report-filters .widget-box .filter.filter-multiselect .filter-multiselect-option {
  width: 33%;
  padding: 5px;
  cursor: pointer;
}
.report-filters .widget-box .filter.filter-multiselect .filter-multiselect-option .filter-multiselect-option-inner {
  height: 100%;
  padding: 10px 10px;
  border: 1px solid #cccccc;
  font-size: 1.2em;
  border-radius: 2px;
  display: flex;
  align-items: center;
}
.report-filters .widget-box .filter.filter-multiselect .filter-multiselect-option .filter-multiselect-option-inner:hover {
  background-color: #ffffff;
}
.report-filters .widget-box .filter.filter-multiselect .filter-multiselect-option .filter-multiselect-option-inner .option-checkmark {
  width: 28px;
}
.report-filters .widget-box .filter.filter-multiselect .filter-multiselect-option.selected .filter-multiselect-option-inner {
  border: 1px solid #ddd;
  background-color: #ddd;
}
.report-filters .widget-box .filter.filter-multiselect.filter-multiselect-column {
  margin: -5px;
  flex-direction: column;
}
.report-filters .widget-box .filter.filter-multiselect.filter-multiselect-column .filter-multiselect-option {
  width: 100%;
}
.report-filters .widget-box .filter.filter-multiselect.filter-multiselect-column .filter-multiselect-option.filter-multiselect-option-text-sm .filter-multiselect-option-inner {
  font-size: 1em;
}
.report-filters .widget-box .btn-default {
  padding: 20px;
  border: none;
}
.report-result {
  background-color: #f8f8f8;
  padding: 0 15px;
}
.report-result.report-result-empty {
  background-color: #f8f8f8;
}
.report-result .report-status-message {
  padding: 150px 15px;
  text-align: center;
}
.report-result .report-status-message .fa {
  color: #bababa;
}
.report-result .report-status-message .status-message-title {
  font-family: 'Oswald';
  font-size: 4em;
  font-weight: 300;
  color: #6d6d6d;
}
.report-result .report-status-message .status-message-description {
  font-family: 'Oswald';
  font-size: 1.5em;
  font-weight: 300;
  color: #d3d3d3;
}
.report-result .report-default-prompt .report-default-prompt-inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 60px;
}
.report-result .report-default-prompt .report-default-prompt-inner .report-status-message {
  padding: 15px 0px;
}
.report-result .report-default-prompt .report-default-prompt-inner .report-status-message .status-message-title {
  font-size: 3.2em;
}
.report-result .report-default-prompt .report-default-prompt-inner .report-filters .widget-box {
  border: none;
}
.downloadable-report .screen-hidden {
  display: none !important;
}
.downloadable-report table.report-table thead {
  display: table-row-group !important;
}
.downloadable-report table.report-table tfoot {
  display: table-row-group !important;
}
.downloadable-report table.report-table tr {
  page-break-inside: avoid !important;
}
.downloadable-report table.report-list thead {
  display: table-row-group !important;
}
.downloadable-report table.report-list tfoot {
  display: table-row-group !important;
}
.downloadable-report table.report-list tr {
  page-break-inside: avoid !important;
}
#SummaryReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#SummaryReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#SummaryReportInner .downloadable-report .report-content .row {
  page-break-inside: avoid !important;
}
#SummaryReportInner .downloadable-report .report-content .report-section {
  margin: 30px 30px;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-header {
  margin: 10px 0;
  text-align: center;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-header .header-decorator-1 {
  display: inline-block;
  vertical-align: middle;
  width: 72px;
  margin-right: 10px;
  content: ' ';
  border-top: 1px solid #ededed;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-header .header-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #ddd;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-header .header-icon svg {
  width: 100%;
  height: 100%;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-header .header-decorator-2 {
  display: inline-block;
  vertical-align: middle;
  width: 72px;
  margin-left: 10px;
  content: ' ';
  border-top: 1px solid #ededed;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .section-summary {
  font-weight: 300;
  font-size: 1.4em;
  margin: 10px 15px;
  text-align: center;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .section-summary .summary-value {
  font-size: 1.8em;
  font-family: 'Oswald';
  color: #000;
  text-transform: uppercase;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .section-summary .summary-value.value-text-small {
  font-size: 1em;
  text-transform: initial;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .section-summary.summary-empty .summary-description {
  color: #bababa;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-tranasction-count-chart {
  max-width: 600px;
  margin: 0 auto;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-tranasction-count-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description {
  width: 100%;
  text-align: center;
  margin: 5px auto;
  line-height: 2em;
  font-weight: 300;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-tranasction-count-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description .bar-value {
  display: block;
  font-size: 2.5em;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-tranasction-count-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description .bar-value-unit {
  display: block;
  line-height: 1.2em;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-tranasction-count-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-graphic {
  height: 60px;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-tranasction-count-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-label {
  width: 100%;
  height: 20px;
  text-align: center;
  margin: 5px auto;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-tranasction-count-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar.highlight .bar-description {
  color: #000;
  text-transform: uppercase;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart {
  max-width: 450px;
  margin: 15px auto;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars {
  align-items: flex-start;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description {
  order: 3;
  width: 100%;
  text-align: center;
  margin: 5px auto;
  font-weight: 300;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description .bar-value {
  display: block;
  font-size: 2.5em;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description .bar-value-unit {
  display: block;
  line-height: 1.2em;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-graphic {
  order: 1;
  height: 60px;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-label {
  order: 2;
  width: 100%;
  height: 20px;
  text-align: center;
  margin: 5px auto;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar.highlight .bar-description {
  color: #000;
  text-transform: uppercase;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar.is-fixed-width .bar-graphic {
  position: relative;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar.is-fixed-width .bar-graphic .bar-graphic-inner {
  left: 50%;
  width: 50px;
  margin-left: -25px;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart {
  max-width: 450px;
  margin: 15px auto;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars {
  align-items: flex-start;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description {
  order: 3;
  width: 100%;
  text-align: center;
  margin: 5px auto;
  font-weight: 300;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description .bar-value {
  display: block;
  font-size: 2.5em;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-description .bar-value-unit {
  display: block;
  line-height: 1.2em;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-graphic {
  order: 1;
  height: 60px;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-label {
  order: 2;
  width: 100%;
  height: 20px;
  text-align: center;
  margin: 5px auto;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar.highlight .bar-description {
  color: #000;
  text-transform: uppercase;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar.is-fixed-width .bar-graphic {
  position: relative;
}
#SummaryReportInner .downloadable-report .report-content .report-section .section-content .weekly-meal-sales-chart .simple-bar-chart .bar-chart-inner .chart-area .bars .bar.is-fixed-width .bar-graphic .bar-graphic-inner {
  left: 50%;
  width: 50px;
  margin-left: -25px;
}
#SummaryReportInner .downloadable-report .report-content .report-section-group {
  margin: 15px -30px;
  padding: 30px;
  background-color: #ffffff;
}
#SummaryReportInner .downloadable-report .report-content .report-section-group .report-section {
  margin: 15px 0;
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour {
  margin: 60px -30px 15px;
  align-items: center;
  padding-bottom: 60px;
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary {
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px;
  position: relative;
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-decorator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  border-top: 1px solid #6d6d6d;
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -36px;
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic {
  display: block;
  margin: 5px auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  text-align: center;
  background-color: #6d6d6d;
  position: relative;
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 6px;
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick {
  position: absolute;
  transform-origin: 32px;
  width: 2px;
  height: 2px;
  background-color: #d3d3d3;
  left: 36px;
  top: 36px;
  margin-left: -32px;
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(1) {
  transform: rotate(0deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(2) {
  transform: rotate(30deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(3) {
  transform: rotate(60deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(4) {
  transform: rotate(90deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(5) {
  transform: rotate(120deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(6) {
  transform: rotate(150deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(7) {
  transform: rotate(180deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(8) {
  transform: rotate(210deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(9) {
  transform: rotate(240deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(10) {
  transform: rotate(270deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(11) {
  transform: rotate(300deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-graphic-decorations .tick:nth-child(12) {
  transform: rotate(330deg);
}
#SummaryReportInner .downloadable-report .report-content .report-section.report-section-labour-hour .section-content .section-summary .summary-description .summary-graphic .summary-value {
  position: absolute;
  color: #ffffff;
  padding: 18px 0;
  font-size: 24px;
  line-height: 36px;
  top: 0;
  left: 0;
  right: 0;
}
.hiddenBlock {
  visibility: hidden;
}
#TransactionReport {
  width: 100%;
  margin: 15px auto;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#TransactionReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#TransactionReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
}
#TransactionReportInner .downloadable-report table.report-table {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
  /* Ideally we do not want to span a table over multiple pages, but this seems to be
               inevitable for campuses with multiple locations. Furthermore, by allowing page breaks
               over a table seems to solve an issue where the report prints additional blank pages
               before and after the reports - potentially a Chrome bug. Therefore, this is commented
               out to be safe */
  /*page-break-inside: avoid !important;*/
}
#TransactionReportInner .downloadable-report table.report-table th {
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#TransactionReportInner .downloadable-report table.report-table th.column-section-summary {
  color: #6d6d6d;
}
#TransactionReportInner .downloadable-report table.report-table td {
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #d8d8d8;
}
#TransactionReportInner .downloadable-report table.report-table td.column-section-summary {
  background-color: #ddd;
}
#TransactionReportInner .downloadable-report table.report-table thead {
  font-weight: 300;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-header-row th {
  color: #6d6d6d;
  padding: 5px 5px 30px;
  border: none !important;
  vertical-align: top;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-title {
  text-align: left;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Oswald';
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-campus-name {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1.6em;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1em;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range .date {
  font-size: 1.2em;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-print-date {
  font-size: 0.8em;
  text-align: right;
  font-weight: 300;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 5px 3px;
  background-color: #f8f8f8;
  color: #6d6d6d;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.header-group-category .header-label {
  font-weight: 400;
  text-transform: uppercase;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: center;
  font-weight: 400;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-content-subheader-row {
  font-weight: inherit;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-content-subheader-row th {
  padding: 3px 3px;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-content-subheader-row th.subheader-group {
  background-color: #f0f0f0;
}
#TransactionReportInner .downloadable-report table.report-table thead tr.report-content-subheader-row th .subheader-label {
  font-size: 1em;
  text-align: center;
  font-weight: 400;
}
#TransactionReportInner .downloadable-report table.report-table tbody.report-content tr td {
  text-align: center;
}
#TransactionReportInner .downloadable-report table.report-table tbody.report-content tr td.column-section-summary {
  background-color: #e8e8e8;
  color: #6d6d6d;
  padding: 8px 5px;
  text-align: right;
}
#TransactionReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated td {
  font-weight: 400;
}
#TransactionReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated.aggregated-date td {
  background-color: #eee;
  font-size: 1.1em;
}
#TransactionReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated.aggregated-location td {
  font-size: 1em;
}
#TransactionReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated.aggregated-meal-period td {
  font-size: 1em;
}
#SalesReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #f5f5f0;
}
#SalesReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#SalesReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
}
#SalesReportInner .downloadable-report table.report-table {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
  /* Ideally we do not want to span a table over multiple pages, but this seems to be
               inevitable for campuses with multiple locations. Furthermore, by allowing page breaks
               over a table seems to solve an issue where the report prints additional blank pages
               before and after the reports - potentially a Chrome bug. Therefore, this is commented
               out to be safe */
  /*page-break-inside: avoid !important;*/
}
#SalesReportInner .downloadable-report table.report-table th {
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#SalesReportInner .downloadable-report table.report-table th.column-section-summary {
  background-color: #f8f8f8;
  color: #6d6d6d;
}
#SalesReportInner .downloadable-report table.report-table td {
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
}
#SalesReportInner .downloadable-report table.report-table thead {
  font-weight: 300;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-header-row th {
  color: #6d6d6d;
  padding: 5px 5px 30px;
  border: none !important;
  vertical-align: top;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-title {
  text-align: left;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Oswald';
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-campus-name {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1.6em;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1em;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range .date {
  font-size: 1.2em;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-print-date {
  font-size: 0.8em;
  text-align: right;
  font-weight: 300;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 5px 3px;
  background-color: #f8f8f8;
  color: #6d6d6d;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.header-group-category .header-label {
  font-weight: 400;
  text-transform: uppercase;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: center;
  font-weight: 400;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-content-subheader-row {
  font-weight: inherit;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-content-subheader-row th {
  padding: 3px 3px;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-content-subheader-row th.subheader-group {
  background-color: #f0f0f0;
}
#SalesReportInner .downloadable-report table.report-table thead tr.report-content-subheader-row th .subheader-label {
  font-size: 1em;
  text-align: center;
  font-weight: 400;
}
#SalesReportInner .downloadable-report table.report-table tbody.report-content tr td {
  text-align: center;
}
#SalesReportInner .downloadable-report table.report-table tbody.report-content tr td.column-section-summary {
  color: #6d6d6d;
  padding: 8px 5px;
  text-align: right;
}
#SalesReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated td {
  font-weight: 400;
}
#SalesReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated.aggregated-date td {
  background-color: #eee;
  color: #000;
  font-size: 1.1em;
}
#SalesReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated.aggregated-location td {
  color: #000;
  font-size: 1em;
}
#SalesReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated.aggregated-meal-period td {
  color: #000;
  font-size: 1em;
}
#SalesReportInner .downloadable-report table.report-list {
  font-size: 12px;
  margin: 15px 0;
}
#SalesReportInner .downloadable-report table.report-list tbody {
  border-top: 1px solid #333333;
}
#SalesReportInner .downloadable-report table.report-list tbody td {
  padding: 10px 0;
}
#SalesReportInner .downloadable-report table.report-list tbody td.list-item--indent-1 {
  padding-left: 1.5em;
}
#SalesReportInner .downloadable-report table.report-list tbody td.list-item--indent-2 {
  padding-left: 3em;
}
#SalesReportInner .downloadable-report table.report-list tbody td.list-item--indent-3 {
  padding-left: 4.5em;
}
#SalesReportInner .downloadable-report table.report-list tbody.report-list-section--isolated {
  border-top: none;
}
#SalesReportInner .downloadable-report table.report-list tbody.report-list-section--isolated td {
  padding: 20px 0;
}
#SalesReportInner .downloadable-report table.report-list tbody:first-child {
  border-top: none;
}
#SalesReportInner .downloadable-report .report-snapshot {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  margin: 10px 0;
  padding: 10px 20px;
  font-size: 18px;
}
#SalesReportInner .downloadable-report .report-snapshot table {
  width: 100%;
}
#SalesReportInner .downloadable-report .report-snapshot .report-snapshot__title {
  font-size: 1.4em;
  padding: 10px 0px;
}
#SalesReportInner .downloadable-report .report-snapshot .report-snapshot__line .report-snapshot__label {
  padding: 10px 10px;
}
#SalesReportInner .downloadable-report .report-snapshot .report-snapshot__line .report-snapshot__value {
  padding: 10px 10px;
}
#SalesReportInner .downloadable-report .report-snapshot .report-snapshot__subline .report-snapshot__label {
  font-weight: 300;
  padding: 5px 10px 5px 30px;
}
#SalesReportInner .downloadable-report .report-snapshot .report-snapshot__subline .report-snapshot__value {
  font-weight: 300;
  padding: 5px 10px;
}
#SalesReportInner .downloadable-report .report-snapshot .report-snapshot__divider {
  padding: 10px 0;
}
#SalesReportInner .downloadable-report .report-snapshot .report-snapshot__divider:after {
  content: '';
  display: block;
  width: 100%;
  border-top: 2px solid #ccccc8;
}
#DailySalesMealsServedReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#DailySalesMealsServedReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#DailySalesMealsServedReportInner .downloadable-report .report-tables .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#DailySalesMealsServedReportInner .downloadable-report .report-tables:last-child .report-table-container:last-child {
  page-break-after: auto;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
  /* Ideally we do not want to span a table over multiple pages, but this seems to be
               inevitable for campuses with multiple locations. Furthermore, by allowing page breaks
               over a table seems to solve an issue where the report prints additional blank pages
               before and after the reports - potentially a Chrome bug. Therefore, this is commented
               out to be safe */
  /*page-break-inside: avoid !important;*/
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table th {
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table th.column-section-summary {
  background-color: #f8f8f8;
  color: #6d6d6d;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table td {
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #d8d8d8;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead {
  font-weight: 300;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-header-row th {
  color: #6d6d6d;
  padding: 5px 5px 30px;
  border: none !important;
  vertical-align: top;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-title {
  text-align: left;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Oswald';
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-campus-name {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1.6em;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1em;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range .date {
  font-size: 1.2em;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-print-date {
  font-size: 0.8em;
  text-align: right;
  font-weight: 300;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 5px 3px;
  background-color: #f8f8f8;
  color: #6d6d6d;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  padding: 8px 5px;
  text-align: right;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value.aggregated {
  background-color: #ddd;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value.aggregated .header-label {
  font-size: 1.2em;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 400;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table tbody.report-content tr td {
  text-align: left;
  padding: 8px 5px;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table tbody.report-content tr td.report-content-section-header {
  background-color: #bebebe;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table tbody.report-content tr td.column-data-value {
  color: #6d6d6d;
  text-align: right;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table tbody.report-content tr td.column-data-value.aggregated {
  background-color: #ddd;
  font-size: 1.2em;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table tbody.report-content tr td.column-data-value .data-value-note {
  font-weight: 300;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table tbody.report-content tr td.aggregated {
  font-weight: 400;
}
#DailySalesMealsServedReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated td {
  background-color: #d3d3d3;
  font-size: 1.4em;
  font-weight: 400;
}
#MealPlanUsageReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#MealPlanUsageReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#MealPlanUsageReportInner .downloadable-report .report-tables .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#MealPlanUsageReportInner .downloadable-report .report-tables:last-child .report-table-container:last-child {
  page-break-after: auto;
}
#MealPlanUsageReportInner .downloadable-report table.report-table {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
  /* Ideally we do not want to span a table over multiple pages, but this seems to be
               inevitable for campuses with multiple locations. Furthermore, by allowing page breaks
               over a table seems to solve an issue where the report prints additional blank pages
               before and after the reports - potentially a Chrome bug. Therefore, this is commented
               out to be safe */
  /*page-break-inside: avoid !important;*/
}
#MealPlanUsageReportInner .downloadable-report table.report-table th {
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#MealPlanUsageReportInner .downloadable-report table.report-table th.column-section-summary {
  background-color: #f8f8f8;
  color: #6d6d6d;
}
#MealPlanUsageReportInner .downloadable-report table.report-table td {
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #d8d8d8;
}
#MealPlanUsageReportInner .downloadable-report table.report-table td.column-section-summary {
  background-color: #ddd;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead {
  font-weight: 300;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-header-row th {
  color: #6d6d6d;
  padding: 5px 5px 30px;
  border: none !important;
  vertical-align: top;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-title {
  text-align: left;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Oswald';
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-campus-name {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1.6em;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1em;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range .date {
  font-size: 1.2em;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-print-date {
  font-size: 0.8em;
  text-align: right;
  font-weight: 300;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 5px 3px;
  background-color: #f8f8f8;
  color: #6d6d6d;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  padding: 8px 5px;
  text-align: right;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value.aggregated {
  background-color: #ddd;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value.aggregated .header-label {
  font-size: 1.2em;
}
#MealPlanUsageReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 400;
}
#MealPlanUsageReportInner .downloadable-report table.report-table tbody.report-content tr td {
  text-align: left;
  padding: 8px 5px;
}
#MealPlanUsageReportInner .downloadable-report table.report-table tbody.report-content tr td.report-content-section-header {
  background-color: #bebebe;
}
#MealPlanUsageReportInner .downloadable-report table.report-table tbody.report-content tr td.column-data-value {
  color: #6d6d6d;
  text-align: right;
}
#MealPlanUsageReportInner .downloadable-report table.report-table tbody.report-content tr td.column-data-value.aggregated {
  background-color: #ddd;
  font-size: 1.2em;
}
#MealPlanUsageReportInner .downloadable-report table.report-table tbody.report-content tr td.aggregated {
  font-weight: 400;
}
#MealPlanUsageReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated td {
  background-color: #d3d3d3;
  font-size: 1.4em;
  font-weight: 400;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph {
  margin: 40px 0;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-title {
  text-align: center;
  font-size: 1.2em;
  font-weight: 400;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-svg {
  width: 15vw;
  height: 15vw;
  margin: 0 auto;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-svg svg .nvd3 .nv-legend .nv-series text {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-svg svg .nvd3 .nv-label text {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-legend {
  width: 550px;
  margin: 0 auto;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-legend .legend-table {
  margin: 0 auto;
  font-size: 12px;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-legend .legend-table td {
  border: none;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-legend .legend-table .legend-series .legend-series-icon {
  padding: 5px;
  width: 16px;
  height: 16px;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-legend .legend-table .legend-series .legend-series-label {
  padding: 5px;
}
#MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-legend .legend-table .legend-series .legend-series-value {
  padding: 5px;
}
.patron-count-tooltip {
  width: 250px;
  padding: 8px 16px;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 18px;
  background: #fff;
  color: #000;
  box-shadow: 0 0 10px #ddd;
  -webkit-transform: translateX(-12px) translateY(32px);
  transform: translateX(-12px) translateY(32px);
}
.patron-count-tooltip .report-tips {
  display: flex;
  flex-direction: column;
}
.patron-count-tooltip .report-tips .report-tips-item {
  display: flex;
  flex-direction: row;
  padding: 30px;
}
.patron-count-tooltip .report-tips span:not(:first-child) {
  border-top: 1px solid lightgray;
}
.patron-count-tooltip tip-arrow {
  border: 0;
  border-bottom: none !important;
}
.patron-count-tooltip tip-arrow::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -22px;
  box-sizing: border-box;
  border: 1em solid #fff;
  border-color: #fff #fff transparent transparent;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: 3px -3px 10px -3px #ddd;
}
#PatronCountsReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#PatronCountsReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#PatronCountsReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: none !important;
  border-bottom: none !important;
  page-break-after: always;
}
#PatronCountsReportInner .downloadable-report .report-table-container .report-table-header-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 15px;
}
#PatronCountsReportInner .downloadable-report .report-table-container .report-table-header-row .top-selling-items {
  padding: 15px;
}
#PatronCountsReportInner .downloadable-report .report-table-container .report-table-header-row .top-selling-item-container {
  display: flex;
  margin-right: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 10px;
  background-color: #f9f9f9;
  color: #333333;
  font-size: 15px;
  width: 30.3%;
  height: 80px;
  align-items: center;
  justify-content: center;
  border: #e2e2e2 solid 1px;
}
#PatronCountsReportInner .downloadable-report .report-table-container .report-table-header-row .top-selling-item-container .item-color {
  display: flex;
  width: 15px;
  height: 15px;
  margin: 15px;
}
#PatronCountsReportInner .downloadable-report .report-table-container .report-table-header-row .selected-top-selling {
  display: flex;
  flex-direction: column;
}
#PatronCountsReportInner .downloadable-report .report-table-container .report-table-header-row .selected-top-selling .item_name {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
#PatronCountsReportInner .downloadable-report .report-table-container .report-table-header-row .selected-top-selling .item_totals {
  display: flex;
  flex-direction: row;
  padding-bottom: 30px;
}
#PatronCountsReportInner .downloadable-report .report-table-container .report-table-header-row .report-title {
  color: #575757;
  font-size: 25px;
}
#PatronCountsReportInner .downloadable-report .report-table-container .report-table-header-row .bold_content {
  color: #3f3f3f;
  font-size: 30px;
  font-weight: bold;
  flex-grow: 1;
}
#PatronCountsReportInner .downloadable-report .report-table-container .report-table-header-row .report-legends-row {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  align-items: center;
  justify-content: center;
}
#PatronCountsReportInner .downloadable-report .report-table-container .report-table-header-row .report-legends-row .heatmap-label-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
#PatronCountsReportInner .downloadable-report .report-table-container .report-table-header-row .report-legends-row .heatmap-label-row .left-label {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
}
#PatronCountsReportInner .downloadable-report .report-table-container .report-table-header-row .report-legends-row .heatmap-label-row .right-label {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
#PatronCountsReportInner .downloadable-report .report-table-container .report-table-header-row .report-legends-row .heatmap-tile {
  width: 70px;
  height: 10px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
  margin: 3px;
}
#PatronCountsReportInner .downloadable-report .report-table-container .report-table-header-row .report-legends-row .heatmap-tile.text-emphasis {
  font-weight: bold;
}
#PatronCountsReportInner .downloadable-report .report-table-container .report-table-header-row .report-legends-row .heatmap-tile.heatmap-tile-inline {
  display: inline-block;
}
#PatronCountsReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#PatronCountsReportInner .downloadable-report .table-loading-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 9999;
}
#PatronCountsReportInner .downloadable-report table.report-table {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
  /* Ideally we do not want to span a table over multiple pages, but this seems to be
               inevitable for campuses with multiple locations. Furthermore, by allowing page breaks
               over a table seems to solve an issue where the report prints additional blank pages
               before and after the reports - potentially a Chrome bug. Therefore, this is commented
               out to be safe */
  /*page-break-inside: avoid !important;*/
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-header-row th {
  color: #6d6d6d;
  padding: 5px 5px 5px;
  border: none !important;
  vertical-align: top;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-title {
  text-align: left;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Oswald';
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-campus-name {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1.6em;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1em;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range .date {
  font-size: 1.2em;
}
#PatronCountsReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-print-date {
  font-size: 0.8em;
  text-align: right;
  font-weight: 300;
}
#PatronCountsReportInner .downloadable-report table.report-table tbody tr td {
  border-top: none !important;
  border-bottom: none !important;
  padding: 3px;
}
#PatronCountsReportInner .downloadable-report table.report-table tbody tr td .heatmap-tile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px !important;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
}
#PatronCountsReportInner .downloadable-report table.report-table tbody tr td .heatmap-tile.text-emphasis {
  font-weight: bold;
}
#PatronCountsReportInner .downloadable-report table.report-table tbody tr.row-highlight td {
  background-color: #f8f8f8;
}
#PatronCountsReportInner .downloadable-report table.report-table tbody tr.aggregated td {
  background-color: #ddd;
}
#ActivePatronsReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#ActivePatronsReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#ActivePatronsReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#ActivePatronsReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#ActivePatronsReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#ActivePatronsReportInner .downloadable-report table.report-table thead tr th .report-section-header {
  text-align: left;
  padding: 0.2em 5px;
  font-size: 1.4em;
  font-weight: 300;
}
#ActivePatronsReportInner .downloadable-report table.report-table thead tr th .report-entity-header {
  text-align: left;
  padding: 0.2em 5px;
  font-size: 1em;
}
#ActivePatronsReportInner .downloadable-report table.report-table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
#ActivePatronsReportInner .downloadable-report table.report-table tbody tr td .entity-info {
  padding: 0.2em 5px;
}
#PatronActivityReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#PatronActivityReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#PatronActivityReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#PatronActivityReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#PatronActivityReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr.report-header-row th {
  color: #6d6d6d;
  padding: 5px 0px;
  border: none !important;
  vertical-align: top;
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-title {
  text-align: left;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Oswald';
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-campus-name {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1.6em;
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1em;
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range .date {
  font-size: 1.2em;
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-print-date {
  font-size: 0.8em;
  text-align: right;
  font-weight: 300;
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  padding: 8px 5px;
  text-align: right;
}
#PatronActivityReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 400;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td.column-data-value {
  padding: 8px 5px;
  color: #6d6d6d;
  text-align: right;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info.patron-info-row {
  display: table-row;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info.patron-info-text-lg {
  font-size: 1.5em;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-label {
  text-transform: uppercase;
  color: #a0a0a0;
  display: table-cell;
  padding: 3px 10px 3px 0;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-value {
  padding: 3px 0;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-value .text-emphasis {
  font-weight: 400;
  font-size: 1.2em;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-label + .patron-info-value {
  display: table-cell;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-values {
  display: table-cell;
  vertical-align: top;
  padding: 3px 0;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-values .patron-info-value {
  display: block;
  padding: 0;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody tr.aggregated td {
  background-color: #ddd;
  font-weight: 400;
}
#PatronActivityReportInner .downloadable-report table.report-table tbody.report-content tr:not(.aggregated):nth-child(odd) td {
  background-color: #f8f8f8;
}
#EndOfShiftReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#EndOfShiftReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#EndOfShiftReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
  border: 1px dashed #999999;
  max-width: 640px;
  padding: 20px;
  margin: 0 auto 30px;
}
#EndOfShiftReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#EndOfShiftReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#EndOfShiftReportInner .downloadable-report table.report-table thead {
  background-color: #ddd;
}
#EndOfShiftReportInner .downloadable-report table.report-table thead tr th {
  padding: 20px;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content {
  background-color: #ffffff;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content.report-content-info {
  color: #000;
  background-color: #ffffff;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td {
  width: 50%;
  padding: 0px 8px;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td .info-item-label {
  font-size: 1em;
  font-weight: 400;
  text-align: right;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td .info-item-value {
  font-size: 1.2em;
  font-weight: 400;
  text-align: right;
  text-align: left;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item:first-child td {
  padding-top: 15px;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item:last-child td {
  padding-bottom: 15px;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item {
  border-bottom: 1px solid #cccccc;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td {
  padding: 8px 15px;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label {
  font-size: 1.4em;
  font-weight: 300;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-value {
  font-size: 1.8em;
  font-weight: 300;
  text-align: right;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content:not(.report-content-info):nth-child(even) {
  background-color: #f8f8f8;
}
#EndOfShiftReportInner .downloadable-report table.report-table tbody.report-content:not(.report-content-info):last-child tr.report-line-item:last-child {
  border-bottom: none;
}
#SessionAuditReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#SessionAuditReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#SessionAuditReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
  border: 1px dashed #999999;
  width: 640px;
  padding: 20px;
  margin: 0 auto 30px;
}
#SessionAuditReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#SessionAuditReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#SessionAuditReportInner .downloadable-report table.report-table thead {
  background-color: #ddd;
}
#SessionAuditReportInner .downloadable-report table.report-table thead tr th {
  padding: 20px;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content {
  background-color: #ffffff;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content.report-content-info {
  color: #000;
  background-color: #ffffff;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td {
  width: 50%;
  padding: 0px 8px;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td .info-item-label {
  font-size: 1em;
  font-weight: 400;
  text-align: right;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td .info-item-value {
  font-size: 1.2em;
  font-weight: 400;
  text-align: right;
  text-align: left;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item:first-child td {
  padding-top: 15px;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item:last-child td {
  padding-bottom: 15px;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td {
  padding: 8px 15px;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label {
  font-size: 1.4em;
  font-weight: 300;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label-thick {
  font-size: 1.4em;
  font-weight: 500;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label-count {
  font-size: 1.4em;
  font-weight: 300;
  text-align: right;
  padding-right: 25px;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-count {
  font-size: 1.8em;
  font-weight: 500;
  text-align: right;
  padding-right: 25px;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-value {
  font-size: 1.8em;
  font-weight: 300;
  text-align: right;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-value-thick {
  font-size: 1.8em;
  font-weight: 500;
  text-align: right;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.highlight {
  background-color: #eee;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content tr.underline {
  border-bottom: 1px solid #cccccc;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content:not(.report-content-info):nth-child(even) {
  background-color: #f8f8f8;
}
#SessionAuditReportInner .downloadable-report table.report-table tbody.report-content:not(.report-content-info):last-child tr.report-line-item:last-child {
  border-bottom: none;
}
#DepositRefundReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#DepositRefundReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#DepositRefundReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#DepositRefundReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#DepositRefundReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#DepositRefundReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#DepositRefundReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 4px 2px;
}
#DepositRefundReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  text-align: right;
}
#DepositRefundReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 400;
}
#DepositRefundReportInner .downloadable-report table.report-table tbody tr td {
  padding: 4px 2px;
}
#DepositRefundReportInner .downloadable-report table.report-table tbody.report-content tr:not(.aggregated):nth-child(odd) td {
  background-color: #f8f8f8;
}
#LocationRevenueReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#LocationRevenueReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#LocationRevenueReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
  border: 1px dashed #999999;
  max-width: 640px;
  padding: 20px;
  margin: 0 auto 30px;
}
#LocationRevenueReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#LocationRevenueReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#LocationRevenueReportInner .downloadable-report table.report-table thead {
  background-color: #ddd;
}
#LocationRevenueReportInner .downloadable-report table.report-table thead tr th {
  padding: 20px;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content {
  background-color: #ffffff;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content.report-content-info {
  color: #000;
  background-color: #ffffff;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td {
  width: 50%;
  padding: 0px 8px;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td .info-item-label {
  font-size: 1em;
  font-weight: 400;
  text-align: right;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td .info-item-value {
  font-size: 1.2em;
  font-weight: 400;
  text-align: right;
  text-align: left;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item:first-child td {
  padding-top: 15px;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item:last-child td {
  padding-bottom: 15px;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td {
  padding: 8px 15px;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label {
  font-size: 1.4em;
  font-weight: 300;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label-thick {
  font-size: 1.4em;
  font-weight: 500;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label-count {
  font-size: 1.4em;
  font-weight: 300;
  text-align: right;
  padding-right: 25px;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-count {
  font-size: 1.8em;
  font-weight: 500;
  text-align: right;
  padding-right: 25px;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-value {
  font-size: 1.8em;
  font-weight: 300;
  text-align: right;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-value-thick {
  font-size: 1.8em;
  font-weight: 500;
  text-align: right;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.highlight {
  background-color: #eee;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content tr.underline {
  border-bottom: 1px solid #cccccc;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content:not(.report-content-info):nth-child(even) {
  background-color: #f8f8f8;
}
#LocationRevenueReportInner .downloadable-report table.report-table tbody.report-content:not(.report-content-info):last-child tr.report-line-item:last-child {
  border-bottom: none;
}
#PatronMealPlanHistoryReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#PatronMealPlanHistoryReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#PatronMealPlanHistoryReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#PatronMealPlanHistoryReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr.report-header-row th {
  color: #6d6d6d;
  padding: 5px 0px;
  border: none !important;
  vertical-align: top;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-title {
  text-align: left;
  font-size: 2em;
  font-weight: 400;
  font-family: 'Oswald';
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-campus-name {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1.6em;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 1em;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-date-range .date {
  font-size: 1.2em;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr.report-header-row th .report-print-date {
  font-size: 0.8em;
  text-align: right;
  font-weight: 300;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  padding: 8px 5px;
  text-align: right;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 400;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td.column-data-value {
  padding: 8px 5px;
  color: #6d6d6d;
  text-align: right;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info.patron-info-row {
  display: table-row;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info.patron-info-text-lg {
  font-size: 1.5em;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-label {
  text-transform: uppercase;
  color: #a0a0a0;
  display: table-cell;
  padding: 3px 10px 3px 0;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-value {
  padding: 3px 0;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-value .text-emphasis {
  font-weight: 400;
  font-size: 1.2em;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-label + .patron-info-value {
  display: table-cell;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-values {
  display: table-cell;
  vertical-align: top;
  padding: 3px 0;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr td .patron-info-list .patron-info .patron-info-values .patron-info-value {
  display: block;
  padding: 0;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody tr.aggregated td {
  background-color: #ddd;
  font-weight: 400;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody.report-content tr:not(.aggregated):nth-child(odd) td {
  background-color: #f8f8f8;
}
#PatronMealPlanHistoryReportInner .downloadable-report table.report-table tbody.report-content tr:not(.aggregated) td.column-data-value.highlight {
  font-weight: bold;
  background-color: #ddd;
}
#MobileTransactionsReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#MobileTransactionsReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#MobileTransactionsReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
  border: 1px dashed #999999;
  max-width: 640px;
  padding: 20px;
  margin: 0 auto 30px;
}
#MobileTransactionsReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#MobileTransactionsReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#MobileTransactionsReportInner .downloadable-report table.report-table thead {
  background-color: #ddd;
}
#MobileTransactionsReportInner .downloadable-report table.report-table thead tr th {
  padding: 20px;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content {
  background-color: #ffffff;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content.report-content-info {
  color: #000;
  background-color: #ffffff;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td {
  width: 50%;
  padding: 0px 8px;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td .info-item-label {
  font-size: 1em;
  font-weight: 400;
  text-align: right;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item td .info-item-value {
  font-size: 1.2em;
  font-weight: 400;
  text-align: right;
  text-align: left;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item:first-child td {
  padding-top: 15px;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-info-item:last-child td {
  padding-bottom: 15px;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td {
  padding: 8px 15px;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label {
  font-size: 1.4em;
  font-weight: 300;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label-thick {
  font-size: 1.4em;
  font-weight: 500;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-label-count {
  font-size: 1.4em;
  font-weight: 300;
  text-align: right;
  padding-right: 25px;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-count {
  font-size: 1.8em;
  font-weight: 500;
  text-align: right;
  padding-right: 25px;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-value {
  font-size: 1.8em;
  font-weight: 300;
  text-align: right;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.report-line-item td .line-item-value-thick {
  font-size: 1.8em;
  font-weight: 500;
  text-align: right;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.highlight {
  background-color: #eee;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.underline {
  border-bottom: 1px solid #cccccc;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content tr.overline {
  border-top: 1px solid #cccccc;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content:not(.report-content-info):nth-child(even) {
  background-color: #f8f8f8;
}
#MobileTransactionsReportInner .downloadable-report table.report-table tbody.report-content:not(.report-content-info):last-child tr.report-line-item:last-child {
  border-bottom: none;
}
.simple-bar-chart {
  height: 100%;
}
.simple-bar-chart .bar-chart-inner {
  height: 100%;
}
.simple-bar-chart .bar-chart-inner .chart-area {
  height: 100%;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars {
  height: 100%;
  font-size: 0;
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar {
  font-size: 12px;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-inner {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-inner .bar-description {
  order: 1;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-inner .bar-description .bar-value {
  display: block;
  margin-left: -100%;
  margin-right: -100%;
  text-align: center;
  font-family: 'Oswald';
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-inner .bar-description .bar-value-suffix {
  display: block;
  margin-left: -100%;
  margin-right: -100%;
  text-align: center;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-inner .bar-graphic {
  order: 2;
  position: relative;
  width: 100%;
  height: 100%;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-inner .bar-graphic .bar-graphic-inner {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ededed;
  border-bottom: 1px solid #ededed;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar .bar-inner .bar-label {
  order: 3;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar.is-fixed-width .bar-graphic {
  position: relative;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar.is-fixed-width .bar-graphic .bar-graphic-inner {
  left: 50%;
  width: 60px;
  margin-left: -30px;
}
.simple-bar-chart .bar-chart-inner .chart-area .bars .bar.highlight .bar-graphic .bar-graphic-inner {
  background-color: #ddd;
}
#ItemSalesReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#DownloadableItemSalesReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#ItemSalesReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#ItemSalesReportInner .downloadable-report .report-tables {
  margin-top: 10px;
}
#ItemSalesReportInner .downloadable-report .summary-row {
  padding-bottom: 10px;
}
#ItemSalesReportInner .downloadable-report .summary-row .summary-row__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ItemSalesReportInner .downloadable-report .summary-row .summary-row__item .summary-row__item-value {
  color: #3f3f3f;
  font-size: 35px;
  font-weight: bold;
}
#ItemSalesReportInner .downloadable-report .summary-row .summary-row__item .summary-row__item-title {
  color: gray;
  font-size: 19px;
}
#ItemSalesReportInner .downloadable-report .report-tables-header {
  display: flex;
  align-items: center;
  height: 100%;
}
#ItemSalesReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container {
  width: 12.5%;
}
#ItemSalesReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container i {
  font-size: 14px;
}
#ItemSalesReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar input {
  font-size: 14px;
}
#ItemSalesReportInner .downloadable-report .report-tables-header .report-tables-header-button {
  background: #fff !important;
  border: 1px #eee solid !important;
  color: #000 !important;
  transform: unset !important;
  border-radius: unset !important;
  height: 55px;
  padding: 0em 1em !important;
  width: 80%;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
#ItemSalesReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  page-break-after: always;
}
#ItemSalesReportInner .downloadable-report .report-table-container .report-table__pagination {
  display: flex;
  height: 50px;
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 1.6rem;
}
#ItemSalesReportInner .downloadable-report .report-table-container .report-table__pagination .pagination_display {
  text-align: center;
  height: 100%;
}
#ItemSalesReportInner .downloadable-report .report-table-container .report-table__pagination .pagination_display .display_item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ItemSalesReportInner .downloadable-report .report-table-container .overview_bold_content {
  color: #3f3f3f;
  font-size: 35px;
  font-weight: bold;
  margin-top: 10px;
}
#ItemSalesReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#ItemSalesReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#ItemSalesReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#ItemSalesReportInner .downloadable-report table.report-table thead tr th .text-fade {
  opacity: 0.25;
}
#ItemSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 4px 0;
}
#ItemSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  text-align: right;
}
#ItemSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 400;
}
#ItemSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th:first-child {
  padding-left: 20px;
}
#ItemSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th:last-child {
  padding-right: 20px;
}
#ItemSalesReportInner .downloadable-report table.report-table tbody tr {
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 5px solid #fff;
}
#ItemSalesReportInner .downloadable-report table.report-table tbody tr .column-data-value {
  color: #666666;
}
#ItemSalesReportInner .downloadable-report table.report-table tbody tr .column-data-value.column-data-value--empty {
  color: #999999;
}
#ItemSalesReportInner .downloadable-report table.report-table tbody tr td:first-child {
  padding-left: 20px;
}
#ItemSalesReportInner .downloadable-report table.report-table tbody tr td:last-child {
  padding-right: 20px;
}
#ItemSalesReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row td {
  background: #fdf0fc;
}
#ItemSalesReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row .column-data-value i {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
#ItemSalesReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row-modifiers td {
  background: #edfdee;
}
#ItemSalesReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row-modifiers td:first-child {
  border-left: 100px solid #fff;
}
#ItemSalesReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row-modifier-breakdowns td:first-child {
  padding-left: 100px;
}
#ItemSalesReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row--variable-height {
  height: auto;
}
#ItemSalesReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row--variable-height td {
  padding-top: 15px;
  padding-bottom: 15px;
}
#ItemSalesReportInner .downloadable-report table.report-table tbody tr .item-quantity-sales-report-row-note {
  font-size: 0.9em;
  font-style: italic;
  color: #666666;
}
#DownloadableItemSalesReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#DownloadableItemSalesReportInner .downloadable-report .report-tables {
  margin-top: 10px;
}
#DownloadableItemSalesReportInner .downloadable-report .summary-row {
  padding-bottom: 10px;
}
#DownloadableItemSalesReportInner .downloadable-report .summary-row .summary-row__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#DownloadableItemSalesReportInner .downloadable-report .summary-row .summary-row__item .summary-row__item-value {
  color: #3f3f3f;
  font-size: 35px;
  font-weight: bold;
}
#DownloadableItemSalesReportInner .downloadable-report .summary-row .summary-row__item .summary-row__item-title {
  color: gray;
  font-size: 19px;
}
#DownloadableItemSalesReportInner .downloadable-report .report-tables-header {
  display: flex;
  align-items: center;
  height: 100%;
}
#DownloadableItemSalesReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container {
  width: 12.5%;
}
#DownloadableItemSalesReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container i {
  font-size: 14px;
}
#DownloadableItemSalesReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar input {
  font-size: 14px;
}
#DownloadableItemSalesReportInner .downloadable-report .report-tables-header .report-tables-header-button {
  background: #fff !important;
  border: 1px #eee solid !important;
  color: #000 !important;
  transform: unset !important;
  border-radius: unset !important;
  height: 55px;
  padding: 0em 1em !important;
  width: 80%;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
#DownloadableItemSalesReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  page-break-after: always;
}
#DownloadableItemSalesReportInner .downloadable-report .report-table-container .report-table__pagination {
  display: flex;
  height: 50px;
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 1.6rem;
}
#DownloadableItemSalesReportInner .downloadable-report .report-table-container .report-table__pagination .pagination_display {
  text-align: center;
  height: 100%;
}
#DownloadableItemSalesReportInner .downloadable-report .report-table-container .report-table__pagination .pagination_display .display_item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#DownloadableItemSalesReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#DownloadableItemSalesReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#DownloadableItemSalesReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#DownloadableItemSalesReportInner .downloadable-report table.report-table thead tr th .text-fade {
  opacity: 0.25;
}
#DownloadableItemSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 4px 0;
}
#DownloadableItemSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  text-align: right;
}
#DownloadableItemSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 400;
}
#DownloadableItemSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th:first-child {
  padding-left: 20px;
}
#DownloadableItemSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th:last-child {
  padding-right: 20px;
}
#DownloadableItemSalesReportInner .downloadable-report table.report-table tbody tr {
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 5px solid #fff;
}
#DownloadableItemSalesReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row td {
  background: #fdf0fc;
}
#DownloadableItemSalesReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row .column-data-value i {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
#DownloadableItemSalesReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row-modifiers td {
  background: #edfdee;
}
#DownloadableItemSalesReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row-modifiers td:first-child {
  border-left: 100px solid #fff;
}
#DownloadableItemSalesReportInner .downloadable-report table.report-table tbody tr td:first-child {
  padding-left: 20px;
}
#DownloadableItemSalesReportInner .downloadable-report table.report-table tbody tr td:last-child {
  padding-right: 20px;
}
#DiscountAndRewardsReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#DownloadableDiscountAndRewardsReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#DiscountAndRewardsReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#DiscountAndRewardsReportInner .downloadable-report .report-tables {
  margin-top: 10px;
}
#DiscountAndRewardsReportInner .downloadable-report .summary-row {
  padding-bottom: 10px;
}
#DiscountAndRewardsReportInner .downloadable-report .summary-row .summary-row__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#DiscountAndRewardsReportInner .downloadable-report .summary-row .summary-row__item .summary-row__item-value {
  color: #3f3f3f;
  font-size: 35px;
  font-weight: bold;
}
#DiscountAndRewardsReportInner .downloadable-report .summary-row .summary-row__item .summary-row__item-title {
  color: gray;
  font-size: 19px;
}
#DiscountAndRewardsReportInner .downloadable-report .report-tables-header {
  display: flex;
  align-items: center;
  height: 100%;
}
#DiscountAndRewardsReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container {
  width: 12.5%;
}
#DiscountAndRewardsReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container i {
  font-size: 14px;
}
#DiscountAndRewardsReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar input {
  font-size: 14px;
}
#DiscountAndRewardsReportInner .downloadable-report .report-tables-header .report-tables-header-button {
  background: #fff !important;
  border: 1px #eee solid !important;
  color: #000 !important;
  transform: unset !important;
  border-radius: unset !important;
  height: 55px;
  padding: 0em 1em !important;
  width: 80%;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
#DiscountAndRewardsReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  page-break-after: always;
}
#DiscountAndRewardsReportInner .downloadable-report .report-table-container .report-table__pagination {
  display: flex;
  height: 50px;
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 1.6rem;
}
#DiscountAndRewardsReportInner .downloadable-report .report-table-container .report-table__pagination .pagination_display {
  text-align: center;
  height: 100%;
}
#DiscountAndRewardsReportInner .downloadable-report .report-table-container .report-table__pagination .pagination_display .display_item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#DiscountAndRewardsReportInner .downloadable-report .report-table-container .overview_bold_content {
  color: #3f3f3f;
  font-size: 35px;
  font-weight: bold;
  margin-top: 10px;
}
#DiscountAndRewardsReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#DiscountAndRewardsReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#DiscountAndRewardsReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#DiscountAndRewardsReportInner .downloadable-report table.report-table thead tr th .text-fade {
  opacity: 0.25;
}
#DiscountAndRewardsReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 4px 0;
}
#DiscountAndRewardsReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  text-align: right;
}
#DiscountAndRewardsReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 400;
}
#DiscountAndRewardsReportInner .downloadable-report table.report-table thead tr.report-content-header-row th:first-child {
  padding-left: 20px;
}
#DiscountAndRewardsReportInner .downloadable-report table.report-table thead tr.report-content-header-row th:last-child {
  padding-right: 20px;
}
#DiscountAndRewardsReportInner .downloadable-report table.report-table tbody tr {
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 5px solid #fff;
}
#DiscountAndRewardsReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row td {
  background: #fdf0fc;
}
#DiscountAndRewardsReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row .column-data-value i {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
#DiscountAndRewardsReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row-modifiers td {
  background: #edfdee;
}
#DiscountAndRewardsReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row-modifiers td:first-child {
  border-left: 100px solid #fff;
}
#DiscountAndRewardsReportInner .downloadable-report table.report-table tbody tr td:first-child {
  padding-left: 20px;
}
#DiscountAndRewardsReportInner .downloadable-report table.report-table tbody tr td:last-child {
  padding-right: 20px;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report .report-tables {
  margin-top: 10px;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report .summary-row {
  padding-bottom: 10px;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report .summary-row .summary-row__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report .summary-row .summary-row__item .summary-row__item-value {
  color: #3f3f3f;
  font-size: 35px;
  font-weight: bold;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report .summary-row .summary-row__item .summary-row__item-title {
  color: gray;
  font-size: 19px;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report .report-tables-header {
  display: flex;
  align-items: center;
  height: 100%;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container {
  width: 12.5%;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container i {
  font-size: 14px;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar input {
  font-size: 14px;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report .report-tables-header .report-tables-header-button {
  background: #fff !important;
  border: 1px #eee solid !important;
  color: #000 !important;
  transform: unset !important;
  border-radius: unset !important;
  height: 55px;
  padding: 0em 1em !important;
  width: 80%;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  page-break-after: always;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report .report-table-container .report-table__pagination {
  display: flex;
  height: 50px;
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 1.6rem;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report .report-table-container .report-table__pagination .pagination_display {
  text-align: center;
  height: 100%;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report .report-table-container .report-table__pagination .pagination_display .display_item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report .report-table-container .overview_bold_content {
  color: #3f3f3f;
  font-size: 35px;
  font-weight: bold;
  margin-top: 10px;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report table.report-table thead tr th .text-fade {
  opacity: 0.25;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 4px 0;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  text-align: right;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 400;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report table.report-table thead tr.report-content-header-row th:first-child {
  padding-left: 20px;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report table.report-table thead tr.report-content-header-row th:last-child {
  padding-right: 20px;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report table.report-table tbody tr {
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 5px solid #fff;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row td {
  background: #fdf0fc;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row .column-data-value i {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row-modifiers td {
  background: #edfdee;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row-modifiers td:first-child {
  border-left: 100px solid #fff;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report table.report-table tbody tr td:first-child {
  padding-left: 20px;
}
#DownloadableDiscountAndRewardsReportInner .downloadable-report table.report-table tbody tr td:last-child {
  padding-right: 20px;
}
#LabourReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#DownloadableLabourReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#LabourReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#LabourReportInner .downloadable-report .report-tables {
  margin-top: 10px;
}
#LabourReportInner .downloadable-report .summary-row {
  padding-bottom: 10px;
}
#LabourReportInner .downloadable-report .summary-row .summary-row__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#LabourReportInner .downloadable-report .summary-row .summary-row__item .summary-row__item-value {
  color: #3f3f3f;
  font-size: 35px;
  font-weight: bold;
}
#LabourReportInner .downloadable-report .summary-row .summary-row__item .summary-row__item-title {
  color: gray;
  font-size: 19px;
}
#LabourReportInner .downloadable-report .report-tables-header {
  display: flex;
  align-items: center;
  height: 100%;
}
#LabourReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container {
  width: 12.5%;
}
#LabourReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container i {
  font-size: 14px;
}
#LabourReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar input {
  font-size: 14px;
}
#LabourReportInner .downloadable-report .report-tables-header .report-tables-header-button {
  background: #fff !important;
  border: 1px #eee solid !important;
  color: #000 !important;
  transform: unset !important;
  border-radius: unset !important;
  height: 55px;
  padding: 0em 1em !important;
  width: 80%;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
#LabourReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  page-break-after: always;
}
#LabourReportInner .downloadable-report .report-table-container .report-table__pagination {
  display: flex;
  height: 50px;
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 1.6rem;
}
#LabourReportInner .downloadable-report .report-table-container .report-table__pagination .pagination_display {
  text-align: center;
  height: 100%;
}
#LabourReportInner .downloadable-report .report-table-container .report-table__pagination .pagination_display .display_item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#LabourReportInner .downloadable-report .report-table-container .overview_bold_content {
  color: #3f3f3f;
  font-size: 35px;
  font-weight: bold;
  margin-top: 10px;
}
#LabourReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#LabourReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#LabourReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#LabourReportInner .downloadable-report table.report-table thead tr th .text-fade {
  opacity: 0.25;
}
#LabourReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 4px 0;
}
#LabourReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  text-align: right;
}
#LabourReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 400;
}
#LabourReportInner .downloadable-report table.report-table thead tr.report-content-header-row th:first-child {
  padding-left: 20px;
}
#LabourReportInner .downloadable-report table.report-table thead tr.report-content-header-row th:last-child {
  padding-right: 20px;
}
#LabourReportInner .downloadable-report table.report-table tbody tr {
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 5px solid #fff;
}
#LabourReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row td {
  background: #fdf0fc;
}
#LabourReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row .column-data-value i {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
#LabourReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row-modifiers td {
  background: #edfdee;
}
#LabourReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row-modifiers td:first-child {
  border-left: 100px solid #fff;
}
#LabourReportInner .downloadable-report table.report-table tbody tr td:first-child {
  padding-left: 20px;
}
#LabourReportInner .downloadable-report table.report-table tbody tr td:last-child {
  padding-right: 20px;
}
#DownloadableLabourReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#DownloadableLabourReportInner .downloadable-report .report-tables {
  margin-top: 10px;
}
#DownloadableLabourReportInner .downloadable-report .summary-row {
  padding-bottom: 10px;
}
#DownloadableLabourReportInner .downloadable-report .summary-row .summary-row__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#DownloadableLabourReportInner .downloadable-report .summary-row .summary-row__item .summary-row__item-value {
  color: #3f3f3f;
  font-size: 35px;
  font-weight: bold;
}
#DownloadableLabourReportInner .downloadable-report .summary-row .summary-row__item .summary-row__item-title {
  color: gray;
  font-size: 19px;
}
#DownloadableLabourReportInner .downloadable-report .report-tables-header {
  display: flex;
  align-items: center;
  height: 100%;
}
#DownloadableLabourReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container {
  width: 12.5%;
}
#DownloadableLabourReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container i {
  font-size: 14px;
}
#DownloadableLabourReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar input {
  font-size: 14px;
}
#DownloadableLabourReportInner .downloadable-report .report-tables-header .report-tables-header-button {
  background: #fff !important;
  border: 1px #eee solid !important;
  color: #000 !important;
  transform: unset !important;
  border-radius: unset !important;
  height: 55px;
  padding: 0em 1em !important;
  width: 80%;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
#DownloadableLabourReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  page-break-after: always;
}
#DownloadableLabourReportInner .downloadable-report .report-table-container .report-table__pagination {
  display: flex;
  height: 50px;
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 1.6rem;
}
#DownloadableLabourReportInner .downloadable-report .report-table-container .report-table__pagination .pagination_display {
  text-align: center;
  height: 100%;
}
#DownloadableLabourReportInner .downloadable-report .report-table-container .report-table__pagination .pagination_display .display_item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#DownloadableLabourReportInner .downloadable-report .report-table-container .overview_bold_content {
  color: #3f3f3f;
  font-size: 35px;
  font-weight: bold;
  margin-top: 10px;
}
#DownloadableLabourReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#DownloadableLabourReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#DownloadableLabourReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#DownloadableLabourReportInner .downloadable-report table.report-table thead tr th .text-fade {
  opacity: 0.25;
}
#DownloadableLabourReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 4px 0;
}
#DownloadableLabourReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  text-align: right;
}
#DownloadableLabourReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 400;
}
#DownloadableLabourReportInner .downloadable-report table.report-table thead tr.report-content-header-row th:first-child {
  padding-left: 20px;
}
#DownloadableLabourReportInner .downloadable-report table.report-table thead tr.report-content-header-row th:last-child {
  padding-right: 20px;
}
#DownloadableLabourReportInner .downloadable-report table.report-table tbody tr {
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 5px solid #fff;
}
#DownloadableLabourReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row td {
  background: #fdf0fc;
}
#DownloadableLabourReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row .column-data-value i {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
#DownloadableLabourReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row-modifiers td {
  background: #edfdee;
}
#DownloadableLabourReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row-modifiers td:first-child {
  border-left: 100px solid #fff;
}
#DownloadableLabourReportInner .downloadable-report table.report-table tbody tr td:first-child {
  padding-left: 20px;
}
#DownloadableLabourReportInner .downloadable-report table.report-table tbody tr td:last-child {
  padding-right: 20px;
}
#PatronSpendReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#PatronSpendReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#PatronSpendReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#PatronSpendReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#PatronSpendReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#PatronSpendReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#PatronSpendReportInner .downloadable-report table.report-table thead tr th .text-fade {
  opacity: 0.25;
}
#PatronSpendReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 4px 2px;
}
#PatronSpendReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  text-align: right;
}
#PatronSpendReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 400;
}
#PatronSpendReportInner .downloadable-report table.report-table tbody tr td {
  padding: 4px 2px;
}
#PatronSpendReportInner .downloadable-report table.report-table tbody.report-content tr:not(.aggregated):nth-child(odd) td {
  background-color: #f8f8f8;
}
#ParticipationRateReport,
#MealPlanSalesReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#ParticipationRateReportInner .downloadable-report,
#MealPlanSalesReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#ParticipationRateReportInner .downloadable-report .report-table-container,
#MealPlanSalesReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#ParticipationRateReportInner .downloadable-report .report-table-container:last-child,
#MealPlanSalesReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#ParticipationRateReportInner .downloadable-report table.report-table,
#MealPlanSalesReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#ParticipationRateReportInner .downloadable-report table.report-table thead tr th .header-label,
#MealPlanSalesReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#ParticipationRateReportInner .downloadable-report table.report-table thead tr th .text-fade,
#MealPlanSalesReportInner .downloadable-report table.report-table thead tr th .text-fade {
  opacity: 0.25;
}
#ParticipationRateReportInner .downloadable-report table.report-table thead tr.report-content-header-row th,
#MealPlanSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 4px 2px;
}
#ParticipationRateReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label,
#MealPlanSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  text-align: right;
}
#ParticipationRateReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label,
#MealPlanSalesReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 400;
}
#ParticipationRateReportInner .downloadable-report table.report-table tbody tr td,
#MealPlanSalesReportInner .downloadable-report table.report-table tbody tr td {
  padding: 4px 2px;
}
#ParticipationRateReportInner .downloadable-report table.report-table tbody.report-content tr:not(.aggregated):nth-child(odd) td,
#MealPlanSalesReportInner .downloadable-report table.report-table tbody.report-content tr:not(.aggregated):nth-child(odd) td {
  background-color: #f8f8f8;
}
#ParticipationRateReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated td,
#MealPlanSalesReportInner .downloadable-report table.report-table tbody.report-content tr.aggregated td {
  background-color: #48bb91;
  font-size: 1.2em;
  font-weight: bold;
}
#ParticipationRateReportInner .downloadable-report table.report-table tbody.report-content [ng-click],
#MealPlanSalesReportInner .downloadable-report table.report-table tbody.report-content [ng-click] {
  color: #48bb91;
  cursor: pointer;
}
#EmployeeShiftsReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#EmployeeShiftsReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#EmployeeShiftsReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#EmployeeShiftsReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#EmployeeShiftsReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#EmployeeShiftsReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#EmployeeShiftsReportInner .downloadable-report table.report-table thead tr th .text-fade {
  opacity: 0.25;
}
#EmployeeShiftsReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 4px 2px;
}
#EmployeeShiftsReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  text-align: right;
}
#EmployeeShiftsReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 400;
}
#EmployeeShiftsReportInner .downloadable-report table.report-table tbody tr td {
  padding: 4px 2px;
}
#EmployeeShiftsReportInner .downloadable-report table.report-table tbody.report-content tr:not(.aggregated):nth-child(odd) td {
  background-color: #f8f8f8;
}
/* copied over from angular to ensure ng-hide is properly hidden when printed as pdf */
.ng-cloak,
.x-ng-cloak,
.ng-hide {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  #SalesReport .downloadable-report table.report-table {
    font-size: 16px;
  }
  #SalesReport .downloadable-report table.report-list {
    font-size: 20px;
  }
  #DailySalesMealsServedReport .downloadable-report table.report-table {
    font-size: 16px;
  }
  #MealPlanUsageReport .downloadable-report table.report-table {
    font-size: 16px;
  }
  #MealPlanUsageReport .downloadable-report table.report-table .usage-graph .usage-graph-title {
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
  }
  #MealPlanUsageReport .downloadable-report table.report-table .usage-graph .usage-graph-svg {
    margin: 0 auto;
  }
  #MealPlanUsageReport .downloadable-report table.report-table .usage-graph .usage-graph-svg svg .nvd3 .nv-label text {
    font-size: 12px;
    font-weight: 300;
    font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
  }
  #MealPlanUsageReport .downloadable-report table.report-table .usage-graph .usage-graph-legend table.legend-table {
    font-size: 16px;
    font-weight: 300;
  }
  #PatronActivityReportInner .downloadable-report table.report-table {
    font-size: 16px;
  }
}
#LossPreventionReport {
  width: 100%;
  margin: 15px auto;
  padding: 15px 30px;
  border-radius: 2px;
  box-shadow: 0 0 10px #d8d8d8;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#LossPreventionReportInner .downloadable-report {
  color: #444444;
  font-family: 'Open Sans', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}
#LossPreventionReportInner .downloadable-report .report-tables {
  margin-top: 10px;
}
#LossPreventionReportInner .downloadable-report .report-tables-header {
  display: flex;
  align-items: center;
  height: 100%;
}
#LossPreventionReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container {
  width: 12.5%;
}
#LossPreventionReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar .smb-pos__order-search-bar-icon-container i {
  font-size: 14px;
}
#LossPreventionReportInner .downloadable-report .report-tables-header .smb-pos__order-search-bar input {
  font-size: 14px;
}
#LossPreventionReportInner .downloadable-report .report-tables-header .report-tables-header-button {
  background: #fff !important;
  border: 1px #eee solid !important;
  color: #000 !important;
  transform: unset !important;
  border-radius: unset !important;
  height: 55px;
  padding: 0em 1em !important;
  width: 80%;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
#LossPreventionReportInner .downloadable-report .report-table-container {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #cccccc;
  page-break-after: always;
}
#LossPreventionReportInner .downloadable-report .report-table-container .report-table-no-results {
  padding-top: 5px;
  font-size: 18px;
  opacity: 0.5;
}
#LossPreventionReportInner .downloadable-report .report-table-container:last-child {
  page-break-after: auto;
}
#LossPreventionReportInner .downloadable-report table.report-table {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 300;
  border-collapse: collapse;
  border-spacing: 0;
}
#LossPreventionReportInner .downloadable-report table.report-table thead tr th .header-label {
  text-align: center;
}
#LossPreventionReportInner .downloadable-report table.report-table thead tr th .text-fade {
  opacity: 0.25;
}
#LossPreventionReportInner .downloadable-report table.report-table thead tr.report-content-header-row th {
  padding: 4px 0;
}
#LossPreventionReportInner .downloadable-report table.report-table thead tr.report-content-header-row th.column-data-value .header-label {
  text-align: right;
}
#LossPreventionReportInner .downloadable-report table.report-table thead tr.report-content-header-row th .header-label {
  font-size: 1.2em;
  text-align: left;
  font-weight: 400;
}
#LossPreventionReportInner .downloadable-report table.report-table thead tr.report-content-header-row th:first-child {
  padding-left: 20px;
}
#LossPreventionReportInner .downloadable-report table.report-table thead tr.report-content-header-row th:last-child {
  padding-right: 20px;
}
#LossPreventionReportInner .downloadable-report table.report-table tbody tr {
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 5px solid #fff;
}
#LossPreventionReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row td {
  background: #fdf0fc;
}
#LossPreventionReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row .column-data-value i {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
#LossPreventionReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row-modifiers td {
  background: #edfdee;
}
#LossPreventionReportInner .downloadable-report table.report-table tbody tr.item-quantity-sales-report-row-modifiers td:first-child {
  border-left: 100px solid #fff;
}
#LossPreventionReportInner .downloadable-report table.report-table tbody tr td:first-child {
  padding-left: 20px;
}
#LossPreventionReportInner .downloadable-report table.report-table tbody tr td:last-child {
  padding-right: 20px;
}
.downloadable-report.printable .print-visible {
  display: block !important;
}
.downloadable-report.printable .print-hidden {
  display: none !important;
}
.downloadable-report.printable .report-filters .filter-info .filter-info-label {
  color: #6d6d6d;
}
.downloadable-report.printable .report-filters .filter-info .filter .filter-type {
  color: #6d6d6d;
  font-size: 10px;
}
.downloadable-report.printable .report-filters .filter-info .filter .filter-value {
  color: #6d6d6d;
  font-size: 10px;
}
.reports-dashboard {
  display: flex;
  flex-direction: row;
  height: 100%;
  zoom: 0.75;
}
.reports-dashboard button,
.reports-dashboard button.btn {
  display: inline-block;
}
.reports-page {
  display: flex;
  flex-direction: row;
  zoom: 0.75;
}
.reports-page button,
.reports-page button.btn {
  display: inline-block;
  margin-left: 3px;
}
.reports-page > .main-container-inner {
  flex: 1;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.reports-dashboard-sidenav {
  min-width: 250px;
  width: 250px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ccc;
  height: 100%;
  overflow: scroll;
  background: #3d3d3d;
}
.reports-dashboard-sidenav div {
  width: 100%;
}
.reports-dashboard-sidenav button {
  font-family: 'Open Sans', sans-serif;
  padding: 30px 30px 30px 40px;
  text-align: left;
  border: 0px;
  outline: none;
  width: 100%;
  display: flex;
  background: #3d3d3d;
  color: #aaa;
}
.reports-dashboard-sidenav button div:last-child {
  width: 30px;
  text-align: right;
}
/**
** Also being used for merchant. Please verify
** before changing
**/
.reports-sidenav {
  -webkit-overflow-scrolling: touch;
}
.reports-dashboard-sidenav-btn-active {
  background-color: #333333 !important;
  color: #efe13b !important;
  border-left: 5px solid #efe13b !important;
  padding-left: 35px !important;
}
.reports-dashboard-view {
  width: 100%;
  background: #fafafa !important;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.reports-dashboard-container {
  padding: 30px;
}
.reports-dashboard-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 2px solid #ccc;
}
.reports-dashboard-nav button {
  background: transparent;
  border: 0px;
  padding: 20px 20px;
  position: relative;
  top: 2px;
  color: #ccc;
}
.reports-dashboard-nav button.active {
  color: #333;
  border-bottom: 2px solid #333;
}
.reports-dashboard-subnav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 15px 10px 10px 20px;
}
.reports-dashboard-subnav div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.reports-dashboard-subnav i {
  margin: 0px 10px 0px 0px;
}
.reports-dashboard-subnav > button {
  color: #48bb91;
  background: #fff;
  border: 0px;
  font-size: 14px;
  padding: 15px 30px;
}
.reports-dashboard-subnav div button {
  color: #48bb91;
  background: transparent;
  border: 0px;
  font-size: 12px;
  margin-left: 5px;
}
.reports-dashboard-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.reports-dashboard-col {
  display: flex;
  flex-direction: column;
}
.reports-dashboard-block {
  font-size: 12px;
  box-shadow: 2px 2px 8px #eee;
  border-radius: 10px;
  margin: 5px;
  flex: 1;
  background: #fff;
}
.flex-start {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flex-mid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.reports-dashboard-view h1 {
  font-size: 45px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.reports-dashboard-view h1 span {
  font-size: 15px;
}
.reports-dashboard-block-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex: 1;
}
.reports-dashboard-block-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.data-movement {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  margin-left: 20px;
  display: none;
}
.data-movement i {
  margin-right: 10px;
  font-size: 16px;
}
.data-increase {
  color: #48bb91;
}
.data-decrease {
  color: #db3e3e;
}
.reports-dashboard-bar-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.reports-dashboard-bar {
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: #e8e8e4;
  overflow: hidden;
}
.reports-dashboard-bar-fill {
  width: 0%;
  height: 100%;
  background: #333;
}
.reports-dashboard-lg-padding {
  padding: 25px 30px;
}
.reports-dashboard-separated-block {
  border-bottom: 1px solid #eee;
}
.reports-dashboard-summary-block {
  padding: 20px;
}
.reports-dashboard-summary-subheader {
  margin: 0 !important;
}
.reports-dashboard-separated-block:last-child {
  border-bottom: 0px;
}
.reports-dashboard-sm-padding {
  padding: 10px !important;
}
.reports-dashboard-number-stat {
  white-space: nowrap;
  font-size: 20px;
}
.reports-dashboard-number-stat span {
  font-size: 40px;
  color: #bbb;
}
.reports-dashboard-view ul {
  margin: 0px;
  padding: 0px;
}
.reports-dashboard-view ul li {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.reports-dashboard-top-users {
  background: #fff;
  padding: 40px;
}
.reports-dashboard-top-users-list {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  margin-top: 20px;
}
.reports-dashboard-top-user {
  min-width: 150px;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background: #48bb91;
  margin-right: 40px;
}
.reports-dashboard-mobile-order {
  position: relative;
}
.reports-dashboard-mobile-order div {
  position: absolute;
  bottom: 40px;
  right: 40px;
  text-align: right;
}
.bar-chart {
  position: relative;
}
.pie-chart {
  position: relative;
}
.pie-chart-legend {
  flex: 1;
  display: flex;
  justify-content: center;
  align-content: center;
}
.legend-circle {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #48bb91;
  margin-right: 10px;
}
.flex1 {
  flex: 1;
}
nvd3 {
  width: 100%;
}
.pie-overlay {
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
h4 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.histogram {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.histogram div {
  flex: 1;
  background: #48bb91;
  border: 0px;
  margin: 0px;
}
.histogram-label {
  flex: initial !important;
  width: 30px !important;
  text-align: center;
  background: #fff !important;
}
.histogram-time-label {
  background: #fff !important;
}
.reports-loader {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0px;
}
@page {
  margin: 0.25in;
}
@media print {
  #DownloadableItemSalesReport {
    display: block !important;
  }
  #DownloadableDiscountAndRewardsReport {
    display: block !important;
  }
  #DownloadableLabourReport {
    display: block !important;
  }
  .no-print {
    display: none !important;
  }
  .body-inner .ui-view-container {
    overflow: visible !important;
  }
  .main-view {
    padding-top: 0;
  }
  .reports-dashboard-sidenav {
    display: none;
  }
  .reports-page > .main-container-inner {
    overflow: visible;
  }
  .navbar,
  .breadcrumbs,
  .page-header,
  .freshideas-table-toolbar,
  .widget-box,
  .filter-info {
    display: none;
  }
  .navbar button,
  .breadcrumbs button,
  .page-header button,
  .freshideas-table-toolbar button,
  .widget-box button,
  .filter-info button,
  .navbar button.btn,
  .breadcrumbs button.btn,
  .page-header button.btn,
  .freshideas-table-toolbar button.btn,
  .widget-box button.btn,
  .filter-info button.btn {
    display: inline-block;
  }
  .main-sidenav {
    display: none;
  }
  .downloadble-report-outer-container {
    width: auto !important;
    margin: 0 -15px !important;
    padding: 15px !important;
    box-shadow: none !important;
    border: none !important;
  }
  .downloadable-report .filter-info {
    display: block;
  }
  .downloadable-report .print-visible {
    display: block !important;
  }
  .downloadable-report .print-hidden {
    display: none;
  }
  .downloadable-report .report-table-container {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    page-break-after: always;
  }
  .downloadable-report .report-table-container:last-child {
    page-break-after: auto;
  }
  .downloadable-report table.report-table {
    font-size: 10px;
    cell-padding: 5px;
  }
  .downloadable-report table.report-table th.column-section-summary,
  .downloadable-report table.report-table td.column-section-summary {
    border-left: 1px solid #ffffff !important;
    border-right: 1px solid #ffffff !important;
  }
  .downloadable-report table.report-list {
    font-size: 10px;
    cell-padding: 3px;
    margin: 10px;
  }
  #SummaryReportInner .downloadable-report {
    font-size: 10px;
  }
  #SummaryReportInner .downloadable-report .report-content {
    display: table;
    width: 100%;
  }
  #SummaryReportInner .downloadable-report .report-content .report-section-group {
    page-break-inside: avoid !important;
  }
  #MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph-title {
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
  }
  #MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph-svg {
    width: 200px;
    height: 200px;
  }
  #MealPlanUsageReportInner .downloadable-report table.report-table .usage-graph .usage-graph-legend table.legend-table {
    font-size: 10px;
    font-weight: 300;
  }
  #ActivePatronsReportInner .downloadable-report table.report-table {
    font-size: 8px;
  }
  #PatronCountsReportInner .downloadable-report table.report-table {
    width: 600px;
    cell-padding: 0;
    font-size: 8px;
  }
  #PatronCountsReportInner .downloadable-report table.report-table thead tr.report-legend-header-row th .report-legend {
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #PatronCountsReportInner .downloadable-report table.report-table thead tr.report-legend-header-row th .heatmap-tile {
    width: 12px;
    height: 12px;
  }
  #PatronCountsReportInner .downloadable-report table.report-table tbody tr td .heatmap-tile {
    width: auto;
    height: 12px;
    font-size: 8px;
  }
  #PatronActivityReportInner .downloadable-report .report-table-container {
    page-break-after: auto;
  }
  #PatronMealPlanHistoryReportInner .downloadable-report .report-table-container {
    page-break-after: auto;
  }
}
.labour-pie-chart {
  justify-content: center;
  align-items: left;
  margin-right: 150px;
}
.labour-bar-chart {
  justify-content: center;
  align-items: right;
}
.charts-container {
  display: flex;
  margin-bottom: 100px;
}
#DownloadableItemSalesReport {
  display: none;
}
#DownloadableDiscountAndRewardsReport {
  display: none;
}
#DownloadableLabourReport {
  display: none;
}
@media only screen and (max-width: 600px) {
  .reports-dashboard-row {
    display: block !important;
  }
}
#GiftCardReport {
  font-size: 16px;
}
@keyframes loading-rotate {
  100% {
    transform: rotate(-360deg);
  }
}
#GiftCardReport .loading-data {
  height: 295px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
#GiftCardReport .loading-data .loading-icon {
  animation: loading-rotate 2s infinite;
}
#GiftCardReport .report-container {
  background: #f4f5f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 32px;
}
#GiftCardReport .vertical-spacer-24 {
  min-height: 24px;
}
#GiftCardReport .horizontal-spacer-16 {
  min-width: 16px;
}
#GiftCardReport .horizontal-spacer-64 {
  min-width: 64px;
}
#GiftCardReport .title {
  font-size: 24px;
}
#GiftCardReport .tile-title {
  font-size: 24px;
}
#GiftCardReport .description {
  font-weight: 300;
}
#GiftCardReport .pagination-row {
  display: flex;
  justify-content: flex-end;
}
#GiftCardReport .pagination-row .pagination__display {
  display: flex;
  align-items: center;
}
#GiftCardReport .pagination-row .pagination__display .pagination-button {
  height: 48px;
  width: 96px;
  border-radius: 24px;
  background-color: #f4f5f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#GiftCardReport .gift-card-report-table {
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}
#GiftCardReport .gift-card-report-table .width-percentage-3 {
  width: 3%;
}
#GiftCardReport .gift-card-report-table .width-percentage-5 {
  width: 5%;
}
#GiftCardReport .gift-card-report-table .width-percentage-10 {
  min-width: 10%;
}
#GiftCardReport .gift-card-report-table .width-percentage-16 {
  width: 16%;
}
#GiftCardReport .gift-card-report-table .width-percentage-30 {
  min-width: 30%;
}
#GiftCardReport .gift-card-report-table .width-percentage-50 {
  min-width: 50%;
}
#GiftCardReport .gift-card-report-table .width-percentage-60 {
  width: 60%;
}
#GiftCardReport .gift-card-report-table .width-percentage-70 {
  min-width: 70%;
}
#GiftCardReport .gift-card-report-table .text-align-right {
  text-align: right;
}
#GiftCardReport .gift-card-report-table .margin-left-6 {
  margin-left: 6px;
}
#GiftCardReport .gift-card-report-table tr {
  height: 50px;
}
#GiftCardReport .gift-card-report-table .table-row {
  border-bottom: 0.5px solid #ccccc8;
}
#GiftCardReport .gift-card-report-table th {
  font-weight: normal;
}
#GiftCardReport .gift-card-report-table td {
  font-weight: 300;
}
#GiftCardReport .gift-card-report-table td .margin-right-6 {
  margin-right: 6px;
}
#GiftCardReport .gift-card-report-table .table-head tr {
  height: 0;
}
#GiftCardReport .gift-card-report-table .table-head tr th:first-child {
  padding-left: 16px;
}
#GiftCardReport .gift-card-report-table .table-head tr th:last-child {
  padding-right: 16px;
}
#GiftCardReport .gift-card-report-table .table-body tr td:first-child {
  padding-left: 16px;
}
#GiftCardReport .gift-card-report-table .table-body tr td:last-child {
  padding-right: 16px;
}
#GiftCardReport .gift-card-report-table .table-head:first-of-type tr:first-of-type {
  border-bottom: none !important;
}
#GiftCardReport .gift-card-report-table .table-body:first-of-type tr:first-of-type {
  border-top: none !important;
}
#GiftCardReport .gift-card-report-table .hide-border {
  border-bottom: none !important;
}
#GiftCardReport .report-header {
  width: 100%;
}
#GiftCardReport .info-tile {
  margin: 0 32px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  padding: 24px 32px;
  width: 100%;
}
#GiftCardReport .summary-tile .summary-content {
  display: flex;
  justify-content: center;
}
#GiftCardReport .summary-tile .summary-content .summary-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#GiftCardReport .summary-tile .summary-content .summary-item .summary-number {
  font-size: 32px;
}
#GiftCardReport .summary-tile .summary-content .summary-item .summary-description {
  font-size: 12px;
  color: #767673;
}
#GiftCardReport .activity-tile .activity-table .hide-border {
  border-bottom: none !important;
}
#GiftCardReport .activity-tile .subtable {
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}
#GiftCardReport .activity-tile .subtable .subtable-th {
  font-weight: normal;
  font-size: 12px;
}
#GiftCardReport .activity-tile .subtable .subtable-row {
  border-bottom: 0.5px solid #ccccc8;
}
#GiftCardReport .activity-tile .subtable .subtable-head:first-of-type tr:first-of-type {
  border-bottom: none !important;
}
#GiftCardReport .activity-tile .subtable .subtable-body:first-of-type tr:first-of-type {
  border-top: none !important;
}
#GiftCardReport .locations-tile {
  background: white;
}
#GiftCardReport .segmentation-tile .header-row {
  display: flex;
}
#GiftCardReport .segmentation-tile .header-row .segmentation-row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  border-radius: 24px;
  background-color: #f5f5f0;
}
#GiftCardReport .segmentation-tile .header-row .segmentation-row .segment {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 100px;
}
#GiftCardReport .segmentation-tile .header-row .segmentation-row .selected-segment {
  border-radius: 38px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  background: white;
}
#GiftCardReport .segmentation-tile .title-box {
  margin-right: auto;
}
#GiftCardReport .segmentation-tile .segmentation-info {
  display: flex;
  align-items: flex-start;
}
#GiftCardReport .segmentation-tile .segmentation-info .pie-chart-container {
  display: flex;
  justify-content: center;
  width: 30%;
  margin-right: 5%;
}
#GiftCardReport .segmentation-tile .segmentation-info .pie-chart-container .pie-chart {
  width: 70%;
  height: 70%;
}
#GiftCardReport .segmentation-tile .segmentation-info .segmentation-table {
  width: 65%;
}
#GiftCardReport .segmentation-tile .segmentation-info .segmentation-table .font-weight-normal {
  font-weight: normal;
}
#GiftCardReport .segmentation-tile .segmentation-info .segmentation-table .pie-chart-color {
  border-radius: 5px;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
#GiftCardReport .segmentation-tile .segmentation-info .segmentation-table .first-row {
  background: #59a1b3;
}
#GiftCardReport .segmentation-tile .segmentation-info .segmentation-table .second-row {
  background: #a8e1f0;
}
#GiftCardReport .segmentation-tile .segmentation-info .segmentation-table .segment-color-td {
  display: flex;
  align-items: center;
  height: 50px;
}
#GiftCardReport .segmentation-tile .segmentation-info .segmentation-table .total-row {
  border-top: 0.5px solid #ccccc8;
}
.single-transaction-modal .transaction-refund {
  display: flex;
  flex: 0 0 67%;
  flex-direction: column;
  padding: 30px 0;
  position: relative;
  font-size: 1.2em;
  font-family: 'Open Sans';
}
.single-transaction-modal .transaction-refund .transaction-refund__header {
  display: flex;
  flex: 0 0 90px;
  padding: 0 30px;
}
.single-transaction-modal .transaction-refund .transaction-refund__header .transaction-refund__header-section {
  flex-grow: 1;
}
.single-transaction-modal .transaction-refund .transaction-refund__header .transaction-refund__header-section .transaction-refund__attribute {
  display: flex;
}
.single-transaction-modal .transaction-refund .transaction-refund__header .transaction-refund__header-section .transaction-refund__attribute .transaction-refund__attribute-name {
  font-weight: bold;
  margin-right: 0.5em;
}
.single-transaction-modal .transaction-refund .transaction-refund__header .transaction-refund__header-section .discount-attribute {
  font-size: 1.2em;
}
.single-transaction-modal .transaction-refund .transaction-refund__header .transaction-refund__attribute--flex-end {
  justify-content: flex-end;
}
.single-transaction-modal .transaction-refund .transaction-refund__body {
  display: flex;
  flex: 0 0 67%;
  flex-direction: column;
  padding: 30px 30px;
  position: relative;
}
@media only screen and (max-width: 31.25em) {
  .single-transaction-modal .transaction-refund .transaction-refund__body {
    padding: 16px 12px;
  }
}
.single-transaction-modal .transaction-refund .transaction-refund__body .transaction-refund__items {
  border-collapse: collapse;
  width: 100%;
  vertical-align: middle;
}
.single-transaction-modal .transaction-refund .transaction-refund__body .transaction-refund__items .transaction-refund__th {
  padding: 8px 8px;
  border-bottom: 1px solid #cccccc;
}
.single-transaction-modal .transaction-refund .transaction-refund__body .transaction-refund__items .refund__child-item {
  padding: 8px 8px;
}
.single-transaction-modal .transaction-refund .transaction-refund-summary {
  display: flex;
  height: 100%;
  margin-top: 15px;
}
.single-transaction-modal .transaction-refund .transaction-refund-summary .transaction-refund__tender-summary-item {
  padding: 4px 8px;
}
.single-transaction-modal .transaction-refund .transaction-refund-summary .text-danger {
  color: red;
}
.single-transaction-modal .transaction-refund .transaction-refund-breakdown {
  padding: 4px 8px;
}
.single-transaction-modal .transaction-refund .transaction-refund-breakdown td {
  padding: 4px 8px;
}
@keyframes down-pointer {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0%);
  }
}
.down-pointer {
  animation: down-pointer 2s infinite;
  -webkit-animation: down-pointer 2s infinite;
  -webkit-transition: all ease-in-out;
  transition: all ease-in;
}
@keyframes fly-out-down {
  100% {
    transform: translateY(200%);
  }
}
.fly-out-down {
  animation: fly-out-down 0.2s forwards;
  -webkit-animation: fly-out-down 0.2s forwards;
}
.kds {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #333;
  min-height: 0;
}
.kds-status-incoming {
  background: #7ccced;
}
.kds-status-prepare {
  background: #fca44b;
}
.kds-status-overdue {
  background: #ff5b73;
}
.kds-status-completed {
  background: #999999;
}
.kds-status-ready {
  background: #8ce29a;
}
.kds-title-container {
  display: flex;
  flex-direction: row;
  margin: 10px 10px 20px 10px;
  color: #fff;
}
.kds-title-container .kds-title-location-name {
  margin-right: 20px;
  font-size: 36px;
  font-weight: 300;
}
.kds-title-container .kds-title-time {
  align-self: flex-end;
}
.kds-title-container .kds-title-delete-button {
  margin-left: 40px;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.25);
  line-height: 40px;
  border-radius: 5px;
}
.kds-title-container .kds-screen-label {
  background-color: #e8e8e8;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #333332;
  max-width: 100%;
  padding: 8px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
}
.kds-title-container .kds-title-options-toggle {
  align-self: center;
  margin: 0 16px;
  font-size: 33px;
  width: 50px;
  text-align: center;
}
.kds-title-container .kds-title-options-toggle .dropdown-menu {
  left: auto !important;
  right: 0px;
}
.kds-title-container .kds-title-options-toggle .dropdown-menu li {
  height: 50%;
}
.kds-toggle {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  flex-grow: 1;
  justify-content: end;
  padding: 8px;
}
.kds-toggle i {
  width: 32px;
  text-align: center;
}
.kds-toggle .action-button {
  margin-right: auto;
  display: inline-block;
  color: #444444;
  font-size: 18px;
}
.kds-toggle .action-button .action-button-toggle {
  width: 50px;
  height: 24px;
  border-radius: 22px;
  font-size: 0px;
  margin: 0;
  position: relative;
  border: 1px solid #333332;
  transition: color 0.25s;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background-color: white;
}
.kds-toggle .action-button .action-button-toggle .toggle {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #333332;
  transition: left 0.25s, border-color 0.25s;
}
.kds-toggle .action-button .action-button-toggle.toggle-status-on {
  border: 1px solid #333332;
}
.kds-toggle .action-button .action-button-toggle.toggle-status-on .toggle-panel {
  margin-left: 0;
}
.kds-toggle .action-button .action-button-toggle.toggle-status-on .toggle {
  left: 27px;
  background: #efe13b;
}
.kds-toggle .action-button .action-button-toggle.toggle-status-off {
  border: 1px solid #333332;
}
.kds-toggle .action-button .action-button-toggle.toggle-status-off .toggle {
  background: #4d4d4d;
}
.kds-toggle .action-button .action-button-toggle.toggle-status-off .toggle-panel {
  margin-left: -36px;
}
.kds-toggle .action-button .action-button-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.kds-toggle .action-button .action-button-label.highlight {
  color: #efe13b;
}
.kds-toggle .action-button + .action-button {
  margin-left: 30px;
}
.customer--display-container {
  display: flex;
  background-color: #f5f5f0;
  height: 100%;
  color: white;
  align-items: center;
  justify-content: center;
}
.customer--display-container .customer--display-container-inner {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  font-size: 20px;
  color: #333332;
  padding: 24px 32px;
}
.customer--display-container .customer--display-container-inner .main-title {
  margin: 10px;
}
.customer--display-container .customer--display-container-inner .stations-list {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.customer--display-container .customer--display-container-inner .stations-list .stations-list-inner {
  display: flex;
  flex-direction: row;
  border: 1px solid #333332;
  border-radius: 5px;
  width: 336px;
  height: 48px;
  box-sizing: border-box;
  margin: 10px;
  cursor: pointer;
}
.customer--display-container .customer--display-container-inner .stations-list .stations-list-inner .selected-pos-name {
  display: flex;
  flex-grow: 1;
  width: 80%;
  padding: 10px 0px 10px 16px;
  flex-wrap: nowrap;
  overflow: hidden;
}
.customer--display-container .customer--display-container-inner .stations-list .stations-list-inner .dropdown-icon {
  padding: 10px 16px 10px 16px;
  font-size: 30px;
  color: #333332;
}
.customer--display-container .customer--display-container-inner .stations-list .dropdown-menu {
  left: auto;
}
.customer--display-container .customer--display-container-inner .stations-list .dropdown-menu .menu-row {
  border-bottom: 1px solid #f5f5f0;
  margin: 5px;
}
.customer--display-container .customer--display-container-inner .link-botton {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 48px;
  border-radius: 38px;
  background-color: #efe13a;
  margin: 10px;
  font-size: 16px;
}
.kds-navigation-bar-container {
  display: flex;
  flex-direction: row;
  height: 65px;
  width: calc(100% - 20px);
  margin: 0 10px 10px 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  align-items: center;
}
.kds-navigation-bar-container .kds-navigation-bar-tile {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin: 7.5px 0 7.5px 7.5px;
  justify-content: center;
  align-items: center;
}
.kds-navigation-bar-container .kds-navigation-bar-tile .kds-navigation-bar-tile-text {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  margin: 0 5px;
}
.kds-receipt-container {
  height: 100%;
  width: 100%;
  font-family: 'Nunito';
  display: flex;
  flex-direction: row;
  overflow-y: hidden;
  overflow-x: scroll;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  padding-top: 8px;
}
.kds-receipt-container :focus {
  outline-offset: 4px;
  outline: 2px solid red;
}
.kds-receipt-container .kds-receipt-tile-container {
  position: relative;
  min-width: 300px;
  max-width: 300px;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kds-receipt-container .kds-receipt-tile-container .kds-receipt-tile-container-inner {
  transition: transform 0.2s;
  position: relative;
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  margin: 8px;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.kds-receipt-container .kds-receipt-tile-container .kds-receipt-tile-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 2;
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.kds-receipt-container .kds-receipt-tile-container .kds-receipt-tile-overlay .kds-receipt-tile-overlay-countdown {
  position: relative;
  color: #fff;
  font-size: 144px;
}
.kds-receipt-container .kds-receipt-tile-container .kds-receipt-title-status-container {
  height: 40px;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  line-height: 20px;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.kds-receipt-container .kds-receipt-tile-container .kds-receipt-title-status-container .kds-receipt-title-status-title {
  text-align: left;
}
.kds-receipt-container .kds-receipt-tile-container .kds-receipt-title-status-container .kds-receipt-title-status-service-mode {
  text-align: right;
  flex-grow: 1;
  font-size: 16px;
}
.kds-receipt-container .kds-receipt-tile-container .kds-receipt-title-status-container .kds-receipt-title-status-time {
  text-align: right;
  flex-grow: 1;
  font-size: 16px;
}
.kds-receipt-container .kds-receipt-tile-container .kds-receipt-title-status-container .kds-receipt-title-status-time .kds-receipt-title-status-time-icon {
  margin-right: 5px;
}
.kds-receipt-container .kds-receipt-tile-container .kds-title-status-incoming {
  background: #7ccced;
}
.kds-receipt-container .kds-receipt-tile-container .kds-title-status-prepare {
  background: #fca44b;
}
.kds-receipt-container .kds-receipt-tile-container .kds-title-status-overdue {
  background: #ff5b73;
}
.kds-receipt-container .kds-receipt-tile-container .kds-title-status-completed {
  background: #999999;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-profile-container {
  width: 100%;
  background: #fff;
  padding: 20px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-profile-container .kds-tile-profile-photo {
  width: 25%;
  height: 65px;
  border: 1px solid #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 37.5px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-profile-container .kds-tile-profile-photo .lnr-user {
  line-height: 75px;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-profile-container .kds-tile-profile-text-container {
  flex-grow: 1;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-profile-container .kds-tile-profile-text-container .kds-tile-profile-text-name {
  font-size: 24px;
  font-weight: 700;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-profile-container .kds-tile-profile-text-container .kds-tile-profile-text-time,
.kds-receipt-container .kds-receipt-tile-container .kds-tile-profile-container .kds-tile-profile-text-container .kds-tile-profile-text-station {
  font-size: 11px;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-profile-container .kds-tile-profile-order-number {
  width: 25%;
  font-size: 28px;
  text-align: right;
}
.kds-receipt-container .kds-receipt-tile-container ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-order-container {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-order-container .kds-tile-item-container {
  background: #fff;
  padding: 5px 20px;
  display: flex;
  position: relative;
  flex-direction: row;
  text-align: left;
  align-items: center;
  margin: 12px;
  border-radius: 2px;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-order-container .kds-tile-item-container .kds-tile-item-quantity {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: auto;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-order-container .kds-tile-item-container .kds-tile-item-title-container {
  margin-left: 5px;
  display: flex;
  flex-direction: column;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-order-container .kds-tile-item-container .kds-tile-item-title-container .kds-tile-item-title {
  font-size: 18px;
  font-weight: 700;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-order-container .kds-tile-item-container .kds-tile-item-title-container .kds-tile-item-subtitle {
  font-size: 16px;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-order-container .kds-tile-item-container .kds-tile-item-title-container .kds-tile-item-subtitle.kds-tile-item-notes {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-order-container .kds-tile-item-container .kds-tile-item-checkmark-box {
  min-width: 25px;
  height: 25px;
  border: 1px solid #ddd;
  color: #fff;
  line-height: 25px;
  text-align: center;
  margin-left: auto;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-order-container .kds-tile-item-container .kds-tile-item-checkmark-box .fa-check {
  visibility: hidden;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-order-container .kds-tile-item-container.selected {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: line-through;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-order-container .kds-tile-item-container.selected .kds-tile-item-checkmark-box {
  border: none;
  background: #8ce29a;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-order-container .kds-tile-item-container.selected .kds-tile-item-checkmark-box .fa-check {
  visibility: visible;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-bottom-container {
  height: 110px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-bottom-container button {
  border: none;
  border-radius: 5px;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-bottom-container .kds-tile-bottom-text {
  height: 25px;
  width: 100%;
  line-height: 25px;
  font-weight: 300;
  margin-top: -25px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  background: linear-gradient(to right, #fff, #eee, #fff);
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-bottom-container .kds-tile-bottom-button {
  position: relative;
  width: 250px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 2.5px 2.5px 10px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-transform: uppercase;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-bottom-container .kds-tile-bottom-button.bottom-button-orange {
  background: #fca44b;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-bottom-container .kds-tile-bottom-button.bottom-button-red {
  background: #ff5b73;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-bottom-container .kds-tile-bottom-button.bottom-button-green {
  background: #8ce29a;
}
.kds-receipt-container .kds-receipt-tile-container .kds-tile-bottom-container .kds-tile-bottom-button.bottom-button-undo {
  z-index: 3;
  background: #aaa;
}
.kds-receipt-container .kds-receipt-tile-container .fa-angle-down {
  font-size: 84px;
  color: rgba(255, 255, 255, 0.1);
}
.kiosk-sparse-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
  grid-gap: 24px 32px;
}
.kiosk-dense-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 24px 32px;
}
.kiosk-single-row-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  grid-gap: 0 32px;
}
.kiosk-sparse-grid > *,
.kiosk-dense-grid > *,
.kiosk-single-row-grid > * {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #c1c0c0;
  border-radius: 8px;
  padding: 24px 32px;
  min-height: 100%;
  background-color: transparent;
}
.kiosk-sparse-grid button:disabled,
.kiosk-dense-grid button:disabled,
.kiosk-single-row-grid button:disabled {
  opacity: 0.6;
}
.kiosk-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: gray;
  font-family: 'Open Sans';
}
.default-kiosk-nown-logo {
  position: absolute;
  top: 45%;
  left: 50%;
  display: inline-flex;
  transform: translate(-50%, -50%);
  font-size: 3em;
  color: white;
}
.kiosk-overlay-hide-btn-container {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  width: 60px;
  height: 60px;
  padding: 3px;
}
.kiosk-overlay-hide-btn-container .kiosk-overlay-hide-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 30px;
  padding: 10px;
}
.kiosk-overlay-hide-btn-container .kiosk-nav-icon {
  font-size: 24px;
  position: absolute;
  top: 0;
  margin: 7px;
  height: 49px;
  width: 49px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  background-color: #efe13b;
}
.kiosk-button-yellow {
  background-color: #efe13a;
  border: none;
  color: #333332;
  padding: 12px 32px;
  border-radius: 1em;
}
.kiosk-button-white {
  background-color: #f4f5f0;
  border: none;
  color: #333332;
  padding: 12px 32px;
  border-radius: 1em;
  align-items: center;
}
.kiosk-language-selection-container {
  font-size: 24px;
  padding: 24px;
}
.kiosk-language-selection-container .kiosk-language-selection-header {
  text-align: center;
}
.kiosk-language-selection-container .kiosk-language-selection-header .title {
  font-size: 32px;
}
.kiosk-language-selection-container .kiosk-language-selection-header .info-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 10px 0px;
}
.kiosk-language-selection-container .kiosk-language-selection-header .info-header .info-divider-bar {
  flex-grow: 1;
  border: 0;
  border-top: 1px solid #c3c3c3;
}
.kiosk-language-selection-container .kiosk-language-selection-header .info-header .info-title {
  margin: 10px;
}
.kiosk-language-selection-container .kiosk-btn-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.kiosk-language-selection-container .kiosk-btn-group .kiosk-btn-container {
  width: 100%;
}
.kiosk-language-selection-container .kiosk-btn-group .kiosk-btn {
  border: none;
  padding: 12px;
  color: #333332;
  width: 100%;
}
.kiosk-start-order-options {
  display: flex;
  align-items: flex-end;
  padding: 24px 32px;
  position: fixed;
  bottom: 24px;
  width: 100%;
  color: #333332;
}
.kiosk-start-order-options .kiosk-start-order-option {
  flex: 2;
  margin-right: 10px;
}
.kiosk-start-order-options .kiosk-start-order-option:first-child {
  flex: 0;
}
.kiosk-start-order-options .kiosk-start-order-option:last-child {
  margin: 0px;
}
.kiosk-start-order-options .kiosk-start-order-button,
.kiosk-start-order-options .kiosk-scan-app-button,
.kiosk-start-order-options .kiosk-language-selection-button {
  font-size: 64px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kiosk-start-order-options .kiosk-language-selection-button {
  min-width: 2.5em;
  text-overflow: unset;
}
.kiosk-start-order-options .kiosk-scan-app-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kiosk-start-order-options .kiosk-scan-app-prompt {
  border: none;
  border-radius: 8px;
  background-color: #f4f5f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 32px;
  flex-basis: 100%;
}
.kiosk-start-order-options .kiosk-scan-app-title {
  font-size: 48px;
}
.kiosk-start-order-options .kiosk-scan-app-label {
  font-size: 24px;
}
.kiosk-added-to-order-notification {
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s;
  z-index: 2;
  text-align: center;
  pointer-events: none;
  font-size: 24px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  padding: 12px 16px;
  overflow: hidden;
}
.kiosk-main-container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100vh;
  background-color: #f5f5f0;
}
.kiosk-main-container .kiosk-header {
  display: flex;
  align-items: center;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  background-color: #ffffff;
  padding: 24px 32px;
  max-width: 100vw;
}
.kiosk-main-container .kiosk-header .header-image-text-container {
  flex-grow: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}
.kiosk-main-container .kiosk-header .header-image-text-container .header-image-container {
  height: 124px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  padding-right: 16px;
}
.kiosk-main-container .kiosk-header .header-image-text-container .header-image-container img {
  height: 100%;
}
.kiosk-main-container .kiosk-header .header-image-text-container .header-text {
  min-width: 0;
}
.kiosk-main-container .kiosk-header .header-image-text-container .header-text > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kiosk-main-container .kiosk-header .kiosk-loyalty-points-container {
  padding-left: 16px;
  color: #333332;
  font-size: 24px;
  text-align: center;
}
.kiosk-main-container .kiosk-header .kiosk-header-back-button {
  height: 84px;
  padding: 12px 32px;
  border-radius: 4rem;
  margin-right: 16px;
}
.kiosk-main-container .kiosk-body {
  overflow-y: auto;
  min-height: 0;
}
.kiosk-main-container .kiosk-body > * {
  margin: 24px 32px;
}
.kiosk-main-container .kiosk-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  background-color: #ffffff;
  padding: 24px 32px;
}
.kiosk-main-container .kiosk-footer button {
  padding: 12px 48px;
  font-size: 32px;
  flex-shrink: 0;
}
.kiosk-main-container .kiosk-footer button > * {
  display: flex;
  align-items: center;
}
.kiosk-main-container .kiosk-footer .kiosk-image-powered-by-nown {
  margin-left: 16px;
}
.kiosk-title,
.kiosk-container-title {
  font-size: 32px;
}
.kiosk-title ~ .kiosk-sparse-grid,
.kiosk-container-title ~ .kiosk-sparse-grid,
.kiosk-title ~ .kiosk-dense-grid,
.kiosk-container-title ~ .kiosk-dense-grid {
  padding-top: 24px;
}
.kiosk-description,
.kiosk-container-description {
  font-size: 24px;
}
.kiosk-container {
  padding: 24px 32px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
}
.kiosk-category {
  flex-grow: 1;
  display: flex;
  align-items: center;
  max-width: 100%;
}
.kiosk-category .kiosk-category-image-container {
  height: 108px;
  width: 108px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  padding-right: 16px;
}
.kiosk-category .kiosk-category-image-container img {
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}
.kiosk-category .kiosk-category-text {
  flex-grow: 1;
  color: #333332;
  min-width: 0;
  padding-right: 16px;
}
.kiosk-category .kiosk-category-text .kiosk-category-name {
  font-size: 26px;
}
.kiosk-category .kiosk-category-text .kiosk-category-description {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kiosk-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
}
.kiosk-item .kiosk-item-image-container {
  height: 125px;
  width: 125px;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.kiosk-item .kiosk-item-image-container img {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.kiosk-item .kiosk-item-text {
  max-width: 100%;
}
.kiosk-item .kiosk-item-text .kiosk-item-info {
  font-size: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.kiosk-item .kiosk-item-text .kiosk-item-info .kiosk-item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kiosk-item .kiosk-item-text .kiosk-item-info .kiosk-item-price {
  flex-shrink: 0;
  padding-left: 6px;
}
.kiosk-out-of-stock {
  text-align: center;
  color: red;
}
.kiosk-item-description {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kiosk-modal .modal-dialog {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f5f5f0;
}
.calories {
  font-size: 18px;
  text-align: center;
  font-weight: lighter;
}
.kiosk-modifier {
  text-align: center;
}
.kiosk-modifier-selected {
  background: #333;
  color: #fff;
  border-color: #333;
}
.kiosk-add-to-order,
.kiosk-checkout {
  position: sticky;
  bottom: 24px;
  display: flex;
  justify-content: center;
  font-size: 64px;
  animation: appear 0.5s ease;
}
.kiosk-add-to-order button,
.kiosk-checkout button {
  padding: 12px 64px;
}
@keyframes appear {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.kiosk-popup {
  padding: 24px 32px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(51, 51, 50, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.kiosk-popup > * {
  margin-bottom: 12px;
}
.kiosk-popup button {
  font-size: 24px;
}
.kiosk-in-ontario {
  padding-left: 16px;
  flex-grow: 1;
  text-align: center;
}
.kiosk-receipt-page {
  font-family: 'Open Sans';
  color: #333332;
}
.kiosk-receipt-page .kiosk-email-receipt-form {
  display: grid;
  gap: 24px 32px;
  grid-template-columns: 189px 189px;
  text-align: left;
}
.kiosk-receipt-page .kiosk-email-receipt-form .form-input-group > label {
  font-size: 16px !important;
  font-weight: normal !important;
}
.kiosk-receipt-page .kiosk-email-receipt-form .form-input-group > input {
  width: 100% !important;
  height: 48px !important;
  border: 1px solid #ccccc8 !important;
  border-radius: 4px !important;
  font-size: 20px !important;
  padding-left: 16px !important;
  color: #333332 !important;
}
.kiosk-receipt-page .kiosk-email-receipt-form .span-2 {
  grid-column: span 2;
}
.kiosk-receipt-page .kiosk-email-receipt-form button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kiosk-receipt-page button {
  font-size: 24px;
}
.kiosk-modifier-grid-child {
  padding: 0;
}
.kiosk-modifier-grid-child .kiosk-modifier {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px 32px;
}
.kiosk-multiple-selection.kiosk-modifier-selected {
  padding: 0;
  justify-content: space-between;
}
.kiosk-multiple-selection.kiosk-modifier-selected .kiosk-modifier {
  padding: 24px 0;
}
.kiosk-multiple-selection .kiosk-multiplier-minus,
.kiosk-multiple-selection .kiosk-multiplier-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 100%;
}
.kiosk-multiple-selection .kiosk-multiplier-minus > i,
.kiosk-multiple-selection .kiosk-multiplier-plus > i {
  text-align: center;
  font-size: 24px;
}
.kiosk-tips {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.kiosk-tips > :first-child {
  font-size: 22px;
  font-weight: bolder;
}
.kiosk-tips > :last-child {
  font-size: 20px;
}
.kiosk-image-powered-by-nown {
  height: 25px;
  width: 136px;
  background-image: url(images/powered_by_nown.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.kiosk-image-visa {
  height: 60px;
  width: 95px;
  background-image: url(images/visa_tender.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kiosk-image-master-card {
  height: 68px;
  width: 96px;
  background-image: url(images/master_card_tender.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kiosk-image-debit {
  height: 100px;
  width: 100px;
  background-image: url(images/debit_tender.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kiosk-image-scan-code {
  height: 160px;
  width: 90px;
  background-image: url(images/Icons_Scan_Code.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kiosk-image-scan-code-medium {
  height: 128px;
  width: 72px;
  background-image: url(images/Icons_Scan_Code.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kiosk-image-scan-card-medium {
  height: 128px;
  width: 72px;
  background-image: url(images/Icons_Card_Tender.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kiosk-image-scan-code-small {
  height: 72px;
  width: 72px;
  background-image: url(images/Icons_Scan_Code.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.kiosk-image-scan-code-extra-small {
  height: 64px;
  width: 64px;
  background-image: url(images/Icons_Scan_Code.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.kiosk-image-loyalty-star {
  height: 55px;
  width: 55px;
  background-image: url(images/loyalty_star.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 12px;
}
.kiosk-icon-plus {
  height: 32px;
  width: 32px;
  background-image: url(images/Icons_Plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kiosk-icon-minus {
  height: 32px;
  width: 32px;
  background-image: url(images/Icons_Minus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kiosk-icon-trash-can {
  height: 32px;
  width: 26px;
  background-image: url(images/Icons_Trash_Can.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kiosk-icon-checkmark-filled-large {
  height: 96px;
  width: 96px;
  background-image: url(images/Icons_Checkmark_Filled.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kiosk-icon-right-arrow {
  height: 32px;
  width: 32px;
  background-image: url(images/Icons_Arrow_Right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.kiosk-icon-down-arrow {
  height: 32px;
  width: 32px;
  background-image: url(images/Icons_Arrow_Down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 200ms linear;
}
.kiosk-icon-down-arrow.rotate-right {
  transform: rotate(-90deg);
  transition: transform 200ms linear;
}
.kiosk-icon-cross {
  height: 32px;
  width: 32px;
  background-image: url(images/Icons_Cross.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kiosk-icon-red-cross {
  height: 51px;
  width: 51px;
  background-image: url(images/Icons_Red_Cross.png);
  background-position: center;
  background-repeat: no-repeat;
}
.kiosk-icon-arrow-left {
  height: 32px;
  width: 32px;
  background-image: url(images/Icons_Arrow_Left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kiosk-icon-card-tender {
  height: 100px;
  width: 160px;
  background-image: url(images/Icons_Card_Tender.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.login-form {
  width: 100%;
  background-color: #efe13a;
  padding: 2rem;
}
.login-form .offline-mode-container {
  height: 80%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Open Sans';
}
.login-form .offline-mode-container .main-logo {
  width: 300px;
  height: 80px;
  background: url('/images/nown_main_white.png') center center no-repeat;
  display: block;
  background-size: contain;
  margin-bottom: 20px;
}
.login-form .offline-mode-container .offline-mode-status-indicator {
  color: white;
  font-size: 27px;
  font-weight: 700;
}
.login-form .offline-mode-container .offline-mode-btn-container {
  display: flex;
  flex-direction: column;
  font-family: 'Open Sans';
  align-items: center;
}
.login-form .offline-mode-container .offline-mode-btn-container .offline-mode-btn {
  margin: 50px 0px 10px 0px;
  font-size: 20px;
  font-weight: 600;
  background: #efe13b;
  color: #333;
  border: 0px;
  outline: none;
  border-radius: 50px;
  padding: 16px 32px 16px 32px;
  font-family: 'Nunito';
}
.login-form .offline-mode-container .offline-mode-btn-container .offline-mode-description {
  text-align: center;
  color: white;
  width: 250px;
  font-size: 14px;
}
.login-form.login-input-focused .login-form-header {
  height: 60px !important;
}
.login-form.login-input-focused .login-info-text {
  opacity: 0 !important;
}
.login-form .login-form-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  position: absolute;
  top: 0;
  padding-top: 2rem;
  z-index: 9999;
  width: calc(100% - 4rem);
  height: 80px;
  background-color: #efe13a;
  animation: splash 1.2s ease-out normal forwards;
}
@keyframes splash {
  0%,
  60% {
    height: 100%;
    position: fixed;
  }
}
.login-form .login-form-header .mainLogo {
  width: 100%;
  height: 60px;
  animation: logo-scale 1.2s ease-out normal forwards;
  background: url('/images/nown_title.png') center center no-repeat;
  display: block;
  background-size: contain;
}
@keyframes logo-scale {
  0%,
  60% {
    height: 150px;
  }
}
.login-form .login-form-header .login-contact-btn {
  padding: 30px 0px 5px 0px;
  color: #fff;
  background: transparent;
  border: 0px;
  outline: none;
}
.login-form .login-form-container {
  min-height: 100%;
  margin: 0 auto;
  padding-top: 60px;
  display: grid;
  grid-template-rows: 1fr auto 3fr;
}
.login-form .login-form-container:before {
  content: '';
}
.login-form .login-form-container .login-form-group {
  max-width: 320px;
  margin: 0 auto;
  background: #333;
  border-radius: 8px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.65);
  padding: 2rem;
}
.login-form .login-form-container .login-header {
  font-family: 'Nunito';
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.login-form .login-form-container .login-info-text {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.login-form .login-form-container .login-form-field {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #666;
}
.login-form .login-form-container .login-form-field i {
  font-size: 18px;
  margin-right: 16px;
  width: 32px;
}
.login-form .login-form-container .login-form-field input {
  width: 100%;
  background: transparent;
  color: #fff !important;
  border: 0px;
  padding: 20px 20px 20px 0px;
  outline: none;
  font-family: 'Nunito';
  font-weight: 600;
  font-size: 20px;
  box-shadow: none !important;
}
.login-form .login-form-container .login-form-field input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #333 inset !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-text-fill-color: #fff !important;
}
.login-form .login-form-container .login-submit-btn {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: 'Nunito';
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  color: #333;
  box-shadow: 0 0 4px 2px rgba(204, 204, 200, 0.65);
  border: 0px;
  outline: none;
  margin-top: 20px;
  border-radius: 100vmax;
}
.login-form .login-form-container .login-submit-btn[disabled] {
  opacity: 0.25;
}
.login-form .login-form-container .login-submit-btn:active {
  transform: scale(0.98);
  box-shadow: 0 0 2px 1px rgba(204, 204, 200, 0.65);
}
.login-form .login-form-container .login-forgot-password-btn {
  float: right;
  padding: 30px 0px 5px 0px;
  color: #fff;
  background: transparent;
  border: 0px;
  outline: none;
}
.login-form .login-form-container .footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-family: 'Open Sans';
}
.login-form .login-form-container .footer .copy {
  opacity: 60%;
  font-size: 12px;
}
.login-form .login-form-container .footer .trade {
  vertical-align: super;
}
.login-form .login-form-container .footer a {
  text-decoration: none;
  font-size: 5rem;
  padding-bottom: 1.5rem;
  color: #28ce6f;
  opacity: 50%;
}


/*# sourceMappingURL=bundle.f3a0d652fcbbbf12439e.css.map*/