:root {
  --sp-font: 'Russo One', sans-serif;
  --base-font: 'Roboto', sans-serif;

  --sp-red: #ee3124;
  --sp-light-blue: #7fd2f530;
  --sp-blue: #81d2f6;
  --sp-purple: #461b51;
  --sp-black: #000000d9;
  --sp-gray: #888;
  --sp-mid-gray: #ddd;
  --sp-light-gray: #f9f9f9;
  --sp-green: #5fad41;
  --sp-orange: #fb6107;

  --border-rounded: 1.6rem;
}

/* =Reset
-------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
label {
  display: inline;
  padding-left: 0.4em;
}
html {
  height: 100%;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
  height: 100%;
  background: #fff;
  font-family: var(--base-font);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */

  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
blockquote,
q {
  quotes: '' '';
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}
a img {
  border: 0;
}
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #333333;
  line-height: 1.5;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
.clear {
  clear: both;
}
.sp-blue {
  color: #81d2f6;
}
.sp-red {
  color: #ef3124;
}
.sp-purple {
  color: #4f0b56;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
  line-height: 1.714em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong,
.bold,
.strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
code,
kbd,
tt,
var {
  font: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 15px 17px rgba(255, 255, 255, 0.5),
    inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 15px 17px rgba(255, 255, 255, 0.5),
    inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 15px 17px rgba(255, 255, 255, 0.5),
    inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button {
  padding: 4px 21px;
}
.help {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: none;
  width: 20px;
  height: 20px;
  background: #fff url(/img/help.png) center center no-repeat;
  padding: 20px 0 0 0;
  text-indent: 20px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 15px 17px rgba(255, 255, 255, 0.5),
    inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 15px 17px rgba(255, 255, 255, 0.5),
    inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 15px 17px rgba(255, 255, 255, 0.5),
    inset 0 -5px 12px rgba(0, 0, 0, 0.05);
}
button:not(.btn):hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 15px 17px rgba(255, 255, 255, 0.8),
    inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 15px 17px rgba(255, 255, 255, 0.8),
    inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 15px 17px rgba(255, 255, 255, 0.8),
    inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
button:active,
html input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
  border-color: #aaa #bbb #bbb #bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
    inset 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
    inset 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
    inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type='search'] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type='search']::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type='text'],
input[type='password'],
input[type='email'],
textarea,
input[pattern] {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
textarea:focus,
input[pattern]:focus {
  color: #111;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* Links */
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
  transition: color 0.2s ease 0s;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.inline .pull-right {
  margin-top: 15px;
  margin-right: 20px;
}
/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/* =Layout
----------------------------------------------- */

#wrap {
  min-height: 100%;
  background: #fff;
}

#main {
  overflow: auto;
  padding-bottom: 180px;
}

.wrap {
  width: 950px;
  margin: 0 auto;
}

header div#logo {
  width: 140px;
  height: 18px;
  overflow: hidden;
  background: url('/img/logo.png');
  float: left;
}
header div#logo a {
  padding: 18px 0 0;
  display: block;
}

#logo-pop {
  display: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  z-index: 4001;
  position: absolute;
  padding: 3px;
  border-radius: 2px;
}

#content {
  overflow: hidden;
  padding-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (max-width: 979px) {
  #content {
    padding-top: 0px;
  }
}
#content blockquote {
  color: #333333;
  text-align: center;
}
#content blockquote p {
  font: italic 1.714em Georgia, 'Times New Roman', Times, serif;
  margin: 0 0 20px;
}
#content blockquote p span {
  font: bold 0.583em Arial, Helvetica, Geneva, sans-serif;
  color: #cccccc;
  display: block;
  padding: 0 0 20px;
}
#content h2 {
  font-size: 1.5em;
  font-family: var(--sp-font);
  color: #444;
  margin-bottom: 0.25em;
}
#content h2 a {
  color: #81d2f6;
  font-size: 1em;
  margin-bottom: 0.25em;
  text-decoration: underline;
}
#content h3 {
  font: bold 1.2em Arial, Helvetica, Geneva, sans-serif;
  margin-bottom: 0.25em;
}

footer {
  position: relative;
  margin-top: -100px; /* negative value of footer height */
  height: 100px;
  clear: both;
}
footer p {
  padding-top: 10px;
  font-size: 10px;
}

footer#subnav {
  text-align: center;
  background: var(--sp-light-gray);
  padding-top: 0.5em;
  border-top: 1px solid var(--sp-mid-gray);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
footer#subnav ul {
  width: 100%;
  list-style: none;
  margin: 18px auto 0;
  padding-left: 0;
  text-align: center;
}
footer#subnav ul li {
  position: relative;
  display: inline-block;
}
footer#subnav ul li:first-child:before {
  content: '';
}
footer#subnav ul li a {
  text-decoration: none;
  color: #cccccc;
  padding: 0 12px;
  font-size: 0.9em;
}
footer#subnav ul li a:hover {
  color: #81d2f6;
  transition: color 0.2s ease 0s;
}

.container-fluid {
  max-width: 100%;
  margin: 0 auto;
}

/* =Menu
----------------------------------------------- */
header nav {
  display: block;
  float: right;
  width: 780px;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: right;
}
ul.menu li {
  float: left;
  position: relative;
  padding: 0 16px;
}
ul.menu li a {
  font: 0.929em/1.385em 'TitilliumText', Arial, Helvetica, Geneva, sans-serif;
  display: block;
  text-decoration: none;
  color: #666666;
}
ul.menu li a:hover {
  color: #4f0b56;
  transition: color 0.2s ease 0s;
}
ul.menu li:last-child {
  padding-right: 0;
}
#nav-logout,
#nav-login,
#nav-signup,
#nav-settings,
#nav-account,
#nav-support {
  color: #ef3124;
}
#nav-logout:hover,
#nav-login:hover,
#nav-signup:hover,
#nav-settings:hover,
#nav-account:hover,
#nav-support:hover {
  color: purple;
  transition: color 0.2s ease 0s;
}
ul.menu ul {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background: #fff;
  list-style: none;
  display: none;
  z-index: 2000;
}
ul.menu ul ul {
  left: 100%;
  top: 0;
}
ul.menu li:hover > ul {
  display: block;
  position: absolute;
  top: 1em;
  padding-top: 0.5em;
  left: 0;
  margin-left: 0;
}
ul.menu li:hover > ul li {
  margin: 0;
  padding: 0;
}
ul.menu li:hover > ul li a {
  display: block;
  color: #666;
  padding: 0 16px;
  width: 96px;
  transition: color 0.2s ease 0s;
}
ul.menu li:hover > ul li a:hover {
  background-color: #ddd;
  transition: color 0.2s ease 0s;
}
#admin a[href='/admin'],
#account-index .navbar .nav > li > a[href='/account'],
#account-payments .navbar .nav > li > a[href='/account'],
#account-invoices .navbar .nav > li > a[href='/account'],
#account-subscriptions .navbar .nav > li > a[href='/account'],
#settings-scout .navbar .nav > li > a[href='/account'],
#settings-list .navbar .nav > li > a[href='/account'],
#settings-inventory .navbar .nav > li > a[href='/account'],
#scout a[href='/scout'],
#list #nav-list,
#automate a[href^='/automate'],
#settings a[href^='/settings'],
#signup .navbar a[href^='/signup'],
#mobile a[href^='/mobile'],
#buylist a[href^='/scout/buylist'],
#university a[href^='/university'],
#boxt #nav-boxt,
#report .navbar a[href='/report'],
#inventory .navbar a[href='/inventory'],
#expirations-report .navbar a[href='/inventory/expirations'],
#inventory-valuation .navbar a[href='/inventory/valuation'],
#wizard a[href='/report'],
#settlement a[href='/report'],
#login a[href^='/login'] {
  color: #333;
  font-weight: bold;
  cursor: default;
  border-bottom: 2px solid #ee3124;
}

.navbar.subnav {
  .navbar-inner {
    border-bottom: 1px solid var(--sp-mid-gray);
    min-height: 28px;
    border-radius: 0;

    li {
      a {
        padding-block: 0.5rem;
      }

    }
    .active a {
      background-color: var(--sp-light-gray) !important;
    }
  }
}

/* =Media
----------------------------------------------- */
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

.p10,
.p20,
.p25,
.p30,
.p33,
.p40,
.p50,
.p60,
.p66,
.p70,
.p75,
.p80,
.p90,
.p100 {
  box-sizing: border-box;
  float: left;
  clear: right;
}
.p10 {
  width: 10%;
}
.p20 {
  width: 20%;
}
.p25 {
  width: 25%;
}
.p30 {
  width: 30%;
}
.p33 {
  width: 33%;
}
.p40 {
  width: 40%;
}
.p50 {
  width: 50%;
}
.p60 {
  width: 60%;
}
.p66 {
  width: 66%;
}
.p70 {
  width: 70%;
}
.p75 {
  width: 75%;
}
.p80 {
  width: 80%;
}
.p90 {
  width: 90%;
}
.p100 {
  width: 100%;
  clear: both;
}

.notify:after {
  background: none repeat scroll 0 0 #ef3124;
  border: 1px solid #ffffff;
  border-radius: 5px 5px 5px 5px;
  bottom: 13px;
  color: #ffffff;
  display: block;
  font-size: 12px;
  height: 16px;
  line-height: 14px;
  position: absolute;
  right: 7px;
  bottom: 0;
  text-align: center;
  width: 20px;
  text-shadow: none;
}

.notify._1:after {
  content: '1';
}
.notify._2:after {
  content: '2';
}
.notify._3:after {
  content: '3';
}
.notify._4:after {
  content: '4';
}
.notify._5:after {
  content: '5';
}
.notify._6:after {
  content: '6';
}
.notify._7:after {
  content: '7';
}
.notify._8:after {
  content: '8';
}
.notify._9:after {
  content: '9';
}
.notify.more:after {
  content: '+';
}

#alert {
  display: none;
  background: #ffbd19;
  font-weight: bold;
  text-align: center;
  padding: 0.3em;
  z-index: 3000;
}

#alert p {
  margin-bottom: 0;
}

#beta-alert {
  margin-bottom: 0;
  text-align: center;
  display: none;
}

/* Notification Table */
#nots tr td:first-child {
  word-wrap: break-word;
  max-width: 550px;
  padding-right: 2em;
}

button.amazon {
  background: transparent url(/img/btAz-l.gif) no-repeat scroll top left;
  display: inline-block;
  line-height: 14px;
  height: 24px;
  color: #001271;
  font-family: Arial;
  padding: 5px 0 5px 1em;
  border: none;
  box-shadow: none;
}

button.amazon:after {
  background: transparent url(/img/btAz-r.gif) no-repeat scroll top right;
  content: '';
  line-height: 24px;
  display: inline-block;
  position: relative;
  top: -5px;
  right: -0.5em;
  width: 21px;
  height: 24px;
  overflow: visible;
  float: right;
}

#proxy-info {
  position: fixed;
  top: 0;
  left: 8vw;
  z-index: 4000;
  background: #f7bb84;
  border: 2px solid #9b160c;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  padding: 0.25em 1.5em 0 1.5em;
  opacity: 0.7;
}

#proxy-info a {
  text-decoration: none;
}

#proxy-info .detatch {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  text-indent: 18px;
}

#proxy-info select {
  width: 100%;
  margin-bottom: 5px;
  background: #f7bb70;
  border: 1px solid #9b160c;
  border-radius: 5px;
}
.dialog.select button {
  width: 100%;
  position: relative;
}

.dialog.select img {
  float: left;
}
.dialog.select button {
  margin-top: 0.5em;
}
.dialog.select .variation {
  margin-top: 0;
}
.dialog.select div {
  display: flex;
  text-align: left;
  align-items: center;
  line-height: 1.4;
}
.dialog.select .variation div {
  height: 32px;
}
.dialog.select img.product-img {
  margin-right: 1rem;
}
.dialog.select img.hazmat {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.hidden {
  display: none;
}

#data-grid {
  background-color: white;
}

.inventory-grid-header {
  background: url('/img/purple-fuzz.gif') repeat scroll 0 0 transparent;
}

#inventory-tools {
  background: white;
  z-index: 100;
  height: 60px;
}
#inventory-tools select {
  margin: 0px;
}

#data-search {
  margin: 1em;
}

#pager-text {
  font-size: 13px;
}

#pager select {
  width: 70px;
  margin: 2px 2px 2px 2px;
  vertical-align: top;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#top-navbar {
  background-color: #ffffff;
  border-bottom: 1px solid var(--sp-mid-gray);
}

.navbar {
  margin-bottom: 0;
}

.navbar-inner {
  margin: 0 auto;
  border-bottom: none;
  box-shadow: none;
  position: relative;
  max-width: 100%;
  min-height: 45px;
}

.navbar .btn {
  margin-top: 8px;
}

#nav-account .fa-user {
  position: relative;
  top: -5px;
}

.navbar-inner .username {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 150px;
}

.assistive-text {
  width: 0px;
}

.navbar .brand {
  width: 35px;
  height: 35px;
  left: 0;
  margin-top: 10px;
  margin-left: 0;
  padding: 0;
  background: url('/img/logo100.png');
  background-size: contain;
  background-repeat: no-repeat;
}

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

.app-toolbar ul {
  margin: 0px;
}
.app-toolbar .settings {
  margin-left: -245px;
}

.app-toolbar a {
  color: #666;
  text-decoration: none;
  text-shadow: 0px 1px 0px #fff;
}

.app-toolbar a:hover {
  color: #81d1f6;
}
.app-toolbar select {
  width: 120px !important;
  margin: 1em !important;
}

.dropdown-menu {
  padding: 0;
}

.navbar .nav > li > a {
  padding: 15px 15px 5px;
}

.navbar .dropdown-menu {
  padding: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  border: none;
}

.navbar .dropdown-menu:not(.account-dropdown-menu) {
  left: 0 !important;
  right: auto !important;
}

.navbar .dropdown-menu.account-dropdown-menu {
  width: 20rem;
  min-width: max-content;
}

@media (min-width: 980px) {
  .navbar .dropdown-menu {
    max-height: 80vh;
    max-width: 40rem;
    overflow-y: auto;
  }
}

.navbar .dropdown-menu > li > a {
  padding: 2px 1em;
  text-align: left;
  color: #666;
}

.navbar .dropdown-menu > li > a:hover {
  background-color: #ddd;
  color: #666;
  transition: color 0.2s ease 0s;
}

.policies h1 {
  color: #3e474c;
  font-family: 'TitilliumText', Arial, Helvetica, Geneva, sans-serif;
  font-size: 48px;
  font-weight: 400;
  margin: 1em 0px 1em;
}

.policies li {
  padding: 10px;
}

.policies a {
  font-size: 18px;
  font-weight: 400;
  color: #81d1f6;
  margin: 0px 0px 1em;
}

.policies a:hover {
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease 0s;
}

#nav-marketplace {
  margin: 0 1rem;
}

#nav-marketplace > a {
  padding: 1.5rem 0;
}

.nav-marketplace,
.nav-marketplace .dropdown-menu {
  width: 32px;
  min-width: 32px;
}

.nav-marketplace li.disabled {
  filter: grayscale(100%);
}

.flag {
  width: 32px;
  box-sizing: border-box;
}

.flag.AE > a,
.flag.AE > i {
  background-image: url(/img/flag/ae.gif) !important;
}

.flag.AU > a,
.flag.AU > i {
  background-image: url(/img/flag/au.gif) !important;
}

.flag.BR > a,
.flag.BR > i {
  background-image: url(/img/flag/br.gif) !important;
}

.flag.CA > a,
.flag.CA > i {
  background-image: url(/img/flag/ca.gif) !important;
}

.flag.DE > a,
.flag.DE > i {
  background-image: url(/img/flag/de.gif) !important;
}

.flag.EG > a,
.flag.EG > i {
  background-image: url(/img/flag/eg.gif) !important;
}

.flag.ES > a,
.flag.ES > i {
  background-image: url(/img/flag/es.gif) !important;
}

.flag.FR > a,
.flag.FR > i {
  background-image: url(/img/flag/fr.gif) !important;
}

.flag.IE > a,
.flag.IE > i {
  background-image: url(/img/flag/ie.gif) !important;
}

.flag.IT > a,
.flag.IT > i {
  background-image: url(/img/flag/it.gif) !important;
}

.flag.MX > a,
.flag.MX > i {
  background-image: url(/img/flag/mx.gif) !important;
}

.flag.NL > a,
.flag.NL > i {
  background-image: url(/img/flag/nl.gif) !important;
}

.flag.PL > a,
.flag.PL > i {
  background-image: url(/img/flag/pl.gif) !important;
}

.flag.SA > a,
.flag.SA > i {
  background-image: url(/img/flag/sa.gif) !important;
}

.flag.SG > a,
.flag.SG > i {
  background-image: url(/img/flag/sg.gif) !important;
}

.flag.TR > a,
.flag.TR > i {
  background-image: url(/img/flag/tr.gif) !important;
}

.flag.UK > a,
.flag.UK > i {
  background-image: url(/img/flag/uk.gif) !important;
}

.flag.US > a,
.flag.US > i {
  background-image: url(/img/flag/us.gif) !important;
}

.flag.JP > a,
.flag.JP > i {
  background-image: url(/img/flag/jp.gif) !important;
}

.flag a {
  text-indent: -100vh;
  overflow: hidden;
  width: 32px;
  white-space: nowrap;
  background-position: center;
  background-repeat: no-repeat !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dropdown-menu > .flag a {
  height: 24px;
  padding: 0;
}

.ajax-progress {
  width: 100%;
  height: 2px;
  position: absolute;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  display: none;
  z-index: 999;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.ajax-progress:not([value])::-moz-progress-bar {
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 20px 20px;
}

.ajax-progress:not([value])::-webkit-progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 20px 20px;
}

.ajax-progress[value]::-webkit-progress-bar {
  background-color: transparent;
}

.ajax-progress[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-color: #428bca;
  background-size: 20px 20px;
}

.article-html-content {
  display: block;
  text-align: left;
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#nav-logout {
  padding-left: 0;
  padding-right: 0;
}

/*  Secondary Nav  */
.secondary-nav {
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom: none;
}

.secondary-nav li a {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.secondary-nav li a:hover {
  border-bottom: none;
  -webkit-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

/*  Page Header  */
.page-header {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-header .header-btns {
  margin-bottom: 0;
  float: left;
}

/*  Filters  */
.filter-container {
  clear: left;
  background: #e7e7e7;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}

.filter-group {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/*  Modal  */
.modal-title,
.modal-body h5 {
  font-weight: 700;
}

.modal-title {
  font-size: 1.4em;
  line-height: 1.25em;
}

.modal-body h5 {
  font-size: 1.2em;
}

.modal-open {
  overflow: hidden;
}

.no-wrap {
  white-space: nowrap;
}

/*  Loading Screen  */
.isloading-overlay {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.isloading-overlay .isloading-wrapper {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  padding: 10px 20px;
  z-index: 9999;
}

.isloading-overlay .icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/*  Slickgrid  */
.grid-wrapper {
  margin-bottom: 10px;
}

.grid {
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  height: 100%;
}

.slick-cell,
.slick-cell a {
  font-size: 12px !important;
}

.slick-cell .cell-placeholder {
  color: #999;
  font-style: italic;
  font-size: inherit;
}

.slick-row.active,
.slick-cell.selected {
  background: #e0f4fc;
}

.slick-cell.active {
  border: 1px dashed #000;
}

.slick-pager {
  background: none !important;
  border-color: #ccc !important;
}

/* Always show page size options */
.slick-pager-settings-expanded {
  display: inline !important;
}

/* Hides lightbulb container in pager div */
.slick-pager-settings .ui-icon-container {
  display: none !important;
}

/*  Toaster Message  */
.toast-close-button,
.toast-close-button:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.toast-message a:not(.btn) {
  border-bottom: 2px solid;
}

.toast-error {
  background-color: #ee3124;
}

.toast-btn,
.toast-btn:focus,
.toast-btn:hover {
  border: 1px solid;
  border-radius: 3px;
  margin: 1rem 0;
  text-shadow: none;
  color: #fff !important;
  text-decoration: none;
  transition: all 0.8s;
  background: none;
}

.toast-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

/*  Utilities  */
.btn-icon {
  margin-right: 5px;
}

/*  Max-979  */
@media (max-width: 979px) {
  .container-fluid {
    margin: 0 20px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .header-lists {
    float: left;
  }
}

@media (min-width: 768px) {
  .header-lists {
    float: right;
  }

  .modal.fullscreen {
    width: auto;
    left: 0;
    top: 0 !important;
    margin: 0;
    right: 0;
    bottom: 0;
  }

  .modal.fullscreen .modal-body {
    max-height: none;
    height: calc(100vh - 157px);
    background: #fff;
  }

  .modal.fullscreen .modal-footer {
    bottom: 0;
  }
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.ui-widget-content a {
  color: #157ab5 !important;
}

.pagination > ul > li > .pagination-input-wrapper__a {
  padding: 0;
}

.pagination-input-wrapper__a > input {
  margin: 0;
  border: 0;
}

#toast-container {
  top: 60px;
}

.no-margin {
  margin-bottom: 0em;
}

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