﻿.gold {
  color: #d3ac52;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
footer {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html * {
  max-height: 1000000px;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
a img {
  border: 0;
}
img {
  vertical-align: top;
}
body,
input[type=text],
select,
input[type=submit],
input[type=password] {
  font-family: 'Montserrat', sans-serif;;
  font-weight: normal;
  color: #10181f;
}
@media only screen and (max-width: 750px) {
  body,
  input[type=text],
  select,
  input[type=submit],
  input[type=password] {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  body,
  input[type=text],
  select,
  input[type=submit],
  input[type=password] {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1800px) {
  body,
  input[type=text],
  select,
  input[type=submit],
  input[type=password] {
    font-size: 18px;
    line-height: 22px;
  }
}
h1 {
  font-weight: normal;
  font-size: 2rem;
}
footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 0.6em;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.square-btn {
  border: 2px solid #000;
  padding: 0.5rem 2rem;
  transition: all 0.15s ease-in-out;
  letter-spacing: 0.05rem !important;
  text-transform: uppercase;
  background-color: transparent;
  font-weight: 500 !important;
}
.square-btn:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
input[type=submit] {
  line-height: unset;
}
ul.form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
ul.form li {
  width: calc(50% - 10px);
  margin: 0 10px 20px 0;
}
ul.form li.full-width {
  width: 100%;
}
ul.form li label {
  display: block;
  padding: 0 0 2px 0;
}
ul.form li input[type=text],
ul.form li select {
  background-color: #e6e7e8;
  border: 0;
  width: 100%;
  padding: 5px;
}
ul.form li .field-validation-error {
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  color: #ff0000;
  font-size: 12px;
  text-transform: uppercase;
}
.wrapper {
  display: flex;
}
.wrapper .content {
  width: calc(100% - 250px);
  min-height: calc(100vh - 190px);
  padding: 50px;
}
.store-selector {
  border: 1px solid #fff;
  background-color: #000 !important;
  color: #fff !important;
  width: 80%;
  margin: 1rem 10% 0 10%;
  padding: 5px;
}
#orders-table th,
#promos-table th {
  padding: 0 10px 5px 10px;
  text-align: left;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: none;
}
#orders-table tr td,
#promos-table tr td {
  padding: 10px;
  text-align: left;
}
#orders-table tr td .fas,
#promos-table tr td .fas {
  color: #d3ac52;
}
#orders-table tr td a,
#promos-table tr td a {
  color: #000;
}
#orders-table tr td a:hover,
#promos-table tr td a:hover {
  cursor: pointer;
  color: #d3ac52;
}
#orders-table tr.odd,
#promos-table tr.odd {
  background-color: #e6e7e8;
}
.dataTables_filter {
  float: none !important;
  text-align: left !important;
  margin: 0 0 40px 0;
}
.dataTables_filter input {
  font-family: 'Montserrat', sans-serif;;
  font-weight: normal;
  color: #10181f;
  font-size: 1rem;
  padding: 10px !important;
  margin: 0 0 0 15px !important;
}
.paginate_button {
  background: none !important;
}
.paginate_button.current {
  border: 1px solid #000 !important;
}
.paginate_button.current:hover {
  background-color: #fff !important;
}
.paginate_button:hover {
  background: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: #000 !important;
}
.header {
  display: flex;
  background-color: #000;
  height: 95px;
}
.header__logo-container {
  width: 250px;
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.header__logo {
  width: 80%;
}
.header__title-logout {
  width: calc(100% - 250px);
  display: flex;
  align-items: center;
  padding: 0 50px;
}
.header__title {
  color: #fff;
}
.header__logout {
  margin-left: auto;
  color: #fff;
  border: 2px solid #fff;
  padding: 0.5rem 2rem;
  transition: all 0.15s ease-in-out;
  font-size: 0.85rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.header__logout:hover {
  background-color: #fff;
  color: #000;
}
.nav {
  background-color: #000;
  color: #fff;
  width: 250px;
  box-sizing: border-box;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 50px 0;
}
.nav__items {
  width: 80%;
  margin: auto;
}
.nav__item {
  padding: 0 0 20px 0;
}
.nav__item a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  transition: all 0.15s ease-in-out;
}
.nav__item a:hover {
  opacity: 0.5;
}
.nav__item .fas {
  margin-left: auto;
  font-size: 0.8rem;
}
.orders .tracking {
  display: none;
}
.orders .tracking select,
.orders .tracking input[type=text] {
  margin: 0 0 5px 0;
  width: 100%;
  padding: 5px;
}
.orders .tracking a {
  font-size: 0.8em;
  width: calc(45% - 11px);
  padding: 8px 0;
  width: calc(50% - 8px);
  display: inline-block;
  margin: 0 4px 0 0;
}
.orders .tracking a:nth-of-type(last) {
  margin: 0 0 0 4px;
}
.orders #orders-table .col1 {
  width: 10%;
}
.orders #orders-table .col2 {
  width: 12%;
  text-align: center;
}
.orders #orders-table .col3 {
  width: 16%;
}
.orders #orders-table .col4 {
  width: 22%;
}
.orders #orders-table .col5 {
  width: 10%;
}
.orders #orders-table .col6 {
  width: 18%;
  text-align: center;
}
.orders #orders-table .col7 {
  width: 5%;
  text-align: center;
}
.orders #orders-table .col8 {
  width: 8%;
  text-align: right;
}
.promos #promos-table .col1 {
  width: 12%;
}
.promos #promos-table .col2 {
  width: 20%;
}
.promos #promos-table .col3 {
  width: 20%;
}
.promos #promos-table .col4 {
  width: 18%;
}
.promos #promos-table .col5 {
  width: 12%;
}
.promos #promos-table .col6 {
  width: 18%;
  text-align: right;
}
.promos #promos-table .col6 a {
  display: inline-block;
  margin: 0 0 0 10px;
}