/*** spacing, margin, padding styles ***/

/*
  margin */
.m0 {
  margin: 0;
}

.m05 {
  margin: 0.5rem;
}

.m1 {
  margin: 1rem;
}

.m15 {
  margin: 1.5rem;
}

/*
  margin top */
.mt0 {
  margin-top: 0;
}

.mt025 {
  margin-top: 0.25rem;
}

.mt05 {
  margin-top: 0.5rem;
}

.mt075 {
  margin-top: 0.75rem;
}

.mt1 {
  margin-top: 1rem;
}

.mt15 {
  margin-top: 1.5rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt215 {
  margin-top: 2.15rem;
}

.mt25 {
  margin-top: 2.5rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mt5 {
  margin-top: 5rem;
}

.mt7 {
  margin-top: 7rem;
}

/*
  margin right */
.mr0 {
  margin-right: 0;
}

.mr05 {
  margin-right: 0.5rem;
}

.mr1 {
  margin-right: 1rem;
}

.mr15 {
  margin-right: 1.5rem;
}

/*
  margin bottom*/
.mb0 {
  margin-bottom: 0;
}

.mb05 {
  margin-bottom: 0.5rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb15 {
  margin-bottom: 1.5rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb25 {
  margin-bottom: 2.5rem;
}

/*
  margin left */
.ml0 {
  margin-left: 0;
}

.ml05 {
  margin-left: 0.5rem;
}

.ml1 {
  margin-left: 1rem;
}

.ml125 {
  margin-left: 1.25rem;
}

.ml15 {
  margin-left: 1.5rem;
}

/*
  padding */
.p0 {
  padding: 0;
}

.p025 {
  padding: 0.25rem;
}

.p05 {
  padding: 0.5rem;
}

.p1 {
  padding: 1rem;
}

.p125 {
  padding: 1.25rem;
}

.p15 {
  padding: 1.5rem;
}

/*
  padding top */
.pt0 {
  padding-top: 0;
}

.pt05 {
  padding-top: 0.5rem;
}

.pt1 {
  padding-top: 1rem;
}

.pt15 {
  padding-top: 1.5rem;
}

.pt2 {
  padding-top: 2rem;
}

.pt3 {
  padding-top: 3rem;
}

/*
  padding right */
.pr0 {
  padding-right: 0;
}

.pr05 {
  padding-right: 0.5rem;
}

.pr1 {
  padding-right: 1rem;
}

.pr125 {
  padding-right: 1.25rem;
}

.pr15 {
  padding-right: 1.5rem;
}

/*
  padding bottom */
.pb0 {
  padding-bottom: 0;
}

.pb05 {
  padding-bottom: 0.5rem;
}

.pb1 {
  padding-bottom: 1rem;
}

.pb15 {
  padding-bottom: 1.5rem;
}

/*
  padding left */
.pl0 {
  padding-left: 0;
}

.pl05 {
  padding-left: 0.5rem;
}

.pl1 {
  padding-left: 1rem;
}

.pl125 {
  padding-left: 1.25rem;
}

.pl15 {
  padding-left: 1.5rem;
}

.vatable {
    font-size: 0.75em;
    padding: 0.5em;
}

.f75 {
    font-size: 0.75em;
}

.file_delete {
    cursor: pointer;
    color: #993333;
}

#selected_files {
    font-size: 0.85em;
    padding-left: 1em;
}

#save_success_content {
   background-color: rgba(103, 171, 73, 0.9);
   font-family: 'Open Sans', sans-serif;
   color: #fff;
   font-size: 0.750em;
   margin: 4em 0 0 -210px;
   height:85px;
   max-width: 420px;
   text-align: center;
   padding-top: 12px;
   display: none;
   position: absolute;
   padding: 1.5em 1.5em 3em 1.5em;
   left: 50%;
}

#error-slidedown {
    background-color: rgba(228, 53, 69, 1);
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 1em;
    margin: 4em 0 0 -210px;
    height:85px;
    max-width: 420px;
    text-align: center;
    padding-top: 12px;
    display: none;
    position: absolute;
    padding: 1.5em 1.5em 3em 1.5em;
    left: 50%;
}

.factoryalert {
	width: 300px;
	font-size: 0.7em;
	background-color: #ffeff1;
	color: #d94353;
	padding: 10px;
	box-shadow: rgb(153, 153, 153) 2px 2px 5px;
	border: 1px solid rgb(140, 5, 13);
	margin-top: -60px;
	text-align: center;
	display: none;
	position: absolute;
}

.return-note {
  background: #F69021;
  border-color: #F69021;
  color: #fff;
} .return-note>p {
  font-size: 0.85rem;
  line-height: 1.1;
}

.courier_number {
  margin-bottom: 0.5rem;
}


/***************************************/
/*** overrides for Foundation styles ***/
/***************************************/

body, label {
  color: #333333;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea,
select {
  height: 2rem;
}

select {
  line-height: 1.25;
  padding-block-start: 0.1em;
  padding: 0.3rem 0.5rem;
}

.button {
  line-height: 1;
  padding: 0.85rem 1rem 0.65rem;
  font-size: 0.875rem;
  background-color: #20516F;
}

.button.success {
  background-color: #67AB49;
  color: #fff;
}.button.success:hover {
  color: #fff;
  background-color: #52893a;
} .button.success:focus {
  background-color: #52893a;
  color: #0a0a0a;
}

@media print,
screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/***************************************/
/***** END OF FOUNDATION OVERRIDE ******/
/***************************************/

.multicard {
    height: auto;
}

@media screen and (min-width: 40em) {
    .multicard {
         min-height: 475px;
    }
}
/*
  Header */
#menustuff {
  position: sticky;
  position: --webkit-sticky;
  top: 0;
  z-index: 1000;
}
.dropdown.menu a {
  padding: 0.7em 1em 0.4rem;
  font-size: 0.875rem;
  line-height: 1.2;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #FFF transparent transparent
}

.ctl-submenu {
  background: #17405b;
}.ctl-submenu li a {
  background: #17405b;
  color: #FFF;
  font-size: 0.9rem;
} .ctl-submenu li a:hover {
  color: #A1A1A1;
}
.green-card {
  background: url('../img/background_green_white.png');
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  min-height: 475px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #c1c1c1;
} .green-card + img {
    margin-top: -18rem;
    padding-bottom: 1rem;
} .green-card.is-bstem {
  opacity: 0.4;
}

.hardlines {
  background: url('../img/icon_hardlines.png');
}

.footwear {
  background: url('../img/icon_footwear.png');
}

.softlines {
  background: url('../img/icon_softlines.png');
}
.hardlines, .footwear, .softlines {
  height: 8rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hardlines>h4, .footwear>h4, .softlines>h4 {
  margin-bottom: 8.1rem;
}

.factory-icon>div {
  background: #f9f9f9;
  padding: 3em;
} .factory-icon>div:hover {
  background: #efefef;
} .factory-title {
  color: #296e8d;
  font-size: 0.85em;
}

a.scrollTop {
  display: none;
  width: 2em;
  height: 2em;
  position: fixed;
  z-index: 999;
  right: 1.25em;
  bottom: 1.25em;
  background: #5cbaf3 url('../img/arrow-up.png') no-repeat 20% center;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}


.gray-back {
  background-color: #efefef;
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
  margin-bottom: -2.75rem;
}

.white-back {
  background: #fff;
}

.light-blue-back {
  background: rgba(178, 223, 249, 0.4);
}

.ctl_top {
  position: fixed;
  top: 0;
  background-color: #124c6f;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.26);
  z-index: 100000000;
  width: 100%;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.title-bar {
  background-color: #124c6f;
}

label {
  font-size: 1em;
}

.label {
  background: #4089c0;
}

.application_name,
.white {
  color: #ffffff;
}

.top-button.hollow {
  border: 1px solid #667990;
  color: #ffffff;
}

.top-button.hollow:hover,
.top-button.hollow:focus {
  border-color: #e1e1e1;
  color: #e1e1e1;
}

.indicator {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.75em;
  line-height: 120%;
  text-align: left;
  padding-top: 8px;
  padding-right: 10px;
  float: right;
  color: #ffffff;
}

.asterisk {
  color: #d94353;
}

.section-number {
  display: inline-block;
  background: #5CBAF3;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 0.95;
  padding: 0.6rem 0.7rem 0.45rem 0.75rem;
  margin-left: -0.5rem;
  margin-top: 0;
  margin-bottom: 0;
}

.section-div {
  background: #4089c0;
  margin-bottom: 1rem;
}

.section-title {
  font-weight: bold;
  font-size: 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  vertical-align: text-top;
  font-size: 0.75em;
}

.express {
  background: rgb(117, 173, 42);
  padding-bottom: 0.9em;
}

.express_label {
  line-height: 1.2;
  color: #fff;
}

.test_type + label {
  margin-left: 0.25em;
  margin-right: 0.5em;
}

.upload_bar {
  border-color: #b2dff9;
  background-color: #b2dff9;
}

.upload_bar > label {
  line-height: 1.4;
}

.upload {
  height: 11.58em;
  border: 1px solid #cacaca;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}

.upload_button {
  margin-top: 0.5em;
  margin-left: 0.5em;
}

.style-buttons {
  padding: 0.57em 0.75em;
}

.required {
  font-weight: 700;
}

.required::before {
  content: '* ';
  color: #d94353;
}

.instructions {
  margin-top: 2em;
  padding: 5px;
  background-color: #13425A;
  color: #fff;
  z-index: 1000000;
}

.full_instructions {
  background-color: #1d5170;
  font-size: 0.75rem;
}

.supplier-radio {
  margin-bottom: 1.9rem;
}

.submit {
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.25);
}

.inline {
  display: inline;
}

#errorBox {
  color: #d94353;
}

.svg-icon.svg-baseline svg {
  bottom: -0.3em;
  position: absolute;
  cursor: pointer;
}

/*The logo hover*/
a svg:hover #svg-logo {
  fill: #fff;
}

a svg #svg-logo {
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}

/*Style the Edit icon*/
.icon-edit {
  fill: #124C6F;
}

a svg:hover .icon-edit {
  fill: #3188BD;
}

a svg .icon-edit {
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}

/*
  Align buttons to the right*/
.align-right {
  /* display: inline-block; */
  float: right;
}

/*
  Modal Styles*/
.modal-content h4 {
  padding: 10px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: #3188BC;
  color: #fff;
}

.modal-close {
  float: right;
  text-decoration: none;
  padding: 5px 10px;
  color: #FFF;
  font-weight: 800;
  transition: all .5s ease-in-out;
  z-index: +1;
  text-align: center;
}

.modal-close:hover {
  color: rgba(254, 254, 254, 0.3);
}

.modal-close-small {
  float: right;
  text-decoration: none;
  padding: 0px 10px;
  color: #FFF;
  font-weight: 800;
  transition: all .5s ease-in-out;
  z-index: +1;
  text-align: center;
}

.modal-close-small:hover {
  color: rgba(254, 254, 254, 0.3);
}

.modal-content h6 {
  padding: 5px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
  background: #3188BC;
  color: #fff;
}

.button.modal-btns {
  padding: 1.0rem;
  font-size: 0.7rem;
  margin-bottom: .5rem;
}

.reveal.no-padding {
  padding: 0px;
}

.errorModalHeader {
  background: #EB5739;
}

.infoModalHeader {
  background: #17405B;
}

.successModalHeader {
  background: #92C84A;
}

.file-error-list {
  line-height: 1;
  font-style: italic;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}

.modal-header {
  padding: 1rem;
  margin-bottom: 0;
  background: #17405b;
  color: #fff;
  text-align: center;
}

#tca p,
#tct p,
#tct li,
#pp p {
  font-size: 0.85em;
}

.modal-close {
  color: #fff;
  right: 1.5rem;
}

.button-group .button {
  margin-bottom: 0px;
}

.hidden {
  display: none;
}

.disabled {
  opacity: 0.5;
  cursor: default;
}

.material_change_div {
  width: 25em;
  font-size: 0.75em;
  background-color: #f0f0f0;
  color: #1D5170;
  padding: 10px;
  box-shadow: rgb(153, 153, 153) 2px 2px 5px;
  border: 1px solid rgb(240, 240, 240);
  position: absolute;
  left: 50%;
  display: none;
  z-index: 1000000;
}

.express-alert {
  width: 300px;
  font-size: 0.7em;
  background: #fff;
  color: #444444;
  padding: 10px;
  box-shadow: rgb(153, 153, 153) 2px 2px 5px;
  border: 1px solid #fefefe;
  margin-top: 30px;
  text-align: center;
  display: none;
  position: absolute;
}

.express-alert .hidden {
  display: none;
}

#target_market_alert {
  margin-top: -50px;
}

#express-alert {
  margin-top: 50px;
}

.close-alert {
  cursor: pointer;
  color: #8a8a8a;
}

.ctl-help {
  font-size: 0.7rem;
  line-height: 1;
  margin-bottom: -0.05rem;
  font-style: italic;
  color: #adadad;
}

.ctl-help > em {
  font-weight: normal;
}

.pointer {
  cursor: pointer;
}

#file_upload_help {
  background-color: rgba(230, 230, 240, 0.97);
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 0.750em;
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  text-align: left;
  border: 1px solid #777777;
  border-radius: 0 0 6px 6px;
  box-shadow: 2px 2px 4px #777777;
  padding: 1.2em;
  display: none;
  position: absolute;
}

#upload_div {
  background-color: #f0f0f0;
  margin-top: -1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: none;
}

footer {
  background: #17405b;
  font-size: 0.85rem;
  color: #fff;
}

/***********************/
/******* AUTOFILL ******/
/***********************/
.form-title {
  color: #888888;
  border-bottom: 2px solid #888888;
}

/***********************/
/******* FOOTWEAR ******/
/***********************/
.multi-select {
  max-height: 2rem;
  line-height: 1;
  transition: max-height 0.8s;
}

.multi-select:focus {
  max-height: 7em;
  transition: max-height 0.8s;
}

.components-list {
  background: rgba(178, 223, 249, 0.4);
  padding-top: 0.95rem;
}

.components-list .grid-x > .cell select,
.components-list .grid-x > .cell input,
.components-list .grid-x > .cell button {
  margin-bottom: 0;
}

/***********************/
/******* BLUESTEM ******/
/***********************/
.bstem-info {
  border-color: #ffae00;
  border-left: 8px solid #ffae00;
  font-size: 0.8em;
  padding: 1em 0.65em;
}
