#orderform #orderform_wrap {
    position: relative;
}

#orderform #orderform_navigation {
    width: 300px;
    padding-top: 20px;
    float: left;
}

#orderform #orderform_navigation a {
    padding: 6px 8px 6px 16px;
    display: block;
}

#orderform #orderform_main {
    margin-left: 320px;
    padding: 20px 10px;
}

#orderform label.error {
    font-size: 14px;
    border: solid 1px #FBD3C6;
    background: #FDE4E1;
    color: #000000;
    padding: 4px 10px;
    margin-top: 5px;
    display: inline-block;
}

#orderform .orderform-input-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

#orderform .hide{
	display: none !important;
}

#orderform .orderform-no-heading {
    margin-top: 10px;
}

@media screen and (max-height: 450px) {
    #orderform #orderform_navigation {
        padding-top: 15px;
    }

    #orderform #orderform_navigation a {
        font-size: 18px;
    }
}

#orderform .orderform-tab {
    position: relative;
    padding: 10px 30px;
    margin-bottom: 8px;
    border-radius: 8px;
    cursor: pointer;
}

#orderform .orderform-tab:hover {
    background-color: #f4f5f9;
}

#orderform .orderform-printing-tab:hover {
    background-color: transparent !important;
}

#orderform .orderform-selected-tab {
    background-color: #f4f5f9;
    cursor: default;
}

#orderform .orderform-selected-tab:before {
    content: '';
    position: absolute;
    top: 17px;
    left: 100%;
    width: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #f4f5f9;
    border-bottom: 15px solid transparent;
}

#orderform .orderform-tab h3 {
    font-size: 20px;
    white-space: nowrap;
    margin-bottom: 0;
}

#orderform .orderform-tab span {
    font-size: 18px;
    white-space: nowrap;
    color: #9a9a9a;
}

#orderform .orderform-print-tab-file-reference {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 220px;
}

#orderform .submit-tab h3, #orderform .printing-tab h3 {
    margin: 10px 0;
}

#orderform .orderform-tab .fas {
    position: absolute;
    top: 16px;
    right: 8px;
    color: #88ba80;
}

#orderform .orderform-printing-tab {
    margin-left: 20px;
    /*border-left: 2px solid #f4f5f9;*/
    /*border-radius: 0;*/
}

#orderform .orderform-content-section {
    display: inline-block;
    width: 100%;
}

#orderform h2 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

#orderform .orderform-line-item-wrapper {
    border: 1px solid #cdcdcd;
    padding: 40px;
    margin-bottom: 40px;
}

#orderform .orderform-header {
    font-size: 18px;
    white-space: nowrap;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

#orderform .orderform-custom-order-notes {
    height: 350px;
}

#orderform .orderform-address {
    margin-bottom: 25px;
}

#orderform .orderform-business-or-residential {
    margin-bottom: 25px;
}

#orderform .clear_floats {
    clear: both;
}

/* Confirmation Box */
.orderform-confirmation .orderform-confirmation-box {
    max-width: 500px;
    word-wrap: break-word;
    padding: 40px;
    z-index: 99;
}

/*.orderform-confirmation .ui-dialog-titlebar {*/
/*    background-color: blue;*/
/*}*/

/*.orderform-confirmation .ui-dialog-buttonpane {*/
/*    background-color: blue;*/
/*}*/

/* Form Elements */

#orderform .orderform-multiple-addresses-input {
    height: 300px;
}


#orderform .orderform-label {
    margin-bottom: 10px;
    display: inline-block;
}

/* Buttons */
#orderform .orderform-button {
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    background-color: #0093d8;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 13px 18px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: 1em;
    opacity: 1;
    line-height: 20px;
    transition: 0.3s;
}

#orderform .orderform-button:hover {
    opacity: 0.85;
}

#orderform .orderform-button-prominent {
    color: #ffffff !important;
    background-color: #345AE8;
}

#orderform .orderform-button-primary {
    color: #ffffff !important;
    background-color: #0093d8;
}

#orderform .orderform-button-secondary {
    color: #0093d8 !important;
    background-color: #e1f0ff;
}

#orderform .orderform-button-additional {
    color: #3c9227 !important;
    background-color: #88ba80;
}

#orderform .orderform-button-cancel {
    color: #000000 !important;
    background-color: #ecebe9;
}

#orderform .orderform-button-left {
    float: left;
}

#orderform .orderform-button-right {
    float: right;
}

#orderform .orderform-option-box {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #e1f0ff;
    border-radius: 4px;
    padding: 10px 10px;
    margin: 10px 20px 10px 0;
    font-size: 16px;
    font-weight: 500;
}

#orderform .orderform-option-box [type=checkbox], #orderform .orderform-option-box [type=radio] {
    margin-right: 10px;
}

/* Select2 Styles */
#orderform .fancy-select-wrap {
    padding: 0 !important;
}

#orderform .fancy-select-wrap label {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #333333 !important;
}

#orderform .select2-container {
/*     border: 1px solid #cccccc !important; */
}

#orderform .select2-container .select2-choice {
    padding: 13px;
    border-radius: 0;
    border: none;
}

#orderform .select2-drop, #orderform .select2-drop-above {
    border-radius: 0 !important;
    border: 1px solid #cccccc !important;
}

.select2-results, .select2-drop-above {
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
}

/* Date Picker Default Styles */
.ui-datepicker {
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-top: none;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    min-width: 17em;
    width: auto;
    z-index: 1000 !important;
}

body.wp-admin:not(.rtl) .ui-datepicker {
    margin-left: -1px;
}

body.wp-admin.rtl .ui-datepicker {
    margin-right: -1px;
}

.ui-datepicker * {
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datepicker table {
    font-size: 13px;
    margin: 0;
    border: none;
    border-collapse: collapse;
}

.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
    background-image: none;
    border: none;
    color: #fff;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: relative;
    top: 0;
    height: 34px;
    width: 34px;
}

.ui-datepicker .ui-state-hover.ui-datepicker-prev,
.ui-datepicker .ui-state-hover.ui-datepicker-next {
    border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
    background: #00a0d2 !important;
    left: 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
    background: #00a0d2 !important;
    right: 0;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: none;
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
    font: normal 20px/34px 'dashicons';
    padding-left: 7px;
    color: #fff;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 34px;
    height: 34px;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: '\f341';
}

.ui-datepicker .ui-datepicker-next:before {
    content: '\f345';
}

.ui-datepicker .ui-datepicker-prev-hover:before,
.ui-datepicker .ui-datepicker-next-hover:before {
    opacity: 0.7;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 33%;
}

.ui-datepicker thead {
    color: #fff;
    font-weight: 600;
}

.ui-datepicker th {
    padding: 10px;
}

.ui-datepicker td {
    padding: 0;
    border: 1px solid #f4f4f4;
}

.ui-datepicker td.ui-datepicker-other-month {
    border: transparent;
}

.ui-datepicker tr:first-of-type td {
    border-top: 1px solid #f0f0f0;
}

.ui-datepicker td.ui-datepicker-week-end {
    background-color: #f4f4f4;
    border: 1px solid #f0f0f0;
}

.ui-datepicker td.ui-datepicker-today {
    background-color: #f0f0c0;
}

.ui-datepicker td.ui-datepicker-current-day {
    background: #bbdd88;
}

.ui-datepicker td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    text-decoration: none;
    width: auto;
    display: block;
    padding: 5px 10px;
    font-weight: normal;
    color: #444;
}

.ui-datepicker td.ui-state-disabled .ui-state-default {
    opacity: 0.5;
}

/* Default Color Scheme */
.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
    background: #00a0d2;
}

.ui-datepicker thead {
    background: #32373c;
}

.ui-datepicker td .ui-state-hover {
    background: #0073aa !important;
    color: #fff;
}

.ui-datepicker-calendar {
    width: 100% !important;
}

/* Row and Columns */
/*@media (min-width: 690px) {*/
/*    .span_3 {*/
/*        width: 24.625%;*/
/*    }*/

/*    .span_6 {*/
/*        width: 49.75%;*/
/*    }*/

/*    .col {*/
/*        margin-right: 0.5%;*/
/*    }*/

/*}*/

/* Date Picker Default Styles */
/*#orderform .ui-datepicker {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    -webkit-border-radius: 0;*/
/*    -moz-border-radius: 0;*/
/*    border-radius: 0;*/
/*    background-color: #fff;*/
/*    border: 1px solid #dfdfdf;*/
/*    border-top: none;*/
/*    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);*/
/*    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);*/
/*    min-width: 17em;*/
/*    width: auto;*/
/*    z-index: 1000 !important;*/
/*}*/

/*#orderform .ui-datepicker * {*/
/*    padding: 0;*/
/*    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
/*    -webkit-border-radius: 0;*/
/*    -moz-border-radius: 0;*/
/*    border-radius: 0;*/
/*}*/

/*#orderform .ui-datepicker table {*/
/*    font-size: 13px;*/
/*    margin: 0;*/
/*    border: none;*/
/*    border-collapse: collapse;*/
/*}*/

/*#orderform .ui-datepicker table td {*/
/*    padding: 0 !important;*/
/*}*/

/*#orderform .ui-datepicker .ui-widget-header,*/
/*#orderform .ui-datepicker .ui-datepicker-header {*/
/*    background-image: none;*/
/*    border: none;*/
/*    color: #fff;*/
/*    font-weight: normal;*/
/*}*/

/*#orderform .ui-datepicker .ui-datepicker-header .ui-state-hover {*/
/*    background: transparent;*/
/*    border-color: transparent;*/
/*    cursor: pointer;*/
/*}*/

/*#orderform .ui-datepicker .ui-datepicker-title {*/
/*    margin: 0;*/
/*    padding: 10px 0;*/
/*    color: #fff;*/
/*    font-size: 14px;*/
/*    line-height: 14px;*/
/*    text-align: center;*/
/*}*/

/*#orderform .ui-datepicker .ui-datepicker-prev,*/
/*#orderform .ui-datepicker .ui-datepicker-next {*/
/*    position: relative;*/
/*    top: 0;*/
/*    height: 34px;*/
/*    width: 34px;*/
/*}*/

/*#orderform .ui-datepicker .ui-state-hover.ui-datepicker-prev,*/
/*#orderform .ui-datepicker .ui-state-hover.ui-datepicker-next {*/
/*    border: none;*/
/*}*/

/*#orderform .ui-datepicker .ui-datepicker-prev,*/
/*#orderform .ui-datepicker .ui-datepicker-prev-hover {*/
/*    background: #00a0d2 !important;*/
/*    left: 0;*/
/*}*/

/*#orderform .ui-datepicker .ui-datepicker-next,*/
/*#orderform .ui-datepicker .ui-datepicker-next-hover {*/
/*    background: #00a0d2 !important;*/
/*    right: 0;*/
/*}*/

/*#orderform .ui-datepicker .ui-datepicker-next span,*/
/*#orderform .ui-datepicker .ui-datepicker-prev span {*/
/*    display: none;*/
/*}*/

/*#orderform .ui-datepicker .ui-datepicker-prev {*/
/*    float: left;*/
/*}*/

/*#orderform .ui-datepicker .ui-datepicker-next {*/
/*    float: right;*/
/*}*/

/*#orderform .ui-datepicker .ui-datepicker-prev:before,*/
/*#orderform .ui-datepicker .ui-datepicker-next:before {*/
/*    font: normal 20px/34px 'dashicons';*/
/*    padding-left: 7px;*/
/*    color: #fff;*/
/*    speak: none;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    width: 34px;*/
/*    height: 34px;*/
/*}*/

/*#orderform .ui-datepicker .ui-datepicker-prev:before {*/
/*    content: '\f341';*/
/*}*/

/*#orderform .ui-datepicker .ui-datepicker-next:before {*/
/*    content: '\f345';*/
/*}*/

/*#orderform .ui-datepicker .ui-datepicker-prev-hover:before,*/
/*#orderform .ui-datepicker .ui-datepicker-next-hover:before {*/
/*    opacity: 0.7;*/
/*}*/

/*#orderform .ui-datepicker select.ui-datepicker-month,*/
/*#orderform .ui-datepicker select.ui-datepicker-year {*/
/*    width: 33%;*/
/*}*/

/*#orderform .ui-datepicker thead {*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*}*/

/*#orderform .ui-datepicker th {*/
/*    padding: 10px;*/
/*}*/

/*#orderform .ui-datepicker td {*/
/*    padding: 0;*/
/*    border: 1px solid #f4f4f4;*/
/*}*/

/*#orderform .ui-datepicker td.ui-datepicker-other-month {*/
/*    border: transparent;*/
/*}*/

/*#orderform .ui-datepicker tr:first-of-type td {*/
/*    border-top: 1px solid #f0f0f0;*/
/*}*/

/*#orderform .ui-datepicker td.ui-datepicker-week-end {*/
/*    background-color: #f4f4f4;*/
/*    border: 1px solid #f0f0f0;*/
/*}*/

/*#orderform .ui-datepicker td.ui-datepicker-today {*/
/*    background-color: #e1f0ff;*/
/*    color: #000000;*/
/*}*/

/*#orderform .ui-datepicker td.ui-datepicker-current-day {*/
/*    background: #0073aa !important;*/
/*}*/

/*#orderform .ui-datepicker td .ui-state-default {*/
/*    background: transparent;*/
/*    border: none;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    width: auto;*/
/*    display: block;*/
/*    padding: 5px 10px;*/
/*    font-weight: normal;*/
/*    color: #444;*/
/*}*/

/*#orderform .ui-datepicker td .ui-state-active {*/
/*    color: #ffffff;*/
/*}*/

/*#orderform .ui-datepicker td.ui-state-disabled .ui-state-default {*/
/*    opacity: 0.5;*/
/*}*/

/*!* Default Color Scheme *!*/
/*#orderform .ui-datepicker .ui-widget-header,*/
/*#orderform .ui-datepicker .ui-datepicker-header {*/
/*    background: #00a0d2;*/
/*}*/

/*#orderform .ui-datepicker thead {*/
/*    background: #32373c;*/
/*}*/

/*#orderform .ui-datepicker thead th {*/
/*    color: #000000;*/
/*    padding: 2px !important;*/
/*    text-align: center;*/
/*}*/

/*#orderform .ui-datepicker thead th span {*/
/*    display: block;*/
/*    text-align: center;*/
/*}*/

/*#orderform .ui-datepicker td .ui-state-hover {*/
/*    background: #0073aa !important;*/
/*    color: #fff;*/
/*}*/

/*#orderform .ui-datepicker-calendar {*/
/*    width: 100% !important;*/
/*    margin-bottom: 0 !important;*/
/*}*/

/* jQuery UI Tooltip */
.orderform-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    background-color: #efefef;
    border: 1px solid #000000;
}



/* Typeahead.js */
.twitter-typeahead {
    display: block;
    width: 100%;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 422px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

#orderform .col {
    margin-bottom: 25px;
}

#orderform mark {
    background: #a3e7ff;
    color: #000;
    font-weight: bold;
    padding-left: 4px;
    margin-left: -4px;
    padding-right: 4px;
    margin-right: -4px;
}

/*.tt-suggestion:hover > mark {*/
/*font-weight: normal;*/
/*color: #fff !important;*/
/*background-color: #0097cf !important;*/
/*}*/

#orderform .tt-menu {
    max-height: 150px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    overflow-y: auto;
}

#orderform .tt-hint {
    display: none;
}

#orderform .tt-menu::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#orderform .tt-menu::-webkit-scrollbar-thumb {
    background: #00B7FA;
    border-radius: 0px;
}

#orderform .tt-menu::-webkit-scrollbar-thumb:hover {
    background: #0097CF;
}

#orderform .tt-menu::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0px;
    box-shadow: inset 7px 10px 12px #f0f0f0;
}