.nav-bar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #464646;
    z-index: 10;
    /*
    margin-bottom: 15px;
    */
}
.navbar-nav { background-color: #464646; }
.nav-bar-2 {
  background-color: #C0C0C0;
  width: 100%;
  display: flex;
  align-items: center;
}
.nav-bar-2 .nav-bar-item-group {
  color: black;
}
.nav-bar-2 .nav-text:hover {
  color: blue;
}
.navbar-collapse {
  position: absolute;
  right: 0;
}
.nav-bar-item-group {
    display: inline-block !important;
    padding: 15px 20px;
    color: white;
}
.active {
    background-color: white;
    color: #464646;
}
.nav-bar-item-plus {
    padding-left: 10px;
    color: #f0ffff;
}
.nav-text:hover, .nav-bar-item-plus:hover { color: #87cefa; }
.nav-text { color: inherit; }
.nav-bar-item { color: inherit; }
.nav-bar-2-item { color: black; }
.active-icon { color: #337ab7; }
.line-break { width: 100%; }
.right {
    display: inline-block;
    float: right;
}
.left { float: left; }
.auto-right { margin-left: auto; }
.hidden { display: none; }
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.order-option {
  text-align: center;
}
.order-option-input {
  display: inline-block;
  width: 3rem;
}
.order-option-group {
  display: flex;
  justify-content: space-around;
}
.search-th {
  width: 50px;
  text-align: center;
}
.dropdown-toggle:after { display: none; }
.btn-small {
  height: auto;
  width: auto;
}
.table th, .table td { vertical-align: middle; }
form { padding: 30px 50px 0; }
.form-50 { width: 50%; }
.color-input, .color-btn {
  display: inline-block;
  width: auto;
}
.color-list {
  padding-top: 15px;
}
.color {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.color-qty {
  width: 5rem;
  height: auto;
}
.color-qty-div {
  text-align: center; 
  margin-left: 10px; }
.input-inline {
  margin: 0 10px;
}
.content {
  padding: 30px 50px 0;
  max-width: 100%;
}
.flex { display: flex; }
.no-padding { padding: 0!important; }
.w50 {
  width: 45%;
  display: inline-block;
}
.color-label { margin-right:10px; }
.dropzone {
  height: 100%;
  border-radius: .25rem;
  border: 1px solid #ced4da !important;
}
.dz-size { display: none!important; }
.carousel {
  max-width: 50%;
  text-align: center;
}
.lSGallery>il {
  margin: auto;
}
.d-flex>.form-group + .form-group { margin-left: 10px; }
.sizes-inp { width: 2rem; }
.lft-m { margin-left: 10px; }
h3 { display: inline-block; }
.navbar-toggler {
  padding: 0;
  color: white;
}
.form-check { padding-bottom: 5px; }
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.alert-danger { text-align: center; }
.error-block {
  color: #CC0000;
}
.flex-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.break {
  flex-basis: 100%;
  height: 13px;
}
.signature-pad {
  background-color: #F0F0F0;
  width: 600px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.signature-wrapper {
  position: relative;
  margin-top: 50px;
  width: 100%;
  height: 200px;
}
.center {
  padding-top: 20px;
  text-align: center;
}
.table-overflow {
  overflow-y: scroll;
}
.active > img {
  max-width: 600px;
  max-height: 400px;
}
.form-row {
  margin-left: 0;
  margin-right: 0;
}
.inline-input {
  display: inline-block;
  width: auto;
  margin-left: 7px;
}
.inventory-details {
  padding-right: 10px;
}
.table-form {
  margin-left: -50px;
  width: 100vw;
}
.form-row > .col, .form-row > .col-7, .form-row > .col-5 { padding: 0; }
.col + .col, .col-7 + .col-5 { padding-left: 10px; }
.flex-center {
  margin: 0 15px;
  display: flex;
  align-items: center;
}
.txt-center { text-align: center; }
.txt-right { text-align: right; }
.cell-right {
  text-align: right;
  padding-right: 3rem !important;
}
.table-price {
  padding-top: 0 !important;
  padding-bottom: .25rem !important;
  border-top: 0 !important;
}
.report-cell {
  font-size: .875rem;
}
.table .report-cell { padding: .25rem .75rem; }
.total-cell { border-top: 2px solid #a0a0a0 !important; }
.report-border {
  padding-bottom: 1.25rem !important;
  border-top: 3px solid black!important;
}
tbody + tbody { border: 0!important; }
.table-date { padding-left: 3rem; }
.filter {
  padding: .25rem .5rem;
  background-color: #464646;
  color: white;
  border-radius: .25rem;
}
.filter + .filter { margin-left: 15px; }
.fa-plus, .fa-edit, .fa-times, .fa-search, .fa-trash, .dropdown-toggle, .pointer { cursor: pointer; }
.fa-times {
  color: #dc3545;
  padding-left: .5rem;
}
.payment-address {
  display: inline-block;
  padding: 1.25rem;
  border-radius: .25rem;
  border: #CCC 1px solid;
  margin-top: .5rem;
  position: relative;
  margin-right: 1rem;
}
.payment-address-controls {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
.left-pad { padding-left: 10px; }
.address-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.bottom-margin { margin-bottom: 10px; }
.nobold { font-weight: normal; }
.top-align { vertical-align: top !important; }
.table th.top-padding { padding-top: 3rem; }
a:hover { text-decoration: none }
.report-filters {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
.transparent-select {
  border: none;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  height: auto;
}
.flex-bot {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
}
.row {
  flex: 1 0 100%;
}
.form-group:first-child { padding-left: 0; }
.form-group:last-child { padding-right: 0; }
.border-bold { border-width: medium !important; }
.border-black { border-color: black !important; }
.bg-light { background-color: #eee !important; }
.clickthrough { pointer-events: none }
.transparent-select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  background-color: transparent;
  left: 0;
  top: 0;
  width: 100%;
  border: none;
  outline: none;
}
.customer:hover {
  background-color: #eee;
  width: 100%;
}
.word-wrap {
  word-wrap: break-word;
}
.login-box {
  max-width: 600px;
}