.dark-bold-text,
.nav-links a,
.home .sidebar-search a,
.library .sidebar-search a,
.reports .sidebar-search a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
html,
body,
#app {
  height: 100%;
}
body {
  margin: 0;
  font-family: TradeGothicLTStd, Arial, Helvetica, sans-serif;
}
#app {
  display: flex;
  flex-direction: column;
}
h1,
h3 {
  font-family: Quicksand-bold, Arial, Helvetica, sans-serif;
}
h1,
h3 {
  margin-top: 0;
  font-size: 24px;
  text-transform: uppercase;
}
h2 {
  border-bottom: 3px solid #e1e1e1;
  padding-bottom: 15px;
}
.main-container {
  padding: 30px 40px;
  flex: 1;
  overflow-y: auto;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #00bfe3;
}
.total-count {
  color: #959595;
  margin-left: 30px;
}
::placeholder {
  font-style: italic;
}
@font-face {
  font-family: 'TradeGothicLTStd';
  src: url("../fonts/TradeGothicLTStd.eot");
  src: url("../fonts/TradeGothicLTStd.woff2") format('woff2'), url("../fonts/TradeGothicLTStd.woff") format('woff'), url("../fonts/TradeGothicLTStd.ttf") format('truetype'), url("../fonts/TradeGothicLTStd.svg#TradeGothicLTStd") format('svg'), url("../fonts/TradeGothicLTStd.eot?#iefix") format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand-Bold';
  src: url("../fonts/Quicksand-Bold.eot");
  src: url("../fonts/Quicksand-Bold.woff2") format('woff2'), url("../fonts/Quicksand-Bold.woff") format('woff'), url("../fonts/Quicksand-Bold.ttf") format('truetype'), url("../fonts/Quicksand-Bold.svg#Quicksand-Bold") format('svg'), url("../fonts/Quicksand-Bold.eot?#iefix") format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}
button {
  cursor: pointer;
}
.button {
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  border: none;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #00bfe3;
  font-family: Quicksand-bold, Arial, Helvetica, sans-serif;
}
.button.add-button,
.button.remove-button {
  padding: 0;
}
.view-button {
  background-color: #3e5870;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.submit-button {
  background-color: #e34a3c;
  padding: 25px 20px;
  font-size: 18px;
  display: block;
  margin-top: 60px;
}
.save-button {
  background-color: #e34a3c;
  font-size: 18px;
  display: block;
}
.cancel-button {
  background-color: #fff;
  color: #000;
}
.delete-button {
  text-transform: none;
  background-color: #e34a3c;
}
.add-button,
.remove-button {
  width: 38px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  padding: 0;
  display: inline-block;
  text-align: center;
}
.search-button {
  border: 0;
  background: url("../images/icon-search.svg") no-repeat center/contain;
  width: 25px;
  height: 25px;
  vertical-align: top;
}
footer {
  background-color: #354658;
  color: #fff;
  padding: 20px 0 30px;
}
footer p {
  text-align: center;
  margin: 0;
}
label {
  color: #a9a9a9;
  display: block;
  font-size: 18px;
  margin-bottom: 7px;
}
input,
select {
  font-size: 20px;
  padding: 5px;
  color: #00bfe3;
  border: 1px solid #e1e1e1;
}
input option:gt(0),
select option:gt(0) {
  color: #a9a9a9;
}
textarea {
  padding: 5px;
  font-size: 16px;
  font-family: TradeGothicLTStd, Arial, Helvetica, sans-serif;
  border: 1px solid #e1e1e1;
}
::-webkit-input-placeholder {
  font-size: 20px;
  color: #ccc;
}
::-moz-placeholder {
  font-size: 20px;
  color: #ccc;
}
:-ms-input-placeholder {
  font-size: 20px;
  color: #ccc;
}
:disabled,
[readonly] {
  background: #dedede;
}
fieldset {
  display: inline-block;
  padding: 0;
  margin: 0 10px 25px 0;
  border: 0;
}
.text.default {
  font-size: 20px;
  font-style: italic;
}
.search.selection {
  margin: 10px 0 15px;
}
input.large,
select.large {
  width: 310px;
}
select#province {
  width: 75px;
}
select#brand {
  width: 245px;
}
.phone-field input {
  width: 50px;
}
.phone-field input:last-of-type {
  width: 80px;
}
.phone-field span {
  display: inline-block;
  line-height: 38px;
  vertical-align: top;
}
.form-error,
.form-success {
  background: #fff;
  font-weight: bold;
  padding: 10px;
}
.form-error {
  border: 3px solid #e34a3c;
}
.form-success {
  border: 3px solid #3ce39d;
}
input.error,
select.error {
  border: 1px solid #f00;
}
.search-field {
  background: #fff;
  height: 36px;
  display: flex;
  justify-content: stretch;
  border: 1px solid #e1e1e1;
}
.search-field .search-button {
  height: 100%;
  min-width: 36px;
  background-size: 55%;
}
.search-field .input-holder {
  flex: 1;
  height: 100%;
}
.search-field input {
  border: 0;
  width: 100%;
  height: 100%;
}
.radio-selector,
.check-selector {
  display: flex;
  border: 3px solid #e1e1e1;
  border-radius: 3px;
}
.radio-selector li,
.check-selector li {
  border-left: 1px solid #e1e1e1;
}
.radio-selector li position relative:first-of-type,
.check-selector li position relative:first-of-type {
  border-left: 0;
}
.radio-selector li input,
.check-selector li input {
  position: absolute;
  visibility: hidden;
}
.radio-selector li label,
.check-selector li label {
  margin: 0;
  text-align: center;
  color: #464646;
  padding: 7px 10px;
}
.radio-selector li input:checked + label,
.check-selector li input:checked + label {
  background: #00bfe3;
  color: #fff;
}
.check-list li {
  position: relative;
}
.check-list li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 3px;
}
.check-list li label {
  display: block;
  color: #464646;
  margin: 0;
  padding-left: 25px;
}
.double-range .range-labels {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.double-range .double-slider {
  width: 100%;
  height: 10px;
  background: #e1e1e1;
  position: relative;
}
.double-range .noUi-connect {
  position: absolute;
  height: 10px;
  background: #00bfe3;
}
.double-range .noUi-origin {
  position: absolute;
  bottom: -5px;
  z-index: 2;
}
.double-range .noUi-origin .noUi-handle {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background: #464646;
}
header {
  background-color: #3e5870;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
header .greeting {
  font-family: Quicksand-bold, Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}
header .account-menu {
  display: flex;
  position: relative;
}
header .account-menu .head {
  display: flex;
  align-items: flex-end;
  padding: 0 20px 25px 30px;
  transition: linear 400ms background;
}
header .account-menu .head #menu-button {
  width: 53px;
  height: 34px;
  background: no-repeat url("../images/icon-menu.svg") center/cover;
  color: transparent;
  border: 0;
  display: inline-block;
  margin-left: 35px;
  outline: 0;
}
header .account-menu ul {
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
  background: #354658;
  position: absolute;
  right: 0;
  top: 100%;
  visibility: none;
  overflow: hidden;
  max-height: 0;
  transition: linear 400ms max-height;
  z-index: 99;
}
header .account-menu ul li {
  padding: 25px 50px;
  width: 405px;
  box-sizing: border-box;
}
header .account-menu ul li:first-of-type {
  padding-top: 45px;
}
header .account-menu ul li:last-of-type {
  padding-bottom: 45px;
}
header .account-menu ul li a {
  font-family: Quicksand-bold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
header .account-menu.open .head {
  background: #354658;
}
header .account-menu.open .head #menu-button {
  background-image: url("../images/icon-menu-close.svg");
  background-size: contain;
}
header .account-menu.open ul {
  visibility: visible;
  max-height: 200px;
}
header .logo {
  width: 195px;
  padding: 15px 0 15px 20px;
}
.breadcrumb {
  font-weight: bold;
  font-family: Quicksand-bold, Arial, Helvetica, sans-serif;
}
.breadcrumb > * {
  display: inline-block;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb span {
  margin-left: 5px;
}
.breadcrumb span.current {
  font-size: 1.75em;
  text-transform: uppercase;
}
.modal-background {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(255,255,255,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal-content {
  background-color: #fff;
  box-shadow: 0px 4px 36px 0px #ccc;
  padding: 20px;
  border-top: 17px solid;
  z-index: 1000;
  position: relative;
}
.modal-content p {
  margin-top: 0;
  font-size: 20px;
}
.modal-content .disclaimer {
  font-size: 18px;
  font-style: italic;
  color: #a9a9a9;
}
.modal-content.error {
  border-color: #e34a3c;
}
.modal-content .close {
  position: absolute;
  right: 10px;
  top: 10px;
  text-indent: -999px;
  overflow: hidden;
  background: url("../images/icon-close.svg") no-repeat center/contain;
  width: 15px;
  height: 15px;
}
.modal-delete .modal-content {
  border-color: #e34a3c;
  background: #fff url("../images/circle-delete.svg") no-repeat 15px 15px/60px;
  padding-left: 100px;
}
.modal-buttons {
  display: flex;
  justify-content: space-between;
}
.error-buttons {
  text-align: center;
  margin: 20px 0 0;
}
.error-buttons .button {
  margin: 0 auto;
}
.loader {
  background: url("../images/ajax-loader.gif") no-repeat center #fff;
  position: relative;
  width: 250px;
  height: 140px;
}
.loader span {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: block;
  font-size: 14px;
  width: 100%;
  left: 0;
}
.initial-hide {
  display: none;
}
.download-templates .modal-content {
  width: 350px;
}
.navbar {
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-links li {
  display: inline-block;
}
.nav-links a {
  padding: 12px 30px;
  display: inline-block;
  text-transform: uppercase;
  border-right: 1px solid #e1e1e1;
  font-weight: bold;
  font-family: Quicksand-bold, Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.nav-links a.skus {
  text-transform: none;
}
.nav-links .active a {
  background-color: #e34a3c;
  color: #fff;
}
.nav-links .active .home {
  background-image: url("../images/icon-home-active.svg");
}
.nav-links .home {
  background: url("../images/icon-home.svg") no-repeat center/20px;
  color: transparent !important;
  width: 100px;
}
.search-area {
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 40px;
}
.search-area input {
  border: 0;
  font-family: TradeGothicLTStd, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 32px;
  padding: 0;
  text-indent: 20px;
  text-align: left;
  width: 145px;
  transition: linear 400ms width;
}
.search-area input::placeholder {
  font-style: normal;
  font-family: Quicksand-bold, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #464646;
  text-transform: uppercase;
  text-align: right;
}
.search-area input:focus {
  width: 450px;
}
.search-area .search-button {
  margin-top: 4px;
}
.hot-container {
  width: 100%;
}
.report-data-area {
  width: 100%;
  position: relative;
  overflow-y: visible;
  overflow-x: auto;
}
.report-data-area .handsontable .htCore thead th {
  padding: 0;
}
.report-data-area .handsontable .htCore thead th span {
  display: block;
  height: 100%;
  font-size: 16px;
  background-image: linear-gradient(rgba(225,225,225,0.1), rgba(0,0,0,0.1));
  background-color: #fff;
  font-weight: bold;
  text-align: left;
  white-space: pre-line;
  vertical-align: middle;
  padding: 5px 15px 5px 10px;
}
.report-data-area .handsontable .htCore thead th span .remove-col {
  border: 0;
  background: url("../images/icon-close.svg") no-repeat center/contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 10px;
  text-indent: -99px;
  overflow: hidden;
}
.report-data-area .handsontable .htCore thead th .changeType {
  margin: -6px 0 0 -2px;
  float: none;
  position: absolute;
  right: 5px;
  top: 50%;
}
.report-data-area .handsontable .htCore thead th .relative {
  padding: 0;
  height: 100%;
}
.report-data-area .handsontable .htCore td {
  font-size: 14px;
}
.report-data-area .handsontable .htCore td.sub-head {
  background: #ebebeb;
  font-weight: bold;
}
.report-data-area .handsontable .htCore td.center {
  text-align: center;
  vertical-align: middle;
}
.report-data-area .handsontable .htCore td {
  padding: 0 10px;
}
.report-data-area .handsontable .htCore .htDimmed {
  color: #464646;
}
.report-data-area .section-head {
  font-size: 18px;
  background: linear-gradient(rgba(225,225,225,0.1), rgba(0,0,0,0.1));
  font-weight: bold;
  text-align: left;
  white-space: pre-line;
  vertical-align: middle;
  padding: 5px 4px;
  color: #464646;
}
.report-data-area .blue-cell {
  background-color: #d9f5fb;
}
.report-data-area .grey-cell {
  background-color: #ececec;
}
.report-data-area .lesser {
  background-color: #f1a49d;
}
.report-data-area .greater {
  background-color: #7fd29d;
}
.report-data-area .changed {
  background-color: #fcff00 !important;
}
.report-data-area .red-corner {
  background-image: linear-gradient(225deg, #db0000, #db0000 6px, transparent 6px);
}
.report-data-area.promo-calendar .handsontable thead th {
  height: 52px;
}
.report-data-area.promo-calendar .handsontable thead th .relative > span {
  padding: 0;
  background: none;
}
.report-data-area.promo-calendar .handsontable .promo1 {
  background-color: #bfe8ce;
}
.report-data-area.promo-calendar .handsontable .promo2 {
  background-color: #fdff7f;
}
.report-data-area.promo-calendar .handsontable .promo3 {
  background-color: #f1a49d;
}
.report-data-area.promo-calendar .handsontable .htNumeric,
.report-data-area.promo-calendar .handsontable .htAutocomplete {
  text-align: center;
}
.report-data-area.gscm-table .handsontable thead th {
  height: 32px;
}
.report-data-area.gscm-table .handsontable thead th .changeType {
  display: none;
}
.report-data-area.summary-table .handsontable .htNumeric {
  text-align: center;
}
.report-data-area.summary-table .handsontable thead tr th {
  height: 32px;
}
.report-data-area.summary-table .handsontable thead tr th:nth-of-type(3) ~ th .changeType {
  display: none;
}
.report-data-area.custom-table .handsontable thead tr th {
  height: 32px !important;
}
.ht_master .wtHolder {
  height: auto !important;
}
.htDropdownMenu {
  position: absolute;
}
.htDropdownMenu .htUIMultipleSelect .htUIMultipleSelectHot {
  overflow: auto !important;
}
.htDropdownMenu .htUIMultipleSelect .htUIMultipleSelectHot .wtHider {
  height: auto !important;
}
#sku-hot .htCore thead th,
#sku-compare-hot .htCore thead th {
  line-height: 1.5;
  height: 36px;
}
#sku-hot .htCore td.sub-head,
#sku-compare-hot .htCore td.sub-head {
  font-size: 15px;
}
#sku-hot .htCore tbody td,
#sku-compare-hot .htCore tbody td {
  padding: 0 10px;
}
#sku-hot .htCore tbody td.htNumeric,
#sku-compare-hot .htCore tbody td.htNumeric {
  text-align: left;
}
#sku-compare-hot .htCore thead th span {
  padding-right: 30px;
}
.reports-page .main-container {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.reports-page .main-container .tabs {
  margin-top: 0;
}
.reports-page .main-container .report-view {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: stretch;
  min-height: 0;
}
.reports-page .main-container .report-view .report-data-area {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.reports-page .main-container .report-view .report-data-area > .handsontable {
  flex: 1;
  overflow-y: auto;
}
.reports-page .main-container .report-view .report-data-area > .handsontable .ht_master {
  height: 100%;
}
.reports-page .main-container .report-view .report-data-area > .handsontable .ht_master .wtHolder {
  height: 100% !important;
}
.reports-page .main-container .report-view .report-data-area > .handsontable th {
  min-width: 90px;
}
.gscm-controls ul li {
  display: inline-block;
  margin-right: 10px;
}
.gscm-controls ul li [type="checkbox"] {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  border: 1px solid #e1e1e1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  vertical-align: middle;
  margin-right: 7px;
}
.gscm-controls ul li [type="checkbox"]:checked {
  background: url("../images/checkmark.svg") no-repeat center/60%;
}
.gscm-controls ul li label {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.summary-tabs ul {
  display: flex;
  justify-content: stretch;
}
.summary-tabs ul li {
  font-size: 20px;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 7px 10px;
  flex: 2;
  cursor: pointer;
}
.summary-tabs ul li:first-of-type {
  border-left: 1px solid #e1e1e1;
}
.summary-tabs ul li:last-of-type {
  flex: 3;
}
.summary-tabs ul li.active {
  font-weight: bold;
}
.compare-options {
  z-index: 200;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.compare-options .button {
  margin-left: 15px;
  width: 135px;
}
.compare-options .selection {
  flex: 1;
  margin: 0;
}
.compare-options .selection input {
  font-size: 16px;
}
.VueTables {
  position: relative;
}
.VueTables .VueTables__sortable {
  cursor: pointer;
}
.VueTables table {
  border-collapse: collapse;
  width: 100%;
}
.VueTables th {
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 3px solid #e1e1e1;
  padding-bottom: 8px;
  font-family: Quicksand-bold, Arial, Helvetica, sans-serif;
}
.VueTables th .glyphicon {
  width: 12px;
  height: 12px;
  background: no-repeat center;
  background-size: contain;
  margin-left: 5px;
  display: inline-block;
}
.VueTables th .glyphicon.glyphicon-chevron-up {
  background-image: url("../images/arrow-up.svg");
}
.VueTables th .glyphicon.glyphicon-chevron-down {
  background-image: url("../images/arrow-down.svg");
}
.VueTables tbody td {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 5px 15px 0;
  font-size: 18px;
  vertical-align: top;
}
.VueTables tbody td [type="checkbox"] {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  border: 1px solid #e1e1e1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  vertical-align: middle;
}
.VueTables tbody td [type="checkbox"]:checked {
  background: url("../images/checkmark.svg") no-repeat center/60%;
}
.VueTables tbody td:last-of-type:not([colspan]) {
  text-align: right;
  white-space: nowrap;
  padding-right: 0;
}
.VueTables tbody td:last-of-type:not([colspan]) .button:not(.view-button) {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  color: transparent;
  padding: 0;
  outline: none;
  vertical-align: middle;
  overflow: hidden;
  display: inline-block;
  margin-left: 15px;
}
.VueTables tbody:first-of-type tr:last-of-type td {
  border-bottom: 3px solid #e1e1e1;
}
.VueTables tbody .bottom-paging-row td {
  border-bottom: 0;
}
.VueTables .VueTables__dropdown-pagination {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 40px;
}
.VueTables .VueTables__dropdown-pagination label,
.VueTables .VueTables__dropdown-pagination select {
  font-size: 1em;
}
.VueTables .VueTables__dropdown-pagination label {
  display: inline-block;
  margin-right: 10px;
}
.VueTables .VueTables__dropdown-pagination select {
  padding: 0;
}
.bottom-paging {
  overflow: hidden;
  padding-bottom: 50px;
}
.bottom-paging .pagination-count {
  float: left;
  font-family: Quicksand-bold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.bottom-paging .pagination-count span {
  color: #00bfe3;
}
.multi-line {
  white-space: pre;
}
.title-col {
  font-weight: bold;
}
.multi-links span {
  display: block;
}
.row-delete-button {
  width: 17px;
  height: 23px;
  background-image: url("../images/icon-delete.svg");
}
.marketing .row-delete-button,
.manager .row-delete-button,
.executive .row-delete-button {
  display: none !important;
}
.row-edit-button {
  width: 23px;
  height: 23px;
  background-image: url("../images/icon-edit.svg");
}
.row-graph-button {
  width: 27px;
  height: 24px;
  background-image: url("../images/icon-graph.svg");
}
.row-log-button {
  width: 25px;
  height: 22px;
  background-image: url("../images/icon-log.svg");
}
.row-download-button {
  width: 22px;
  height: 24px;
  background: url("../images/icon-download.svg");
}
.pagination-buttons {
  float: right;
}
.pagination-buttons button {
  border: 0;
  background: no-repeat center #ebebeb;
  color: transparent;
  width: 24px;
  height: 24px;
}
.pagination-buttons button.prev {
  background-image: url("../images/pagination-prev.svg");
}
.pagination-buttons button.next {
  background-image: url("../images/pagination-next.svg");
}
.pagination {
  padding-top: 5px;
}
.pagination li {
  display: inline-block;
  margin-right: 5px;
}
.pagination li a {
  cursor: pointer;
}
.upload-area {
  margin-bottom: 100px;
}
.upload-area em {
  color: #959595;
  margin-bottom: 20px;
  display: block;
}
.upload-area .upload-sections .uploader {
  margin-right: 30px;
}
.upload-area .file-templates {
  font-size: 12px;
  width: 350px;
}
.upload-area .file-templates h3 {
  font-size: 20px;
  margin-bottom: 0.66em;
  line-height: 1;
}
.upload-sections {
  display: flex;
}
.upload-sections .buttons {
  position: absolute;
  top: 100%;
}
.uploader {
  flex: 1;
  display: flex;
  position: relative;
  flex-direction: column;
}
.uploader .buttons {
  margin-top: 30px;
}
.uploader .upload-picker {
  border: 1px solid #e1e1e1;
  text-align: center;
  position: relative;
  font-family: Quicksand-bold, Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.uploader .upload-picker [type="file"] {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.uploader .upload-picker span {
  font-size: 16px;
  color: #ccc;
  position: relative;
}
.uploader .upload-picker span::before {
  width: 24px;
  content: url("../images/icon-upload.svg");
  display: block;
  margin-left: -12px;
  left: 50%;
  top: -30px;
  position: absolute;
}
.uploader .upload-picker span label {
  color: #00bfe3;
  display: inline;
  font-size: inherit;
}
.uploader .upload-picker .file-selected {
  color: #3e5870;
  position: absolute;
  bottom: 5px;
  width: 100%;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.uploader .upload-picker .file-templates {
  display: flex;
  flex-direction: column;
}
.uploader select,
.uploader input[type="text"],
.uploader textarea {
  margin: 20px 0 0;
  width: 100%;
}
.uploader textarea {
  height: 100px;
}
.button {
  padding: 10px 35px;
}
.file-templates .button {
  font-size: inherit;
  padding: 5px 15px;
}
.file-templates li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: bold;
  color: #959595;
}
.file-templates li:last-of-type {
  margin-bottom: 0;
}
.library-upload .uploader > .button {
  position: relative;
  align-self: flex-start;
}
.modal-content .uploader {
  width: 300px;
}
.modal-content .uploader .upload-picker {
  padding: 40px 0 20px;
  background-position: center 11px;
}
.modal-content .buttons {
  text-align: center;
}
.modal-content .buttons * {
  display: inline-block;
}
.tabs {
  margin: 50px 0 30px;
  display: flex;
}
.tabs:after {
  content: '';
  display: inline-block;
  border-bottom: 1px solid #e1e1e1;
  flex: 1;
}
.tabs ul {
  display: flex;
}
.tab {
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  padding: 15px 20px;
  border: 1px solid transparent;
  border-bottom-color: #e1e1e1;
  font-family: Quicksand-bold, Arial, Helvetica, sans-serif;
}
.tab.active {
  border: 1px solid #e1e1e1;
  border-bottom-color: transparent;
}
.tab .skus {
  text-transform: none;
}
.customers .upload-picker span,
.skus .upload-picker span {
  font-size: 20px;
  padding-top: 15px;
}
.customers .upload-picker span::before,
.skus .upload-picker span::before {
  width: 36px;
  margin-left: -21px;
  top: -20px;
}
.customers .upload-picker .file-selected,
.skus .upload-picker .file-selected {
  bottom: 7px;
  font-size: 20px;
}
#home-banner {
  height: 240px;
}
.login-page {
  background: #3e5870;
  text-align: center;
}
.login-page .main {
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
}
.login-page .main .content {
  padding: 50px 95px;
}
.login-page .main .content form {
  width: 330px;
}
.login-page .main .content label {
  color: #fff;
  font-weight: normal;
}
.login-page .main .content label strong {
  font-weight: bold;
  font-family: Quicksand-bold, Arial, Helvetica, sans-serif;
}
.login-page .main .content input {
  display: block;
  margin: 20px 0;
  padding: 20px 10px;
  font-size: 14px;
  width: 100%;
  border: 0;
}
.login-page .main .content input::placeholder {
  color: #7d7d7d;
}
.login-page .main .content .login-controls {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.login-page .main .content .login-controls input {
  width: 132px;
  margin: 0;
  background: #e34a3c;
}
.login-page .main .content .login-controls a {
  color: #00bfe3;
  text-decoration: none;
}
.login-page .main .content .form-error,
.login-page .main .content .form-success {
  margin: 15px -10px;
}
.login-page .main .content h1 {
  color: #fff;
}
.mainlist-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mainlist-top .buttons .button {
  margin-left: 10px;
}
.main-list-filters {
  margin: 25px 0 40px;
}
.main-list-filters label,
.main-list-filters strong {
  display: inline-block;
  color: #464646;
  font-family: Quicksand-bold, Arial, Helvetica, sans-serif;
  margin-right: 25px;
}
.main-list-filters select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/arrow-down.svg") no-repeat 95% center/12px;
  padding: 0 30px 0 0;
  text-align: right;
  margin-right: 40px;
}
.main-list-filters select#province {
  width: 120px;
}
.main-list-filters .search-field {
  display: inline-flex;
  width: 250px;
  vertical-align: top;
}
.main-list-table {
  flex: 1;
}
.activity-log-table .VueTables__dropdown-pagination {
  margin-bottom: 0;
}
.activity-list-filters {
  margin-bottom: 40px;
}
.filter-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.filter-search label {
  margin-bottom: 0;
}
.filter-search .log-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: 1px solid #e1e1e1;
}
.filter-search .search-button {
  padding-left: 15px;
  width: 47px;
}
.filter-search input[type="text"] {
  height: 2.5em;
  width: 350px;
  border: 0;
}
.home .main-content,
.library .main-content,
.reports .main-content {
  display: flex;
  justify-content: space-between;
  align-items: flex start;
  margin-bottom: 100px;
}
.home .recent-report-section:first-child,
.library .recent-report-section:first-child,
.reports .recent-report-section:first-child {
  flex: 5;
}
.home .recent-report-section:nth-child(2),
.library .recent-report-section:nth-child(2),
.reports .recent-report-section:nth-child(2) {
  flex: 3;
}
.home td,
.library td,
.reports td {
  padding: 10px 0;
  font-size: 16px;
}
.home td.name-column,
.library td.name-column,
.reports td.name-column {
  font-weight: bold;
  padding-left: 10px;
}
.home .last-open-column,
.library .last-open-column,
.reports .last-open-column {
  text-align: right;
}
.home .sidebar-container,
.library .sidebar-container,
.reports .sidebar-container {
  margin-right: 20px;
  width: 345px;
}
.home .sidebar-search,
.library .sidebar-search,
.reports .sidebar-search {
  background-color: rgba(225,225,225,0.5);
  padding: 10px 15px;
  margin-bottom: 25px;
}
.home .sidebar-search li,
.library .sidebar-search li,
.reports .sidebar-search li {
  margin: 25px 0;
  width: 100%;
}
.home .sidebar-search a,
.library .sidebar-search a,
.reports .sidebar-search a {
  font-family: Quicksand-bold, Arial, Helvetica, sans-serif;
  display: block;
  position: relative;
}
.home .sidebar-search a:hover,
.library .sidebar-search a:hover,
.reports .sidebar-search a:hover {
  color: #00bfe3;
}
.home .sidebar-search a:hover::after,
.library .sidebar-search a:hover::after,
.reports .sidebar-search a:hover::after {
  border-left-color: #00bfe3;
}
.home .sidebar-search a::after,
.library .sidebar-search a::after,
.reports .sidebar-search a::after {
  right: 5px;
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent transparent #3e5870;
  margin-top: -7px;
}
.home .sidebar-search select,
.library .sidebar-search select,
.reports .sidebar-search select {
  width: 100%;
  margin-bottom: 15px;
}
.home .upload-sales .upload-picker,
.library .upload-sales .upload-picker,
.reports .upload-sales .upload-picker {
  padding: 40px 0 20px;
  background-position: center 11px;
}
.home .home-tables-container,
.library .home-tables-container,
.reports .home-tables-container {
  flex: 1;
}
.home .home-tables-container .tabs,
.library .home-tables-container .tabs,
.reports .home-tables-container .tabs {
  margin-top: 0;
}
.home .library-upload,
.library .library-upload,
.reports .library-upload {
  padding: 20px;
  background: #f5f6f6;
  margin-bottom: 40px;
}
.home .library-upload .upload-picker,
.library .library-upload .upload-picker,
.reports .library-upload .upload-picker {
  padding: 60px 0 40px;
  background-position: center 30px;
}
.home .file-templates,
.library .file-templates,
.reports .file-templates {
  font-size: 15px;
}
.library .view-button {
  padding: 10px;
}
.report-top {
  border-bottom: 3px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.report-top h1 {
  margin-bottom: 0;
}
.report-top h2 {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.report-top .buttons .button {
  display: inline-block;
  margin-left: 10px;
}
.hero-text .report-top {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.hero-text .report-top + h2 {
  margin-top: 0;
}
.find-reports {
  margin-top: 40px;
  padding-bottom: 20px;
}
.find-reports h3 {
  font-size: 14px;
}
.find-reports select {
  font-size: 14px;
  color: #464646;
}
.find-reports .button {
  margin-top: 20px;
}
.find-reports .search-field {
  height: 36px;
}
.find-reports .search-field .search-button {
  min-width: 36px;
}
.report-filters > * {
  display: block;
}
.report-filters > div {
  margin: 0;
}
.report-filters > div > * {
  margin: 0 15px 10px 0;
  display: inline-block;
  vertical-align: middle;
}
.report-filters > div > *.radio-selector,
.report-filters > div > *.check-selector,
.report-filters > div > *.filter-search {
  display: inline-flex;
}
.report-filters > div.report-search {
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 20px;
}
.report-filters > div.report-search strong {
  margin-right: 30px;
}
.report-filters > div.report-dates {
  padding: 10px 0;
}
.report-filters > div.report-units {
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.report-filters > div.report-units > * {
  margin-right: 20px;
}
.report-filters > div.report-units .radio-selector {
  margin-right: 60px;
}
.report-filters > div.report-units li {
  min-width: 65px;
}
.report-filters select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/arrow-down.svg") no-repeat 95% center/12px;
  padding: 0 30px 0 0;
  text-align: right;
  line-height: 1;
}
.report-filters .quarters li {
  width: 60px;
}
.report-filters .months li {
  min-width: 50px;
}
.report-filters .or-search {
  display: inline-flex;
  align-items: center;
  flex: 1;
  width: 575px;
}
.report-filters .or-search label {
  margin-bottom: 0;
  font-family: Quicksand-bold, Arial, Helvetica, sans-serif;
  color: #464646;
  padding-right: 15px;
}
.report-filters .or-search .search-field {
  flex: 1;
  height: 48px;
}
.report-filters .or-search .search-field .search-button {
  min-width: 48px;
}
.report-filters strong {
  font-size: 20px;
  font-family: Quicksand-bold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.report-filters .double-range {
  width: 250px;
}
.report-main {
  margin-top: 40px;
  padding-bottom: 20px;
  display: flex;
  flex: 1;
}
.report-main h3 {
  padding-bottom: 7px;
  margin-bottom: 10px;
  color: #00bfe3;
  font-size: 18px;
  border-bottom: 3px solid #e1e1e1;
}
.report-main select {
  display: block;
  font-size: 16px;
}
.report-main .more-filters {
  width: 240px;
  margin-right: 30px;
}
.report-main .more-filters .filter-section {
  margin-bottom: 25px;
}
.report-main .more-filters .company {
  margin-bottom: 15px;
}
.report-main .more-filters .company strong {
  margin-bottom: 10px;
  display: block;
}
.report-main .more-filters select {
  padding: 3px 5px;
  margin-bottom: 7px;
  width: 100%;
}
.report-main .report-generator {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.report-main .report-generator h3 {
  margin-bottom: 20px;
}
.report-main .report-generator select {
  margin-bottom: 25px;
  padding: 10px 5px;
  width: 280px;
}
.report-main .report-generator #generator {
  background: #f5f5f5 url("../images/generate-report.svg") no-repeat center/120px;
  text-align: center;
  flex: 1;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  min-height: 420px;
}
.report-main .report-generator #generator .button {
  margin-top: 210px;
}
#report-columns {
  margin: 0 0 30px;
}
#report-columns li {
  margin-right: 25px;
  display: inline-block;
}
#report-columns li a {
  margin-right: 15px;
  display: inline-block;
  text-indent: -99px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background: url("../images/icon-circle-x.svg") no-repeat center/contain;
  vertical-align: middle;
}
.report-confirm input[type="text"] {
  margin-bottom: 20px;
  width: 100%;
}
.search .search-top {
  border-bottom: 3px solid #e1e1e1;
  margin-bottom: 30px;
}
.search .sidebar-container {
  margin-right: 20px;
  width: 345px;
}
.search .search-table-container {
  flex: 1;
}
.search .search-table-container h3 {
  text-transform: none;
}
.search .search-table-container h3 span {
  color: #00bfe3;
}
