@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-SemiBold.woff2') format('woff2'), url('../fonts/SourceSansPro-SemiBold.woff') format('woff'), url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-SemiBoldItalic.woff2') format('woff2'), url('../fonts/SourceSansPro-SemiBoldItalic.woff') format('woff'), url('../fonts/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2'), url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Italic.woff2') format('woff2'), url('../fonts/Barlow-Italic.woff') format('woff'), url('../fonts/Barlow-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Barlow-SemiBoldItalic.woff') format('woff'), url('../fonts/Barlow-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.woff2') format('woff2'), url('../fonts/Barlow-SemiBold.woff') format('woff'), url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-Italic.woff2') format('woff2'), url('../fonts/SourceSansPro-Italic.woff') format('woff'), url('../fonts/SourceSansPro-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
.hide {
  display: none !important;
}
.show {
  display: block;
}
.content-box {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-ver {
  align-items: center;
}
.flex-start {
  align-items: flex-start;
}
.flex-end {
  align-items: flex-end;
}
.flex-baseline {
  align-items: baseline;
}
.flex-hor,
.center {
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.flex-grow {
  flex-grow: 1;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}
.btm {
  margin-bottom: 1rem;
}
.dip {
  margin-bottom: 20px;
}
.margin-top {
  margin-top: 1.3rem !important;
}
.elevated {
  z-index: 1;
}
.inl {
  display: inline-block;
}
.float {
  float: left;
}
.align-rgt {
  text-align: right;
  padding-right: 0 !important;
}
.auto {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  flex-grow: 1;
}
.fp {
  width: 100%;
}
.col {
  padding: 0 10px;
  float: left;
}
.fh {
  height: 100%;
  flex: 1;
}
.eighty {
  width: 80%;
  padding: 0 10px;
}
.threeqtr {
  width: 75%;
  padding: 0 10px;
}
.seventy {
  width: 70%;
  padding: 0 10px;
}
.twothird {
  width: 66.66%;
  padding: 0 10px;
}
.sixty {
  width: 60%;
  padding: 0 10px;
}
.half {
  width: 50%;
  padding: 0 10px;
}
.forty {
  width: 40%;
  padding: 0 10px;
}
.third {
  width: 33.33%;
  padding: 0 10px;
}
.thirty {
  width: 30%;
  padding: 0 10px;
}
.qtr {
  width: 25%;
  padding: 0 10px;
}
.fifth {
  width: 20%;
  padding: 0 10px;
}
.sixth {
  width: 15%;
  padding: 0 10px;
}
.rgt {
  margin-left: auto !important;
  padding-left: 20px;
  text-align: right;
  float: right;
}
.link.rgt {
  padding: 0 0 0 20px;
}
.max-s {
  max-width: 480px;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.select:has(.clear)::before {
  content: 'ERROR ERROR ERROR ERRROR ERROR';
  color: red;
}
.fuzz {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Layout */
.light-theme {
  color: #5b636a;
  background: #EFF3F7;
}
.light-theme .wrap {
  background: #EFF3F7;
  color: #5b636a;
}
.light-theme .page-start .page > .header {
  color: #5b636a;
}
.light-theme .main .footer small {
  color: #8d959d;
}
.light-theme .page > .footer {
  background: #fff;
  box-shadow: 0 -1px 0 0 @color-primary-grey-300;
}
.light-theme .page .options {
  background: #fff;
  box-shadow: 0 -1px 0 0 @color-primary-grey-300;
}
/* Nav */
.light-theme.left-nav .nav {
  background: #00272E;
}
.light-theme .nav li {
  box-shadow: none;
}
.light-theme .nav > ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.light-theme .nav li.active a,
.light-theme .nav li.active a:hover {
  box-shadow: inset -3px 0 0 0 #00a68b;
  background: rgba(0, 166, 139, 0.1);
}
.light-theme.left-nav #user {
  color: #fff;
}
/* Type */
.light-theme h1,
.light-theme h2,
.light-theme h3,
.light-theme h4,
.light-theme h5,
.light-theme .list .col.document,
.light-theme .scan-actions .btn:not(.settings),
.light-theme strong,
.light-theme .list li .col.customer,
.light-theme .list .col.account {
  color: #343a40;
  font-weight: 600;
}
.light-theme h6 {
  color: #8d959d;
}
.light-theme.page-start .page > .header {
  color: #8d959d;
}
.light-theme.page-link .sep span {
  background: #EFF3F7;
  color: #8d959d;
}
.light-theme.page-link .sep::after {
  border-left: 1px solid #d7dee3;
}
.light-theme small {
  color: #8d959d;
}
.light-theme #forest-pos small {
  color: #5b636a;
}
.light-theme .empty {
  color: #8d959d;
}
.light-theme dl dt,
.light-theme dl dd {
  box-shadow: inset 0 -1px 0 0 @color-primary-grey-300 !important;
  color: #8d959d !important;
}
.light-theme dl dd {
  color: #5b636a !important;
}
.light-theme .list .col.account .parent {
  color: #8d959d;
}
/* Images */
.light-theme .verify .swipe-card {
  opacity: 1;
}
/* Links, buttons */
.light-theme a:hover,
.light-theme .link:hover {
  color: #19892b;
}
.light-theme .action,
.light-theme .associate,
.light-theme .guest {
  color: #8d959d;
}
.light-theme .btn {
  text-decoration: none;
}
.light-theme .btn:hover {
  color: #fff;
  background: #0d7621;
}
.light-theme .btn.secondary {
  background: #fff;
  box-shadow: inset 0 0 0 1px #b5bbc1;
  color: #687077;
}
.light-theme .btn.secondary:hover {
  color: #19892b;
  background-image: linear-gradient(-180deg, #ffffff 0%, #f9fafb 100%);
  box-shadow: inset 0 0 0 1px #8d959d;
}
.light-theme .pagination .set {
  border: 1px solid #d7dee3;
}
.light-theme .pagination a:first-child {
  border-right: 1px solid #d7dee3;
}
.light-theme .btn.disabled > img {
  opacity: .7;
}
.light-theme .pagination a.btn:hover {
  background: none;
}
.light-theme .counter {
  border: 2px solid #d7dee3;
}
.light-theme .counter .btn:first-child {
  border-right: 1px solid #d7dee3;
  color: #8d959d;
}
.light-theme .counter .btn:last-child {
  border-left: 1px solid #d7dee3;
  color: #8d959d;
}
.light-theme .counter .btn:hover {
  color: #19892b;
  background: none;
}
/* Forms */
.light-theme .select {
  box-shadow: inset 0 0 0 1px @color-primary-grey-300;
  background: #fff;
  background-image: linear-gradient(-180deg, #ffffff 0%, #f9fafb 100%);
  vertical-align: middle;
  color: #5b636a;
}
.light-theme .select::after {
  background-image: url(../img/light/down.png);
}
.light-theme input[type="text"],
.light-theme input[type="search"],
.light-theme input[type="password"],
.light-theme textarea {
  background: #fff !important;
  color: #5b636a;
  box-shadow: inset 0 0 0 1px @color-primary-grey-300, inset 0 1.6px 3px 0 rgba(99, 115, 129, 0.2);
}
.light-theme input[type="search"] {
  box-shadow: inset 0 0 0 1px @color-primary-grey-300, inset 0 1.6px 3px 0 rgba(99, 115, 129, 0.2);
}
.light-theme input:focus,
.light-theme textarea:focus,
.light-theme .aside input:focus {
  box-shadow: inset 0 0 0 1px #b5bbc1, inset 0 1.6px 3px 0 rgba(99, 115, 129, 0.2);
}
.light-theme .verify .btn {
  border: 6px solid #fff;
}
.light-theme .verify {
  box-shadow: 0 0 0 1px @color-primary-grey-300;
}
.light-theme #popup-customselect .sort .search {
  box-shadow: 0 0 0 1px @color-primary-grey-300;
  background: #fff;
}
.light-theme .search .clear {
  box-shadow: inset -1px 0 0 0 @color-primary-grey-300;
}
.light-theme ::-webkit-input-placeholder {
  color: #BDC2C8 !important;
}
.light-theme ::-moz-placeholder {
  color: #BDC2C8 !important;
}
.light-theme :-ms-input-placeholder {
  color: #BDC2C8 !important;
}
.light-theme ::placeholder {
  color: #BDC2C8 !important;
}
.light-theme label,
.light-theme .label {
  color: #8d959d !important;
}
.light-theme label[for=checkall].selected {
  color: #343a40;
}
.light-theme .switch label {
  background: #8A949E;
}
.light-theme .segment {
  box-shadow: inset 0 0 0 1px #d7dee3;
  background: #f8f9fa;
}
.light-theme .segment li {
  box-shadow: -1px 0 0 0 @color-primary-grey-300;
}
.light-theme .segment li.active a,
.light-theme .segment li input:checked + span {
  background: #fff;
  box-shadow: inset 0 0 0 1px #d7dee3, 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  color: #343a40;
}
.light-theme .segment li a,
.light-theme .segment li label span {
  color: #8d959d;
}
.light-theme #popup-lookup .sort .search,
.light-theme #popup-accountselect .sort .search {
  box-shadow: 0 0 0 1px @color-primary-grey-300;
  background: #fff;
}
.light-theme ::-webkit-scrollbar {
  width: 30px;
  height: 30px;
}
.light-theme ::-webkit-scrollbar-button {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #d7dee3, 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.light-theme ::-webkit-scrollbar-button:vertical:decrement {
  background-image: url("../img/light/arrow-up.png");
}
.light-theme ::-webkit-scrollbar-button:vertical:increment {
  background-image: url("../img/light/arrow-down.png");
}
.light-theme ::-webkit-scrollbar-button:horizontal:decrement {
  background-image: url("../img/light/arrow-left.png");
}
.light-theme ::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("../img/light/arrow-right.png");
}
.light-theme ::-webkit-scrollbar-thumb {
  background: #fff;
  box-shadow: inset 1px 0 0 0 #d7dee3, inset -1px 0 0 0 #d7dee3, 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.light-theme ::-webkit-scrollbar-thumb:hover {
  background: #fff;
  box-shadow: inset 1px 0 0 0 #d7dee3, inset -1px 0 0 0 #d7dee3, 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.light-theme ::-webkit-scrollbar-thumb:active {
  background: #fff;
  box-shadow: inset 1px 0 0 0 #d7dee3, inset -1px 0 0 0 #d7dee3, 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.light-theme ::-webkit-scrollbar-track {
  background-color: #d7dee3;
}
.light-theme ::-webkit-scrollbar-track:hover {
  background-color: #d7dee3;
}
.light-theme ::-webkit-scrollbar-track:active {
  background-color: #d7dee3;
}
.light-theme ::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}
.light-theme ::-webkit-scrollbar-button:vertical:end:decrement {
  display: none;
}
.light-theme ::-webkit-scrollbar-button:horizontal:end:increment {
  display: none;
}
.light-theme ::-webkit-scrollbar-button:horizontal:end:decrement {
  display: none;
}
.light-theme input[type="checkbox"] {
  position: relative;
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  margin: -4px 8px 0 0;
  vertical-align: middle;
  background-image: url("../img/light/checkbox.png");
  background-repeat: no-repeat;
}
.light-theme .list:not(.grid) input[type="checkbox"],
.light-theme [data-type=accountselect] input[type="checkbox"],
.light-theme input[type="radio"] {
  background-image: url("../img/light/checkbox-alt.png");
  background-repeat: no-repeat;
}
.light-theme input[type="checkbox"]:focus,
.light-theme input[type="radio"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.light-theme input[type="checkbox"]:checked {
  background-image: url("../img/light/tick.png");
  background-repeat: no-repeat;
}
.light-theme .list:not(.grid) input[type="checkbox"]:checked {
  background-image: url("../img/light/tick-alt.png");
}
.light-theme input[type="radio"]:checked {
  background-image: url("../img/light/radio.png");
  background-repeat: no-repeat;
}
.light-theme .scan-actions .recent {
  box-shadow: inset 0 1px 0 0 #d7dee3, inset 0 -1px 0 0 #d7dee3;
}
/* Alerts */
.light-theme .alert:not(.inline) {
  background: #fff;
  box-shadow: 0 -1px 0 0 @color-primary-grey-300;
  color: #5b636a;
}
/* Side sheets */
.light-theme .aside,
.light-theme.left-nav .aside {
  background: #EFF3F7;
}
.light-theme .aside-details {
  background: #fff;
}
.light-theme.left-nav .aside-details {
  background: #fff;
}
.light-theme .aside-preview {
  background: #EFF3F7;
}
.light-theme.left-nav:not(.page-scan) .panel::before {
  background: #EFF3F7;
}
.light-theme.left-nav .aside .footer {
  background: #fff;
  box-shadow: 0 -1px 0 0 @color-primary-grey-300;
}
.light-theme .aside-preview .figure {
  background: #EFF3F7;
}
/* Modal */
.light-theme .overlay::before,
.light-theme .waiting::before {
  background: rgba(23, 43, 68, 0.7);
}
.light-theme .popup {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}
.light-theme #popup-customselect .content {
  background: #fff;
}
.light-theme .popup .scroll {
  box-shadow: inset 0 1px #d7dee3, inset 0 -1px #d7dee3;
  background: #f8f9fa;
}
/* Retina */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .light-theme [data-type=print] .list a.row::after {
    background-image: url('../img/light/more@2x.png');
    background-size: 8px 13px;
  }
  .light-theme [data-type=print] .list a.row:after,
  .light-theme [data-type=accountselect]:not([data-var="multiple"]) .list a.row:after {
    background-image: url(../img/light/more-alt@2x.png);
  }
  .light-theme .popup .list li.selected a.row::after {
    background-image: url('../img/light/check@2x.png');
    background-size: 18px 14px;
  }
  .light-theme .select::after {
    background-image: url('../img/light/down@2x.png');
    background-size: 14px 8px;
  }
  .light-theme input[type="checkbox"],
  .light-theme input[type="radio"] {
    background-image: url('../img/light/checkbox@2x.png');
    background-size: 40px 40px;
  }
  .light-theme .list:not(.grid) input[type="checkbox"],
  .light-theme [data-type=accountselect] input[type="checkbox"],
  .light-theme input[type="radio"] {
    background-image: url("../img/light/checkbox-alt@2x.png");
    background-repeat: no-repeat;
  }
  .light-theme input[type="checkbox"]:checked {
    background-image: url('../img/light/tick@2x.png');
    background-size: 40px 40px;
  }
  .light-theme .list:not(.grid) input[type="checkbox"]:checked {
    background-image: url("../img/light/tick-alt@2x.png");
    background-size: 40px 40px;
  }
  .light-theme input[type="radio"]:checked {
    background-image: url('../img/light/radio@2x.png');
    background-size: 40px 40px;
  }
  .light-theme input[type="search"] {
    background-image: url('../img/light/search@2x.png');
    background-size: 18px 18px;
  }
  .light-theme ::-webkit-scrollbar-button:vertical:decrement {
    background-image: url("../img/light/arrow-up@2x.png");
    background-size: 15px 15px;
  }
  .light-theme ::-webkit-scrollbar-button:vertical:increment {
    background-image: url("../img/light/arrow-down@2x.png");
    background-size: 15px 15px;
  }
  .light-theme ::-webkit-scrollbar-button:horizontal:decrement {
    background-image: url("../img/light/arrow-left@2x.png");
    background-size: 15px 15px;
  }
  .light-theme ::-webkit-scrollbar-button:horizontal:increment {
    background-image: url("../img/light/arrow-right@2x.png");
    background-size: 15px 15px;
  }
}
/* Queries */
@media screen and (max-width: 53.125em) {
  .light-theme .fieldset.options dl {
    box-shadow: 0 -1px 0 0 #d7dee3;
  }
}
@media screen and (max-width: 32.5em) {
  .light-theme.left-nav .panel {
    background: #fff;
  }
  .light-theme.page-link .sep::after {
    border-bottom: 1px solid #d7dee3;
  }
  .light-theme .nav li.active a,
  .light-theme .nav li.active a:hover {
    box-shadow: inset 0 -3px 0 0 #00a68b;
    background: none;
  }
  .light-theme .nav > ul li a:hover {
    background: none;
  }
}
/* Lists */
.light-theme .list li a.row,
.light-theme [data-type=accountselect] .list li .row {
  box-shadow: inset 0 0 0 1px #d7dee3;
  color: #8d959d;
  background: #fff;
}
.light-theme [data-type=accountselect] .list li.selected .row {
  box-shadow: inset 0 0 0 1px #19892b;
}
.light-theme .list li.selected a.row {
  color: #343a40;
}
.light-theme .list.split li.selected a.row,
.light-theme .list.split li.selected a.row:hover {
  box-shadow: inset 0 0 0 1px #19892b;
  background: #fff;
}
.light-theme .list.split li a.row img {
  opacity: 0.01;
  filter: alpha(opacity=1);
}
.light-theme .list.grid .figure {
  background: #EFF3F7;
  box-shadow: 0 0 0 1px #d7dee3;
}
.light-theme .list:not(.grid) li a.row:hover {
  color: #19892b;
  box-shadow: inset 0 0 0 1px #b5bbc1;
}
.light-theme .list:not(.grid) li.selected a.row:hover {
  box-shadow: inset 0 0 0 1px #19892b;
}
.light-theme .scan-actions .btn.settings {
  box-shadow: 0 0 0 1px #d7dee3;
  background: #fff;
}
.light-theme .scan-actions .btn.settings.locked {
  background: none;
  box-shadow: 0 0 0 1px #d7dee3;
}
.light-theme [data-type=print] .list a.row:after,
.light-theme [data-type=accountselect]:not([data-var="multiple"]) .list a.row:after {
  background-image: url(../img/light/more-alt.png);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
hr,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
button,
textarea,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
em {
  font-style: italic;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
}
a {
  text-decoration: none;
}
textarea,
input {
  outline: none;
  overflow: hidden;
}
* {
  -webkit-text-size-adjust: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  text-rendering: optimizelegibility;
}
.no-anim *,
.no-anim *::before,
.no-anim *::after {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
  -webkit-transition: none !important;
  transition: none !important;
}
@keyframes progressbar {
  to {
    width: 100%;
  }
}
@keyframes bg-spin {
  100% {
    transform: rotate(1turn);
  }
}
@keyframes ellipsis {
  to {
    width: 1.1em;
  }
}
@keyframes shimmer {
  0% {
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    left: -150%;
    top: 0;
  }
  100% {
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    left: 150%;
    top: 0;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
    max-height: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    max-height: 400px;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 40px #8EC641;
  }
}
@keyframes roll-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) rotate(720deg);
    transform: translateX(1000px) rotate(720deg);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scale-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
}
@keyframes turn-on {
  0% {
    transform: scale(1, 0.8) translate3d(0, 0, 0);
    -webkit-filter: brightness(30);
    filter: brightness(30);
    opacity: 1;
  }
  3.5% {
    transform: scale(1, 0.8) translate3d(0, 100%, 0);
  }
  3.6% {
    transform: scale(1, 0.8) translate3d(0, -100%, 0);
    opacity: 1;
  }
  9% {
    transform: scale(1.3, 0.6) translate3d(0, 100%, 0);
    -webkit-filter: brightness(30);
    filter: brightness(30);
    opacity: 0;
  }
  11% {
    transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-filter: contrast(0) brightness(0);
    filter: contrast(0) brightness(0);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-filter: contrast(1) brightness(1.2) saturate(1.3);
    filter: contrast(1) brightness(1.2) saturate(1.3);
    opacity: 1;
  }
}
@keyframes turn-off {
  0% {
    transform: scale(1, 1.3) translate3d(0, 0, 0);
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.3, 0.001) translate3d(0, 0, 0);
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }
  100% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: scale(0, 0.0001) translate3d(0, 0, 0);
    -webkit-filter: brightness(50);
    filter: brightness(50);
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
html {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #9c9c9c;
}
html,
body {
  height: 100%;
  position: relative;
  z-index: -2;
}
body {
  font-size: 1rem;
  font-size: 18px;
  background: #1f1f1f;
}
.wrap {
  width: 100%;
  min-height: 100%;
  position: relative;
  display: table;
  background: #1f1f1f;
}
.pusher {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.pusher,
.open-menu .pusher {
  /* left: 130px; */
  margin: auto;
  position: relative;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  /* width: ~"-webkit-calc(100% - 130px)"; width: ~"calc(100% - 130px)"; */
  width: 100%;
}
.page {
  padding: 20px 0;
  height: 100%;
}
.main {
  width: 100%;
  z-index: 4;
  position: relative;
  padding: 30px 1rem;
  overflow-x: hidden;
  height: 100%;
}
.sticky {
  position: sticky;
  top: 0;
}
.col .footer {
  text-align: left;
  margin-top: 1rem;
}
.main .footer {
  float: left;
  width: 100%;
  margin-top: 0.9rem;
}
.main .footer small {
  color: #7A7A7A;
}
.page-start {
  background-color: #1f1f1f;
  /* background-image: url(../img/watermark.png); background-position: ~"calc(100% + 20px)" ~"calc(100% + 20px)"; background-repeat: no-repeat; background-position: ~"-webkit-calc(100% + 20px)" ~"-webkit-calc(100% + 20px)"; */
}
.page-start .pusher {
  left: 0;
  width: 100%;
}
.page-start > .auto {
  padding: 0 20px !important;
  max-width: 480px;
}
.page-start .page > .header {
  color: #8c8c8c;
}
[data-name="dcr"] {
  min-height: 51px;
}
.refurb.open-footer .wrap {
  display: block;
  height: auto;
  padding-bottom: 1rem;
}
.refurb .pusher {
  display: block;
}
.refurb .pusher.tr {
  display: table-row;
}
.refurb .page > .header {
  background: #2c2c2c;
  padding: 0 1rem;
  color: #fff;
}
.refurb .page > .header .auto,
.refurb .page-heading .auto {
  padding: 1rem 0;
}
.refurb .row {
  margin: 0 -10px;
}
.refurb .nav {
  background: #393939;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 .5rem;
  left: 0;
}
.refurb .nav .title {
  font-size: 1.333em;
  float: left;
  padding: 1rem 0 0 0;
  line-height: 1.2;
  color: #fff;
}
.refurb .nav ul {
  display: none !important;
}
.refurb .nav #logo {
  position: static;
  float: left;
  margin: 1rem 2rem 1rem 0;
}
.refurb .nav li {
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.refurb .nav li a img {
  margin: 0 auto;
}
.refurb .nav li.active a,
.refurb .nav li.active a:hover {
  -webkit-box-shadow: inset 0 -3px 0 0 #26aa27;
  -moz-box-shadow: inset 0 -3px 0 0 #26aa27;
  box-shadow: inset 0 -3px 0 0 #26aa27;
}
.refurb .nav li a span {
  display: none;
}
.refurb .nav > ul li a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.refurb #user {
  position: static;
  float: right;
  width: auto;
  padding: 1rem 0 .5rem 1rem;
  max-width: 200px;
}
.refurb #user img {
  float: right;
  margin: 0 0 0 10px;
}
.refurb #user span {
  line-height: 24px;
  font-size: 1rem;
}
.refurb .main {
  padding: .5rem;
}
.refurb .page > .footer {
  text-align: right;
  padding: .5rem 1rem;
}
.refurb .footer .btn:not(.secondary) {
  margin-left: 20px;
}
.refurb [data-type=accountselect] .list {
  position: relative;
  margin: 0;
}
.refurb [data-type=accountselect] .list li .row {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.refurb [data-type=accountselect] .list li:first-child .row {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.refurb [data-type=accountselect] .list li:last-child .row {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.refurb [data-type=accountselect] .list > ul {
  max-height: 320px;
  overflow: auto;
  box-shadow: inset 0 0 0 1px #4d4d4d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
}
.refurb [data-type=accountselect] .list > ul::-webkit-scrollbar {
  all: unset;
  width: 0;
}
.refurb [data-type=accountselect] .list > ul > li {
  margin: -1px 0 0 0 !important;
}
.refurb [data-type=accountselect] .list header {
  padding: 0;
}
.refurb [data-type=accountselect] .list header .row,
.refurb [data-type=accountselect] .list li .row {
  padding: 1rem 2rem 1rem 0;
  margin: 0;
}
.refurb [data-type=accountselect] .list a.row:after {
  top: 23px;
}
.refurb .list .col {
  width: 25%;
}
.refurb .list .col.id {
  width: 10%;
}
.refurb .list li .col.name {
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  color: #fff;
}
.page-scan.left-nav .wrap {
  display: table;
  height: auto;
}
.page-scan.left-nav .pusher {
  display: table-cell;
  vertical-align: middle;
}
.page-scan.left-nav .aside {
  max-width: 1200px;
  width: 100%;
}
.main [data-type="scan"] {
  max-width: 450px;
  text-align: left;
}
.aside [data-type="scan"] .aside-details {
  width: 100%;
}
.aside [data-type="scan"] .aside-details dl dt i {
  display: none;
}
.page-scan.left-nav .aside [data-type="scan"] .footer {
  left: 0;
}
.fieldset[data-type="scan-name"] dl {
  margin-bottom: 1rem;
}
.fieldset[data-type="scan-input"] {
  width: 50%;
  padding: 0 10px;
  margin: 0 -10px;
}
.fieldset[data-type="scan-output"] {
  float: right;
  width: 50%;
  padding: 0 10px;
  margin: 0 -10px;
}
.fieldset[data-type^="scan"] dt,
.fieldset[data-type^="scan"] dd {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.aside [data-type="scan"] .fieldset:not([data-type^="scan"]) dl dt:not(.aw) {
  width: calc(20% - 10px);
}
.aside [data-type="scan"] .fieldset:not([data-type^="scan"]) dl dd:not(.aw) {
  width: calc(80% + 10px);
}
.aside [data-type="scan"] input:focus {
  box-shadow: inset 0 0 0 1px #fff;
}
.aside [data-type="scan"] dl dt,
.aside [data-type="scan"] dl dd {
  width: 75%;
  height: 72px;
  line-height: 1.2;
  padding: .6rem 0;
}
.aside [data-type="scan"] dl dt {
  padding: 1.4rem 20px 1.4rem 0;
  width: 25%;
}
.aside [data-type="scan-name"] dl dt {
  width: 12%;
}
.aside [data-type="scan-name"] dl dd {
  width: 88%;
}
[data-type="scan"] .fieldset.options {
  display: none !important;
}
[data-type="scan"] .fieldset.options dl {
  margin-bottom: 0;
}
.aside [data-type="scan"] h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
[data-type="scan"] .btn-group {
  margin-top: 2rem;
}
.scan-actions .recent {
  padding: 1rem 0;
  box-shadow: inset 0 1px 0 0 #4d4d4d, inset 0 -1px 0 0 #4d4d4d;
  margin-bottom: 1rem;
}
.scan-actions .recent h6 {
  margin: 0 0 1rem;
}
.scan-actions ul.segment {
  margin: 0 auto 2rem auto;
  float: none;
}
.scan-actions ul.segment li {
  width: 50%;
}
.scan-actions ul:not(.segment) li {
  display: table;
  width: 100%;
}
.scan-actions ul:not(.segment) li:not(:last-child) {
  margin-bottom: 1rem;
}
.scan-actions .btn:not(.settings) {
  width: calc(100% - 15px);
  float: left;
  text-align: left;
  color: #fff;
  border-radius: 3px;
}
.scan-actions .btn.allinone {
  width: 100%;
}
.scan-actions .btn.allinone .text {
  max-width: calc(100% - 70px) !important;
}
.scan-actions .btn.allinone img.settings {
  float: right;
  margin: 11px 4px 11px 0;
}
.scan-actions .btn.allinone img.play {
  float: right;
  margin: 7px 4px 7px 0;
}
.scan-actions .btn:not(.settings) .text {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
}
.scan-actions .btn[data-type=ricoh] .text {
  padding: 8px 0;
}
.scan-actions .btn.settings {
  width: 70px;
  background: none;
  display: table-cell;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #fff;
}
.scan-actions .btn.settings img {
  display: block;
  margin: 0 auto;
}
.scan-actions .btn.settings.locked {
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.scan-actions .btn.settings.locked img:not(.lock) {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.scan-actions .btn.settings.locked .lock {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 3;
}
.scan-actions .btn small {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 39px;
}
h1 img {
  display: inline-block;
  margin: 0 10px 0 -30px;
}
.page-boot .page {
  padding: 6rem 0;
}
.page-boot h2,
.booting {
  padding: 0 20px;
}
.page-boot h2 span::after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  animation: ellipsis steps(4, end) 1200ms infinite;
  content: "\2026";
  width: 0;
  font-size: 1em;
  position: absolute;
}
.page-boot h2 img,
.booting img {
  display: inline-block;
  margin: 0 0 0 2px;
}
.terminal {
  background: #121212;
  color: #9c9c9c;
  font-size: 0.813rem;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  text-align: left;
  overflow: hidden;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  max-height: 0;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  hyphens: none;
  animation: turn-off 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  animation-fill-mode: forwards;
}
.terminal .window {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #121212;
}
.terminal pre {
  padding: 1rem;
  white-space: pre-wrap;
  font-family: monospace;
  background: transparent;
}
.monitor {
  transition: all 0.3s ease-in-out, X;
  max-height: 0;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.monitor::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}
.powerup .terminal {
  animation: none;
  max-height: 240px;
  overflow: auto;
}
.powerup .terminal .window {
  opacity: 1;
  visibility: visible;
}
.powerup.monitor {
  max-height: 240px;
}
[data-content="test-progress"] {
  min-height: 51px;
}
[data-content="test-progress"] h3 {
  line-height: 51px;
}
.has-progress-spin .terminal {
  padding: 2px;
}
.has-progress-spin.monitor {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.has-progress-spin.monitor::after {
  z-index: 0;
  content: '';
  width: 120%;
  height: 60%;
  position: absolute;
  top: 20%;
  left: -10%;
  --border-size: 3px;
  --border-angle: 0turn;
  background-image: conic-gradient(from var(--border-angle), #121212 50%, #19892b, #19892b);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: bg-spin 3s linear infinite;
}
.page-login {
  background-color: #1f1f1f;
  /* background-image: url(../img/watermark.png); background-position: ~"calc(100% + 20px)" ~"calc(100% + 20px)"; background-repeat: no-repeat; background-position: ~"-webkit-calc(100% + 20px)" ~"-webkit-calc(100% + 20px)"; */
}
.page-login .wrap {
  overflow: hidden;
}
.page-login .nav {
  background: #393939;
  text-align: left;
}
.page-login .pusher {
  left: 0;
  width: 100%;
}
.page-login #link-account form > div {
  margin: 0 10px;
}
.page-login .alert {
  left: 0;
  width: 100%;
}
.verify {
  position: relative;
  max-width: 240px;
  margin: .5rem auto;
  padding-right: 57px;
  box-shadow: 0 0 0 1px #808080;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.verify input[type="text"],
.verify input[type="password"] {
  padding: 1rem;
  font-size: 1rem;
  height: 57px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.verify input[type="text"]::-webkit-input-placeholder,
.verify input[type="password"]::-webkit-input-placeholder {
  font-size: 1rem;
}
.verify input[type="text"]:focus,
.verify input[type="password"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.verify .btn {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 57px;
  height: 57px;
  line-height: 45px;
  border: 6px solid #393939;
  border-radius: 0 3px 3px 0;
}
.verify .btn.disabled {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #2C2C2C;
}
.verify .btn.disabled > img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.verify .btn > img {
  display: inline-block;
  margin: -7px 0 0 -3px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.verify .swipe-card {
  bottom: 0;
  animation: none;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.swipe-card {
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: -1;
  animation: roll-in-blurred-right 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.associate,
.guest {
  font-size: 0.813rem;
  color: #7A7A7A;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.associate.alt {
  color: #19892b;
  position: static;
}
.page-login.swipe-only .verify,
.page-login.swipe-only .verify + small,
.page-login.swipe-only .access-only {
  display: none !important;
}
.page-login.swipe-only .swipe-card {
  position: static;
  margin: 0 auto;
}
#forest-pos {
  font-size: 0.813rem;
  line-height: 1.2;
  color: #7A7A7A;
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 140px;
  text-align: center;
}
#forest-pos img {
  margin: 0 auto;
}
#forest-pos small {
  color: #7A7A7A;
  margin: .3rem 0 0 0;
}
.page-link .verify {
  margin: 32px auto 28px auto;
  max-width: 100%;
}
.page-link.alt .verify {
  margin-top: 82px;
}
.page-link .figure {
  position: relative;
}
.page-link .figure img {
  margin: 0 auto 1.5rem auto;
  height: 140px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  position: relative;
}
.page-link .figure.loaded img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-link .figure .loader,
.img .release-page-loader,
.figure .img .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -16px;
  z-index: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.figure .img.loaded .loader {
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-link .figure .loader img,
.img .release-page-loader {
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-link .sep {
  height: 200px;
  line-height: 200px;
  position: relative;
}
.page-link.alt .sep {
  height: 220px;
  line-height: 220px;
}
.page-link .sep span {
  background: #1F1F1F;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.page-link .sep::after {
  content: '';
  border-left: 1px solid #393939;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #8EC641;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px #8EC641;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.page-details dt {
  align-items: center;
  min-height: 61px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: .5rem 0;
}
.page-details dd {
  min-height: 61px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: .5rem 0;
}
a,
.link {
  color: #19892b;
  /* text-decoration: underline; text-decoration-skip: ink; */
}
.link {
  display: inline-block;
  padding: 0.813rem 0;
}
a:hover,
.link:hover {
  color: #9c9c9c;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: none;
}
.action {
  color: #9c9c9c;
  text-decoration: underline;
  display: inline-block;
  padding: 0.813rem 0;
}
.action.inline {
  padding: 0;
}
.action.inverse {
  color: #fff;
}
.action.clean {
  text-decoration: none;
}
.action.sml {
  padding: 0;
  font-size: 0.813rem;
}
.action.blk {
  margin: .8rem 0;
}
.action:hover {
  color: #19892b;
  text-decoration: none;
}
.primary {
  color: #19892b;
}
.primary.disabled {
  background: #BABFC4;
}
.cta {
  display: block;
  font-size: 1rem;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #DFE4E8;
  padding: 0.8125rem;
  margin: .375rem 0;
}
.btn {
  font-family: 'Barlow', sans-serif;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  padding: 0.813rem 1rem;
  line-height: 1.2;
  background: #19892b;
  color: #fff;
  white-space: nowrap;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}
.btn .text img {
  margin-right: 15px;
  width: 24px;
}
.btn img {
  display: inline-block;
  vertical-align: middle;
}
.btn:hover {
  color: #fff;
}
.btn.disabled {
  pointer-events: none;
  opacity: 0.48;
  filter: alpha(opacity=48);
}
.btn.disabled > img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.btn.danger {
  background: #bf2348;
}
.btn.danger:hover {
  background: #ab1d46;
}
.btn.wobble {
  animation: heartbeat 1.5s both 3;
}
.disabled .col:not(.search) {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.x-sml {
  font-size: 0.813rem;
  padding: .333rem .532rem;
}
.sml {
  font-size: 0.813rem;
  padding: 0.532rem .8rem;
}
.big {
  padding: 1rem 1.2rem;
  font-size: 1.167em;
}
.remove {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 3;
  width: 50px;
  padding: 0 14px;
}
.secondary {
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
  color: rgba(255, 255, 255, 0.7);
  background: none;
}
.secondary.disabled {
  background: none;
  color: #bbc1c7;
}
.secondary:hover {
  background: none;
  color: #fff;
}
.goback {
  float: left;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 43px;
  text-align: center;
  margin: -11px 15px 0 0;
}
.goback.stuck {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  margin: 0;
}
.tr.stuck {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
.br.stuck {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
}
.pagination {
  margin: 1rem auto;
  float: left;
  position: relative;
  left: 50%;
}
.pagination .set {
  float: left;
  position: relative;
  left: -50%;
  border: 1px solid #4d4d4d;
  border-radius: 3px;
}
.pagination a {
  float: left;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 43px;
  text-align: center;
  background: none;
  border-radius: 0;
}
.pagination a:first-child {
  border-right: 1px solid #4d4d4d;
}
.sq {
  width: 100%;
  padding: 2rem 1rem;
}
.sq span {
  display: block;
  margin-top: .8rem;
}
.controls a {
  float: left;
  display: block;
  margin-left: 1rem;
  width: 36px;
  height: 36px;
  padding: 3px 6px;
}
.controls a.view {
  padding: 6px;
}
.viewswitch .view {
  display: none;
}
.controls a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.refresh {
  display: inline-block;
  vertical-align: middle;
}
.refresh.spin {
  animation: rotate-in-center 0.6s linear 1;
}
.btn.ext:not(.disabled) {
  padding-right: 56px;
  overflow: hidden;
}
.selected-total,
.timer {
  padding: 0.813rem 0;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  position: absolute;
  color: #fff;
  -webkit-box-shadow: -2px 0 0 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -2px 0 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: -2px 0 0 0 rgba(255, 255, 255, 0.2);
}
.disabled .selected-total {
  display: none;
}
.timer {
  width: 50px;
}
.btn-group:not(.center) {
  float: right;
}
.btn-group .btn {
  margin: 0 5px 20px;
}
.counter {
  float: right;
  height: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  border: 2px solid #808080;
  text-align: center;
}
.counter .btn {
  padding: 0;
  height: 32px;
  line-height: 28px;
  width: 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  float: left;
}
.counter .btn:first-child {
  border-right: 1px solid #808080;
}
.counter .btn:last-child {
  border-left: 1px solid #808080;
}
.shimmer {
  overflow: hidden;
  position: relative;
}
.ready .shimmer::after {
  z-index: 2;
  content: '';
  width: 300%;
  height: 150%;
  top: 25%;
  left: -150%;
  position: absolute;
  display: block;
  animation: shimmer 2s linear 5 normal;
}
.ready .shimmer-forever::after {
  z-index: 2;
  content: '';
  width: 300%;
  height: 150%;
  top: 25%;
  left: -150%;
  position: absolute;
  display: block;
  animation: shimmer 2s linear infinite normal;
}
.progress-btn {
  position: relative;
  overflow: hidden;
  padding-right: 66px;
}
.progress-btn::before {
  content: '';
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.list:not(.grid) .row.progress-btn::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.has-progress-spin .list.grid li.selected .figure {
  background: #19892b;
}
.has-progress-spin .list.grid li.selected .figure .img {
  border: 0;
}
.has-progress-spin .list:not(.grid) .row::before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #1f1f1f;
}
.has-progress-spin .list:not(.grid) .row {
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 2px #4d4d4d;
  -moz-box-shadow: inset 0 0 0 2px #4d4d4d;
  box-shadow: inset 0 0 0 2px #4d4d4d;
}
.has-progress-spin .list:not(.grid) .selected .row {
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 2px #19892b;
  -moz-box-shadow: inset 0 0 0 2px #19892b;
  box-shadow: inset 0 0 0 2px #19892b;
}
.has-progress-spin .list:not(.grid) .row .col {
  z-index: 2;
}
.has-progress-spin .list:not(.grid) .progress-spin.row {
  -webkit-box-shadow: inset 0 0 0 2px #4d4d4d;
  -moz-box-shadow: inset 0 0 0 2px #4d4d4d;
  box-shadow: inset 0 0 0 2px #4d4d4d;
}
.has-progress-spin .list:not(.grid) .progress-spin.row::after {
  z-index: 0;
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  top: 20%;
  left: 0;
  --border-size: 3px;
  --border-angle: 0turn;
  background-image: conic-gradient(from var(--border-angle), #4d4d4d 50%, #19892b, #19892b);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: bg-spin 3s linear infinite;
}
.has-progress-spin .list.grid .figure {
  padding: 2px;
}
.list.grid .progress-spin .figure::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  --border-size: 3px;
  --border-angle: 0turn;
  background-image: conic-gradient(from var(--border-angle), #121212 20%, #19892b, #19892b);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: bg-spin 3s linear infinite;
}
.list.grid .progress-btn .figure .img::before {
  content: '';
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #19892b;
  z-index: 1;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.list.grid .progress-btn .figure .loader {
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
}
.list.grid .progress-btn .figure .img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list.grid .progress-btn .figure .img.loaded > img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 0;
}
.list:not(.grid) .row.progress-btn::before {
  background: #19892b;
  z-index: 0;
}
.progress-btn .text {
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.progress-btn .success {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.813rem 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  text-align: center;
  position: absolute;
  color: #fff;
}
.progress-btn .success::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  height: 14px;
  width: 18px;
  margin: -3px 10px 0 0;
}
.progress-btn .timer {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.progress-btn.progressbar::before {
  -webkit-animation: progressbar 20s ease-out;
  -moz-animation: progressbar 20s ease-out;
  -o-animation: progressbar 20s ease-out;
  animation: progressbar 20s ease-out;
}
.row.progress-btn.progressbar::before,
.list.grid .row.progress-btn.progressbar .figure .img::before {
  -webkit-animation: progressbar 8s ease-out;
  -moz-animation: progressbar 8s ease-out;
  -o-animation: progressbar 8s ease-out;
  animation: progressbar 8s ease-out;
}
.progress-btn.completed .success {
  opacity: 1;
  filter: alpha(opacity=100);
}
.progress-btn.completed .text,
.progress-btn.completed .timer {
  opacity: 0;
  filter: alpha(opacity=0);
}
.progress-btn {
  position: relative;
  overflow: hidden;
}
.theme {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
i.icon {
  margin-bottom: 1rem;
  color: #13293D;
}
.icon svg {
  height: 100%;
  display: block;
  margin: 0 auto;
}
.icon.fill svg {
  fill: #13293D;
}
.icon.twelve {
  width: 12px;
  height: 12px;
  margin: 0;
}
.icon.sixteen {
  width: 16px;
  height: 16px;
  margin: 0;
}
.icon.twentyfour {
  width: 24px;
  height: 24px;
  margin: 0;
}
.icon.thirtytwo {
  width: 32px;
  height: 32px;
  margin: 0;
}
.icon.fortyeight {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem auto;
}
img {
  max-width: 100%;
  display: block;
}
.figure.center {
  margin: 0 0 1.3rem 0;
  text-align: center;
}
.figure.center img {
  display: inline-block;
}
.page > .header,
.page-heading {
  padding: 0 30px;
  position: relative;
  width: 100%;
  z-index: 5;
  overflow: hidden;
}
.page > .header .auto,
.page-heading .auto {
  padding: 1rem 0 0 0;
  height: 100%;
}
.page > .header .col,
.page-heading .col {
  margin-bottom: 1rem;
}
.page-heading p {
  margin: 0.5rem 0 0 0;
}
.page > .header .select,
.page-heading .select {
  margin-left: auto;
}
.page > .header .center .select,
.page-heading .center .select {
  margin-left: 0;
  width: 100%;
  max-width: 280px;
  text-align: left;
}
.empty {
  text-align: center;
  margin: 3rem 0;
  color: #888;
}
.empty img {
  margin: 0 auto 2rem auto;
}
.empty .btn {
  min-width: 100px;
  text-align: center;
}
.aside .empty {
  margin: 0;
  padding: 3rem 20px;
}
.page > .footer {
  background: #2c2c2c;
  padding: 0 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  /* width: ~"-webkit-calc(100% - 130px)"; width: ~"calc(100% - 130px)"; */
  width: 100%;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.page > .footer .options label {
  margin: 9px 20px 0 0;
  display: inline-block;
}
.page > .footer .settings {
  position: relative;
  z-index: 2;
  padding: .5rem 0;
}
.page > .footer .settings .btn {
  margin-left: 20px;
}
.open-footer .page > .footer {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.page .options {
  background: #2c2c2c;
  padding: 0 30px 0 160px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.open-options .page .options {
  -webkit-transform: translate(0, -68px);
  -moz-transform: translate(0, -68px);
  -ms-transform: translate(0, -68px);
  -o-transform: translate(0, -68px);
  transform: translate(0, -68px);
}
.options-toggle {
  float: left;
  margin: .5rem 0;
  z-index: 3;
  cursor: pointer;
  height: 50px;
  padding: 16px 0;
}
.page .options h6 {
  padding: 1rem 0 0;
}
.options dl {
  width: 100%;
  float: left;
}
.options dl.options dt {
  align-items: center;
  height: 79px;
  line-height: 45px;
}
.options dl.options dd {
  height: 79px;
}
.options dl dt {
  float: left;
  clear: left;
  width: 40%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: unset !important;
  height: 60px !important;
  padding: 1rem 20px 1rem 0 !important;
  -webkit-box-shadow: inset 0 -1px 0 0 #4d4d4d;
  -moz-box-shadow: inset 0 -1px 0 0 #4d4d4d;
  box-shadow: inset 0 -1px 0 0 #4d4d4d;
}
.options dl dt i {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.options dl dd {
  color: #9c9c9c;
  padding-right: 0;
  float: left;
  width: 60%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: unset !important;
  height: 60px !important;
  -webkit-box-shadow: inset 0 -1px 0 0 #4d4d4d;
  -moz-box-shadow: inset 0 -1px 0 0 #4d4d4d;
  box-shadow: inset 0 -1px 0 0 #4d4d4d;
}
.options dl dd.active {
  color: #fff;
}
.options .switch,
.options .counter {
  float: right;
  margin: -4px 0 0 0;
}
.bw .selected .figure .img > img,
.bw .aside-preview .figure .img > img {
  filter: grayscale(100%);
}
.alert:not(.inline) {
  text-align: center;
  background: #454545;
  background: #4B4B4B;
  color: #fff;
  padding: 10px 40px 10px 30px;
  position: fixed;
  left: 0;
  bottom: 0;
  /* left: 130px; width: ~"-webkit-calc(100% - 130px)"; width: ~"calc(100% - 130px)"; */
  width: 100%;
  z-index: 4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.alert.error:not(.inline) {
  padding-left: 60px;
}
.left-nav .alert.error:not(.inline) {
  padding-left: 190px;
}
.open-aside .alert[data-type="error-aside"] {
  z-index: 11;
}
.left-nav.open-aside .alert[data-type="error-aside"]:not(.inline) {
  max-width: 1200px;
  width: 100%;
  padding-left: 60px;
  left: auto;
  right: 0;
}
.left-nav.open-aside .alert[data-type="error-aside"] .auto {
  max-width: none;
}
.alert.visible {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.open-footer .alert.visible {
  -webkit-transform: translate(0, -68px);
  -moz-transform: translate(0, -68px);
  -ms-transform: translate(0, -68px);
  -o-transform: translate(0, -68px);
  transform: translate(0, -68px);
}
.left-nav.open-aside .alert[data-type="error-aside"].visible {
  -webkit-transform: translate(0, -68px);
  -moz-transform: translate(0, -68px);
  -ms-transform: translate(0, -68px);
  -o-transform: translate(0, -68px);
  transform: translate(0, -68px);
}
.alert > img,
.alert .auto > img {
  display: inline-block;
  margin: 0 10px 0 -30px;
  vertical-align: middle;
}
.alert.inline {
  margin-top: 3px;
}
.alert.inline > img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0;
}
.alert.sml {
  padding: 0;
  line-height: 1.2;
}
.alert.sml > img {
  height: 12px;
  vertical-align: baseline;
}
.alert .loader {
  height: 14px;
}
.alert .loader img {
  display: block;
}
.alert .close {
  top: 10px;
  margin: 0;
  right: 0;
}
.alert[data-type=error-aside] {
  padding-left: 0;
  width: 80%;
  max-width: 800px;
}
.is-disabled {
  overflow: hidden;
  pointer-events: none;
}
.is-disabled a {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.ribbon {
  background: #ee6800;
  top: 30px;
  left: 30px;
  color: #fff;
  font-size: 0.625em;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  padding: 2px 0;
  position: absolute;
  z-index: 100;
  width: 120px;
  height: auto;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.33px;
}
p,
.p,
ol,
iframe {
  margin-bottom: 1.3rem;
  line-height: 1.4;
}
.lead {
  font-size: 1.333em;
  line-height: 1.2;
}
ol {
  position: relative;
}
ul.disc {
  margin: 0 0 1.3rem 20px;
}
ul.disc > li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: -20px;
  top: 11px;
  border-radius: 50%;
  background: #bbc1c7;
}
li {
  position: relative;
}
ol > li {
  counter-increment: counter;
  position: relative;
  padding-left: 20px;
}
ol > li:before {
  content: counter(counter);
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  color: #BABFC4;
}
dt {
  color: #9c9c9c;
  font-family: 'Barlow', sans-serif;
}
strong,
b {
  font-weight: 600;
  color: #fff;
}
small,
time {
  font-size: 0.813rem;
  color: #9c9c9c;
  line-height: 1.2;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  font-weight: normal;
}
small.blk {
  display: block;
  margin-top: 3px;
}
.truncate {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
dl {
  width: 100%;
  float: left;
}
dl.options dt,
dt.options {
  align-items: center;
  min-height: 79px;
  line-height: 45px;
}
dl.options dd,
dd.options {
  min-height: 79px;
}
dl dt {
  float: left;
  width: 140px;
  padding: 1rem 20px;
  -webkit-box-shadow: inset 0 -1px 0 0 #4d4d4d;
  -moz-box-shadow: inset 0 -1px 0 0 #4d4d4d;
  box-shadow: inset 0 -1px 0 0 #4d4d4d;
}
dl dt i {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
dl.alt dt {
  width: 100%;
  float: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0 0 9px;
}
dl dd {
  float: left;
  padding: 1rem 20px;
  -webkit-box-shadow: inset 0 -1px 0 0 #4d4d4d;
  -moz-box-shadow: inset 0 -1px 0 0 #4d4d4d;
  box-shadow: inset 0 -1px 0 0 #4d4d4d;
}
dl.alt dd {
  float: none;
  padding: 0;
  margin-bottom: 1.3rem;
}
dl .lock {
  float: right;
  margin: 2px 0 0 0;
}
.surface {
  background: #2c2c2c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: #fff;
  margin-bottom: .3rem;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
}
h1,
.h1 {
  font-size: 1.5em;
  font-weight: 400;
}
h2,
.h2 {
  font-size: 1.333em;
  font-weight: 400;
}
h3,
.h3 {
  font-size: 1.167em;
}
h4,
.h4 {
  font-size: 1em;
}
h5,
.h5 {
  font-size: 1em;
}
h6,
.h6 {
  color: #9c9c9c;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: auto;
}
.subdued {
  color: #9c9c9c;
  font-weight: normal;
}
.hidden {
  border: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  opacity: 0 !important;
}
.loader {
  z-index: 0;
  width: 32px;
  height: 8px;
  margin-right: 12px;
}
.loader span {
  background: #fff;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
}
.loading .loader span {
  animation: ball-beat 1s infinite linear;
}
.loading:not(.waiting):not(.center) {
  pointer-events: none;
}
.loading .text {
  margin-top: 3rem;
  font-family: 'Barlow', sans-serif;
}
.ball-beat span:first-child {
  left: 0;
  animation-delay: 0s;
}
.ball-beat span:nth-child(2) {
  left: 12px;
  animation-delay: 0.3333s;
}
.ball-beat span:nth-child(3) {
  left: 24px;
  animation-delay: .666s;
}
@keyframes ball-beat {
  50% {
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
.btn .loader {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -16px;
}
.btn .loader img {
  display: block;
}
.btn.loading .text {
  opacity: 0;
  visibility: hidden;
}
.btn.loading .loader {
  opacity: 1;
  visibility: visible;
}
.btn.loading > img {
  display: none;
}
.list > ul {
  list-style: none;
  line-height: 1.3;
  position: relative;
  text-align: left;
}
.list.max-s > ul {
  max-width: 320px;
  margin: 0 auto;
}
[data-type=print] .list {
  margin: 0 -1rem 0 0;
}
[data-type=print] .list > ul {
  padding: 0 0 0 1rem;
  float: left;
  width: 100%;
  margin: 2rem 0 0 0;
}
[data-type=accountselect] .list > ul {
  padding: 0 0 0 1rem;
  float: left;
  width: 100%;
}
.list > ul > li {
  margin: 0 0 1rem;
  max-height: 300px;
}
.list > ul > li:last-child {
  margin: 0;
}
[data-type=print] .list > ul > li {
  float: left;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[data-type=print] .list > ul > li:nth-child(100) {
  -webkit-transition-delay: 9.9s;
  -moz-transition-delay: 9.9s;
  -ms-transition-delay: 9.9s;
  -o-transition-delay: 9.9s;
  transition-delay: 9.9s;
}
[data-type=print] .list > ul > li:nth-child(99) {
  -webkit-transition-delay: 9.8s;
  -moz-transition-delay: 9.8s;
  -ms-transition-delay: 9.8s;
  -o-transition-delay: 9.8s;
  transition-delay: 9.8s;
}
[data-type=print] .list > ul > li:nth-child(98) {
  -webkit-transition-delay: 9.7s;
  -moz-transition-delay: 9.7s;
  -ms-transition-delay: 9.7s;
  -o-transition-delay: 9.7s;
  transition-delay: 9.7s;
}
[data-type=print] .list > ul > li:nth-child(97) {
  -webkit-transition-delay: 9.6s;
  -moz-transition-delay: 9.6s;
  -ms-transition-delay: 9.6s;
  -o-transition-delay: 9.6s;
  transition-delay: 9.6s;
}
[data-type=print] .list > ul > li:nth-child(96) {
  -webkit-transition-delay: 9.5s;
  -moz-transition-delay: 9.5s;
  -ms-transition-delay: 9.5s;
  -o-transition-delay: 9.5s;
  transition-delay: 9.5s;
}
[data-type=print] .list > ul > li:nth-child(95) {
  -webkit-transition-delay: 9.4s;
  -moz-transition-delay: 9.4s;
  -ms-transition-delay: 9.4s;
  -o-transition-delay: 9.4s;
  transition-delay: 9.4s;
}
[data-type=print] .list > ul > li:nth-child(94) {
  -webkit-transition-delay: 9.3s;
  -moz-transition-delay: 9.3s;
  -ms-transition-delay: 9.3s;
  -o-transition-delay: 9.3s;
  transition-delay: 9.3s;
}
[data-type=print] .list > ul > li:nth-child(93) {
  -webkit-transition-delay: 9.2s;
  -moz-transition-delay: 9.2s;
  -ms-transition-delay: 9.2s;
  -o-transition-delay: 9.2s;
  transition-delay: 9.2s;
}
[data-type=print] .list > ul > li:nth-child(92) {
  -webkit-transition-delay: 9.1s;
  -moz-transition-delay: 9.1s;
  -ms-transition-delay: 9.1s;
  -o-transition-delay: 9.1s;
  transition-delay: 9.1s;
}
[data-type=print] .list > ul > li:nth-child(91) {
  -webkit-transition-delay: 9s;
  -moz-transition-delay: 9s;
  -ms-transition-delay: 9s;
  -o-transition-delay: 9s;
  transition-delay: 9s;
}
[data-type=print] .list > ul > li:nth-child(90) {
  -webkit-transition-delay: 8.9s;
  -moz-transition-delay: 8.9s;
  -ms-transition-delay: 8.9s;
  -o-transition-delay: 8.9s;
  transition-delay: 8.9s;
}
[data-type=print] .list > ul > li:nth-child(89) {
  -webkit-transition-delay: 8.8s;
  -moz-transition-delay: 8.8s;
  -ms-transition-delay: 8.8s;
  -o-transition-delay: 8.8s;
  transition-delay: 8.8s;
}
[data-type=print] .list > ul > li:nth-child(88) {
  -webkit-transition-delay: 8.7s;
  -moz-transition-delay: 8.7s;
  -ms-transition-delay: 8.7s;
  -o-transition-delay: 8.7s;
  transition-delay: 8.7s;
}
[data-type=print] .list > ul > li:nth-child(87) {
  -webkit-transition-delay: 8.6s;
  -moz-transition-delay: 8.6s;
  -ms-transition-delay: 8.6s;
  -o-transition-delay: 8.6s;
  transition-delay: 8.6s;
}
[data-type=print] .list > ul > li:nth-child(86) {
  -webkit-transition-delay: 8.5s;
  -moz-transition-delay: 8.5s;
  -ms-transition-delay: 8.5s;
  -o-transition-delay: 8.5s;
  transition-delay: 8.5s;
}
[data-type=print] .list > ul > li:nth-child(85) {
  -webkit-transition-delay: 8.4s;
  -moz-transition-delay: 8.4s;
  -ms-transition-delay: 8.4s;
  -o-transition-delay: 8.4s;
  transition-delay: 8.4s;
}
[data-type=print] .list > ul > li:nth-child(84) {
  -webkit-transition-delay: 8.3s;
  -moz-transition-delay: 8.3s;
  -ms-transition-delay: 8.3s;
  -o-transition-delay: 8.3s;
  transition-delay: 8.3s;
}
[data-type=print] .list > ul > li:nth-child(83) {
  -webkit-transition-delay: 8.2s;
  -moz-transition-delay: 8.2s;
  -ms-transition-delay: 8.2s;
  -o-transition-delay: 8.2s;
  transition-delay: 8.2s;
}
[data-type=print] .list > ul > li:nth-child(82) {
  -webkit-transition-delay: 8.1s;
  -moz-transition-delay: 8.1s;
  -ms-transition-delay: 8.1s;
  -o-transition-delay: 8.1s;
  transition-delay: 8.1s;
}
[data-type=print] .list > ul > li:nth-child(81) {
  -webkit-transition-delay: 8s;
  -moz-transition-delay: 8s;
  -ms-transition-delay: 8s;
  -o-transition-delay: 8s;
  transition-delay: 8s;
}
[data-type=print] .list > ul > li:nth-child(80) {
  -webkit-transition-delay: 7.9s;
  -moz-transition-delay: 7.9s;
  -ms-transition-delay: 7.9s;
  -o-transition-delay: 7.9s;
  transition-delay: 7.9s;
}
[data-type=print] .list > ul > li:nth-child(79) {
  -webkit-transition-delay: 7.8s;
  -moz-transition-delay: 7.8s;
  -ms-transition-delay: 7.8s;
  -o-transition-delay: 7.8s;
  transition-delay: 7.8s;
}
[data-type=print] .list > ul > li:nth-child(78) {
  -webkit-transition-delay: 7.7s;
  -moz-transition-delay: 7.7s;
  -ms-transition-delay: 7.7s;
  -o-transition-delay: 7.7s;
  transition-delay: 7.7s;
}
[data-type=print] .list > ul > li:nth-child(77) {
  -webkit-transition-delay: 7.6s;
  -moz-transition-delay: 7.6s;
  -ms-transition-delay: 7.6s;
  -o-transition-delay: 7.6s;
  transition-delay: 7.6s;
}
[data-type=print] .list > ul > li:nth-child(76) {
  -webkit-transition-delay: 7.5s;
  -moz-transition-delay: 7.5s;
  -ms-transition-delay: 7.5s;
  -o-transition-delay: 7.5s;
  transition-delay: 7.5s;
}
[data-type=print] .list > ul > li:nth-child(75) {
  -webkit-transition-delay: 7.4s;
  -moz-transition-delay: 7.4s;
  -ms-transition-delay: 7.4s;
  -o-transition-delay: 7.4s;
  transition-delay: 7.4s;
}
[data-type=print] .list > ul > li:nth-child(74) {
  -webkit-transition-delay: 7.3s;
  -moz-transition-delay: 7.3s;
  -ms-transition-delay: 7.3s;
  -o-transition-delay: 7.3s;
  transition-delay: 7.3s;
}
[data-type=print] .list > ul > li:nth-child(73) {
  -webkit-transition-delay: 7.2s;
  -moz-transition-delay: 7.2s;
  -ms-transition-delay: 7.2s;
  -o-transition-delay: 7.2s;
  transition-delay: 7.2s;
}
[data-type=print] .list > ul > li:nth-child(72) {
  -webkit-transition-delay: 7.1s;
  -moz-transition-delay: 7.1s;
  -ms-transition-delay: 7.1s;
  -o-transition-delay: 7.1s;
  transition-delay: 7.1s;
}
[data-type=print] .list > ul > li:nth-child(71) {
  -webkit-transition-delay: 7s;
  -moz-transition-delay: 7s;
  -ms-transition-delay: 7s;
  -o-transition-delay: 7s;
  transition-delay: 7s;
}
[data-type=print] .list > ul > li:nth-child(70) {
  -webkit-transition-delay: 6.9s;
  -moz-transition-delay: 6.9s;
  -ms-transition-delay: 6.9s;
  -o-transition-delay: 6.9s;
  transition-delay: 6.9s;
}
[data-type=print] .list > ul > li:nth-child(69) {
  -webkit-transition-delay: 6.8s;
  -moz-transition-delay: 6.8s;
  -ms-transition-delay: 6.8s;
  -o-transition-delay: 6.8s;
  transition-delay: 6.8s;
}
[data-type=print] .list > ul > li:nth-child(68) {
  -webkit-transition-delay: 6.7s;
  -moz-transition-delay: 6.7s;
  -ms-transition-delay: 6.7s;
  -o-transition-delay: 6.7s;
  transition-delay: 6.7s;
}
[data-type=print] .list > ul > li:nth-child(67) {
  -webkit-transition-delay: 6.6s;
  -moz-transition-delay: 6.6s;
  -ms-transition-delay: 6.6s;
  -o-transition-delay: 6.6s;
  transition-delay: 6.6s;
}
[data-type=print] .list > ul > li:nth-child(66) {
  -webkit-transition-delay: 6.5s;
  -moz-transition-delay: 6.5s;
  -ms-transition-delay: 6.5s;
  -o-transition-delay: 6.5s;
  transition-delay: 6.5s;
}
[data-type=print] .list > ul > li:nth-child(65) {
  -webkit-transition-delay: 6.4s;
  -moz-transition-delay: 6.4s;
  -ms-transition-delay: 6.4s;
  -o-transition-delay: 6.4s;
  transition-delay: 6.4s;
}
[data-type=print] .list > ul > li:nth-child(64) {
  -webkit-transition-delay: 6.3s;
  -moz-transition-delay: 6.3s;
  -ms-transition-delay: 6.3s;
  -o-transition-delay: 6.3s;
  transition-delay: 6.3s;
}
[data-type=print] .list > ul > li:nth-child(63) {
  -webkit-transition-delay: 6.2s;
  -moz-transition-delay: 6.2s;
  -ms-transition-delay: 6.2s;
  -o-transition-delay: 6.2s;
  transition-delay: 6.2s;
}
[data-type=print] .list > ul > li:nth-child(62) {
  -webkit-transition-delay: 6.1s;
  -moz-transition-delay: 6.1s;
  -ms-transition-delay: 6.1s;
  -o-transition-delay: 6.1s;
  transition-delay: 6.1s;
}
[data-type=print] .list > ul > li:nth-child(61) {
  -webkit-transition-delay: 6s;
  -moz-transition-delay: 6s;
  -ms-transition-delay: 6s;
  -o-transition-delay: 6s;
  transition-delay: 6s;
}
[data-type=print] .list > ul > li:nth-child(60) {
  -webkit-transition-delay: 5.9s;
  -moz-transition-delay: 5.9s;
  -ms-transition-delay: 5.9s;
  -o-transition-delay: 5.9s;
  transition-delay: 5.9s;
}
[data-type=print] .list > ul > li:nth-child(59) {
  -webkit-transition-delay: 5.8s;
  -moz-transition-delay: 5.8s;
  -ms-transition-delay: 5.8s;
  -o-transition-delay: 5.8s;
  transition-delay: 5.8s;
}
[data-type=print] .list > ul > li:nth-child(58) {
  -webkit-transition-delay: 5.7s;
  -moz-transition-delay: 5.7s;
  -ms-transition-delay: 5.7s;
  -o-transition-delay: 5.7s;
  transition-delay: 5.7s;
}
[data-type=print] .list > ul > li:nth-child(57) {
  -webkit-transition-delay: 5.6s;
  -moz-transition-delay: 5.6s;
  -ms-transition-delay: 5.6s;
  -o-transition-delay: 5.6s;
  transition-delay: 5.6s;
}
[data-type=print] .list > ul > li:nth-child(56) {
  -webkit-transition-delay: 5.5s;
  -moz-transition-delay: 5.5s;
  -ms-transition-delay: 5.5s;
  -o-transition-delay: 5.5s;
  transition-delay: 5.5s;
}
[data-type=print] .list > ul > li:nth-child(55) {
  -webkit-transition-delay: 5.4s;
  -moz-transition-delay: 5.4s;
  -ms-transition-delay: 5.4s;
  -o-transition-delay: 5.4s;
  transition-delay: 5.4s;
}
[data-type=print] .list > ul > li:nth-child(54) {
  -webkit-transition-delay: 5.3s;
  -moz-transition-delay: 5.3s;
  -ms-transition-delay: 5.3s;
  -o-transition-delay: 5.3s;
  transition-delay: 5.3s;
}
[data-type=print] .list > ul > li:nth-child(53) {
  -webkit-transition-delay: 5.2s;
  -moz-transition-delay: 5.2s;
  -ms-transition-delay: 5.2s;
  -o-transition-delay: 5.2s;
  transition-delay: 5.2s;
}
[data-type=print] .list > ul > li:nth-child(52) {
  -webkit-transition-delay: 5.1s;
  -moz-transition-delay: 5.1s;
  -ms-transition-delay: 5.1s;
  -o-transition-delay: 5.1s;
  transition-delay: 5.1s;
}
[data-type=print] .list > ul > li:nth-child(51) {
  -webkit-transition-delay: 5s;
  -moz-transition-delay: 5s;
  -ms-transition-delay: 5s;
  -o-transition-delay: 5s;
  transition-delay: 5s;
}
[data-type=print] .list > ul > li:nth-child(50) {
  -webkit-transition-delay: 4.9s;
  -moz-transition-delay: 4.9s;
  -ms-transition-delay: 4.9s;
  -o-transition-delay: 4.9s;
  transition-delay: 4.9s;
}
[data-type=print] .list > ul > li:nth-child(49) {
  -webkit-transition-delay: 4.8s;
  -moz-transition-delay: 4.8s;
  -ms-transition-delay: 4.8s;
  -o-transition-delay: 4.8s;
  transition-delay: 4.8s;
}
[data-type=print] .list > ul > li:nth-child(48) {
  -webkit-transition-delay: 4.7s;
  -moz-transition-delay: 4.7s;
  -ms-transition-delay: 4.7s;
  -o-transition-delay: 4.7s;
  transition-delay: 4.7s;
}
[data-type=print] .list > ul > li:nth-child(47) {
  -webkit-transition-delay: 4.6s;
  -moz-transition-delay: 4.6s;
  -ms-transition-delay: 4.6s;
  -o-transition-delay: 4.6s;
  transition-delay: 4.6s;
}
[data-type=print] .list > ul > li:nth-child(46) {
  -webkit-transition-delay: 4.5s;
  -moz-transition-delay: 4.5s;
  -ms-transition-delay: 4.5s;
  -o-transition-delay: 4.5s;
  transition-delay: 4.5s;
}
[data-type=print] .list > ul > li:nth-child(45) {
  -webkit-transition-delay: 4.4s;
  -moz-transition-delay: 4.4s;
  -ms-transition-delay: 4.4s;
  -o-transition-delay: 4.4s;
  transition-delay: 4.4s;
}
[data-type=print] .list > ul > li:nth-child(44) {
  -webkit-transition-delay: 4.3s;
  -moz-transition-delay: 4.3s;
  -ms-transition-delay: 4.3s;
  -o-transition-delay: 4.3s;
  transition-delay: 4.3s;
}
[data-type=print] .list > ul > li:nth-child(43) {
  -webkit-transition-delay: 4.2s;
  -moz-transition-delay: 4.2s;
  -ms-transition-delay: 4.2s;
  -o-transition-delay: 4.2s;
  transition-delay: 4.2s;
}
[data-type=print] .list > ul > li:nth-child(42) {
  -webkit-transition-delay: 4.1s;
  -moz-transition-delay: 4.1s;
  -ms-transition-delay: 4.1s;
  -o-transition-delay: 4.1s;
  transition-delay: 4.1s;
}
[data-type=print] .list > ul > li:nth-child(41) {
  -webkit-transition-delay: 4s;
  -moz-transition-delay: 4s;
  -ms-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s;
}
[data-type=print] .list > ul > li:nth-child(40) {
  -webkit-transition-delay: 3.9s;
  -moz-transition-delay: 3.9s;
  -ms-transition-delay: 3.9s;
  -o-transition-delay: 3.9s;
  transition-delay: 3.9s;
}
[data-type=print] .list > ul > li:nth-child(39) {
  -webkit-transition-delay: 3.8s;
  -moz-transition-delay: 3.8s;
  -ms-transition-delay: 3.8s;
  -o-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
[data-type=print] .list > ul > li:nth-child(38) {
  -webkit-transition-delay: 3.7s;
  -moz-transition-delay: 3.7s;
  -ms-transition-delay: 3.7s;
  -o-transition-delay: 3.7s;
  transition-delay: 3.7s;
}
[data-type=print] .list > ul > li:nth-child(37) {
  -webkit-transition-delay: 3.6s;
  -moz-transition-delay: 3.6s;
  -ms-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
[data-type=print] .list > ul > li:nth-child(36) {
  -webkit-transition-delay: 3.5s;
  -moz-transition-delay: 3.5s;
  -ms-transition-delay: 3.5s;
  -o-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
[data-type=print] .list > ul > li:nth-child(35) {
  -webkit-transition-delay: 3.4s;
  -moz-transition-delay: 3.4s;
  -ms-transition-delay: 3.4s;
  -o-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
[data-type=print] .list > ul > li:nth-child(34) {
  -webkit-transition-delay: 3.3s;
  -moz-transition-delay: 3.3s;
  -ms-transition-delay: 3.3s;
  -o-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
[data-type=print] .list > ul > li:nth-child(33) {
  -webkit-transition-delay: 3.2s;
  -moz-transition-delay: 3.2s;
  -ms-transition-delay: 3.2s;
  -o-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
[data-type=print] .list > ul > li:nth-child(32) {
  -webkit-transition-delay: 3.1s;
  -moz-transition-delay: 3.1s;
  -ms-transition-delay: 3.1s;
  -o-transition-delay: 3.1s;
  transition-delay: 3.1s;
}
[data-type=print] .list > ul > li:nth-child(31) {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -ms-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
[data-type=print] .list > ul > li:nth-child(30) {
  -webkit-transition-delay: 2.9s;
  -moz-transition-delay: 2.9s;
  -ms-transition-delay: 2.9s;
  -o-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
[data-type=print] .list > ul > li:nth-child(29) {
  -webkit-transition-delay: 2.8s;
  -moz-transition-delay: 2.8s;
  -ms-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
[data-type=print] .list > ul > li:nth-child(28) {
  -webkit-transition-delay: 2.7s;
  -moz-transition-delay: 2.7s;
  -ms-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
[data-type=print] .list > ul > li:nth-child(27) {
  -webkit-transition-delay: 2.6s;
  -moz-transition-delay: 2.6s;
  -ms-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
[data-type=print] .list > ul > li:nth-child(26) {
  -webkit-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
[data-type=print] .list > ul > li:nth-child(25) {
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  -ms-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
[data-type=print] .list > ul > li:nth-child(24) {
  -webkit-transition-delay: 2.3s;
  -moz-transition-delay: 2.3s;
  -ms-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
[data-type=print] .list > ul > li:nth-child(23) {
  -webkit-transition-delay: 2.2s;
  -moz-transition-delay: 2.2s;
  -ms-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
[data-type=print] .list > ul > li:nth-child(22) {
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
  -ms-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
[data-type=print] .list > ul > li:nth-child(21) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
[data-type=print] .list > ul > li:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
  -ms-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
[data-type=print] .list > ul > li:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -ms-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
[data-type=print] .list > ul > li:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -ms-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
[data-type=print] .list > ul > li:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -ms-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
[data-type=print] .list > ul > li:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
[data-type=print] .list > ul > li:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
[data-type=print] .list > ul > li:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -ms-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
[data-type=print] .list > ul > li:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
[data-type=print] .list > ul > li:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -ms-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
[data-type=print] .list > ul > li:nth-child(11) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
[data-type=print] .list > ul > li:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
[data-type=print] .list > ul > li:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
[data-type=print] .list > ul > li:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
[data-type=print] .list > ul > li:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
[data-type=print] .list > ul > li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
[data-type=print] .list > ul > li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[data-type=print] .list > ul > li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
[data-type=print] .list > ul > li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[data-type=print] .list > ul > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
[data-type=print] .list > ul > li:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
[data-type=accountselect] .list > ul > li {
  float: left;
  width: 100%;
  margin-right: 1rem;
}
.list.view-change > ul > li {
  -webkit-transition: all 0s 0s !important;
  -moz-transition: all 0s 0s !important;
  -ms-transition: all 0s 0s !important;
  -o-transition: all 0s 0s !important;
  transition: all 0s 0s !important;
}
.ready [data-type=print] .list > ul > li,
.ready [data-type=print] .list.grid > ul > li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.list input[type="checkbox"],
.list input[type="radio"] {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
}
.list li a.row {
  color: #fff;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px #4d4d4d;
  -moz-box-shadow: inset 0 0 0 1px #4d4d4d;
  box-shadow: inset 0 0 0 1px #4d4d4d;
  padding: 0.813rem 1rem;
  justify-content: space-between;
  align-items: baseline;
  /* .transition(opacity 0.3s 0.8s, max-height 0.3s 0.3s); */
  max-height: 400px;
  display: block;
}
[data-type=print] .list li a.row {
  float: left;
  width: 100%;
  padding: 1.125rem 2rem 1.125rem 54px;
}
[data-type=accountselect] .list li .row {
  float: left;
  width: 100%;
  padding: 1.125rem 1rem 1.125rem 54px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px #4d4d4d;
  -moz-box-shadow: inset 0 0 0 1px #4d4d4d;
  box-shadow: inset 0 0 0 1px #4d4d4d;
  justify-content: space-between;
  align-items: baseline;
  /* .transition(opacity 0.3s 0.8s, max-height 0.3s 0.3s); */
  max-height: 400px;
  display: block;
}
[data-type=accountselect][data-var="multiple"] .list li .row {
  padding: 0.813rem 1rem;
}
[data-type=accountselect][data-var="multiple"] .list li .row :first-child {
  padding-left: 0 !important;
}
[data-type=accountselect] .list li a.row {
  padding: 1.125rem 2rem 1.125rem 54px;
}
[data-type=accountselect] .list header {
  padding: 0 0 0 1rem;
}
[data-type=accountselect] .list header .row {
  float: left;
  width: 100%;
  color: #8c8c8c;
  padding: 0 1rem 1.125rem 54px;
  justify-content: space-between;
  align-items: baseline;
  display: block;
}
[data-type=accountselect][data-var="multiple"] .list header .row {
  padding: 0 1rem 1.125rem 0;
}
.list.split ul {
  margin: 0 -10px;
}
.list.split li {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.list.split > ul > li:last-child {
  padding-bottom: 20px;
}
.list.split li a.row {
  margin: 0;
}
.list.split li a.row img {
  float: right;
  margin: 3px 0 0 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.select img {
  margin: 0 0 0 6px;
  display: inline-block;
  vertical-align: middle;
}
.list.split li.selected a.row {
  box-shadow: inset 0 0 0 1px #808080;
  background: #808080;
}
.list.split li.selected a.row img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.popup .list.split li.selected a.row:after {
  content: none;
}
#popup-papersize .scroll {
  padding: 30px 30px 10px 30px;
}
.list li.selected {
  z-index: 1;
}
.list li.selected:has(.prigress-) .list li:hover {
  z-index: 2;
}
.list li.selected a.row {
  -webkit-box-shadow: inset 0 0 0 1px #19892b;
  -moz-box-shadow: inset 0 0 0 1px #19892b;
  box-shadow: inset 0 0 0 1px #19892b;
  color: #fff;
}
.popup .list li.selected a.row::after {
  content: '';
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  height: 14px;
  width: 18px;
  position: absolute;
  top: 21px;
  right: 20px;
  z-index: 0;
}
.popup [data-type=accountselect][data-var="multiple"] .list li.selected a.row::after {
  display: none;
}
.list li > .row {
  transform: translate3d(0, 0, 0);
  position: relative;
  padding: 1.125rem 0;
  /* justify-content: space-between; */
}
.list .row {
  margin: 0 -1rem;
}
.list .col {
  padding: 0 1rem;
  float: left;
  display: block !important;
  order: 4;
  width: 15%;
  min-width: 64px;
  position: relative;
}
.list .col.document {
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  color: #fff;
  width: 50%;
}
.list .col.account {
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  color: #fff;
  width: 100%;
}
.list .col.customer {
  width: 55%;
}
.list li .col.customer {
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  color: #fff;
}
.list .col.account .parent {
  color: #8c8c8c;
}
.list a.row .col.account {
  width: 70%;
}
.list .col.owner,
.list .col.time,
.list .col.copies,
.list .col.status,
.list .in-progress .col.color,
.list .in-progress .col.sides,
.list .in-progress .col.pages {
  display: none !important;
}
.list .in-progress .col.status {
  display: block !important;
  color: #9c9c9c;
}
.list:not(.grid) .col.status {
  width: 50%;
}
.list .in-progress .col.status.error {
  color: #F2456F;
}
.list .col.pages {
  width: 20%;
}
.list .col.sub {
  width: 30%;
}
.list .figure {
  display: none;
  overflow: hidden;
  width: 54px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.list .figure .img > img {
  position: relative;
  z-index: 1;
  margin: 0;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.list .figure .img.loaded > img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list .figure .flag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 3px 2px;
  border-radius: 0;
  font-size: 9px;
  z-index: 2;
}
[data-type=print] .list a.row:after,
[data-type=accountselect]:not([data-var="multiple"]) .list a.row:after {
  content: '';
  background-image: url("../img/more.png");
  background-repeat: no-repeat;
  height: 13px;
  width: 8px;
  position: absolute;
  top: 27px;
  right: 20px;
  z-index: 0;
}
.list .header {
  margin-bottom: 1rem;
}
.list .header .col,
.list .footer .col {
  color: #bbc1c7;
  font-family: 'Barlow', sans-serif;
}
.list .select select {
  padding: 0.5rem 2rem .5rem .8rem;
}
.list .select:not(.inl) {
  margin: 0;
}
.list h4 {
  margin-bottom: 1.3rem;
}
.list > ul > li.moving {
  padding: 0;
  width: 0;
  max-height: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.list > ul > li.moving .row {
  animation: scale-out-center 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  transition: all .3s;
}
.list > ul > li.moving input {
  opacity: 0;
  filter: alpha(opacity=0);
}
.list.grid > ul {
  padding: 0;
}
.list.grid .figure {
  display: block;
  position: relative;
  width: 100%;
  height: 192px;
  overflow: hidden;
  margin-bottom: .8rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #121212;
}
.list.grid input[type="checkbox"] {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 3;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.list.grid .figure .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: border 0.15s linear;
  -moz-transition: border 0.15s linear;
  -ms-transition: border 0.15s linear;
  -o-transition: border 0.15s linear;
  transition: border 0.15s linear;
}
.list.grid .figure .img > img {
  position: absolute;
  top: 0;
  left: 0;
}
.list.grid .figure.bw .img > img {
  filter: grayscale(100%);
}
.list.grid > ul > li {
  width: 33.33%;
  max-width: 400px;
  max-height: 400px;
  padding: 0 16px;
  margin-bottom: 2rem;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.list.grid > ul > li:nth-child(100) {
  -webkit-transition-delay: 10.3s;
  -moz-transition-delay: 10.3s;
  -ms-transition-delay: 10.3s;
  -o-transition-delay: 10.3s;
  transition-delay: 10.3s;
}
.list.grid > ul > li:nth-child(99) {
  -webkit-transition-delay: 10.2s;
  -moz-transition-delay: 10.2s;
  -ms-transition-delay: 10.2s;
  -o-transition-delay: 10.2s;
  transition-delay: 10.2s;
}
.list.grid > ul > li:nth-child(98) {
  -webkit-transition-delay: 10.1s;
  -moz-transition-delay: 10.1s;
  -ms-transition-delay: 10.1s;
  -o-transition-delay: 10.1s;
  transition-delay: 10.1s;
}
.list.grid > ul > li:nth-child(97) {
  -webkit-transition-delay: 10s;
  -moz-transition-delay: 10s;
  -ms-transition-delay: 10s;
  -o-transition-delay: 10s;
  transition-delay: 10s;
}
.list.grid > ul > li:nth-child(96) {
  -webkit-transition-delay: 9.9s;
  -moz-transition-delay: 9.9s;
  -ms-transition-delay: 9.9s;
  -o-transition-delay: 9.9s;
  transition-delay: 9.9s;
}
.list.grid > ul > li:nth-child(95) {
  -webkit-transition-delay: 9.8s;
  -moz-transition-delay: 9.8s;
  -ms-transition-delay: 9.8s;
  -o-transition-delay: 9.8s;
  transition-delay: 9.8s;
}
.list.grid > ul > li:nth-child(94) {
  -webkit-transition-delay: 9.7s;
  -moz-transition-delay: 9.7s;
  -ms-transition-delay: 9.7s;
  -o-transition-delay: 9.7s;
  transition-delay: 9.7s;
}
.list.grid > ul > li:nth-child(93) {
  -webkit-transition-delay: 9.6s;
  -moz-transition-delay: 9.6s;
  -ms-transition-delay: 9.6s;
  -o-transition-delay: 9.6s;
  transition-delay: 9.6s;
}
.list.grid > ul > li:nth-child(92) {
  -webkit-transition-delay: 9.5s;
  -moz-transition-delay: 9.5s;
  -ms-transition-delay: 9.5s;
  -o-transition-delay: 9.5s;
  transition-delay: 9.5s;
}
.list.grid > ul > li:nth-child(91) {
  -webkit-transition-delay: 9.4s;
  -moz-transition-delay: 9.4s;
  -ms-transition-delay: 9.4s;
  -o-transition-delay: 9.4s;
  transition-delay: 9.4s;
}
.list.grid > ul > li:nth-child(90) {
  -webkit-transition-delay: 9.3s;
  -moz-transition-delay: 9.3s;
  -ms-transition-delay: 9.3s;
  -o-transition-delay: 9.3s;
  transition-delay: 9.3s;
}
.list.grid > ul > li:nth-child(89) {
  -webkit-transition-delay: 9.2s;
  -moz-transition-delay: 9.2s;
  -ms-transition-delay: 9.2s;
  -o-transition-delay: 9.2s;
  transition-delay: 9.2s;
}
.list.grid > ul > li:nth-child(88) {
  -webkit-transition-delay: 9.1s;
  -moz-transition-delay: 9.1s;
  -ms-transition-delay: 9.1s;
  -o-transition-delay: 9.1s;
  transition-delay: 9.1s;
}
.list.grid > ul > li:nth-child(87) {
  -webkit-transition-delay: 9s;
  -moz-transition-delay: 9s;
  -ms-transition-delay: 9s;
  -o-transition-delay: 9s;
  transition-delay: 9s;
}
.list.grid > ul > li:nth-child(86) {
  -webkit-transition-delay: 8.9s;
  -moz-transition-delay: 8.9s;
  -ms-transition-delay: 8.9s;
  -o-transition-delay: 8.9s;
  transition-delay: 8.9s;
}
.list.grid > ul > li:nth-child(85) {
  -webkit-transition-delay: 8.8s;
  -moz-transition-delay: 8.8s;
  -ms-transition-delay: 8.8s;
  -o-transition-delay: 8.8s;
  transition-delay: 8.8s;
}
.list.grid > ul > li:nth-child(84) {
  -webkit-transition-delay: 8.7s;
  -moz-transition-delay: 8.7s;
  -ms-transition-delay: 8.7s;
  -o-transition-delay: 8.7s;
  transition-delay: 8.7s;
}
.list.grid > ul > li:nth-child(83) {
  -webkit-transition-delay: 8.6s;
  -moz-transition-delay: 8.6s;
  -ms-transition-delay: 8.6s;
  -o-transition-delay: 8.6s;
  transition-delay: 8.6s;
}
.list.grid > ul > li:nth-child(82) {
  -webkit-transition-delay: 8.5s;
  -moz-transition-delay: 8.5s;
  -ms-transition-delay: 8.5s;
  -o-transition-delay: 8.5s;
  transition-delay: 8.5s;
}
.list.grid > ul > li:nth-child(81) {
  -webkit-transition-delay: 8.4s;
  -moz-transition-delay: 8.4s;
  -ms-transition-delay: 8.4s;
  -o-transition-delay: 8.4s;
  transition-delay: 8.4s;
}
.list.grid > ul > li:nth-child(80) {
  -webkit-transition-delay: 8.3s;
  -moz-transition-delay: 8.3s;
  -ms-transition-delay: 8.3s;
  -o-transition-delay: 8.3s;
  transition-delay: 8.3s;
}
.list.grid > ul > li:nth-child(79) {
  -webkit-transition-delay: 8.2s;
  -moz-transition-delay: 8.2s;
  -ms-transition-delay: 8.2s;
  -o-transition-delay: 8.2s;
  transition-delay: 8.2s;
}
.list.grid > ul > li:nth-child(78) {
  -webkit-transition-delay: 8.1s;
  -moz-transition-delay: 8.1s;
  -ms-transition-delay: 8.1s;
  -o-transition-delay: 8.1s;
  transition-delay: 8.1s;
}
.list.grid > ul > li:nth-child(77) {
  -webkit-transition-delay: 8s;
  -moz-transition-delay: 8s;
  -ms-transition-delay: 8s;
  -o-transition-delay: 8s;
  transition-delay: 8s;
}
.list.grid > ul > li:nth-child(76) {
  -webkit-transition-delay: 7.9s;
  -moz-transition-delay: 7.9s;
  -ms-transition-delay: 7.9s;
  -o-transition-delay: 7.9s;
  transition-delay: 7.9s;
}
.list.grid > ul > li:nth-child(75) {
  -webkit-transition-delay: 7.8s;
  -moz-transition-delay: 7.8s;
  -ms-transition-delay: 7.8s;
  -o-transition-delay: 7.8s;
  transition-delay: 7.8s;
}
.list.grid > ul > li:nth-child(74) {
  -webkit-transition-delay: 7.7s;
  -moz-transition-delay: 7.7s;
  -ms-transition-delay: 7.7s;
  -o-transition-delay: 7.7s;
  transition-delay: 7.7s;
}
.list.grid > ul > li:nth-child(73) {
  -webkit-transition-delay: 7.6s;
  -moz-transition-delay: 7.6s;
  -ms-transition-delay: 7.6s;
  -o-transition-delay: 7.6s;
  transition-delay: 7.6s;
}
.list.grid > ul > li:nth-child(72) {
  -webkit-transition-delay: 7.5s;
  -moz-transition-delay: 7.5s;
  -ms-transition-delay: 7.5s;
  -o-transition-delay: 7.5s;
  transition-delay: 7.5s;
}
.list.grid > ul > li:nth-child(71) {
  -webkit-transition-delay: 7.4s;
  -moz-transition-delay: 7.4s;
  -ms-transition-delay: 7.4s;
  -o-transition-delay: 7.4s;
  transition-delay: 7.4s;
}
.list.grid > ul > li:nth-child(70) {
  -webkit-transition-delay: 7.3s;
  -moz-transition-delay: 7.3s;
  -ms-transition-delay: 7.3s;
  -o-transition-delay: 7.3s;
  transition-delay: 7.3s;
}
.list.grid > ul > li:nth-child(69) {
  -webkit-transition-delay: 7.2s;
  -moz-transition-delay: 7.2s;
  -ms-transition-delay: 7.2s;
  -o-transition-delay: 7.2s;
  transition-delay: 7.2s;
}
.list.grid > ul > li:nth-child(68) {
  -webkit-transition-delay: 7.1s;
  -moz-transition-delay: 7.1s;
  -ms-transition-delay: 7.1s;
  -o-transition-delay: 7.1s;
  transition-delay: 7.1s;
}
.list.grid > ul > li:nth-child(67) {
  -webkit-transition-delay: 7s;
  -moz-transition-delay: 7s;
  -ms-transition-delay: 7s;
  -o-transition-delay: 7s;
  transition-delay: 7s;
}
.list.grid > ul > li:nth-child(66) {
  -webkit-transition-delay: 6.9s;
  -moz-transition-delay: 6.9s;
  -ms-transition-delay: 6.9s;
  -o-transition-delay: 6.9s;
  transition-delay: 6.9s;
}
.list.grid > ul > li:nth-child(65) {
  -webkit-transition-delay: 6.8s;
  -moz-transition-delay: 6.8s;
  -ms-transition-delay: 6.8s;
  -o-transition-delay: 6.8s;
  transition-delay: 6.8s;
}
.list.grid > ul > li:nth-child(64) {
  -webkit-transition-delay: 6.7s;
  -moz-transition-delay: 6.7s;
  -ms-transition-delay: 6.7s;
  -o-transition-delay: 6.7s;
  transition-delay: 6.7s;
}
.list.grid > ul > li:nth-child(63) {
  -webkit-transition-delay: 6.6s;
  -moz-transition-delay: 6.6s;
  -ms-transition-delay: 6.6s;
  -o-transition-delay: 6.6s;
  transition-delay: 6.6s;
}
.list.grid > ul > li:nth-child(62) {
  -webkit-transition-delay: 6.5s;
  -moz-transition-delay: 6.5s;
  -ms-transition-delay: 6.5s;
  -o-transition-delay: 6.5s;
  transition-delay: 6.5s;
}
.list.grid > ul > li:nth-child(61) {
  -webkit-transition-delay: 6.4s;
  -moz-transition-delay: 6.4s;
  -ms-transition-delay: 6.4s;
  -o-transition-delay: 6.4s;
  transition-delay: 6.4s;
}
.list.grid > ul > li:nth-child(60) {
  -webkit-transition-delay: 6.3s;
  -moz-transition-delay: 6.3s;
  -ms-transition-delay: 6.3s;
  -o-transition-delay: 6.3s;
  transition-delay: 6.3s;
}
.list.grid > ul > li:nth-child(59) {
  -webkit-transition-delay: 6.2s;
  -moz-transition-delay: 6.2s;
  -ms-transition-delay: 6.2s;
  -o-transition-delay: 6.2s;
  transition-delay: 6.2s;
}
.list.grid > ul > li:nth-child(58) {
  -webkit-transition-delay: 6.1s;
  -moz-transition-delay: 6.1s;
  -ms-transition-delay: 6.1s;
  -o-transition-delay: 6.1s;
  transition-delay: 6.1s;
}
.list.grid > ul > li:nth-child(57) {
  -webkit-transition-delay: 6s;
  -moz-transition-delay: 6s;
  -ms-transition-delay: 6s;
  -o-transition-delay: 6s;
  transition-delay: 6s;
}
.list.grid > ul > li:nth-child(56) {
  -webkit-transition-delay: 5.9s;
  -moz-transition-delay: 5.9s;
  -ms-transition-delay: 5.9s;
  -o-transition-delay: 5.9s;
  transition-delay: 5.9s;
}
.list.grid > ul > li:nth-child(55) {
  -webkit-transition-delay: 5.8s;
  -moz-transition-delay: 5.8s;
  -ms-transition-delay: 5.8s;
  -o-transition-delay: 5.8s;
  transition-delay: 5.8s;
}
.list.grid > ul > li:nth-child(54) {
  -webkit-transition-delay: 5.7s;
  -moz-transition-delay: 5.7s;
  -ms-transition-delay: 5.7s;
  -o-transition-delay: 5.7s;
  transition-delay: 5.7s;
}
.list.grid > ul > li:nth-child(53) {
  -webkit-transition-delay: 5.6s;
  -moz-transition-delay: 5.6s;
  -ms-transition-delay: 5.6s;
  -o-transition-delay: 5.6s;
  transition-delay: 5.6s;
}
.list.grid > ul > li:nth-child(52) {
  -webkit-transition-delay: 5.5s;
  -moz-transition-delay: 5.5s;
  -ms-transition-delay: 5.5s;
  -o-transition-delay: 5.5s;
  transition-delay: 5.5s;
}
.list.grid > ul > li:nth-child(51) {
  -webkit-transition-delay: 5.4s;
  -moz-transition-delay: 5.4s;
  -ms-transition-delay: 5.4s;
  -o-transition-delay: 5.4s;
  transition-delay: 5.4s;
}
.list.grid > ul > li:nth-child(50) {
  -webkit-transition-delay: 5.3s;
  -moz-transition-delay: 5.3s;
  -ms-transition-delay: 5.3s;
  -o-transition-delay: 5.3s;
  transition-delay: 5.3s;
}
.list.grid > ul > li:nth-child(49) {
  -webkit-transition-delay: 5.2s;
  -moz-transition-delay: 5.2s;
  -ms-transition-delay: 5.2s;
  -o-transition-delay: 5.2s;
  transition-delay: 5.2s;
}
.list.grid > ul > li:nth-child(48) {
  -webkit-transition-delay: 5.1s;
  -moz-transition-delay: 5.1s;
  -ms-transition-delay: 5.1s;
  -o-transition-delay: 5.1s;
  transition-delay: 5.1s;
}
.list.grid > ul > li:nth-child(47) {
  -webkit-transition-delay: 5s;
  -moz-transition-delay: 5s;
  -ms-transition-delay: 5s;
  -o-transition-delay: 5s;
  transition-delay: 5s;
}
.list.grid > ul > li:nth-child(46) {
  -webkit-transition-delay: 4.9s;
  -moz-transition-delay: 4.9s;
  -ms-transition-delay: 4.9s;
  -o-transition-delay: 4.9s;
  transition-delay: 4.9s;
}
.list.grid > ul > li:nth-child(45) {
  -webkit-transition-delay: 4.8s;
  -moz-transition-delay: 4.8s;
  -ms-transition-delay: 4.8s;
  -o-transition-delay: 4.8s;
  transition-delay: 4.8s;
}
.list.grid > ul > li:nth-child(44) {
  -webkit-transition-delay: 4.7s;
  -moz-transition-delay: 4.7s;
  -ms-transition-delay: 4.7s;
  -o-transition-delay: 4.7s;
  transition-delay: 4.7s;
}
.list.grid > ul > li:nth-child(43) {
  -webkit-transition-delay: 4.6s;
  -moz-transition-delay: 4.6s;
  -ms-transition-delay: 4.6s;
  -o-transition-delay: 4.6s;
  transition-delay: 4.6s;
}
.list.grid > ul > li:nth-child(42) {
  -webkit-transition-delay: 4.5s;
  -moz-transition-delay: 4.5s;
  -ms-transition-delay: 4.5s;
  -o-transition-delay: 4.5s;
  transition-delay: 4.5s;
}
.list.grid > ul > li:nth-child(41) {
  -webkit-transition-delay: 4.4s;
  -moz-transition-delay: 4.4s;
  -ms-transition-delay: 4.4s;
  -o-transition-delay: 4.4s;
  transition-delay: 4.4s;
}
.list.grid > ul > li:nth-child(40) {
  -webkit-transition-delay: 4.3s;
  -moz-transition-delay: 4.3s;
  -ms-transition-delay: 4.3s;
  -o-transition-delay: 4.3s;
  transition-delay: 4.3s;
}
.list.grid > ul > li:nth-child(39) {
  -webkit-transition-delay: 4.2s;
  -moz-transition-delay: 4.2s;
  -ms-transition-delay: 4.2s;
  -o-transition-delay: 4.2s;
  transition-delay: 4.2s;
}
.list.grid > ul > li:nth-child(38) {
  -webkit-transition-delay: 4.1s;
  -moz-transition-delay: 4.1s;
  -ms-transition-delay: 4.1s;
  -o-transition-delay: 4.1s;
  transition-delay: 4.1s;
}
.list.grid > ul > li:nth-child(37) {
  -webkit-transition-delay: 4s;
  -moz-transition-delay: 4s;
  -ms-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s;
}
.list.grid > ul > li:nth-child(36) {
  -webkit-transition-delay: 3.9s;
  -moz-transition-delay: 3.9s;
  -ms-transition-delay: 3.9s;
  -o-transition-delay: 3.9s;
  transition-delay: 3.9s;
}
.list.grid > ul > li:nth-child(35) {
  -webkit-transition-delay: 3.8s;
  -moz-transition-delay: 3.8s;
  -ms-transition-delay: 3.8s;
  -o-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.list.grid > ul > li:nth-child(34) {
  -webkit-transition-delay: 3.7s;
  -moz-transition-delay: 3.7s;
  -ms-transition-delay: 3.7s;
  -o-transition-delay: 3.7s;
  transition-delay: 3.7s;
}
.list.grid > ul > li:nth-child(33) {
  -webkit-transition-delay: 3.6s;
  -moz-transition-delay: 3.6s;
  -ms-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.list.grid > ul > li:nth-child(32) {
  -webkit-transition-delay: 3.5s;
  -moz-transition-delay: 3.5s;
  -ms-transition-delay: 3.5s;
  -o-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.list.grid > ul > li:nth-child(31) {
  -webkit-transition-delay: 3.4s;
  -moz-transition-delay: 3.4s;
  -ms-transition-delay: 3.4s;
  -o-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.list.grid > ul > li:nth-child(30) {
  -webkit-transition-delay: 3.3s;
  -moz-transition-delay: 3.3s;
  -ms-transition-delay: 3.3s;
  -o-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
.list.grid > ul > li:nth-child(29) {
  -webkit-transition-delay: 3.2s;
  -moz-transition-delay: 3.2s;
  -ms-transition-delay: 3.2s;
  -o-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.list.grid > ul > li:nth-child(28) {
  -webkit-transition-delay: 3.1s;
  -moz-transition-delay: 3.1s;
  -ms-transition-delay: 3.1s;
  -o-transition-delay: 3.1s;
  transition-delay: 3.1s;
}
.list.grid > ul > li:nth-child(27) {
  -webkit-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -ms-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}
.list.grid > ul > li:nth-child(26) {
  -webkit-transition-delay: 2.9s;
  -moz-transition-delay: 2.9s;
  -ms-transition-delay: 2.9s;
  -o-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
.list.grid > ul > li:nth-child(25) {
  -webkit-transition-delay: 2.8s;
  -moz-transition-delay: 2.8s;
  -ms-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.list.grid > ul > li:nth-child(24) {
  -webkit-transition-delay: 2.7s;
  -moz-transition-delay: 2.7s;
  -ms-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
.list.grid > ul > li:nth-child(23) {
  -webkit-transition-delay: 2.6s;
  -moz-transition-delay: 2.6s;
  -ms-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.list.grid > ul > li:nth-child(22) {
  -webkit-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.list.grid > ul > li:nth-child(21) {
  -webkit-transition-delay: 2.4s;
  -moz-transition-delay: 2.4s;
  -ms-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.list.grid > ul > li:nth-child(20) {
  -webkit-transition-delay: 2.3s;
  -moz-transition-delay: 2.3s;
  -ms-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.list.grid > ul > li:nth-child(19) {
  -webkit-transition-delay: 2.2s;
  -moz-transition-delay: 2.2s;
  -ms-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.list.grid > ul > li:nth-child(18) {
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
  -ms-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.list.grid > ul > li:nth-child(17) {
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
.list.grid > ul > li:nth-child(16) {
  -webkit-transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
  -ms-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.list.grid > ul > li:nth-child(15) {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -ms-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.list.grid > ul > li:nth-child(14) {
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -ms-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.list.grid > ul > li:nth-child(13) {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -ms-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.list.grid > ul > li:nth-child(12) {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.list.grid > ul > li:nth-child(11) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.list.grid > ul > li:nth-child(10) {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -ms-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.list.grid > ul > li:nth-child(9) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.list.grid > ul > li:nth-child(8) {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -ms-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.list.grid > ul > li:nth-child(7) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.list.grid > ul > li:nth-child(6) {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.list.grid > ul > li:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.list.grid > ul > li:nth-child(4) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.list.grid > ul > li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.list.grid > ul > li:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.list.grid > ul > li:nth-child(1) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.list.grid > ul > li a.row,
.list.grid > ul > li > .row {
  position: relative;
  margin: 0;
  background: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  min-height: 100%;
}
.list.grid.condensed > ul > li a.row {
  padding: 20px;
  color: #5F6470;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.list.grid.condensed > ul > li a.row h6 {
  width: 100%;
}
.list.grid > ul > li > .row .row {
  width: 100%;
  order: 4;
}
.list.grid > ul > li .profile {
  margin: 0 auto 1rem 0;
}
.list.grid > ul > li .col {
  width: auto;
  padding: 0;
  margin-right: 15px;
  min-width: 0;
  line-height: normal;
}
.list.grid > ul > li .col i {
  height: 24px;
  display: block;
}
.list.grid > ul > li .col i img {
  display: inline-block;
  vertical-align: middle;
}
.list.grid > ul > li .col.document {
  margin: 0 0 .4rem;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: initial;
  padding-right: 15px;
}
.list.grid a.row:after {
  top: auto;
  bottom: 35px;
  right: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.list.grid li.selected .figure .img {
  border: 2px solid #19892b;
}
.list.grid li.selected .col.document {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list.grid > ul > li .col span {
  display: none !important;
}
.list.grid > ul > li.moving {
  min-width: 0;
  max-width: 0;
  padding: 0;
  max-height: 0;
  margin: 0;
  pointer-events: none;
}
.fieldset {
  float: left;
  width: 100%;
}
.fieldset dl dt:nth-last-child(2),
.fieldset dl dd:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fieldset h6 {
  margin-bottom: .8rem;
}
.field {
  position: relative;
  padding-bottom: 1rem;
  clear: left;
  width: 100%;
  float: left;
}
.field .pinned {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
}
.field-inline label {
  float: left;
  clear: left;
  width: 40%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
  padding: 1.4rem 20px 1.4rem 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 1.2;
}
.field-inline .element {
  float: left;
  width: 60%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
  padding: .6rem 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 1.2;
}
button {
  cursor: pointer;
}
label,
.label {
  color: #9c9c9c;
  display: block;
  margin: 0 0 9px;
  font-family: 'Barlow', sans-serif;
  align-items: baseline;
}
.toolbox {
  -webkit-transition: all 0.3s ease-in-out 0.5s;
  -moz-transition: all 0.3s ease-in-out 0.5s;
  -ms-transition: all 0.3s ease-in-out 0.5s;
  -o-transition: all 0.3s ease-in-out 0.5s;
  transition: all 0.3s ease-in-out 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ready .toolbox {
  opacity: 1;
  filter: alpha(opacity=100);
}
.toolbox.loaded {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
label[for=checkall] {
  margin: 0;
  display: inline-block;
}
label[for=checkall].selected {
  color: #fff;
}
label.disabled,
a.disabled {
  pointer-events: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
label.inl,
.label.inl {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 20px 0 0;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 32px;
}
label.inl.alt {
  margin: 0 0 0 20px;
}
input[type="text"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  display: block;
  line-height: 1.2;
  background: #393939;
  box-shadow: inset 0 0 0 1px #808080;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.8125rem 1rem;
  max-width: 100%;
  width: 100%;
}
input[type="search"] {
  padding-left: 2.6rem;
  background-image: url(../img/search.png);
  background-position: 1rem 15px;
  background-repeat: no-repeat;
}
input[disabled] {
  pointer-events: none;
}
input[readonly] {
  color: rgba(255, 255, 255, 0.5);
  background-image: url(../img/lock.png);
  background-position: calc(100% - 14px) 50%;
  background-repeat: no-repeat;
}
input[readonly]:focus {
  box-shadow: inset 0 0 0 1px #808080 !important;
}
.locked .input::after {
  top: 12px;
}
input.sml {
  width: 54px;
  margin: 0 8px 6px 0;
  padding: .375rem .5rem;
  font-size: .9375rem;
  -webkit-appearance: none;
  line-height: 1.2;
  color: #5F6470;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px #dfe4e8;
  -moz-box-shadow: inset 0 0 0 1px #dfe4e8;
  box-shadow: inset 0 0 0 1px #dfe4e8;
}
input.inl {
  width: auto;
  display: inline-block !important;
  margin: 0 5px;
}
input.num {
  width: 90px;
}
input.num[readonly] {
  color: rgba(255, 255, 255, 0.5);
  background-image: url(../img/lock.png);
  background-position: 62px 50%;
  background-repeat: no-repeat;
}
input:focus,
textarea:focus,
.aside input:focus,
.popup input:focus {
  -webkit-box-shadow: inset 0 0 0 1px #9c9c9c;
  -moz-box-shadow: inset 0 0 0 1px #9c9c9c;
  box-shadow: inset 0 0 0 1px #9c9c9c;
  outline: none;
}
input[type="text"]:disabled,
input[type="search"]:disabled,
textarea:disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
::-webkit-input-placeholder {
  color: #6C6C6C !important;
  text-overflow: ellipsis;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: normal;
}
::-moz-placeholder {
  color: #6C6C6C !important;
  text-overflow: ellipsis;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: normal;
}
:-ms-input-placeholder {
  color: #6C6C6C !important;
  text-overflow: ellipsis;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: normal;
}
::placeholder {
  color: #6C6C6C !important;
  text-overflow: ellipsis;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: normal;
}
input[placeholder] {
  text-overflow: ellipsis;
}
.input-number-decrement,
.input-number-increment {
  float: left;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  width: 30px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  background: #454545;
  color: #fff;
}
.input-number-decrement {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.input-number-increment {
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.input-number input {
  float: left;
  width: 60px;
  height: 45px;
  vertical-align: top;
  text-align: center;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #393939;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.field-error[type="text"],
.field-error[type="search"],
.field-error[type="password"],
textarea.field-error,
.segment.field-error {
  -webkit-box-shadow: inset 0 0 0 1px #ec235f;
  -moz-box-shadow: inset 0 0 0 1px #ec235f;
  box-shadow: inset 0 0 0 1px #ec235f;
}
::-webkit-scrollbar {
  width: 30px;
  height: 30px;
}
::-webkit-scrollbar-button {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  background-color: #4d4d4d;
}
::-webkit-scrollbar-button:vertical:decrement {
  background-image: url("../img/arrow-up.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
::-webkit-scrollbar-button:vertical:increment {
  background-image: url("../img/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
::-webkit-scrollbar-button:horizontal:decrement {
  background-image: url("../img/arrow-left.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
::-webkit-scrollbar-thumb {
  background-color: #808080;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #808080;
}
::-webkit-scrollbar-thumb:active {
  background-color: #808080;
}
::-webkit-scrollbar-track {
  background-color: #393939;
}
::-webkit-scrollbar-track:hover {
  background-color: #393939;
}
::-webkit-scrollbar-track:active {
  background-color: #393939;
}
::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:horizontal:end:increment,
::-webkit-scrollbar-button:horizontal:end:decrement {
  display: none;
}
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  margin: -4px 8px 0 0;
  vertical-align: middle;
  background-image: url("../img/checkbox.png");
  background-repeat: no-repeat;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="checkbox"]:checked {
  background-image: url("../img/tick.png");
  background-repeat: no-repeat;
}
input[type="radio"]:checked {
  background-image: url("../img/radio.png");
  background-repeat: no-repeat;
}
input[type="checkbox"][disabled] {
  background-image: url("../img/checkbox-disabled.png");
  background-repeat: no-repeat;
}
input[type="checkbox"][disabled]:checked {
  background-image: url("../img/tick-disabled.png");
  background-repeat: no-repeat;
}
.switch {
  display: inline-block;
  vertical-align: middle;
  width: 74px;
  height: 32px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.switch label {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #808080;
  border-radius: 3px;
  transition: background-color 0.25s ease;
  cursor: pointer;
}
.switch label:after {
  transform: translate3d(0, 0, 0);
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 3px;
  transition: left 0.25s ease, background-color 0.25s ease;
}
.switch input {
  position: absolute;
  left: -20px;
}
.switch input:checked + label {
  background-color: #19892b;
}
.switch input:checked + label:after {
  left: 46px;
}
[data-type="scan"] .fieldset dd .switch {
  float: left;
}
.prompt {
  display: inline-block;
}
.select {
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #808080;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.2;
  color: #ffffff;
  display: block;
  white-space: nowrap;
  text-decoration: none;
  padding: 0.813rem 2.6rem 0.813rem 1rem;
  position: relative;
}
div:has(.select + .btn) > .select,
[data-name="dcr"] .select {
  border-radius: 3px 0 0 3px;
  min-height: 51px;
}
div:has(.select + .btn) > .select span,
[data-name="dcr"] .select span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
div:has(.select + .btn) > .select + .btn,
[data-name="dcr"] .btn {
  border-radius: 0 3px 3px 0;
  min-width: 51px;
  min-height: 51px;
}
.select::after {
  content: '';
  background-image: url("../img/down.png");
  background-repeat: no-repeat;
  height: 8px;
  width: 14px;
  position: absolute;
  top: 22px;
  right: 20px;
  z-index: 0;
}
.search .clear {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 51px;
  width: 40px;
  height: 40px;
  box-shadow: inset -1px 0 0 0 #4d4d4d;
}
.search .clear img {
  margin: 15px auto;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.search .clear:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.select .clear {
  display: none;
}
.segment {
  padding: 3px;
  margin: 0;
  box-shadow: inset 0 0 0 1px #808080;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-grow: 1;
  justify-content: space-evenly;
}
.segment li {
  margin: 0;
  text-align: center;
  z-index: 1;
  float: left;
  -webkit-box-shadow: -1px 0 0 0 #4d4d4d;
  -moz-box-shadow: -1px 0 0 0 #4d4d4d;
  box-shadow: -1px 0 0 0 #4d4d4d;
  flex-grow: 1;
  flex: 1;
}
.segment li:first-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.segment li a,
.segment li label span {
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  white-space: nowrap;
  text-decoration: none;
  padding: 0.646rem .6rem;
}
.segment li a img {
  margin: 0 0 0 6px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.segment li label {
  margin: 0;
}
.segment li.active {
  z-index: 2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.segment li.active a,
.segment li input:checked + span {
  background: #808080;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.segment li.active a img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.segment input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.slider {
  position: relative;
  width: 100%;
  height: 45px;
}
.slider .segment {
  background: #393939;
}
.slider .segment li a,
.segment.switch li label span {
  box-shadow: none;
}
.slider .segment li.active a,
.switch .segment li input:checked + span {
  background: none;
  color: #fff;
  box-shadow: none;
}
.slider.disabled li:not(.active) a {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.slider.disabled {
  pointer-events: none;
}
/* #logo { position: absolute; bottom: 30px; left: 50%; .transform(translate(-50%,0)); float: left; display: inline-block; margin-right: 20px; } */
#logo {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin: 0 auto 2rem auto;
  float: none;
  display: inline-block;
}
.back {
  float: left;
  margin-top: 9px;
}
#user {
  color: #8c8c8c;
  /* position: absolute; width: 100%; left: 0; bottom: 100px; */
  float: right;
  max-width: 50%;
}
#user span {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  line-height: 1.2;
}
#user img {
  margin: 0 auto .5rem;
  float: none;
}
.help {
  float: right;
  color: rgba(255, 255, 255, 0.7);
}
.nav {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  font-family: 'Barlow', sans-serif;
  font-size: 0.813rem;
  text-align: center;
  line-height: 40px;
  float: left;
  width: 100%;
  padding: 1rem;
  position: relative;
  /*  padding-bottom: 94px; position: fixed; top: 0; left: 0; height: 100%; width: 130px; .transition(left .3s); */
  z-index: 9;
}
.nav > ul {
  margin: 0 0 auto;
  list-style: none;
  float: left;
}
.nav li {
  margin: 0;
  -webkit-box-shadow: inset 0 -2px 0 0 #4d4d4d;
  -moz-box-shadow: inset 0 -2px 0 0 #4d4d4d;
  box-shadow: inset 0 -2px 0 0 #4d4d4d;
  float: left;
}
.nav li a {
  color: #fff;
  display: block;
  padding: 1rem;
  position: relative;
}
.nav li a.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  pointer-events: none;
}
.nav li.active a,
.nav li.active a:hover {
  color: #fff;
  -webkit-box-shadow: inset -3px 0 0 0 #19892b;
  -moz-box-shadow: inset -3px 0 0 0 #19892b;
  box-shadow: inset -3px 0 0 0 #19892b;
  background: #4d4d4d;
  background: none;
  height: 100%;
}
.nav > ul li a:hover {
  color: #fff;
  background: #3F3F3F;
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0.1);
}
.nav li a img {
  margin: 0 auto .5rem auto;
}
.nav li a span {
  display: block;
  line-height: 1.2;
}
.nav h4 {
  margin: 0;
}
.nav p {
  margin: 0;
}
.left-nav .wrap {
  display: block;
  overflow-y: auto;
  height: 100%;
}
.open-footer .wrap {
  padding-bottom: 69px;
}
.left-nav .pusher {
  display: block;
  text-align: left;
}
.left-nav .page {
  padding: 0;
}
.left-nav .nav {
  background: #393939;
  padding: 0;
  min-height: 430px;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 130px;
  -webkit-transition: left 1s ease-in-out;
  -moz-transition: left 1s ease-in-out;
  -ms-transition: left 1s ease-in-out;
  -o-transition: left 1s ease-in-out;
  transition: left 1s ease-in-out;
}
.ready.left-nav .nav {
  left: 0;
}
.left-nav .nav li {
  width: 100%;
}
.left-nav #logo {
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 91px;
  margin: 0;
}
.left-nav #user {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 80px;
  max-width: 100%;
}
.left-nav .nav > ul {
  display: block !important;
}
.left-nav .pusher,
.left-nav.open-menu .pusher {
  margin: 0;
  padding-left: 130px;
}
.left-nav .page > .footer {
  padding: 0 16px 0 146px;
}
.left-nav .alert:not(.inline) {
  padding-left: 160px;
  text-align: left;
}
.popup {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  max-width: 640px;
  top: -3000px;
  opacity: 0;
  font-size: 1rem;
  transform: translate(0, 50px);
  visibility: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #2c2c2c;
  margin: auto;
  align-self: center;
}
.popup:focus {
  outline: 0;
}
.popup.basic {
  max-width: 480px;
}
.popup.basic.wide {
  max-width: 640px;
}
.popup ol {
  margin: 0;
  text-align: left;
}
.popup.center ol {
  display: inline-block;
}
.popup .header {
  padding: 1.5rem 40px 1.2rem;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.popup.basic .header {
  padding: 1.5rem 30px 0;
  overflow: visible;
  min-height: 44px;
}
.popup .header .figure {
  background: #000;
  margin: -1.5rem -40px 0 -40px;
  height: 240px;
  overflow: hidden;
}
.popup .header .figure img {
  display: block;
  margin: 0;
}
.popup .content {
  padding: 1.5rem 30px;
  position: relative;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.popup.basic .content {
  padding: 0 30px;
  min-height: 120px;
}
.popup .scroll {
  clear: left;
  padding: 1rem 30px;
  box-shadow: 0 1px #4d4d4d, 0 -1px #4d4d4d;
  margin: 1.2rem -30px 1.5rem -30px;
  max-height: 360px;
  overflow: auto;
}
.popup .content .header {
  padding: 0 0 1.2rem;
}
.popup .content .figure img {
  max-height: 192px;
  margin: 0 auto 1.2rem auto;
}
.popup .close {
  right: 0;
}
.popup .close:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.popup .footer {
  clear: left;
  position: static;
  width: auto;
  height: auto;
  padding: 20px 30px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  z-index: 99;
  text-align: right;
}
.popup .footer p {
  margin-bottom: .8rem;
}
.popup.center .footer {
  text-align: center;
}
.popup.basic .footer {
  padding: 0 30px 1.5rem 30px;
}
.popup .content .footer {
  background: none;
  padding: 0;
  box-shadow: none;
  align-items: center;
}
.popup .footer .btn.secondary {
  margin: 0 20px 0 0;
}
.popup .content .footer .btn.secondary {
  margin: 0 20px 0 0;
}
.popup.center .footer .btn {
  margin: 0 .5rem;
}
.popup:not(.basic) .header h3 {
  margin: 1.5rem 0 .3rem;
}
.popup:not(.basic) .content .header h3 {
  margin: 0 0 .3rem 0;
}
.popup .header p {
  margin: 0 0 .3rem;
}
.popup .header .icon {
  margin: 0 1rem 0 0;
}
.popup .content h4 {
  margin: 0 0 1rem;
}
.open-remove #popup-remove,
.open-preview #popup-preview,
.open-cancel #popup-cancel,
.open-papersize #popup-papersize,
.open-lookup #popup-lookup,
.open-dcr #popup-dcr,
.open-assignment #popup-assignment,
.open-scanemail #popup-scanemail,
.open-customlookup #popup-customlookup,
.open-apps #popup-apps,
.open-customselect #popup-customselect,
.open-split #popup-split,
.open-qr #popup-qr,
.open-warning #popup-warning,
.open-accountselect #popup-accountselect,
.open-printrelease #popup-printrelease,
.open-unpublished #popup-unpublished {
  position: static;
  opacity: 1;
  display: block;
  z-index: 100;
  transform: translate(0, 0);
  visibility: visible;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transition: opacity 0.2s ease-in-out, transform 0.3s ease-in-out;
}
.waiting {
  -webkit-transition: opacity 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
  padding: 2rem 1rem;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: auto;
}
.waiting::before {
  content: '';
  background: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.open-waiting .waiting {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 11;
}
.open-waiting .waiting::before {
  opacity: 0.8;
  filter: alpha(opacity=80);
  visibility: visible;
}
.waiting .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -16px;
}
.overlay {
  padding: 2rem 1rem;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.overlay:before {
  -webkit-transition: opacity 0.3s 0.3s, left 0.3s;
  -moz-transition: opacity 0.3s 0.3s, left 0.3s;
  -ms-transition: opacity 0.3s 0.3s, left 0.3s;
  -o-transition: opacity 0.3s 0.3s, left 0.3s;
  transition: opacity 0.3s 0.3s, left 0.3s;
  content: '';
  background: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.open-aside .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 9;
}
.open-remove .overlay,
.open-preview .overlay,
.open-cancel .overlay,
.open-papersize .overlay,
.open-lookup .overlay,
.open-dcr .overlay,
.open-assignment .overlay,
.open-scanemail .overlay,
.open-customlookup .overlay,
.open-apps .overlay,
.open-customselect .overlay,
.open-split .overlay,
.open-qr .overlay,
.open-warning .overlay,
.open-accountselect .overlay,
.open-printrelease .overlay,
.open-unpublished .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 11;
}
.open-aside .overlay::before {
  opacity: 0.8;
  filter: alpha(opacity=80);
  visibility: visible;
}
.open-remove .overlay::before,
.open-preview .overlay::before,
.open-cancel .overlay::before,
.open-papersize .overlay::before,
.open-lookup .overlay::before,
.open-dcr .overlay::before,
.open-assignment .overlay::before,
.open-scanemail .overlay::before,
.open-customlookup .overlay::before,
.open-apps .overlay::before,
.open-customselect .overlay::before,
.open-split .overlay::before,
.open-qr .overlay::before,
.open-warning .overlay::before,
.open-accountselect .overlay::before,
.open-printrelease .overlay::before,
.open-unpublished .overlay::before {
  -webkit-transition: opacity 0.3s 0s;
  -moz-transition: opacity 0.3s 0s;
  -ms-transition: opacity 0.3s 0s;
  -o-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
  opacity: 0.8;
  filter: alpha(opacity=80);
  visibility: visible;
}
.open-aside {
  overflow: hidden !important;
}
.middle {
  display: table-cell;
  vertical-align: middle;
}
#popup-preview {
  height: 100%;
  max-width: none;
}
#popup-preview .content {
  height: 100%;
  width: 100%;
  padding: 1rem 2rem;
}
#popup-preview .content .figure {
  height: 100%;
}
#popup-preview .content .figure img {
  max-height: none;
  height: 100%;
  max-width: none;
  margin: 0 auto;
  display: block !important;
}
.open-apps .overlay {
  padding: 0;
}
#popup-apps {
  height: 100%;
  max-width: none;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
#popup-apps .content {
  height: 100%;
  width: 100%;
  padding: 1rem 2rem;
}
#popup-accountselect {
  max-width: 640px;
}
#popup-accountselect .content {
  background: #1f1f1f;
}
#popup-accountselect div[data-step^="step"] {
  float: left;
  width: 100%;
}
#popup-accountselect .list {
  margin-right: -1rem;
}
#popup-accountselect .exit {
  float: left;
}
#popup-accountselect .sort {
  float: left;
  width: 100%;
}
#popup-accountselect .sort .segment {
  float: left;
  margin-right: 20px;
  width: 160px;
}
#popup-accountselect .sort .search {
  float: left;
  position: relative;
  padding-right: 57px;
  box-shadow: 0 0 0 1px #808080;
  background: #393939;
  border-radius: 3px;
}
#popup-accountselect .sort .search input {
  padding: 0.8125rem 1rem;
  background: none;
  box-shadow: none;
}
#popup-accountselect .sort .search .btn {
  background: none;
  padding: 6px;
  position: absolute;
  top: 0;
  right: 0;
  width: 51px;
  height: 51px;
  line-height: 35px;
  text-align: center;
  border-radius: 0 3px 3px 0;
}
#popup-customselect {
  max-width: 720px;
}
#popup-customselect .content {
  background: #1f1f1f;
}
#popup-customselect div[data-step^="step"] {
  float: left;
  width: 100%;
}
#popup-customselect .list {
  margin-right: -1rem;
}
#popup-customselect .exit {
  float: left;
}
#popup-customselect .sort {
  float: left;
  width: 100%;
}
#popup-customselect .sort .segment {
  float: left;
  margin-right: 20px;
  width: 160px;
}
#popup-customselect .sort .search {
  float: left;
  position: relative;
  padding-right: 57px;
  box-shadow: 0 0 0 1px #808080;
  background: #393939;
  border-radius: 3px;
}
#popup-customselect .sort .search input {
  padding: 0.8125rem 1rem;
  background: none;
  box-shadow: none;
}
#popup-customselect .sort .search .btn {
  background: none;
  padding: 6px;
  position: absolute;
  top: 0;
  right: 0;
  width: 51px;
  height: 51px;
  line-height: 35px;
  text-align: center;
  border-radius: 0 3px 3px 0;
}
#popup-printrelease {
  max-width: 640px;
}
#popup-lookup .sort {
  margin: 0 -1rem 1.3rem -1rem;
}
#popup-lookup .sort .search {
  position: relative;
  padding-right: 57px;
  box-shadow: 0 0 0 1px #808080;
  background: #393939;
  border-radius: 3px;
}
#popup-lookup .sort .search input {
  padding: 0.8125rem 1rem;
  background: none;
  box-shadow: none;
}
#popup-lookup .sort .search .btn {
  background: none;
  padding: 6px;
  position: absolute;
  top: 0;
  right: 0;
  width: 51px;
  height: 51px;
  line-height: 35px;
  text-align: center;
  border-radius: 0 3px 3px 0;
}
.aside {
  width: 80%;
  max-width: 540px;
  background: #2c2c2c;
  color: #fff;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.aside .close {
  right: 0;
}
.left-nav .aside {
  width: 80%;
  max-width: 800px;
  background: #2c2c2c;
}
.left-nav.open-aside .wrap {
  overflow-y: hidden;
}
.open-aside .aside.visible {
  right: 0;
  box-shadow: -2px 0 16px 0 rgba(33, 43, 54, 0.2);
}
.aside-preview {
  width: 40%;
  padding: 20px;
  float: left;
  position: relative;
  background: #2c2c2c;
  overflow: auto;
  height: 100%;
}
.aside-preview .figure {
  position: relative;
  background: #121212;
  min-height: 212px;
}
.aside-preview .figure .figcaption {
  text-align: center;
  font-size: 0.813rem;
  position: absolute;
  width: 100%;
  bottom: -30px;
  color: #9c9c9c;
}
.aside-preview .figure .img > img {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.aside-preview .figure .img.loaded > img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel {
  position: relative;
}
.left-nav:not(.page-scan) .panel::before {
  content: '';
  position: absolute;
  background: #393939;
  top: 0;
  right: 0;
  width: 60%;
  bottom: 0;
  z-index: -1;
}
.aside-details {
  float: left;
  width: 100%;
  padding: 20px;
  overflow: auto;
  height: 100%;
}
.left-nav .aside-details {
  width: 60%;
  background: #393939;
  padding-bottom: 68px;
}
.left-nav.open-toast .aside-details {
  padding-bottom: 115px;
}
.aside-details .header {
  padding: 0 40px 20px 0;
  position: relative;
}
.aside-details .header .close {
  top: -20px;
  right: -20px;
}
.aside h5 {
  padding: 0 20px;
  margin-top: 2rem;
  float: left;
  width: 100%;
}
.aside .empty h5 {
  margin: 0 0 .3rem 0;
}
.aside dl {
  width: 100%;
  float: left;
  margin-bottom: 2rem;
}
.aside dl.options dt {
  align-items: center;
  height: 79px;
  line-height: 45px;
}
.aside dl.options dd {
  height: 79px;
}
.aside dl dt {
  float: left;
  clear: left;
  width: 40%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  padding: 1rem 20px 1rem 0;
  -webkit-box-shadow: inset 0 -1px 0 0 #4d4d4d;
  -moz-box-shadow: inset 0 -1px 0 0 #4d4d4d;
  box-shadow: inset 0 -1px 0 0 #4d4d4d;
}
.aside dl dt.aw,
.aside dl dd.aw {
  width: auto;
  min-width: calc(20% - 10px);
  color: rgba(255, 255, 255, 0.7);
}
.aside dl dd {
  float: left;
  width: 60%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  padding: 1rem 0;
  -webkit-box-shadow: inset 0 -1px 0 0 #4d4d4d;
  -moz-box-shadow: inset 0 -1px 0 0 #4d4d4d;
  box-shadow: inset 0 -1px 0 0 #4d4d4d;
}
.aside .footer {
  padding: 20px 0;
  z-index: 11;
  text-align: right;
}
.left-nav .aside .footer {
  background: #393939;
  padding: .5rem 20px;
  position: absolute;
  left: 40%;
  right: 0;
  bottom: 0;
}
.aside .footer .btn:not(.secondary) {
  min-width: 100px;
  margin-left: 20px;
  text-align: center;
}
.aside .footer .action {
  font-size: 0.813rem;
  float: left;
  text-align: left;
}
.aside .footer .preview {
  display: none;
}
.aside .footer.smlscreen .preview {
  display: inline-block;
}
.aside .footer.smlscreen .exit {
  display: none !important;
}
.aside .footer.smlscreen .remove {
  float: left;
  padding: 9px 0;
}
.aside .empty:not(.success) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.left-nav .aside-details .footer .btn.exit {
  float: left;
  margin-left: 0;
  min-width: 0;
}
.aside-details .fieldset.grouped {
  display: none;
}
.condensed.aside-details .fieldset {
  display: none;
}
.condensed.aside-details .fieldset.grouped {
  display: block;
}
.close {
  top: 0;
  right: 15px;
  position: absolute;
  z-index: 10;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 44px;
  height: 44px;
  padding: 13px;
}
.close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 53.125em) {
  .main {
    padding: 1rem;
  }
  [data-type=print] .list > ul {
    margin: 1rem 0 0 0;
  }
  [data-type=print] .list.grid > ul {
    margin: 2rem 0 1rem 0;
  }
  .controls {
    margin-right: 0;
  }
  .list.grid > ul > li {
    width: 50%;
  }
  .list.grid .figure {
    height: 120px;
  }
  .list:not(.grid) .col.color,
  .list:not(.grid) .col.sides {
    display: none !important;
  }
  .list .col.document {
    width: 60%;
  }
  .list .col.pages {
    width: 40%;
    text-align: right;
  }
  .left-nav .aside,
  .aside {
    width: 100%;
  }
  .fieldset dl {
    padding: 0;
    margin: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .aside .fieldset h6 {
    display: none;
  }
  .aside dl dt {
    width: 40% !important;
  }
  .aside dl dt.aw,
  .aside dl dd.aw {
    min-width: 30%;
  }
  .aside dl dd {
    width: 60% !important;
  }
  .aside [data-type="scan"] dl dt {
    height: 68px;
  }
  .aside [data-type="scan"] dl dd {
    height: 68px;
    padding: .5rem 0;
  }
  .fieldset.options dl {
    box-shadow: inset 0 1px 0 0 #4d4d4d;
  }
  .aside-details .header {
    padding-bottom: 0;
  }
  .fieldset[data-type^="scan"] {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .aside [data-type="scan"] .fieldset:not([data-type^="scan"]) dl dt:not(.aw) {
    width: 30%;
  }
  .aside [data-type="scan"] .fieldset:not([data-type^="scan"]) dl dd:not(.aw) {
    width: 70%;
  }
  .aside [data-type="scan"] dl dt,
  .aside [data-type="scan"] dl dd {
    width: 22% !important;
  }
  .aside [data-type="scan"] dl dd {
    width: 78% !important;
  }
}
@media screen and (max-width: 48em) {
  .list .col.customer-id,
  .list .col.account-id {
    display: none !important;
  }
  .list .col.customer {
    width: 75%;
  }
  .list .col.credits {
    width: 25%;
  }
  .swipe-card {
    opacity: 0.1 !important;
    filter: alpha(opacity=10) !important;
  }
}
@media screen and (max-width: 32.5em) {
  .page-boot .page {
    padding: 20px 0;
  }
  .left-nav {
    overflow: auto;
  }
  .left-nav .wrap {
    height: auto;
  }
  #user {
    max-width: 200px !important;
  }
  #user img {
    float: right;
    margin: 0 0 0 10px;
  }
  #user span {
    display: none;
  }
  .page-scan.left-nav .wrap {
    display: block;
  }
  .page-scan.left-nav .pusher {
    display: block;
  }
  .list > ul > li,
  .list > ul > li:last-child {
    margin: -1px 0 0 0;
  }
  [data-type=print] .list {
    margin-right: -4px;
  }
  [data-type=print] .list > ul {
    padding: 0;
  }
  .list li a.row {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 -4px;
  }
  [data-type=accountselect] .list li .row {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 -1rem;
    background: #1f1f1f;
  }
  [data-type=print] .list li a.row {
    padding: 1rem 1.4rem 1rem 36px;
  }
  .list ul li:first-child a.row,
  [data-type=accountselect] .list li:first-child .row {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .list ul li:last-child a.row,
  [data-type=accountselect] .list li:last-child .row {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }
  .page > .header .auto,
  .page-heading .auto {
    padding: 1rem 0 1rem 0;
    height: 100%;
  }
  .aside-preview {
    width: 100%;
    background: #1E1E1E;
    max-height: 120px;
    overflow: hidden;
    padding: 0;
  }
  .aside-preview .figure {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .left-nav .panel:not([data-type="scan"]) .aside-details .header {
    background: #1E1E1E;
    margin: 0 -20px;
    padding: 10px 35px 10px 20px;
  }
  .left-nav .panel {
    background: #393939;
  }
  body:not(.page-scan) .aside-details .header .close {
    top: -120px;
    right: 0;
  }
  .aside-preview::before {
    z-index: 10;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(#1e1e1e));
    background: linear-gradient(to bottom, transparent 10%, #1e1e1e 100%);
  }
  .left-nav .aside-details {
    width: 100%;
  }
  .panel::before {
    display: none !important;
  }
  .half,
  .forty,
  .sep {
    width: 100%;
  }
  .page-link .verify {
    margin: 40px auto 40px auto;
  }
  .page-link .sep,
  .page-link.alt .sep {
    height: auto;
    margin: 2rem 0;
    line-height: 1.5;
  }
  .page-link .sep::after {
    content: '';
    border-left: 0;
    border-bottom: 1px solid #393939;
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    width: 100%;
  }
  .aside .footer .action {
    margin-top: 1rem;
    float: right;
  }
  .page-link.alt .verify {
    margin-top: 0;
  }
  .associate:not(.alt) {
    position: static;
    margin-top: 2rem;
    display: inline-block;
  }
  .left-nav .nav {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    left: 0;
    min-height: 0;
    overflow: hidden;
  }
  .left-nav #logo {
    position: static;
    float: left;
    margin: 1rem 2rem 1rem 1rem;
  }
  .left-nav .nav li {
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav li a span {
    display: none;
  }
  .nav li.active a,
  .nav li.active a:hover {
    -webkit-box-shadow: inset 0 -3px 0 0 #26aa27;
    -moz-box-shadow: inset 0 -3px 0 0 #26aa27;
    box-shadow: inset 0 -3px 0 0 #26aa27;
  }
  .nav > ul li a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
  }
  .nav li a {
    padding: 1rem 0;
    margin-right: 1rem;
  }
  .nav li a img {
    margin: 0 auto;
  }
  .left-nav #user {
    position: static;
    float: right;
    width: auto;
    padding: 1rem;
  }
  .left-nav .pusher {
    padding-left: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ready.left-nav.open-aside .nav,
  .open-aside .pusher {
    left: -50px;
  }
  .left-nav .alert:not(.inline) {
    padding: 10px 35px 10px 1rem !important;
  }
  .left-nav.open-footer .alert.visible {
    -webkit-transform: translate(0, -65px);
    -moz-transform: translate(0, -65px);
    -ms-transform: translate(0, -65px);
    -o-transform: translate(0, -65px);
    transform: translate(0, -65px);
  }
  .left-nav .page > .footer,
  .page .options {
    padding: 0 1rem;
    z-index: 10;
  }
  .left-nav .aside {
    overflow: auto;
  }
  .left-nav.open-aside .aside .footer {
    left: 0;
    position: fixed;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .left-nav .panel:not([data-type="scan"]) .aside-details {
    padding-top: 0;
    overflow: initial;
    height: auto;
  }
  .btn-group {
    width: 100%;
  }
  .page .options {
    z-index: 9;
  }
  .popup.basic .header {
    padding: 1rem 1rem 0;
  }
  .overlay {
    padding: 0;
  }
  .left-nav .nav li.is-disabled {
    overflow: visible;
  }
  .ribbon {
    left: 10px;
    width: 40px;
  }
  .ribbon span {
    display: none !important;
  }
}
@media screen and (max-width: 30em) {
  /* and (max-height: 30em) */
  html,
  body {
    font-size: 15px;
  }
  .left-nav .aside-details .footer .btn.exit {
    display: none;
  }
  .left-nav .aside-details {
    padding-bottom: 20px;
  }
  .overlay::before {
    display: none !important;
  }
  .popup {
    align-self: flex-start;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    min-height: 100%;
    -webkit-transition: 0s !important;
    -moz-transition: 0s !important;
    -ms-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
  }
  .popup .scroll {
    max-height: none;
    box-shadow: none !important;
    background: none !important;
    margin: 0 -1rem !important;
    padding: 1rem !important;
  }
  #popup-lookup .sort {
    margin: 0 0 1.3rem 0;
  }
  #popup-lookup .sort .search .btn,
  #popup-customselect .sort .search .btn,
  #popup-accountselect .sort .search .btn {
    padding: 2px;
    width: 43px;
    height: 43px;
  }
  .btn .text img {
    display: none;
  }
  .scan-actions .btn small {
    padding-left: 0;
  }
  body:not(.light-theme) #popup-accountselect {
    background: #1f1f1f;
  }
  .segment li a img {
    display: none;
  }
  .page-link .figure img {
    margin: .5rem auto;
  }
  .page-link .sep,
  .page-link.alt .sep {
    margin: .5rem 0;
  }
  .figure.center,
  .swipe-card {
    display: none;
  }
  .aside .footer .action {
    margin-top: 0;
  }
  .main {
    padding: 0 1rem;
  }
  .popup .footer p {
    margin: 0;
  }
  .verify {
    margin: .3rem auto;
  }
  .left-nav .main {
    padding: 1rem;
  }
  [data-type=print] .list {
    margin-right: -4px;
  }
  [data-type=print] .list > ul {
    margin: 1rem 0 0 0;
  }
  [data-type=print] .list.grid > ul {
    margin: 2rem 0 1rem 0;
  }
  #page,
  .page {
    padding: 10px 0;
  }
  .page > .header .auto,
  .page-heading .auto {
    padding: 0;
  }
  .page > .header p,
  .page-heading p {
    margin: 0 0 .8rem;
  }
  h1 {
    font-size: 1.2em;
  }
  .sq {
    padding: 1rem;
  }
  #logo {
    margin: 0 auto .5rem auto;
  }
  .left-nav:not(.mf) .nav li {
    display: none;
  }
  .left-nav:not(.mf) .nav li a span {
    line-height: 1.3;
    display: block;
  }
  .left-nav:not(.mf) .nav li.active {
    display: block;
    font-size: 1.333em;
    float: left;
    padding: 1rem 0 0 0;
  }
  .left-nav:not(.mf) .nav li.active a,
  .left-nav:not(.mf) .nav li.active a:hover {
    padding: 0;
    box-shadow: none;
  }
  .left-nav:not(.mf) .nav li.active a img {
    display: none;
  }
  .left-nav:not(.mf) #user span {
    display: block;
    line-height: 24px;
    font-size: 1rem;
  }
  body:not(.left-nav):not(.refurb) #logo img {
    height: 32px;
  }
  [data-type=print] .list:not(.grid) a.row:after,
  [data-type=accountselect]:not([data-var="multiple"]) .list a.row:after {
    top: 20px;
    right: 14px;
  }
  .page-link .figure img {
    height: 120px;
  }
  .page-link .verify {
    margin: 0 auto;
  }
  .page-link .verify + h4 {
    display: none !important;
  }
  .checkmark {
    width: 32px;
    height: 32px;
  }
  .aside-preview {
    display: none !important;
  }
  body:not(.page-scan) .aside-details .header .close {
    top: 0;
  }
  .left-nav .aside-details {
    width: 100%;
  }
  .left-nav .aside .footer {
    left: 0;
    position: static !important;
    padding: 10px 0 0 0 !important;
    float: left;
    width: 100%;
  }
  .left-nav .panel:not([data-type="scan"]) .aside-details .header {
    background: none;
    padding-bottom: 0;
  }
  .aside .close {
    right: 20px;
  }
  .aside dl dt,
  .aside dl dd {
    height: 54px !important;
    line-height: 26px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
  }
  .aside dl dt {
    padding: 14px 20px 14px 0 !important;
  }
  .aside .footer {
    padding-bottom: 0;
  }
  .select::after {
    top: 19px;
  }
  div:has(.select + .btn) > .select::after {
    top: 22px;
  }
  .field-inline:not(:last-child) {
    padding-bottom: 1.3rem;
  }
  .field-inline label,
  .field-inline .element {
    line-height: initial;
    float: none;
    height: auto;
    margin: 0 0 9px;
    width: 100%;
    padding: 0;
  }
  .popup .list li.selected a.row::after {
    top: 15px;
  }
  .aside [data-type="scan"] dl dt,
  .aside [data-type="scan"] dl dd {
    height: 60px;
  }
  .open-options .page .options {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    bottom: auto;
    height: calc(100% - 65px);
    overflow: auto;
  }
  [data-type="scan"] .btn-group {
    margin: 0;
  }
  .empty {
    margin: .5rem 0;
  }
  .aside .empty {
    padding: 1rem 20px;
  }
  .empty:not(.loading) img,
  .figure.center,
  .popup .content .figure img {
    margin: 0 auto 1rem auto;
    max-height: 80px;
    display: none;
  }
  .swipe-card {
    height: 80px;
  }
  .popup.basic .content {
    min-height: 0;
    padding: 0 1rem;
    background: none !important;
  }
  .popup.basic .footer {
    padding: 0 1rem 1rem 1rem;
  }
  .page-login h1,
  .page-login .main .footer,
  .page-login .associate,
  .page-login #forest-pos {
    display: none;
  }
  .prompt {
    float: left;
  }
  .alert[data-type=error-aside] > img {
    margin: 0 10px 0 0;
  }
  .alert[data-type=error-aside].visible {
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .viewswitch [data-type=print] .list.grid > ul {
    margin: 1rem 0 0 0;
    padding: 0;
  }
  .viewswitch [data-type=print] .list.grid > ul > li,
  .viewswitch [data-type=print] .list.grid > ul > li:last-child {
    max-width: none;
    padding: 0;
    float: left;
    width: 100%;
    margin: -1px 0 0 0;
  }
  .viewswitch [data-type=print] .list.grid li a.row {
    float: left;
    width: 100%;
    padding: 1rem 1.4rem 1rem 36px;
    box-shadow: inset 0 0 0 1px #4d4d4d;
    margin: 0 -4px;
    border-radius: 0;
  }
  .viewswitch [data-type=print] .list.grid li.selected a.row {
    box-shadow: inset 0 0 0 1px #26aa27;
    color: #fff;
  }
  .viewswitch [data-type=print] .list.grid input[type="checkbox"] {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .viewswitch [data-type=print] .list.grid .figure {
    display: none;
  }
  .viewswitch [data-type=print] .list.grid > ul > li .col {
    padding: 0 1rem;
    width: 40%;
    min-width: none;
    margin: 0;
  }
  .viewswitch [data-type=print] .list.grid > ul > li .col.document {
    width: 60%;
    margin: 0;
    line-height: unset;
    max-width: unset;
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
  }
  .viewswitch [data-type=print] .list.grid .col.color,
  .viewswitch [data-type=print] .list.grid .col.sides {
    display: none !important;
  }
  .viewswitch [data-type=print] .list.grid a.row:after {
    top: 20px;
    right: 14px;
    bottom: auto;
  }
  .viewswitch [data-type=print] .list.grid li:first-child a.row {
    border-radius: 3px 3px 0 0;
  }
  .viewswitch [data-type=print] .list.grid li:last-child a.row {
    border-radius: 0 0 3px 3px;
  }
}
/* Retina */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [data-type=print] .list a.row::after {
    background-image: url('../img/more@2x.png');
    background-size: 8px 13px;
  }
  .popup .list li.selected a.row::after {
    background-image: url('../img/check@2x.png');
    background-size: 18px 14px;
  }
  .select::after {
    background-image: url('../img/down@2x.png');
    background-size: 14px 8px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    background-image: url('../img/checkbox@2x.png');
    background-size: 40px 40px;
  }
  input[type="checkbox"]:checked {
    background-image: url('../img/tick@2x.png');
    background-size: 40px 40px;
  }
  input[type="checkbox"][disabled] {
    background-image: url("../img/checkbox-disabled@2x.png");
    background-size: 40px 40px;
  }
  input[type="checkbox"][disabled]:checked {
    background-image: url("../img/tick-disabled@2x.png");
    background-size: 40px 40px;
  }
  input[type="radio"]:checked {
    background-image: url('../img/radio@2x.png');
    background-size: 40px 40px;
  }
  input[type="search"] {
    background-image: url('../img/search@2x.png');
    background-size: 18px 18px;
  }
  ::-webkit-scrollbar-button:vertical:decrement {
    background-image: url("../img/arrow-up@2x.png");
    background-size: 15px 15px;
  }
  ::-webkit-scrollbar-button:vertical:increment {
    background-image: url("../img/arrow-down@2x.png");
    background-size: 15px 15px;
  }
  ::-webkit-scrollbar-button:horizontal:decrement {
    background-image: url("../img/arrow-left@2x.png");
    background-size: 15px 15px;
  }
  ::-webkit-scrollbar-button:horizontal:increment {
    background-image: url("../img/arrow-right@2x.png");
    background-size: 15px 15px;
  }
}
