body {
    min-height: 100vh;
}

.woocommerce-checkout form {
    display: block !important;
}

.content-container {
    text-align: center;
}

.content-container h1 {
    padding: 0 0 45px 0;
}

.webix_hcell span {
    font-size: 32px;
}

.webix_el_button {
    margin-right: 15px;
    padding-top: 5px;
    line-height: 2;
}

.webix_el_button button {
    padding: 0 15px;
    max-width: 150px;
}

.webix_message_area {
    top: 10% !important;
    left: 45% !important;
}

.webix_el_button button {
    border-radius: 0;
}

.webix_ss_header td {
    border: 0;
}

.webix_window {
    border: 0;
}

.webix_window .webix_view {
}

.webix_window .webix_inp_label {
    color: inherit;
}

#loginform {
    width: 320px;
    padding: 8% 0 0;
    margin: auto;
}

#loginform form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
}

#loginform label {
    color: #72777c;
    font-size: 14px;
}

#loginform input[type="text"] {
    font-size: 24px;
    width: 100%;
    padding: 3px;
    margin: 2px 6px 16px 0;
}

#loginform input[type="password"] {
    font-size: 24px;
    width: 100%;
    padding: 3px;
    margin: 2px 6px 16px 0;
}

#wp-submit {
    text-decoration: none;
    border: 0;
    padding: 5px 25px;
}

.location-section .logo {
    max-width: 600px;
}
.location-section .tile .accent-title:after {
    -webkit-box-shadow: 0 0 85px 110px rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 85px 110px rgba(255, 255, 255, 0.9);
}
.locations {
    margin-top: 65px;
    padding: 30px 0;
}

.locations h2 {
    padding: 15px 0 65px 0;
}

#boxcontainer {
    width: 100%;
    padding: 25px;
}

.title-section {
    text-align: left;
}

.title-section h2 {
    text-transform: capitalize;
    font-size: 2.8rem;
}

.title-section h1 {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 1.2rem
}

.webix_view.webix_layout_accordion {
}

.webix_accordionitem_label {
    text-align: left;
}

.webix_accordionitem_label span {
    font-size: 32px;
    margin-right: 125px;
}
.webix_popup .webix_win_content{
    top: 0px;
}
.pastClass span {
    font-size: 22px;
    padding-left: 15px;
}
@media (max-height:820px) {
    .webix_window {
        margin-bottom:40px;
        background:transparent;
        box-shadow:none;
    }
    .webix_window[view_id="notes_window"] {
        margin-top:4vh;
    }
    .webix_window .webix_view {
        background:transparent;
    }
    .webix_win_content {
        overflow-y: auto;
        position: relative;
        height: 75vh;
        background:#fff;
        top: 110px;
    }
    .webix_window[view_id="notes_window"] .webix_win_content {
        height: auto;
    }
    .webix_win_content .wxi-close-circle {
        margin-right:15px;
    }
}
@media (max-height:580px) {
    .webix_window[view_id="notes_window"] {
        margin-top:20vh !important;
    }
    .webix_win_content {
        height: 60vh !important;
    }
}
@media (max-width:1024px) {
    .overview-section span {
        display:inline-block !important;
    }
    .webix_accordionitem_label span {
        margin-right: 10px;
    }
}

.webix_accordionitem_header {
    border: 0;
}

.webix_accordionitem {
    border-radius: 25px;
}

.webix_ss_footer {
    border: none !important;
}

.webix_ss_footer td {
    border: none !important;
}

.webix_el_box .webixtype_form {
}

.webixtype_base {
    max-width: 200px;
}

.webix_accordionitem_label div {
    display: inline;
}

.display strong {
    margin-right: 35px;
}

.display a {
    display: inline;
    padding: 0 5px;
}

.display span {
    background: #4c4c4c;
    color: #fff !important;
    margin-right: 0;
    font-size: inherit;
    padding: 5px;
}

.webix_accordionitem .webix_accordionitem_header .webix_accordionitem_button:after {
    content: 'Collapse view';
    position: absolute;
    right: 25px;
    font-size: 12px;
    width: 80px;
    font-family: 'Roboto';
}

.webix_accordionitem.horizontal.collapsed .webix_accordionitem_header .webix_accordionitem_button, .webix_accordionitem.collapsed .webix_accordionitem_header .webix_accordionitem_button {
    color: #fff;
}

.webix_view .webix_win_head {
    border-bottom: 0;
}

.webix_message {
}

.webix_view.webix_layout_accordion {
    background: transparent;
}

.webix_accordionitem_header {
    background: #F4F5F9;
    padding: 25px;
}

.select_column {
    font-weight: bold;
    color: #ea7600 !important;
}

.select_column .webix_cell:after {
    content: '\F001';
    font-family: "Webix Material Icons";
    font-weight: bold;
    position: absolute;
    right: 5px;
    font-size: 24px;
}

.view_order {
    background: #ea7600;
    color: #fff !important;
}

.add_notes {
    background: #fff !important;
    color: #ea7600 !important;
    padding: 10px 15px;
    border: 1px solid #ea7600 !important;
    transition:0.3s all ease; 
}
.print_all {
    background: #fff;
    color: #ea7600 !important;
    padding: 9px 15px;
    border: 1px solid #ea7600;
    border-radius: 4px;
}
.webix_template .webix_el_button {
    display:inline-block;
}
.print_order {
    background: #fff;
    color: #ea7600 !important;
    padding: 5px 15px;
    border: 1px solid #ea7600;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    text-decoration:none;
    transition:0.3s all ease; 
}
.add_notes:hover, .print_order:hover {
    background: #ea7600 !important;
    color: #fff !important;
    text-decoration:underline;
}

.print_all_awaiting {
    white-space: nowrap;
    background: #fff;
    color: #ea7600 !important;
    padding: 9px 15px;
    border: 1px solid #ea7600;
    border-radius: 50px;
}

.webix_column > div, .webix_table_cell {
    padding: 0 12px;
}

.collapsed {
    padding: 0;
    color: #333 !important;
}

.collapsed .webix_accordionitem_button {
    color: #333 !important;
}

.footer .webix_hcell {
    text-align: center;
}

.border_box .webix_el_box {
    border: 1px solid #333 !important;
}

.border_box input, .border_box select {
    border: none !important;
    width: 165px !important;
    font-weight: bold;
}

.border_box label {
    padding-left: 5px;
    font-weight: bold;
}

.webix_modal {
    opacity: 0.6;
}

.pack-option{
    display:block;
    max-height: 50px;
    line-height: 18px;
}

.overview-section span {
    display: block;
    width: 100%;
    text-align: left;
    font-family: VentiCF-Medium,Arial,sans-serif;
    text-transform: uppercase;
}

.overview-box {
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #ddd;
    color: #333;
    padding: 15px 0;
}

.overview-box .btn {
    background: #fff;
    color: #ea7600 !important;
    padding: 10px 15px;
    border: 1px solid #ea7600;
    border-radius: 4px;
}

.overview-box .btn:hover {
    cursor: pointer;
    color: #fff !important;
    background: #ea7600;
}

.overview-box .col-md-4, .overview-box .col-xl-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.overview-box .col-xl-4 {
    font-size:12px;
    font-weight:bold;
}

.order-count {
    background: #696969;
    color: #fff;
    text-align: center !important;
    width: 25px !important;
    height: 25px;
    border-radius: 25px;
    margin: 0 auto;
    font-size:16px;
}

.hidden_window {
    visibility: hidden;
    height: 1px;
}
.search-form {
    padding-left:50px;
    position:relative;
}
.search-form .submit {
    top: 0px;
    padding: 11px 15px;
    background: #ea7600;
    border: none;
    position: absolute;
    right: 0;
    color:#fff;
}
.search-form .search {
    width:275px;
}
@media print {
    .print-all-window {
        visibility: visible !important;
        top: 0 !important;
        left: 0 !important;
        height: 900px !important;
    }

    .hidden_window {
        visibility: visible !important;
        top: 0 !important;
        left: 0 !important;
        height: 595px !important;
        width: 842px !important;

    }
    .hidden_window strong, .hidden_window p {
        font-size:48px !important;
    }
    .webix_window, .hidden_window {
        top: 0 !important;
        left: -60px !important;
    }

    .print-smaller {
        max-width: 250px !important;
    }

    .print-column {
        width:75px !important;
        max-width: 75px !important;
    }
    .hidden-column {
        width:1px !important;
        display:none !important;
    }
    .webix_column:nth-child(2) {
        left:50px !important;
    }
    .webix_last_row:nth-child(1) {
        display:none !Important;
    }
    .webix_dtable {
        height: auto !Important;
    }

    .webix_window {
        height: auto !important;
    }

    .border_box .webix_el_box {
        border: 0 !important;

    }

    .border_box label {
        width: auto !important;
        padding: 4px 12px;
        color: #475466 !important;
    }
}

.cancelled {
    color: red !important;
}

.accent-title {
}

.tile a:hover .cta {
    opacity: 1;
    margin-top: 15% !important;
}

.webix_message {
    background-color: #ea7600;
    color: #000 !important;
    border: 1px solid #ea7600;
    font-size: 18px;
}
.webix_dtable .webix_ss_header td.webix_last_row {
    border-bottom:0 !important;
}

.message-body {
    background-color:#f7f7f7;
}
.message-body .message-header {
    background-color:#ea7600;
    width:100%;
    color:#fff;
    font-size:28px;
    text-align:center;
    padding:10px 0;
}