﻿/*** v 內容 ***/
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

    .header span {
        font-size: 25px;
        font-weight: bold;
    }

.form-title {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.zone_select, .store_select {
    margin-bottom: 10px;
    position: relative;
}

.zone_select {
    width: 100%;
}

.store_select {
    width: 100%;
}

.phone_input {
    /*width: calc(100% - 74px);*/
    width: 100%;
}

.search_action_btn {
    width: 100%;
    margin-top: 30px;
    padding: 7px 0px 7px 3px;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    border: 1px solid #58d5f1;
    background: linear-gradient(to bottom, #80e6fd, #07b3d9);
    box-shadow: 0px 1px 4px #008dabad;
    color: #003b48;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
}

.search_result_section {
    margin-top: 30px;
}

.store_info_name {
    font-weight: bold;
}

.no_data_text {
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}

/*** v 單據 ***/
.txn_item {
    list-style: none;
    background-color: #f7f7f7;
    border: 1px solid #e7e7e7;
    box-shadow: 1px 1px 0px 0px #d9d9d9;
    padding: 10px 5px;
    margin-top: 15px;
}

.txn_item_info {
    width: 100%;
}

    .txn_item_info td {
        padding-bottom: 5px;
    }

    .txn_item_info tr td:nth-child(1) {
        width: 80px;
        font-weight: bold;
    }

    .txn_item_info tr td:nth-child(2) {
        text-align: right;
    }

.cancel_txn_btn {
    border: none;
    outline: none;
    width: 100%;
    background-color: #fdd4d1;
    border: 1px solid #ff8782;
    color: #f9342b;
    text-align: center;
    letter-spacing: 3px;
    padding: 5px 0 5px 3px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
}
    .cancel_txn_btn:hover {
        background-color: #f75851;
        border: 1px solid #ff8782;
        color: #fff2f1;
    }

@media (max-width: 767px) {
}

@media (min-width: 768px) {
}

@media (min-width: 900px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1500px) {
}
