@charset "UTF-8";

/* 以下為原 inputInfoParcel.jsp 內嵌樣式搬移 */
#twzipcode {
    margin-top: 0.5em;
}
#twzipcode .country, #twzipcode .district, #twzipcode .zipcode {
    display: initial;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    font-size: 0.4em;
}
.ui-autocomplete li{
    height: 2em;
}
.ui-menu .ui-menu-item{
    font-size:12px;
}
.ui-menu .ui-state-focus{
    background: none;
    background-color: #1F8FFF;
    color: #ffffff;
    font-size: 12px;
}
.disable button{
    background-color: #6E6E6E;
}
.redColor{
    color: #d40511;
}
/*促銷活動*/
/*.dlg-no-close .ui-dialog-titlebar-close {display: none;}*/
.ui-dialog-title{
/*  font-size: 1.2em; */
/*  margin:0; */
/*  color: #FFFFFF !important; */
/*  background: #000000 !important; */
}
.ui-widget-header {background: #ffcc00;}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        margin: 0 0 1rem 0;
    }
    tr:nth-child(odd) {
        background: #ccc;
    }
    td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    td:nth-of-type(1):before { content: "種類"; }
    td:nth-of-type(2):before { content: "品項"; }
    td:nth-of-type(3):before { content: "詳細產品敘述"; }
    td:nth-of-type(4):before { content: "數量"; }
    td:nth-of-type(5):before { content: "美金單價"; }
    td:nth-of-type(6):before { content: "Action"; }
}
.ui-dialog-title {
    padding-top: 3px;
}

/* 以下為原 style="..." 需 class 化搬移的樣式 */
.line-height-1-5em {
    line-height: 1.5em;
}
.letter-spacing-1px {
    letter-spacing: 1px;
}
.float-left {
    float: left;
}
.margin-0-7px-7px-0 {
    margin: 0 7px 7px 0;
}
.clear-both {
    clear: both;
}
.color-000 {
    color: #000;
}
.width-30p-62px {
    width: calc(30% - 62px);
}
.float-none {
    float: none;
}
.width-100p-62px {
    width: calc(100% - 62px);
}
.display-block {
    display: block;
}
.position-relative {
    position: relative;
}
.width-60p-2px {
    width: calc(60% - 2px);
}
.background-color-6E6E6E {
    background-color: #6E6E6E;
}