body,
h1,
h2,
h3,
p,
div,
table,
tr,
td,
a,
input {
    padding: 0;
    margin: 0;
    font-family: 'EB Garamond';
    font-size: 18px;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    touch-action: manipulation;
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.seminar_box {
    width: 80%;
    margin: 15px auto;
    padding: 25px;
}

/*================================================================================*/
.box_right_cart {
    width: 70%;
    float: left;
}

.invoice_br {
    background: white;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.green_text {
    color: green;
}

.pick_list_detail {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 600px;
    background: white;
    display: none;
    overflow: auto;
}

.pickup_list {
    padding: 15px;
    margin: 10px;
    width: 300px;
    border: none;
    background: #0066cc;
    color: white;
}

.button_links {
    padding: 25px 10px;
    margin: 10px;
    width: 300px;
    border: none;
    background: #0066cc;
    color: white;
}

.refresh_page {
    padding: 10px;
    margin: 10px;
    width: 150px;
    border: none;
    background: #999966;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}

.pickup_list_green {
    padding: 15px;
    margin: 10px;
    width: 300px;
    border: none;
    background: #008000;
    color: white;
}

.keyboard {
    position: absolute;
    bottom: 100px;
    left: 10%;
    width: 80%;
    text-align: center;
    display: none;
    margin: 0 auto;
}

.nkey {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    z-index: 901;
    background: white;
    padding: 15px 5px;
    border: #ccc 1px solid;
    width: 240px;
}

.nkey_price {
    display: none;
    position: absolute;
    top: 0px;
    right: 200px;
    z-index: 901;
    background: white;
    padding: 15px 5px;
    border: #ccc 1px solid;
    width: 240px;
}

.nkey_price_custom {
    display: none;
    position: absolute;
    top: 300px;
    right: 150px;
    z-index: 901;
    background: white;
    padding: 15px 5px;
    border: #ccc 1px solid;
    width: 240px;
}

.main {

    height: 100%;
    width: 100%;
    margin: 0px auto;
    overflow-y: auto;
    background: white;
    border: #ccc 1px solid;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
}

.main input {
    -webkit-appearance: initial;
    -moz-appearance: none;
    appearance: none;
    touch-action: manipulation;
}

.inside_main {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
}

.top_bar {
    border: #000 1px solid;
    background: rgba(0, 0, 0, .8);
    color: white;
    outline: none;
    padding: 25px 0;
    border-radius: 0;
    float: left;
    box-sizing: border-box;
}

.top_bar_touch {
    display: inline-block;
    border: none;
    background: #ff6600;
    color: white;
    outline: none;
    padding: 25px 0;
    border-radius: 0;
    margin: 1px;
}

.top_bar:focus {
    background: #ff8533;
}

.top_bar_detail {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.myform_box {
    padding: 10px;
    border: none;
    width: 250px;
    margin: 10px 0;
}

.myform_text {
    padding: 10px;
    width: 80%;
    height: 200px;
    border: none;
    text-align: left;
}

.myform_btn {
    padding: 10px 15px;
    border: none;
    background: #0066ff;
    color: white;
    margin: 15px 0;
}

.btn_hidekey {
    padding: 15px;
    position: absolute;
    bottom: 70px;
    left: 0;
    border: none;
    background: rgba(0, 51, 102, .7);
    color: white;
    z-index: 900;
}

.phonebox {
    padding: 15px;
    width: 50%;
    border-radius: 3px;
    border: #e7e7e7 1px solid;
    margin: 15px auto;
    text-align: center;
    outline: none;
}

.phonebox_red {
    padding: 15px;
    width: 50%;
    border-radius: 3px;
    border: red 1px solid;
    margin: 15px auto;
    text-align: center;
    outline: none;
}

/*================================================================================*/
.logo_box {
    width: 350px;
    margin: 0;
    padding: 15px 25px;
    display: inline-block;
}

.logo_img {
    width: 100%;
}

#top_link {
    position: relative;
}

.top_link {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background-color: #3d3d3d;
}

.top_link li {
    float: right;
}

.top_link li a {
    display: block;
    color: white;
    text-align: center;
    padding: 25px 16px;
    text-decoration: none;
    margin: 0;
}

.top_link li a:hover {
    background-color: #111;
}

#logo {
    position: relative;
    padding: 40px 0;
    color: #ffe6ff;
    text-align: center;
    font-size: 48px;
    background: rgba(0, 0, 0, .8);
}

.behide_logo {
    background-image: url(../images/home_bgimg.png);
}

.btn_menu {
    display: none;
}

.box_homepage {
    position: relative;
}

.home_page_msg {
    padding: 25px;
    background: rgba(255, 255, 255, .8);
    width: 80%;
    margin: 25px auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.home_img {
    width: 100%;
}

.btn_download {
    text-align: center;
    width: 250px;
    margin: 0 auto;
}

.btn_download a {
    text-decoration: none;
    color: white;
    display: block;
    padding: 25px;
    border-radius: 3px;
    background: #0066ff;
    font-weight: 800;
}

.title_xxx {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 0px 0;
    margin: 10px 0;
}

.title_x {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 0;
    margin: 10px 0;
}

.title {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding: 0px 0;
    margin: 25px 0;
}

.para_msg {
    text-align: center;
    padding: 0px 0;
    margin: 25px 0;
}

.para_narrow {
    text-align: center;
    padding: 5px 0;
}

.fb_logo {
    border: #ccc 1px solid;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}

.event_time {
    width: 80%;
    padding: 15px 0;
    margin: 0 auto;
}

.my_box {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-top: #ccc 10px solid;
    margin-top: 35px;
}

.box_login {
    width: 50%;
    background: #f4f4f4;
    margin: 25px auto;
    border: rgba(0, 0, 0, .05) .4px solid;
    text-align: center;
    padding: 25px 0;
}

.box_login_detail {
    padding: 15px 0;
}

.login_page_bottom {
    height: 250px;
    color: #3d3d3d;
    padding: 25px 0;
    text-align: center;
}

.btn_login_help {
    width: 150px;
    margin: 15px auto;
    cursor: pointer;
    padding: 25px;
    color: blue;
}

.bold_text {
    font-weight: bold;
    padding: 5px 0;
}

.boxbb {
    float: left;
    margin: 0 auto;
    padding: 0;
    width: 33%;
}

.bottom_box {
    width: 100%;
}

.text_box {
    background: white;
    padding: 10px;
    text-align: left;
}

.event_box {
    width: 45%;
}

#footer_msg {
    text-align: center;
    background: black;
    color: #ccc;
    padding: 25px 0;
    width: 100%;
    font-size: 14px;
}

.left_list {
    padding: 15px;
    cursor: pointer;
    border-bottom: #ccc 1px solid;
}

.btn_logout {
    padding: 15px;
    border-radius: 3px;
    border: #e7e7e7;
    background: #33cc33;
    color: white;
    margin: 0 15px;
}

.btn_logout_x {
    padding: 15px;
    border-radius: 3px;
    border: #e7e7e7;
    background: #33cc33;
    color: white;
}

.login_field {
    padding: 25px;
    width: 40%;
    border-radius: 3px;
    border: #ccc 1px solid;
    margin: 15px auto;
}

.left_list {
    padding: 15px;
    cursor: pointer;
    border-bottom: #ccc 1px solid;
}

.input_search_v {
    padding: 20px;
    display: inline-block;
    width: 80%;
    border-radius: 3px;
    border: #e7e7e7 1px solid;
    margin: 10px;
    outline: none;
    font-size: 18px;
}

.search_result {
    text-align: center;
    width: 80%;
    padding: 15px;
    margin: 15px auto;
}

.result_line {
    width: 250px;
    padding: 15px;
    margin: 15px;
    outline: none;
    border: #ccc 1px solid;
    border-radius: 5px;
    background: #e7e7e7;
}

.result_line:hover {
    background: white;
    color: blue;
}

.result_box {
    width: 80%;
    margin: 0 auto;
    border: none;
    text-align: center;
    height: 600px;
    overflow: auto;
    position: relative;
}

.result_box_x {
    width: 90%;
    margin: 0 auto;
    border: #ccc 1px solid;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 5%;
    background: white;
}

.input_search:focus,
.btn_search:focus,
.btn_update_price:focus,
.input_update_price:focus {
    outline: none;
}

.btn_checkout {
    width: 150px;
    padding: 10px;
    text-align: center;
    background: #33cc33;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    border: #fff 1px solid;
    cursor: pointer;
    outline: none;
    margin: 10px;
}

.btn_custom_add {
    width: 150px;
    padding: 10px;
    text-align: center;
    background: #33cc33;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    border: #fff 1px solid;
    cursor: pointer;
    outline: none;
    margin: 10px;
}

.btn_checkout_dark:focus,
.btn_checkout:focus {
    outline: none;
}

.error_text {
    color: red;
}

.cus_info_line {
    padding: 15px;
    border-bottom: #e7e7e7 1px solid;
}

.btn_edit {
    width: 80px;
    padding: 15px;
    border: #ccc 1px solid;
    border-radius: 3px;
}

.btn_detail,
.btn_detail:focus {
    padding: 0 15px;
    border: #ccc 1px solid;
    position: absolute;
    right: 15px;
    height: 80%;
    top: 10%;
    outline: none;
    cursor: pointer;
}

.list_cus {
    box-sizing: border-box;
    width: 40%;
    float: left;
    height: 900px;
    overflow: auto;
    text-align: center;
}

.list_cus_right {
    box-sizing: border-box;
    width: 60%;
    float: left;
    height: 900px;
    overflow: auto;
}

.btn_close {
    padding: 15px;
    border: #ccc 1px solid;
    outline: none;
    cursor: pointer;
    margin: 15px;
    width: 150px;
    color: red;
}

.input_search_v {
    padding: 20px;
    display: inline-block;
    width: 80%;
    border-radius: 3px;
    border: #e7e7e7 1px solid;
    margin: 10px;
}

.btn_delete {
    padding: 15px;
    border: #ccc 1px solid;
    outline: none;
    cursor: pointer;
    margin: 15px;
    width: 150px;
    border-radius: 3px;
    color: red;
}

.btn_del {
    outline: none;
    cursor: pointer;
    color: red;
    width: 95%;
    padding: 10px 0;
}

.btn_del_br {
    outline: none;
    cursor: pointer;
    color: red;
    width: 95%;
    padding: 10px 0;
    border-radius: 0;
    border: none;
}

.btn_print {
    padding: 15px;
    border: #ccc 1px solid;
    outline: none;
    cursor: pointer;
    margin: 15px;
    width: 150px;
    border-radius: 3px;
    color: white;
    background: #33cc33;
}

.btn_confirmpaymentgreen {
    padding: 15px;
    border: #ccc 1px solid;
    outline: none;
    margin: 15px;
    width: 150px;
    border-radius: 3px;
    color: white;
    background: #33cc33;
    display: none;
}

.btn_confirmpayment {
    padding: 15px;
    border: #ccc 1px solid;
    outline: none;
    cursor: pointer;
    margin: 15px;
    width: 150px;
    border-radius: 3px;
    color: white;
    background: #0066cc;
}

.box_detail {
    border: #ccc 1px solid;
    text-align: center;
}

.input_box {
    padding: 15px;
    display: inline-block;
    width: 40%;
    border-radius: 3px;
    border: #e7e7e7 1px solid;
    margin: 10px;
    text-align: center;
}

.select_state {
    padding: 15px;
    display: inline-block;
    width: 45%;
    border-radius: 3px;
    border: #e7e7e7 1px solid;
    margin: 10px;
}

.input_box_short {
    padding: 15px;
    display: inline-block;
    width: 150px;
    border-radius: 3px;
    border: #e7e7e7 1px solid;
    margin: 10px;
    text-align: center;
}

.numdisplay_box {
    position: fixed;
    padding: 15px;
    width: 150px;
    background: white;
    color: #ff4000;
    top: 20px;
    right: 20px;
    border: #ffffff 1px solid;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.numdisplay_box:hover {
    color: white;
    background: blue;
}

.online_page {
    width: 100%;
    background: rgba(255, 255, 255, .95);
    margin: 0 auto;
    padding: 0;
    overflow: auto;
}

.top_box_order_img {
    width: 80%;
    height: 80%;
    position: absolute;
    right: 0;
    top: 10%;
    text-align: right;
}

.top_box_order_logo {
    width: 80%;
    margin: 0px auto;
    padding: 50px;
    position: relative;
    text-align: left;
}

.left_box,
.middle_box,
.right_box {
    padding: 0;
    margin: 0;
    float: left;
}

.top_box_order {
    color: #525252;
    font-size: 24px;
    text-align: center;
    border-bottom: #008000 10px solid;
    padding: 25px;
}

.img_top_order {
    margin-left: 15px;
    border: #fff 5px solid;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box_order_display_1,
.box_order_display_2 {
    display: ;
    width: 100%;
    height: 100%;
}

.left_box {
    width: 15%;
    background: rgba(0, 0, 0, .3);
    height: 800px;
}

.middle_box {
    width: 25%;
    height: 800px;
    position: relative;
}

.right_box {
    width: 60%;
    height: 650px;
}

.cat_list {
    width: 100%;
    padding: 15px;
    border: none;
    display: block;
    margin-bottom: 1px;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0;
}

.cat_list_br {
    width: 100%;
    padding: 20px;
    border-bottom: #fff 1px solid;
    display: block;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0;
    background: #e7e7e7;
}

.cat_list:hover {
    color: blue;
}

.cat_list:focus {
    border-right: #cc6600 10px solid;
}

.list_detail {
    padding: 0px;
    text-align: center;
    background: #fff;
    overflow: auto;
    height: 800px;
    background: #ccc;
    position: relative;
}

.list_detail_br {
    padding: 0px;
    text-align: center;
    background: #fff;
    overflow: auto;
    height: 550px;
    background: #ccc;
    position: relative;
}

.list_kind_title {
    padding: 15px;
    background: #808080;
    color: white;
}

.list_kind {
    width: 49.5%;
    background: #e7e7e7;
    display: inline-block;
    padding: 25px 0;
    border: none;
    margin-bottom: 1px;
    margin-right: 1px;

}

.list_kind_br {
    width: 100%;
    background: #e7e7e7;
    display: inline-block;
    padding: 20px 0;
    border: none;
    margin-bottom: 1px;
    margin-right: 1px;
    border-radius: 0;

}

.list_kind:hover {
    background: #0000ff;
    color: white;
}

.kind_detail {
    background: rgba(255, 255, 255, 1);
    width: 100%;
}

.kind_detail_br {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    overflow: auto;
}

.box_kind {
    position: relative;
    text-align: center;
}

.variety_list {
    width: 300px;
    height: 300px;
    background: pink;
    margin: 15px;
    display: inline-block;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.variety_list_title {
    padding: 25px 0;
    background: rgba(0, 0, 0, .8);
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
}

.variety_list_img {
    width: 100%;
}

.kind_title {
    padding: 15px 0;
    border-bottom: #fff 1px solid;
    font-size: 20px;
    font-weight: bold;
    background: rgba(0, 0, 0, .7);
    color: white;
}

.title_kind {
    padding: 25px 0;
    border-bottom: #fff 1px solid;
    font-size: 20px;
    margin: 15px 0;
    position: relative;
}

.variety_list_title:hover {
    color: blue;
    background: rgba(255, 255, 255, .8);
    cursor: pointer;
}

.box_kind_detail {
    padding: 15px 0;
    text-align: center;
    margin: 0;
    background: #737373;
    color: white;
}

.var_box {
    border-bottom: #e7e7e7 1px solid;
    margin-bottom: 5px;
    height: 750px;
    overflow: auto;
}

.var_box_detail {
    width: 80%;
    padding: 25px;
    margin: 15px auto;
    border-bottom: #b3c4ff 1px solid;
    border-radius: 3px;
}

.var_box_detail_br {
    width: 100%;
    padding: 15px 0;
    margin: 5px auto;
    border-bottom: #ccc 1px solid;
    border-radius: 3px;
}

.var_title {
    margin: 0;
    font-size: 18px;
    color: #3366ff;
}

.var_title_br {
    margin: 0;
    font-size: 20px;
    color: #3366ff;
    font-weight: bolder;
}

.var_detail {
    font-size: 14px;
    margin: 10px 0;
    font-style: italic;
}

.final_detail {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: white;
    width: 100%;
    z-index: 999;
}

.item_box_title {
    padding: 0;
    margin: 0;
}

.item_name_title {
    margin: 0;
    padding: 20px;
    text-align: left;
    background: green;
    color: white;
}

.plus_btn {
    width: 60%;
    font-size: 28px;
    border: #ccc 1px solid;
    padding: 10px 0;
    background: #ccc;
    vertical-align: middle;
    border-radius: 3px;
}

.qty_box {
    text-align: center;
    border: none;
    background: none;
    width: 50%;
    font-size: 25px;
}

.cus_info {
    text-align: center;
    padding: 10px;
    background: #f2f2f2;
    position: relative;
}

.cus_info_form {
    padding: 15px 0;
    border: #ccc 1px solid;
    display: none;
}

.box_left {
    text-align: center;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.box_left_cart {
    text-align: center;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 30%;
    float: left;
}

.container_cart {
    width: 80%;
    margin: 0 auto;
    min-height: 800px;
}

.btn_update {
    padding: 15px;
    width: 250px;
    border: #ccc 1px solid;
    color: white;
    background: green;
    border-radius: 5px;
    margin: 15px 0;
}

.btn_cus_update {
    padding: 15px;
    width: 20%;
    border: #ccc 1px solid;
    color: white;
    background: green;
    border-radius: 5px;
    margin: 15px 0;
    position: absolute;
    bottom: 0px;
    left: 40%;
}

.btn_checkout {
    width: 150px;
    padding: 10px;
    text-align: center;
    background: #33cc33;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    border: #fff 1px solid;
    cursor: pointer;
    outline: none;
    margin: 10px;
}

.btn_checkoutstf {
    width: 150px;
    padding: 10px 0;
    background: #33cc33;
    color: white;
    border-radius: 2px;
    border: #fff 1px solid;
    cursor: pointer;
    outline: none;
    margin: 10px auto;
}

.pwd_box {
    padding: 0;
    text-align: center;
    border: #fff 1px solid;
    width: 80%;
    margin: 10px auto;
}

.pwdtt {
    padding: 15px;
    text-align: left;
    background: #525252;
    color: white;
}

.btn_time_confirm {
    width: 150px;
    padding: 10px;
    text-align: center;
    background: #33cc33;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    border: #fff 1px solid;
    cursor: pointer;
    outline: none
}

.btn_change_time {
    width: 100px;
    padding: 10px;
    text-align: center;
    background: #33cc33;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    border: #fff 1px solid;
    cursor: pointer;
    outline: none
}

.btn_checkout_dark {
    width: 150px;
    padding: 10px;
    text-align: center;
    background: #e6e6e6;
    color: #cccccc;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    border: #fff 1px solid;
    cursor: pointer;
    outline: none;
    margin: 10px;

}

.btn_checkout_dark:focus,
.btn_checkout:focus {
    outline: none;
}

.error_text {
    color: red;
}

.cus_info_line {
    padding: 15px;
    border-bottom: #e7e7e7 1px solid;
}

.customer_info {
    border-bottom: #e7e7e7 1px solid;
    border-right: #e7e7e7 1px solid;
    padding: 25px 0;
}

.btn_edit {
    width: 80px;
    padding: 15px;
    border: #ccc 1px solid;
    border-radius: 3px;
}

.btn_cusinfo_edit {
    width: 80px;
    height: 70%;
    padding: 10px;
    border: #ccc 1px solid;
    border-radius: 3px;
    position: absolute;
    right: 15%;
    top: 15%;
    outline: none;
}

.customer_input_edit {
    height: 70%;
    border: #ccc 1px solid;
    border-radius: 3px;
    position: absolute;
    top: 15%;
    left: 50px;
    outline: none;
    text-align: center;
    display: none;
    width: 50%;
}

.text_cart {
    text-align: center;
    padding: 25px 0;
}

.ticket_box {
    min-height: 600px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    background: #e7e7e7;
}

.order_title {
    text-align: center;
    padding: 10px 0;
    background: rgba(0, 0, 0, .2);
}

.box_detail {
    padding: 10px 0;
    text-align: center;
    background: white;
    border: #ccc 1px solid;

}

.btn_modify {
    color: red;
    padding: 10px 15px;
    border-radius: 3px;
    border: #ccc 1px solid;
}

.input_box {
    padding: 15px;
    display: inline-block;
    width: 40%;
    border-radius: 3px;
    border: #e7e7e7 1px solid;
    margin: 10px;
}

.input_box_cus_list {
    padding: 15px;
    width: 80%;
    border-radius: 3px;
    border: #e7e7e7 1px solid;
    margin: 25px auto;
}

.ncus_box {
    width: 80%;
    margin: 15px auto;
    text-align: center;
}

.input_boxpwd {
    padding: 15px;
    display: block;
    width: 80%;
    border-radius: 3px;
    border: #e7e7e7 1px solid;
    margin: 15px auto;
    outline: none;
    text-align: center;
}

.select_state {
    padding: 15px;
    display: inline-block;
    width: 45%;
    border-radius: 3px;
    border: #e7e7e7 1px solid;
    margin: 10px;
}

.select_state_x {
    padding: 15px 0;
    display: inline-block;
    border-radius: 3px;
    border: #e7e7e7 1px solid;
    margin: 10px;
    width: 43%;
}

.input_box_short {
    padding: 15px;
    display: inline-block;
    width: 150px;
    border-radius: 3px;
    border: #e7e7e7 1px solid;
    margin: 10px;
}

.btn_pickup {
    position: absolute;
    right: 5px;
    height: 60%;
    top: 20%;
    border: none;
    color: #ff8566;
}

.btn_update_price {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 30%;
    font-size: 11px;
    color: #ff8566;
}

.input_update_price {
    width: 70%;
    text-align: center;
    position: absolute;
    left: 0;
    height: 90%;
    top: 0;
    border: #ccc 1px solid;
}

.input_update_price_br {
    width: 100%;
    text-align: center;
    border: none;
    padding: 5px 0;
    color: blue;
}

.btn_replacement {
    position: absolute;
    top: 10%;
    height: 80%;
    width: 60%;
    right: 20%;
    font-size: 18px;
    border-radius: 3px;
    border: #ccc 1px solid;
}

.btn_replacement:focus {
    outline: none;
}

.customer {
    width: 100%;
    text-align: center;
}

.customer_title {
    padding: 25px;
    border-bottom: #ccc 1px solid;
    text-align: center;
    font-size: 25px;
}

.customer_left,
.customer_right {
    width: 50%;
    margin: 0px auto;
    float: left;
    padding: 0;
}

.customer_left_profile {
    width: 50%;
    margin: 0px auto;
    float: left;
    padding: 0;
}

.customer_input {
    padding: 15px;
    display: inline-block;
    width: 40%;
    border-radius: 3px;
    border: #e7e7e7 1px solid;
    margin: 20px auto;
    text-align: left;
    display: block;
}

.customer_inputx {
    padding: 15px;
    width: 40%;
    border-radius: 3px;
    border: #e7e7e7 1px solid;
    margin: 10px auto;
    text-align: left;
    display: block;
}

.adduser_input {
    padding: 15px;
    display: inline-block;
    width: 40%;
    border-radius: 3px;
    border: none;
    margin: 20px auto;
    text-align: left;
    display: block;
    outline: none;
    background: white;
}

.user_line {
    border-bottom: #ccc 1px solid;
    padding: 25px 0;
    float: left;
}

.user_left,
.user_right {
    width: 50%;
    padding: 0px;
    margin: 0px;
    float: left;
}

.user_info {
    position: relative;
}

.user_update_box {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    text-align: center;
    padding: 15px;
    display: none;
    width: 100%;
    border: #ccc 1px solid;
}

.btn_customer {
    width: 120px;
    padding: 15px 0;
    border: none;
    background: #33cc33;
    color: white;
    border-radius: 3px;
}

.btn_user_update {
    border: none;
    color: #ff6600;
    padding: 0px;
    margin: 0;
    outline: none;
}

.update_detail_line {
    padding: 10px 0;
}

.user_update_input_box {
    border: #ccc 1px solid;
    padding: 15px 0;
    text-align: center;
    width: 80%;
    border-radius: 3px;
    outline: none;
}

.select_update {
    border: #ccc 1px solid;
    padding: 15px 0;
    text-align: center;
    width: 80%;
    border-radius: 3px;
    outline: none;
}

/************************************************************************************/

.qbox {
    margin: 0 auto;
    width: 80%;
}

.qbox_adding {
    margin: 5px auto;
    width: 80%;
}

.qbox_adding_br {
    margin: 5px auto;
    width: 100%;
    text-align: center;
}

.qbox_new {
    margin: 15px auto;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.minus {
    border: none;
    padding: 15px 0;
    outline: none;
    text-align: center;
    font-size: 18px;
    width: 100px;
}

.btn_adding {
    border: none;
    padding: 15px 0;
    outline: none;
    text-align: center;
    font-size: 18px;
    width: 100px;
    margin: 5px;
}

.minus_add {
    border: none;
    padding: 15px 0;
    outline: none;
    text-align: center;
    font-size: 18px;
    width: 100px;
    color: green;
    border-left: #ccc 1px solid;
}

.minus_add_green {
    border: none;
    padding: 15px 0;
    outline: none;
    text-align: center;
    font-size: 18px;
    width: 100px;
    color: white;
    border-left: #ccc 1px solid;
    background: green;
}

.minus_qtynew {
    border: none;
    padding: 10px 0;
    outline: none;
    text-align: center;
    font-size: 14px;
    width: 100px;
    cursor: pointer;
}

.minus_qtynew_br {
    border: #ccc 1px solid;
    border-radius: 0;
    padding: 15px 0;
    outline: none;
    text-align: center;
    font-size: 18px;
    width: 100px;
    cursor: pointer;
}

.minus_qtynew_br_green {
    border: none;
    padding: 15px 0;
    outline: none;
    text-align: center;
    font-size: 16px;
    width: 80px;
    cursor: pointer;
}

.minus_qtynew_green {
    border: none;
    padding: 10px 0;
    outline: none;
    text-align: center;
    font-size: 14px;
    width: 100px;
    cursor: pointer;
    color: green;
    border-left: #ccc 1px solid;
}

.minus_qtynew_green_added {
    border: none;
    padding: 10px 0;
    outline: none;
    text-align: center;
    font-size: 14px;
    width: 100px;
    cursor: pointer;
    color: white;
    border-left: #ccc 1px solid;
    background: green;
}

.minus_qtynew_br_green_added {
    border: none;
    padding: 15px 0;
    outline: none;
    text-align: center;
    font-size: 16px;
    width: 100px;
    cursor: pointer;
    color: white;
    border-left: #ccc 1px solid;
    background: green;
}

.btn_user_close {
    padding: 15px;
    border: #ccc 1px solid;
    outline: none;
    cursor: pointer;
    margin: 15px;
    width: 150px;
    border-radius: 3px;
    color: red;
}

.btn_user_update_save {
    padding: 15px;
    border: #ccc 1px solid;
    outline: none;
    cursor: pointer;
    margin: 15px;
    width: 150px;
    border-radius: 3px;
    color: white;
    background: #0066ff;
}

/************************************************************************************/

.staff_user_list_detail {
    width: 90%;
    background: #f2f2f2;
    float: left;
    position: relative;

}

.staff_user_list_bar {
    width: 10%;
    float: left;
    overflow: auto;
}

.staff_mobile_menu {
    display: none;
}

.cat_download_count {
    background: #3399ff;
    text-align: center;
    width: 80%;
    margin: 10px auto;
    padding: 5px;
    color: #ffffff;
    border-radius: 3px;
}

.order_search {
    width: 50%;
    position: relative;
    margin: 0 auto;
}

.input_search {
    padding: 15px;
    display: inline-block;
    width: 80%;
    border-radius: 3px;
    border: #e7e7e7 1px solid;
    margin: 10px;
}

.name_search_result {
    width: 50%;
    margin: 25px auto;
    border: #ccc 1px solid;
    padding: 15px 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    min-height: 400px;
}

.name_search_box {
    width: 50%;
    margin: 25px auto;
    border: #ccc 1px solid;
}

.name_search {
    padding: 25px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    outline: none;
    border: none;
}

.btn_name_search {
    color: #ff8566;
    width: 20%;
    cursor: pointer;
    padding: 25px 0;
    display: inline-block;
    border: none;
    background: #525252;
    color: white;
}

.btn_new_customer {
    width: 150px;
    cursor: pointer;
    padding: 15px 0;
    display: inline-block;
    border: none;
    background: #595959;
    color: white;
    outline: none;
    margin: 15px;
}

.btn_new_customer:hover {
    background: #3399ff;

}

.btn_start_order {
    width: 150px;
    cursor: pointer;
    padding: 15px 0;
    border: none;
    background: #00b300;
    color: white;
    outline: none;
    margin: 0 5px;
}

.btn_paid {
    width: 150px;
    cursor: pointer;
    padding: 15px 0;
    border: none;
    background: #3d3d3d;
    color: white;
    outline: none;
    margin: 0 5px;
}

.btn_new_customer_cancel {
    width: 150px;
    cursor: pointer;
    padding: 15px 0;
    display: inline-block;
    border: none;
    background: #e7e7e7;
    color: #ff6600;
    outline: none;
    margin: 15px;
}

.btn_edit_page {
    margin: 10px auto;
    width: 300px;
    padding: 25px;
    display: block;
    background: #0066ff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 25px;
}

.text_area {
    width: 500px;
    height: 200px;
    padding: 15px;
    margin: 10px;
    font-size: 16px;
    display: block;
    text-align: left;
}

.btn_search {
    position: absolute;
    right: 0;
    height: 70%;
    top: 15%;
    border: none;
    color: #ff8566;
    width: 20%;
    border: #e7e7e7 1px solid;
    cursor: pointer;
}

.btn_links_staffpage {
    width: 250px;
    padding: 25px;
    display: block;
    border: none;
    background: #525252;
    color: white;
    border-radius: 5px;
    margin: 15px auto;
    outline: none;
    cursor: pointer;
}

.btn_links_staffpage:hover {
    background: #3399ff;
    color: white;
}

.display_date,
.display_time {
    padding: 15px 0;
    float: left;
    text-align: center;
    margin: 0 25px;
}

.time_box {
    color: white;
    position: absolute;
    top: 0;
    right: 0;
}

.cus_result_box_display {
    padding: 15px 0;
    background: white;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
}

.cus_result_box_display_line {
    padding: 15px 0;
    border-bottom: #ccc 1px solid;
}

.btn_cus_result {
    padding: 10px;
    margin: 5px;
    border: #0080ff 1px solid;
    color: #0080ff;
    width: 300px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
}

.btn_cus_result:hover {
    background: #0080ff;
    color: white;
    border: white 1px solid;
}

.btn_item_result {
    padding: 15px;
    margin: 5px;
    border: #0080ff 1px solid;
    color: #0080ff;
    width: 400px;
    border-radius: 3px;
    cursor: pointer;
}

.btn_item_result_br {
    padding: 10px;
    margin: 5px;
    border: #0080ff 1px solid;
    color: #0080ff;
    width: 450px;
    border-radius: 3px;
    cursor: pointer;
}

.btn_item_result:hover {
    background: #0080ff;
    color: white;
    border: white 1px solid;
}

.cart_display {
    padding: 15px;
    width: 150px;
    background: #3366cc;
    color: white;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 3px;
    position: fixed;
    top: 100px;
    right: 10px;
}

.custom_add_item {
    padding: 15px;
    width: 150px;
    background: #666;
    color: white;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 3px;
    position: fixed;
    top: 180px;
    right: 10px;
}

.cart_display:hover {
    color: blue;
    background: white;
}

.select_pickup {
    padding: 15px;
    margin: 0 5px;
    display: inline-block;
}

.select_pickup_x {
    padding: 15px;
    margin: 0 15px;
    display: inline-block;
}

.box_schedule {
    width: 33.33%;
    display: inline-block;
    text-align: center;
}

.box_schd {
    padding: 5px;
    margin: 0 auto;
}

.box_schd_xx {
    width: 60%;
    padding: 15px;
    margin: 15px auto;
    border: #ccc 1px solid;
    text-align: center;
}

.btn_confirm {
    padding: 14px;
    border: none;
    background: #0080ff;
    color: white;
    cursor: pointer;
}

.btn_pay_confirm {
    padding: 15px;
    border: none;
    background: #0080ff;
    color: white;
    margin: 15px 0;
    cursor: pointer;
}

.item_search_input {
    padding: 25px 0;
    display: block;
    width: 75%;
    text-align: center;
    outline: none;
    border: #0080ff 1px solid;
    margin: 0 auto;
}

.display_block {
    display: block;
}

.display_block {
    display: none;
}

.pay_box {
    display: block;
    border: #ccc 1px solid;
    border-radius: 3px;
    padding: 15px 0;
    text-align: center;
    width: 50%;
    margin: 15px auto;
}

.signin_link,
.signin_link:visited {
    text-decoration: none;
    color: #e7e7e7;
    padding: 0 5px;
}

.var_close_btn {
    padding: 15px;
    border: none;
    background: #0080ff;
    color: white;
    margin: 15px auto;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 25px;
    top: 10%;
    z-index: 900;
}

.added {
    background: green;
    color: white;
}

.btn_order_from {
    padding: 10px 0;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 10px;
    width: 350px;
    border-radius: 2px;
    color: white;
    background: #999999;
}

.btn_onoff {
    padding: 0 10px;
    width: 50px;
    height: 70%;
    border: 0;
    background: #00b300;
    color: white;
    border-radius: 2px;
    position: absolute;
    top: 15%;
    right: 15px;
}

.customer_list {
    padding: 10px;
    display: block;
    width: 250px;
    margin: 5px auto;
}

.cstrodr {
    width: 120px;
    padding: 10px;
    margin: 5px 0;
}

.cdetail {
    padding: 15px;
}

.comment_box {
    padding: 15px 0;
    margin: 15px auto;
    width: 60%;
    border: #ccc 1px solid;
    text-align: center;
    outline: none;
}

.comment_box_btn {
    padding: 15px 0;
    margin: 15px auto;
    width: 100px;
    border: #ccc 1px solid;
    text-align: center;
    outline: none;
    background: #3399ff;
    color: white;
}

.note_text {
    width: 70%;
    height: 100px;
    padding: 15px;
    display: block;
    margin: 15px auto;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
    outline: none;
}

.tab {
    border: #fff 1px solid;
    padding: 15px 0;
    float: left;
    outline: none;
    cursor: pointer;
}

.tab:focus {
    background: #0080ff;
    color: white;
}

.tabdetail {
    min-height: 1500px;
    overflow-y: hidden;
}

.invoice_display_title {
    width: 400px;
    float: left;
}

.invoice_display {
    font-size: 16px;
    width: 400px;
    float: left;
}

.date_title {
    padding: 15px;
    color: white;
    background: #525252;
    margin: 5px 0;
}

.buser {
    padding: 15px 0;
    display: inline-block;
    margin: 10px auto;
    width: 80%;
    border: #004080 1px solid;
    color: #004080;
}

.busergreen {
    padding: 15px 0;
    display: block;
    margin: 10px auto;
    width: 80%;
    border: #004080 1px solid;
    background: green;
    color: white;
    outline: none;
}

.numbtn {
    width: 80px;
    height: 80px;
    border: none;
    background: rgba(0, 51, 102, .7);
    color: white;
    margin: 5px;
    border-radius: 50%;
    outline: none;
    font-size: 20px;
}

.numbtn_key {
    width: 60px;
    border: none;
    background: rgba(0, 51, 102, .7);
    color: white;
    margin: 5px;
    border-radius: 3px;
    outline: none;
    padding: 15px;
}

.numbtn_key_x {
    width: 200px;
    border: none;
    background: rgba(0, 51, 102, .7);
    color: white;
    margin: 5px;
    border-radius: 3px;
    outline: none;
    padding: 15px;
}

.numbtnx {
    width: 80px;
    height: 80px;
    border: none;
    background: rgba(0, 51, 102, .7);
    color: white;
    margin: 5px;
    border-radius: 50%;
    outline: none;
}

.btn_phone {
    padding: 15px;
    margin: 5px auto;
    border: #666 1px solid;
    border-radius: 3px;
    background: white;
    color: blue;
    display: block;
    width: 90%;
}

.keybtn {
    width: 70px;
    height: 70px;
    border: none;
    background: rgba(0, 51, 102, .7);
    color: white;
    margin: 5px;
    border-radius: 3px;
    outline: none;
    padding: 5px;
}

.keybtn:hover {
    background: red;
}

.guide {
    padding: 15px 0;
    width: 80%;
    margin: 15px auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.19);
}

.box_update {
    display: none;
    width: 100%;
}

.orhis_btn {
    display: block;
    width: 300px;
    padding: 15px 0;
    margin: 10px auto;
    border: #525252 1px solid;
    cursor: pointer;
}

.column {
    float: left;
    box-sizing: border-box;
    border: #ccc 1px solid;
    padding: 15px;
}

.column_detail {
    float: left;
    box-sizing: border-box;
    border: #ccc 1px solid;
    padding: 0px;
    height: 550px;

}

.container_box {
    height: 2200px;
}

.cntnr {
    background: #e6f3ff;
    height: 100%;
}





/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .search_result {
        text-align: center;
        width: 80%;
        padding: 15px;
        margin: 15px auto;
    }

    .order_search {
        width: 100%;
        position: relative;
        margin: 0 auto;
    }

    .input_search {
        padding: 15px;
        display: inline-block;
        width: 80%;
        border-radius: 3px;
        border: #e7e7e7 1px solid;
        margin: 10px;
    }

    .btn_search {
        position: absolute;
        right: 0;
        height: 70%;
        top: 15%;
        border: none;
        color: #ff8566;
        width: 20%;
    }

    .cat_download_count {
        background: #3399ff;
        text-align: center;
        width: 100%;
        margin: 10px auto;
        padding: 15px 0;
        color: #ffffff;
        border-radius: 3px;
    }

    .staff_mobile_menu {
        display: block;
        padding: 15px 0;
        color: white;
        background: rgba(0, 0, 0, .5);
        text-align: center;
    }

    .staff_user_list_bar {
        width: 100%;
        height: auto;
        display: none;
    }

    .btn_logout,
    .staff_signedin {
        display: none;
    }

    .box_login {
        width: 95%;
        background: #f4f4f4;
        margin: 20px auto;
        border: rgba(0, 0, 0, .05) .4px solid;
        text-align: center;
        padding: 15px 0;
    }

    .login_field {
        padding: 25px 0;
        width: 90%;
        border-radius: 3px;
        border: #ccc 1px solid;
        margin: 15px auto;
        text-align: center;
    }

    .customer {}

    .customer_left,
    .customer_right {
        width: 90%;
        margin: 0px auto;
        display: block;
        padding: 0;
        text-align: center;
    }

    .customer_left_profile {
        display: none;
    }

    .customer_input {
        padding: 25px 15px;
        width: 90%;
        border-radius: 3px;
        border: #e7e7e7 1px solid;
        margin: 10px 5%;
        text-align: left;
    }


    .select_state_x {
        padding: 25px 15px;
        border-radius: 3px;
        border: black 1px solid;
        margin: 10px 5%;
        width: 90%;
    }

    #logo {
        font-size: 30px;
    }

    .top_link {
        display: none;
    }

    .top_link li {
        float: none;
        width: 100%;
        border-bottom: #ffffff 1px solid;
    }

    .btn_menu {
        display: block;
        position: absolute;
        top: 20%;
        right: 5px;
        height: 60%;
        padding: 0 10px;
        border-radius: 5px;
        border: #ccc 1px solid;
        font-weight: bold;
        outline: none;
        background: #ffffff;
    }

    .top_link {
        position: fixed;
        top: 0;
        left: 0;
        width: 50%;
        z-index: 999;
        border: white 1px solid;
    }

    .para_msg {
        padding: 15px;
    }

    .boxbb {
        width: 100%;
        float: none;
    }

    .event_box {
        width: 95%;
    }
}

/*=======================================================================================*/
/*================================== Print Properties ===================================*/
/*=======================================================================================*/
.print_sbtl_line {
    border-bottom: #000 1px solid;
    box-sizing: border-box;
}

.box_line_1_left {
    float: left;
    box-sizing: border-box;
    width: 90%;
    text-align: right;
    padding: 5px 20px;
    border-right: #000 1px solid;
}

.box_line_1_right {
    float: left;
    box-sizing: border-box;
    width: 10%;
    text-align: center;
    padding: 5px 0;
}

.print_detail {
    box-sizing: border-box;
    border: #000 1px solid;
}

.column_qty {
    box-sizing: border-box;
    float: left;
    width: 10%;
    text-align: center;
}

.column_item {
    box-sizing: border-box;
    float: left;
    width: 70%;
    text-align: left;
    padding: 0 5px;
    border-left: #000 1px solid;
    border-right: #000 1px solid;
}

.column_pe {
    box-sizing: border-box;
    float: left;
    width: 10%;
    text-align: center;
}

.column_px {
    box-sizing: border-box;
    float: left;
    width: 10%;
    text-align: center;
    border-left: #000 1px solid;
}

.print_hdr_line3 {
    padding-bottom: 5px;
}

.line_3_left {
    float: left;
    width: 50%;
}

.line_3_right {
    float: right;
    width: 50%;
    text-align: right;
}

.print_hdr_line2 {
    padding: 5px 0;
}

.line_2_left,
.line_2_right {
    font-weight: bolder;
    font-size: 20px;
}

.line_2_left {
    float: left;
    width: 50%;
}

.line_2_right {
    float: right;
    width: 50%;
    text-align: right;
}

.print_line_container {
    margin: 0;
    box-sizing: border-box;
    border-bottom: #000 1px solid;
}

.print_footer {
    margin-top: 10px;
}

.ftl {
    text-align: center;
    padding: 2px 0;
}

.ftlty {
    text-align: center;
    width: 640px;
    margin: 0px auto;
    padding: 5px 0;
    border-bottom: #666 2px solid;
}

.print_hdr_line1 {
    padding: 5px 0;
    border-bottom: #666 1px solid;
    font-size: 16px;
}

.line_1_left {
    float: left;
    width: 50%;
}

.line_1_right {
    float: right;
    width: 50%;
    text-align: right;
}

@media print {

    body {
        margin: 0;
        color: #000;
        background-color: #fff;
    }

    .order_title {
        padding: 15px;
        margin: 15px;
        text-align: center;
    }

    .box_detail {
        border: #ccc 1px solid;
        text-align: center;
    }

    .address {
        text-align: center;
        border-top: #ccc 1px solid;
        padding: 15px 0;
    }

    .btn_pickup {
        position: absolute;
        right: 5px;
        height: 60%;
        top: 20%;
        border: none;
        color: #ff8566;
        display: none;
    }

}

/*=======================================================================================*/
/*================================ End Print Properties =================================*/
/*=======================================================================================*/
