/*`~ Cross-Browser Sanitization:
\`_________________________________________________________________________
 `^///-----------------------------------------------------------------//*/
::-webkit-input-placeholder {
  color: revert;
  font-weight: revert;
  font-style: initial;
  opacity: 0.5; }

:-ms-input-placeholder {
  color: revert;
  font-weight: revert;
  font-style: initial;
  opacity: 0.5; }

::-moz-placeholder {
  color: revert;
  font-weight: revert;
  font-style: initial;
  opacity: 0.5; }

:-moz-placeholder {
  color: revert;
  font-weight: revert;
  font-style: initial;
  opacity: 0.5; }

.form-control::placeholder {
  color: revert;
  font-weight: revert;
  font-style: initial;
  opacity: 0.5; }

textarea.default {
  color: #a0a7ae !important; }

/*`~	Global - Applicable to Customers + Employees via Mobile or Desktop
\`_________________________________________________________________________
 `/^///----------------------------------------------------------------//*/
textarea.comments_area,
textarea[name="comments"] {
  min-height: 80px; }

textarea[name="comments"] {
  min-height: 80px; }

/*`~	Fieldsets: (Used by Customer + Employee Order Form)
\`_________________________________________________________________________
 `/^///----------------------------------------------------------------//*/
.fieldsets {
  width: 100%;
  margin: 5px 0px; }

.fieldset {
  width: 100%;
  margin-bottom: .75rem;
  padding: 0px !important;
  background-color: #fbfbfb; }

.fieldset_title > .input-group-prepend > .input-group-text {
  padding: 0.275rem 0.75rem !important;
  border-bottom-left-radius: 0px; }

.fieldset .fieldset_title > label {
  width: 100%;
  display: block;
  padding: 0px 0px 0px 15px;
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #52708f;
  letter-spacing: 1.4px;
  line-height: calc(1.5em + .75rem + 2px);
  /* Derived from .form-control's height definition */
  background-color: transparent;
  cursor: pointer;
  border-bottom-right-radius: 0px; }

.fieldset .fieldset_title > label > .svg-inline--fa {
  float: right;
  margin-right: 20px;
  height: 100%;
  color: #c4ced9;
  -webkit-transition: all 250ms cubic-bezier(0.68, 0.17, 0.29, 1);
  -khtml-transition: all 250ms cubic-bezier(0.68, 0.17, 0.29, 1);
  -moz-transition: all 250ms cubic-bezier(0.68, 0.17, 0.29, 1);
  -ms-transition: all 250ms cubic-bezier(0.68, 0.17, 0.29, 1);
  -o-transition: all 250ms cubic-bezier(0.68, 0.17, 0.29, 1);
  transition: all 250ms cubic-bezier(0.68, 0.17, 0.29, 1); }

.fieldset .fieldset_title > label > .svg-inline--fa[data-open="true"] {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fieldset_item {
  font-weight: 400;
  padding: .75rem .45rem 0px .45rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.2); }

.fieldset > .fieldset_item:nth-child(2) {
  border-top-width: 0px; }

.fieldset_item_title {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 8px;
  text-align: center; }

.fieldset_item_option_col {
  margin: 0px 2px; }

.fieldset
.fieldset_item
.fieldset_item_option_col > .form-group > label {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 6px 20px 6px 10px;
  margin: 0px;
  font-family: 'Trenda';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #c3d0dd;
  background: #283d53;
  position: relative; }

.fieldset
.fieldset_item
.fieldset_item_option_col label > .svg-inline--fa {
  position: absolute;
  top: 50%;
  right: 6px;
  color: #9b9b9b;
  transform: translateY(-50%);
  cursor: pointer; }

.fieldset
.fieldset_item
.fieldset_item_option_col
input[type="text"] {
  height: auto;
  font-size: 1rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  margin: 0px;
  text-align: left;
  -webkit-transition: background-color 100ms ease;
  -khtml-transition: background-color 100ms ease;
  -moz-transition: background-color 100ms ease;
  -ms-transition: background-color 100ms ease;
  -o-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.fieldset
.fieldset_item
.fieldset_item_option_col
input[type="text"].highlighted {
  background-color: #fff6af !important;
  -webkit-transition: background-color 1000ms ease-out;
  -khtml-transition: background-color 1000ms ease-out;
  -moz-transition: background-color 1000ms ease-out;
  -ms-transition: background-color 1000ms ease-out;
  -o-transition: background-color 1000ms ease-out;
  transition: background-color 1000ms ease-out; }

.fieldset
.fieldset_item
.fieldset_item_option_col input[type="text"].form-control::placeholder {
  color: #9da3a8;
  opacity: 1; }

/*`~	Order Status History:
\`_________________________________________________________________________
 `/^///----------------------------------------------------------------//*/
.status-history,
.status-history > .status-history-row {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.status-history {
  margin: 20px 0px;
  padding: 0px; }

.status-history > .status-history-row {
  clear: both;
  margin: 0px;
  padding: 0px;
  font-size: 1rem;
  color: #f8f8f8;
  font-weight: 300;
  background-color: #343434; }

.status-history > .status-history-row > div {
  padding: 1rem 2rem; }

.status-history > .status-history-row > .status-history-row-icon {
  width: 80px;
  text-align: center;
  padding: 15px 0px;
  color: #000000; }

.status-history > .status-history-row .status-history-label {
  font-weight: 500; }

.status-history > .status-history-row .status-history-author {
  color: #9ea5ae; }

.status-history > .status-history-row .status-history-date {
  width: 160px;
  padding: 15px 0px;
  color: #c4c4c4;
  font-weight: 400; }

.status-history > .status-history-row .status-history-date > span {
  color: #858585; }

.status-history > .status-history-row:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px; }

.status-history > .status-history-row:first-child > div:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px; }

.status-history > .status-history-row:first-child > div:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px; }

.status-history > .status-history-row:last-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

.status-history > .status-history-row:last-child > div:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

.status-history > .status-history-row:last-child > div:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

.status-history > .status-history-row:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.35); }

#orderDetails {
  display: table;
  clear: both;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 100;
  padding: 10px;
  margin: 0px auto 0px auto;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

#requirements .noticebox {
  display: block;
  vertical-align: top;
  margin: 5px;
  padding: 10px;
  border: 1px solid #eae4c5;
  background: #fffdf2;
  text-align: left;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.red {
  color: #e12121 !important; }

/*`~	Customer (AND Employee Mobile) Order Form
\`_________________________________________________________________________
 `/^///----------------------------------------------------------------//*/
.orderform {
  display: table;
  clear: both;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 100;
  padding: 0px;
  margin: 0px auto 60px auto;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*************************************/
  /*	Customer Login Form & BG Drop:	 */
  /*************************************/
  /*`~	Header Container:
  \`_________________________________________________________________________
   `/^///----------------------------------------------------------------//*/
  /*`~	Header Logo:
  \`_________________________________________________________________________
   `/^///----------------------------------------------------------------//*/
  /*`~	Header Title:
  \`_________________________________________________________________________
   `/^///----------------------------------------------------------------//*/
  /* Switch Between Customer Order Form [PICKUP]<->[DROPOFF] */
  /* FORM FIELDS */
  /*`~	Order Status Drop Down:
  \`_________________________________________________________________________
   `/^///----------------------------------------------------------------//*/
  /*`~	AJAX File Upload:
  \`_________________________________________________________________________
   `/^///----------------------------------------------------------------//*/
  /******************************************************\
  // MOBILE Adjustments
  \******************************************************/ }
  .orderform *, .orderform *:before, .orderform *:after {
    -webkit-box-sizing: inherit;
    -khtml-box-sizing: inherit;
    -moz-box-sizing: inherit;
    -ms-box-sizing: inherit;
    -o-box-sizing: inherit;
    box-sizing: inherit; }
  .orderform a,
  .orderform a:active,
  .orderform a:visited {
    color: #cea62b;
    font-size: 9pt;
    text-decoration: none; }
  .orderform a:hover {
    color: #fbbd00;
    text-decoration: none; }
  .orderform input {
    vertical-align: middle; }
  .orderform input[type="text"]:not(.form-control),
  .orderform input[type="password"]:not(.form-control) {
    display: block;
    width: 100%;
    max-width: 100%;
    color: #585858;
    font-family: 'Trenda';
    font-size: 9pt;
    line-height: 1;
    font-weight: 500;
    padding: 10px 6px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform input[type="button"],
  .orderform input[type="submit"] {
    border: 1px solid #c7c7c7;
    padding: 6px 15px 6px 15px;
    font-size: 8pt;
    background: #e9e9e9 url(../images/input_button.jpg) 0px 0px repeat-x;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform input[type="button"].small {
    font-size: 8pt;
    padding: 4px 12px 4px 12px;
    background: #e9e9e9 url(../images/input_button.jpg) 0px 0px repeat-x;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .orderform input[type="button"]:hover {
    cursor: pointer;
    background: #e9e9e9 url(../images/input_button.jpg) 0px -60px repeat-x; }
  .orderform input[type="button"]:active {
    cursor: pointer;
    background: #e9e9e9 url(../images/input_button.jpg) 0px -10px repeat-x; }
  .orderform input[type="button"][disabled] {
    opacity: 0.4;
    color: #bcbcbc; }
  .orderform input[type="button"][disabled]:hover {
    cursor: auto;
    background: auto; }
  .orderform input[name="submitorderform"] {
    font-size: 10pt;
    font-weight: 400;
    color: #ffffff;
    padding: 12px 26px;
    background: #25577b;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: color 200ms linear, background-color 200ms linear;
    -khtml-transition: color 200ms linear, background-color 200ms linear;
    -moz-transition: color 200ms linear, background-color 200ms linear;
    -ms-transition: color 200ms linear, background-color 200ms linear;
    -o-transition: color 200ms linear, background-color 200ms linear;
    transition: color 200ms linear, background-color 200ms linear; }
  .orderform input[name="submitorderform"]:hover {
    background: #286897;
    cursor: pointer; }
  .orderform input[name="submitorderform"]:active {
    background: #1a496a; }
  .orderform input:not(.form-control).required,
  .orderform textarea:not(.form-control).required {
    background: #fdecee url(../images/input_required.png) 0px 0px repeat-x !important;
    border: 1px solid #bc3f3f !important; }
  .orderform input[type="text"]:not(.form-control):active,
  .orderform input[type="text"]:not(.form-control):focus {
    border: 1px solid #98bcd4; }
  .orderform textarea:not(.form-control) {
    width: 100%;
    max-width: 100%;
    height: 100px;
    font-size: 9pt;
    line-height: 1.5;
    color: #585858;
    padding: 8px 6px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform textarea[name='address'] {
    height: 60px;
    padding: 5px 6px; }
  .orderform .form-check.noticebox {
    margin: 20px auto 0px auto;
    padding: 10px 10px 10px 2rem;
    border: 1px solid #eae4c5;
    background: #fffdf2;
    font-size: 14px; }
  .orderform .form-check.noticebox input.form-check-input {
    vertical-align: top; }
  .orderform input[type='radio'] {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform select:not(.custom-select) {
    width: 100%;
    max-width: 100%;
    padding: 3px 6px;
    margin: 3px 0px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform a.phone_link,
  .orderform a.phone_link:active,
  .orderform a.phone_link:visited {
    color: #69ac56; }
  .orderform a.phone_link:hover {
    color: #35d508; }
  .orderform .orderform_login_wrapper {
    display: table;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform .parallax-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    perspective: 8px;
    perspective-origin: 0%;
    display: flex; }
  .orderform .orderform_login_container {
    display: table;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 5vh 0px;
    background-color: rgba(0, 0, 0, 0.25);
    background-image: url(../images/parallax/parallax-order-form-banner-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    border-bottom: 15px solid rgba(255, 255, 255, 0.25);
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform .orderform_login {
    display: table;
    width: 80%;
    max-width: 100%;
    height: auto;
    padding: 0px 0px 40px 0px;
    margin: 0px auto;
    border: 1px solid #c0c0c0;
    border-width: 0px 0px 1px 0px;
    background: #eeeeee;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform .orderform_login_title {
    display: table;
    width: 100%;
    max-width: 100%;
    height: auto;
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 200;
    padding: 1.5vh 22px;
    margin: 0px auto 20px auto;
    background: #1f2c39;
    position: relative;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform .orderform_login .form-group label {
    padding: 0px 6px !important; }
  .orderform .title_text,
  .orderform .title_link,
  .orderform .title_link:active,
  .orderform .title_link:visited {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 8px 8px;
    position: relative;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform .title_text {
    float: left; }
  .orderform .title_link,
  .orderform .title_link:active,
  .orderform .title_link:visited {
    float: right; }
  .orderform .login_form, .orderform .login_form_links {
    display: inline-block;
    position: relative;
    clear: both;
    vertical-align: top;
    float: auto;
    width: 50%;
    margin: 0px;
    padding: 0px 20px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform .login_form_links {
    float: right;
    padding: 0px 10px 10px 10px; }
  .orderform .login_form_button,
  .orderform .login_form_button,
  .orderform a.login_form_button,
  .orderform a.login_form_button:active,
  .orderform a.login_form_button:visited {
    display: block;
    position: relative;
    clear: both;
    vertical-align: top;
    padding: 12px 14px;
    margin: 10px 24px;
    font-size: 10pt;
    font-style: normal;
    text-decoration: none;
    color: white;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-in-out;
    -khtml-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .orderform .login_form_loading {
    display: inline-block;
    content: ' ';
    float: right;
    vertical-align: top;
    width: 30%;
    height: 28px;
    padding: 5px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
    background-image: url(../images/loading.gif);
    background-position: center bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform .login_form_button[icon]::after {
    top: 20%;
    margin-top: -1px;
    right: 12px; }
  .orderform .login_form_remember_me input[type="checkbox"] {
    vertical-align: middle; }
  .orderform .login_form_remember_me label {
    font-style: italic;
    color: #a48c20;
    font-size: 10pt;
    vertical-align: middle;
    text-shadow: 0px 0px 10px #ece2b6; }
  .orderform .forgot_password {
    margin: 20px 0px 0px 0px; }
  .orderform .quick_links {
    display: table;
    width: 100%;
    padding: 20px;
    margin: 0px auto; }
  .orderform .quick_links .btn {
    font-size: 10pt !important;
    margin: 2px auto;
    padding: 14px 20px;
    text-align: left;
    background: #283d53;
    color: #ffffff;
    font-size: 14px !important; }
  .orderform .customer_info {
    padding: 0px;
    border: 1px solid #c1c1c1;
    border-width: 1px 1px 0px 0px;
    background: rgba(225, 225, 225, 0.2);
    margin: 5px 0px 0px 0px; }
  .orderform .customer_info tr td {
    padding: 6px 12px;
    border: 1px solid #c1c1c1;
    border-width: 0px 0px 1px 1px; }
  .orderform .customer_info a,
  .orderform .customer_info a:active,
  .orderform .customer_info a:visited {
    color: #a4870a; }
  .orderform .customer_info tr td:first-child {
    width: 35%; }
  .orderform .orderform_h {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    padding: 20px 10px;
    margin: 0px 0px 0px 0px;
    background-color: #242422;
    background-image: url(../images/orderform_h.jpg);
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: top left;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.5); }
  .orderform .orderform_logo {
    display: block;
    position: absolute;
    width: 187px;
    max-width: 33.3333%;
    top: 50%;
    left: 10px;
    margin: 0px;
    padding: 0px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform .orderform_title {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
    height: auto;
    font-size: 2vw;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    padding: 10px 20px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform .orderform_link,
  .orderform .orderform_link:visited {
    display: block;
    position: absolute;
    width: auto;
    max-width: 33.3333%;
    top: 50%;
    right: 10px;
    margin: 0px;
    padding: 12px 24px;
    font-size: 9pt;
    line-height: 1.5;
    color: #ffffff;
    z-index: 1337;
    background: #373737;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 200ms linear, background-color 200ms linear;
    -khtml-transition: color 200ms linear, background-color 200ms linear;
    -moz-transition: color 200ms linear, background-color 200ms linear;
    -ms-transition: color 200ms linear, background-color 200ms linear;
    -o-transition: color 200ms linear, background-color 200ms linear;
    transition: color 200ms linear, background-color 200ms linear; }
  .orderform .orderform_link:hover {
    color: #ffffff;
    background: #2d4359; }
  .orderform .orderform_link:active {
    color: #ffffff;
    background: #182939; }
  .orderform .orderform_link .svg-inline--fa {
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    margin: 0px 8px 0px 0px;
    padding: 0px 0px 4px 0px; }
  .orderform .orderform_link span {
    font-size: 120%;
    color: #cea62b; }
  .orderform .orderform_hdrop {
    display: block;
    clear: both;
    vertical-align: top;
    height: 15px;
    background: url(../images/orderform_hdrop.png) top left no-repeat;
    margin: 0px 0px 0px 0px; }
  .orderform .orderform_header > div {
    padding: 15px 0px;
    font-size: 14px;
    text-align: center;
    background: rgba(240, 230, 154, 0.32); }
  .orderform .orderform_header > div .red {
    font-size: 120%; }
  .orderform .form_data:not(.orderform_header) > thead > tr > td,
  .orderform .form_data:not(.orderform_header) > tbody > tr > td {
    padding: 6px; }
  .orderform .order_form_container > .row,
  .orderform .order_form_container > .row > .col > .row,
  .orderform .order_form_container > form > .row,
  .orderform .order_form_container > form > .row > .col > .row {
    margin-top: 10px; }
  .orderform #submit_button_row {
    margin-top: 20px; }
  .orderform .form_data {
    clear: both;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    padding: 0px;
    margin: 0px auto;
    position: relative;
    z-index: 9999;
    clear: both;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform #more_info {
    display: none;
    position: absolute;
    vertical-align: top;
    width: 740px;
    height: 180px;
    padding: 10px;
    top: 180px;
    margin: 0px auto;
    border: 1px solid #eae4c5;
    background: #fffdf2;
    text-align: left;
    font-size: 9pt;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform .label {
    display: block;
    width: 100%;
    padding: 2px 0px;
    clear: both;
    padding: 4px 0px 0px 0px;
    margin: 4px 0px 2px 0px;
    font-size: 10pt;
    font-weight: 400;
    color: #475c6e;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform .title {
    display: block;
    clear: both;
    font-size: 24px;
    font-weight: 300;
    color: #315a7b;
    padding: 5px 6px;
    margin: 10px 0px;
    text-align: left; }
  .orderform .order_contents_title {
    font-size: 24px;
    font-weight: 400;
    color: #315a7b;
    padding: 5px 0px;
    margin: 10px 0px;
    text-align: center; }
  .orderform #orderStatusButtonGroup {
    padding: 0.75rem 0.75rem; }
  .orderform .dropdown {
    margin-top: 20px;
    margin-bottom: 40px; }
  .orderform .dropdown-menu.show[aria-labelledby="orderStatusButtonGroup"] {
    width: 100%;
    border-radius: none;
    border: none;
    padding: 0px;
    margin: 0px; }
  .orderform .dropdown-menu.show[aria-labelledby="orderStatusButtonGroup"] a.dropdown-item,
  .orderform .dropdown-menu.show[aria-labelledby="orderStatusButtonGroup"] a.dropdown-item:active,
  .orderform .dropdown-menu.show[aria-labelledby="orderStatusButtonGroup"] a.dropdown-item:active:visited {
    color: #ffffff;
    padding: 0.75rem 1.5rem; }
  .orderform .fileuploader {
    padding: 5px 0px;
    margin: 12px 0px 6px 0px; }
  .orderform .btn-group, .orderform .btn-group-vertical {
    display: flex; }
  .orderform .order_contents {
    width: 100%;
    clear: both;
    margin: 10px auto;
    padding: 0px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 4px 0px #1b4c65;
    -webkit-box-shadow: 0px 0px 4px 0px #1b4c65;
    box-shadow: 0px 0px 4px 0px #1b4c65;
    background: #fcfcfc url(../images/order_contents.jpg) top left repeat; }
  .orderform .order_contents th {
    color: #537180;
    font-size: 10pt;
    font-weight: 500;
    border: none;
    padding-left: 12px;
    padding-top: 14px; }
  .orderform .order_contents td {
    color: #fffffe;
    font-size: 10pt;
    border: none; }
  .orderform .security_box {
    display: block;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    background: #e1e1e1;
    border: 1px solid #bfbfbf;
    padding: 12px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform .realperson-challenge {
    display: table;
    width: 100%;
    max-width: 100%;
    margin: 8px 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform input[type="text"].hasRealPerson {
    display: table;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .orderform .realperson-text {
    font-size: 7px; }
  .orderform .realperson-regen {
    display: block;
    float: right;
    width: 32px;
    height: 32px;
    margin-right: 0px;
    color: #ffffff;
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    position: relative;
    background: #8e9ca6;
    border: 1px solid rgba(255, 255, 255, 0.65);
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: color 200ms linear, background-color 200ms linear;
    -khtml-transition: color 200ms linear, background-color 200ms linear;
    -moz-transition: color 200ms linear, background-color 200ms linear;
    -ms-transition: color 200ms linear, background-color 200ms linear;
    -o-transition: color 200ms linear, background-color 200ms linear;
    transition: color 200ms linear, background-color 200ms linear; }
  .orderform .realperson-regen:hover {
    background: #9fb5c6;
    cursor: pointer; }
  .orderform .realperson-regen:active {
    background: #8395a4;
    cursor: pointer; }
  .orderform .realperson-regen::before,
  .orderform .realperson-regen::after {
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
    /* 
    position both layers of the icon to the left, set our fixed-width width, 
    horizontally center layers, and then vertically align them so they flex 
    with different line heights 
    */
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .orderform .realperson-regen::before {
    content: "\f021";
    color: var(--fa-primary-color, inherit);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1); }
  .orderform .realperson-regen::after {
    content: "\10f021";
    color: var(--fa-secondary-color, inherit);
    opacity: var(--fa-secondary-opacity, 0.4); }
  .orderform .card-text.customer-info > .row > div {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .orderform .card-text.customer-info > .row:last-child > div {
    border-bottom: none; }
  @media screen and (max-width: 767px) {
    .orderform .orderform_login {
      display: block;
      width: 90%; }
    .orderform .orderform_logo {
      position: relative;
      top: unset;
      left: unset;
      clear: both;
      max-width: 100%;
      padding: 0px;
      margin: 16px auto 0px auto;
      text-align: center;
      -webkit-transform: none;
      -khtml-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .orderform .orderform_title {
      font-size: 1.4rem;
      position: relative;
      clear: both;
      width: 100%;
      max-width: 100%;
      padding: 0px;
      text-align: center; }
    .orderform a.orderform_link,
    .orderform a.orderform_link:visited {
      position: relative;
      top: unset;
      right: unset;
      clear: both;
      width: 100%;
      max-width: 100%;
      margin: 0px auto;
      font-size: 9pt !important;
      text-align: center;
      background: #3c3c3c !important;
      -webkit-transform: none;
      -khtml-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .orderform a.orderform_link:hover {
      background: #515151 !important; }
    .orderform a.orderform_link:active {
      background: #181818 !important; }
    .orderform .status-history > .status-history-row {
      font-size: 16px; }
    .orderform .status-history > .status-history-row > div {
      padding: 15px 10px; }
    .orderform .status-history > .status-history-row > .status-history-row-icon {
      width: 60px; }
    .orderform .status-history > .status-history-row .status-history-date {
      width: 100px; }
    .orderform .status-history > .status-history-row .status-history-label::after {
      content: ' ';
      display: block;
      clear: both;
      width: 100%; }
    .orderform .status-history > .status-history-row .status-history-date > span {
      display: block;
      clear: both;
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .orderform #customerInfo .card-header > .row > div {
      text-align: center !important;
      margin: 5px 0px; }
    .orderform .title {
      padding: 20px 0px 20px 0px;
      margin: 0px;
      text-align: center; }
    .orderform #requirements .noticebox {
      margin-bottom: 20px;
      font-size: 13px; }
    .orderform .form_data {
      font-size: 13px; }
    .orderform .supplies td {
      font-size: 8pt;
      padding: 2px; }
    .orderform input[type='text']:not(.form-control),
    .orderform input[type='password']:not(.form-control),
    .orderform textarea:not(.form-control),
    .orderform select:not(.form-control) {
      font-size: 8pt; }
    .orderform label[for='email_customer']
    label[for='update_customer'] {
      font-size: 8pt;
      margin-top: 5px; }
    .orderform input[name="security_verification"] {
      margin: 0px auto !important; }
    .orderform input[name="submitorderform"] {
      width: 100%;
      max-width: 100%; }
    .orderform select {
      margin-top: 8px; }
    .orderform .form-check.noticebox {
      margin: 0px 0px 10px 0px; } }

/*`~	Customer-Only Order Form:
\`_________________________________________________________________________
 `/^///----------------------------------------------------------------//*/
.orderform.customer_orderform .order_contents_header {
  margin-top: 40px !important; }

/*`~	Employee-Only Mobile Order Form:
\`_________________________________________________________________________
 `/^///----------------------------------------------------------------//*/
.orderform_mobile:not(.customer_orderform) {
  margin-top: 0px !important; }
  .orderform_mobile:not(.customer_orderform) .orderform_h {
    padding: 0px;
    background: transparent;
    box-shadow: none; }

/*`~	Customer AND Employee Mobile Order Form:
\`_________________________________________________________________________
 `/^///----------------------------------------------------------------//*/
.orderform_mobile {
  width: 100%;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .orderform_mobile input[type="button"],
  .orderform_mobile input[type="submit"] {
    border: 1px solid #25577b; }
  .orderform_mobile .orderform_title {
    padding: 20px 0px 10px 0px;
    background: transparent;
    color: #747577;
    font-size: 1.8rem;
    text-align: center; }
  .orderform_mobile .form_data:not(.orderform_header) > thead > tr > td,
  .orderform_mobile .form_data:not(.orderform_header) > tbody > tr > td {
    border-bottom: none;
    padding: 6px 2px; }
  .orderform_mobile .orderform > .form_data:nth-child(4) tbody > tr:first-child td {
    border-bottom: none; }
  .orderform_mobile #order_info {
    vertical-align: middle; }
  .orderform_mobile #order_info tbody > tr:first-child > td {
    border-bottom: 1px solid #d0d0d0; }
  .orderform_mobile .order_data_label,
  .orderform_mobile .order_data_text {
    padding: 2px 0px; }
  .orderform_mobile .order_data_text {
    color: #242424; }
  .orderform_mobile .label {
    font-size: 13px;
    color: #646464;
    padding: 4px 0px 0px 0px;
    margin: 4px 0px 2px 0px; }
  .orderform_mobile input[type="text"]:not(.form-control),
  .orderform_mobile input[type="password"]:not(.form-control) {
    padding: .575rem .25rem;
    font-size: 12px;
    line-height: 1;
    margin: 4px 0px;
    vertical-align: middle;
    color: #2c353e;
    background-color: #ffffff;
    border: 1px solid #ced4da; }
  .orderform_mobile textarea:not(.form-control) {
    padding: .375rem 1.25rem .375rem .25rem;
    font-size: 0.8rem;
    line-height: 1;
    margin: 4px 0px;
    vertical-align: middle;
    color: #2c353e;
    background-color: #ffffff;
    border: 1px solid #ced4da; }
  .orderform_mobile select.custom-select {
    width: 100%;
    margin: 4px 0px !important;
    padding-top: 0.575rem;
    padding-bottom: 0.575rem;
    font-size: 0.8rem; }
  .orderform_mobile textarea[name='address'] {
    line-height: 1.2;
    padding: 5px 6px; }
  .orderform_mobile .status_details,
  .orderform_mobile .recurring_details {
    background: #eaeaea;
    padding: 12px;
    font-size: 13px;
    font-weight: 500;
    color: #234c77;
    text-align: center; }
  .orderform_mobile .fieldset_item {
    padding-top: .5rem; }
  .orderform_mobile .fieldset_item_title {
    font-weight: 500; }

/*`~	Employee Order Form:
\`_________________________________________________________________________
 `/^///----------------------------------------------------------------//*/
#orderDetails {
  /*`~	Order Statuses Drop Down:
  \`_________________________________________________________________________
   `/^///----------------------------------------------------------------//*/
  	/*
  	#orderStatusButtonGroup
  	{
  		padding:0.75rem 0.75rem;
  	}
  
  	.dropdown
  	{
  		margin-top:20px;
  		margin-bottom:40px;
  	}
  
  	.dropdown-menu.show[aria-labelledby="orderStatusButtonGroup"]
  	{
  		width:100%;
  		border-radius:none;
  		border:none;
  		padding:0px;
  		margin:0px;
  	}
  
  	.dropdown-menu.show[aria-labelledby="orderStatusButtonGroup"] a.dropdown-item,
  	.dropdown-menu.show[aria-labelledby="orderStatusButtonGroup"] a.dropdown-item:active,
  	.dropdown-menu.show[aria-labelledby="orderStatusButtonGroup"] a.dropdown-item:active:visited
  	{
  		color:#ffffff;
  		padding:0.75rem 1.5rem;
  	}
  	*/ }

/*# sourceMappingURL=order.css.map */
