input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="number"] {
  -webkit-appearance: none;
  margin: 0;
}

.special-Panel-Btn {
  min-width: 75px;
  max-width: 120px;
  }

  .fa-info-circle {
  display: none!important;
  color: #5e748b;
  cursor: pointer;
}

.hide {
  display: none;
}

.error-hidden {
  display: none;
}

.help-modal {
  width: 100%;
}

.monthSelector {
    text-decoration: none!important;
    color: black;
}

.blur {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hide-proccessing{
    display: none;
}

.loadingSpinnerDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-size: calc(1.2em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-size: calc(1.2em + .375rem) calc(.75em + .375rem);
}

html {
    -ms-overflow-x: hidden;
    -ms-overflow-style: scrollbar;
    -webkit-overflow-scrolling: touch;
}

body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: #fff;
}

 footer {
    text-align: center;
    padding: 50px 0;
 }

 .navbar {
    border-bottom: 1px solid rgba(0,0,0,.15);
 }

 .navbar .dropdown-header {
     color: #03a9f4;
     font-size: 1rem;
 }

 @media (max-width: 991.98px) {
  .navbar .dropdown-item, .navbar .dropdown-header {
    white-space: normal;
  }
}

#navbarUserMenu span {
    white-space: normal;
}

@media (min-width: 992px) {
    #navbarUserMenu span {
        max-width: 18rem;
        white-space: nowrap;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: bottom;
    }
}

 /* header collapse */

 a.header-collapse {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
    padding: .75rem 2.75rem .75rem 1.25rem;
 }

a.header-collapse:after {
    content: '\f106';
    display: block;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: .75rem;
    right: 1.25rem;
}

a.header-collapse.collapsed:after {
    content: '\f107';
    display: block;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: .75rem;
    right: 1.25rem;
}

/* order forms */

.order-form .card-header {
    padding: 0;
}

.label-required:after {
    content: "*";
    font-weight: 700;
    color: #d93025;
    display: inline-block;
    margin-left: .25rem;
}

.order-form legend {
    font-size: inherit;
}

.order-form label:not(.custom-control-label), .order-form legend {
    font-weight: 600;
}

.order-form .custom-radio {
    margin-top: .5rem;
}

.custom-control-label {
    color: inherit !important;
}

.custom-control-label small {
    margin-left: .5rem;
}

.opts-hidden {
  display: none;
}

#orderItems h4 {
    background-color: rgba(0,0,0,.03);
    padding: .5rem 1.25rem;
    border: 1px solid rgba(0,0,0,.125);
}

#orderItems h4 .fas {
    margin-right: .375rem;
}

#orderItemsAccordion > .card:first-of-type {
    border-top: 0;
}

#orderItemsAccordion > .card:last-of-type {
    border-bottom: 0;
}

/* modal option dialogs */

.option-item label {
    text-align: center;
    border: 1px solid rgba(0,0,0,.15);
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    height: calc(100% - 1rem);
}

.option-item input {
    display: none;
}

.option-item img {
    max-height: 200px;
}

.option-item p {
    margin-bottom: 0;
    margin-top: .25rem;
}

.option-item .btn.active {
    background-color: #fab332;
}

.colour-swatch {
    height: 100px;
    border: 1px solid rgba(0,0,0,.15);
}

.noimg {
    height: 200px;
    width: 77px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #000;
    background-color: #ccc;
}

p.noimg-body {
    font-weight: 600;
    margin-top: 1rem;
    text-transform: uppercase;
}

p.noimg-footer {
    background-color: #000;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: .5rem;
    padding: .25rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#reviewOrderDetails .card {
    margin-bottom: 1rem;
}

#reviewOrderDetails .card-header {
    padding: 0;
}

#reviewOrderDetails .card-header h5 {
    margin-bottom: 0;
}

#reviewOrderDetails .alert {
    margin-top: 1rem;
    margin-bottom: 0;
}

.caption {
    font-weight: 600;
}

a.header-edit {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
    padding: .75rem 2.75rem .75rem 1.25rem;
 }

a.header-edit:after {
    content: '\f044';
    display: block;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: .75rem;
    right: 1.25rem;
}

.col-sample {
    max-width: 200px;
    text-align: center;
}

.col-sample img {
    max-height: 150px;
}

@media (min-width: 576px) {
  .col-sample img {
    margin-bottom: 1rem;
  }
}

.totals-header {
    display: block;
    padding: .75rem 1.25rem;
}

.totals-total {
    font-weight: 500;
}

.totals-detail, .price-detail {
    font-size: .875rem;
}

.totals-decoview .totals-total {
    color: #03a9fa;
}

.totals-retail .totals-total {
    color: #ff0000;
}

.totals-rrp .totals-total {
    color: #006400;
}
