﻿@charset "UTF-8";

* {
    font-family: 'PingFang TC', 'Heiti TC', 'LantingHei TC', 'LiHei Pro', '微軟正黑體', 'Noto Sans TC', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    background-color: white;
    font-size: 62.5%;
    overflow: scroll;
}
article {
    background-color: white;
}
form {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
/**{
	outline: 1px solid #f00;
}
*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

label {
    font-size: 1.7rem;
}

.hidetext {
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.justify-content-flex-end {
    justify-content: flex-end !important;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

th.sticky-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #FFF;
}

.row.sellerinfo {
    font-size: 1.8rem;
    font-weight: bold;
    color: #5C5C5C;
    margin: 15px 0;
}

.logoimg {
    width: 100%;
    max-width: 150px;
}

.signin h1, .signin h2 {
    text-align: center;
}

.signin .signinbtn {
    margin-top: 15px;
    width:100%;
}

.moeacabox {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
}

.header .nav li + li {
    margin-left: 15px;
}

.header .nav li a {
    font-size: 1.2rem;
    font-weight: bold;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
}

.nav > li > a.btn-info:focus, .nav > li > a.btn-info:hover {
    text-decoration: none;
    background-color: #31b0d5;
}

.nav > li > a.btn-success:focus, .nav > li > a.btn-success:hover {
    text-decoration: none;
    background-color: #449d44;
}

.nav > li > a.btn-warning:focus, .nav > li > a.btn-warning:hover {
    text-decoration: none;
    background-color: #ec971f;
}

.nav > li > a.btn-danger:focus, .nav > li > a.btn-danger:hover {
    text-decoration: none;
    background-color: #c9302c;
}

.searchbar {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-right: 10px;
}

.searchbar-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    padding-right: 20px;
}

.searchbar [type=text] {
    max-width: 200px;
}

.searchbar .btn-search {
    margin-left: 10px;
}

.header-title a {
    text-decoration: none;
    color: #222;
}

.logoimg {
    display: inline-block;
}

.container.list {
    margin-bottom: 20px;
}

.list-h1 {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding-left: 60px;
    font-weight: bold;
}

.list-h2 {
    display: inline-block;
    font-weight: bold;
}

    .list-h2 span {
        display: inline-block;
        vertical-align: top;
    }

.list-table {
    font-size: 1.8rem;
    padding: 15px 15px;
    background: #E9E9E9;
    border-radius: 10px;
    box-shadow: 5px 10px 10px #B9B9B9;
}

    .list-table table {
        background: #FFF;
        border-radius: 10px;
        margin: 0;
    }

.list.row {
    margin: 20px 0 20px 5px;
    padding: 0;
}

.list-detail.list {
    border-left: 4px solid #31708f;
}

.list-detail h2 {
    margin: 0 0 10px 0;
    padding-left: 15px;
    font-weight: bold;
}

.list-detail h3 {
    margin: 0 0 10px 0;
    padding-left: 15px;
    font-weight: bold;
}

.list-detail .h3-mark {
    color: #333;
    font-weight: normal;
}

    .list-detail .h3-mark.red {
        color: #ce4844;
    }

.errmsgbox p {
    text-align: left;
    display: inline-block;
    font-size: 2.0rem;
    font-weight: bold;
    color: #ce4844;
    padding: 2px 4px;
}

.errmsg {
    text-align: left;
    display: inline-block;
    font-size: 2.0rem;
    font-weight: bold;
    color: #ce4844;
    padding: 2px 4px;
}

.fillmust {
    font-size: 1.4rem;
    font-weight: bold;
    color: #ce4844;
}

.detail-item .errmsg {
    border: 1px solid #ce4844;
}

.link-list {
    font-size: 1.8rem;
}

    .link-list span {
        padding-right: 5px;
    }

.detail-table {
    font-size: 1.6rem;
}

    .detail-table thead > tr > th {
        vertical-align: top;
        line-height: 1;
    }

    .detail-table .header-mark {
        font-size: 1.4rem;
    }

    .detail-table tbody td:nth-child(5) {
        font-size: 1.6rem;
    }

    .detail-table tbody td:nth-child(2),
    .detail-table tbody td:nth-child(4) {
        text-transform: uppercase;
    }

    .detail-table .spec span {
        display: block;
        margin-bottom: 5px;
    }

.detail-summary {
    margin: 0;
    padding: 0 15px;
    text-align: right;
}

.detail-summary-item {
    margin-left: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 2.4rem;
    padding: 5px 0;
}

    .detail-summary-item:last-child {
        border-top: 2px solid #333;
        padding-top: 10px;
    }

.detail-summary-item-title {
    width: 40%;
    font-weight: bold;
}

.detail-summary-item-content {
    flex: 1 0 0px;
}

.list-contract-table td:nth-child(5) {
    text-align: right;
}


.list-contract-table td:last-child {
    line-height: 20px;
}


.filelist .filelist-title {
    width: 20%;
    text-align: right;
    padding-right: 20px;
    font-size: 2.4rem;
    font-weight: bold;
    align-self: flex-start;
}

.filelist .filelist-detail {
    flex: 1 0 20%;
    list-style: none;
    text-align: left;
    padding-left: 1em;
    font-size: 1.7rem;
    line-height: 1.5;
}

    .filelist .filelist-detail a:hover {
        text-decoration: none;
        border-bottom: 1px solid #23527c;
    }

.detail-item.warningtext {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #CE4843;
}

.warningtext p {
    margin-bottom: 5px;
}

.warningtext ol {
    display: block;
    margin: 0 0 10px 0;
    border: 3px solid #CE4843;
    padding: 10px 10px 10px 2em;
}

.warningtext li + li {
    margin-top: 5px;
}

.detail-item.buttonbar {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.buttonbar a {
    flex: 0 0 calc(50% - 20px);
    font-size: 2.4rem;
    font-weight: bold;
    margin: 10px;
}

    .buttonbar a span,
    .buttonbar .btnexport span {
        display: block;
        font-size: 2.2rem;
        font-weight: bold;
        margin: 10px;
    }

.buttonbar .btnexport {
    flex: 0 0 calc(100% - 20px);
    font-size: 2.4rem;
    font-weight: bold;
    margin: 10px;
}

    .buttonbar .btnexport.btn-half {
        flex: 0 0 calc(50% - 20px);
    }

kbd {
    margin-left: 5px;
    font-size: 14px;
    border-radius: 4px;
    vertical-align: middle;
    line-height: 33px;
}

.detail.row {
    margin: 20px 0;
}

.detail-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin: 0;
}

    .detail-item label {
        text-align: right;
        padding-right: 20px;
    }

    .detail-item input {
        flex: 1 0 20%;
    }

        .detail-item input.shipdays {
            flex: 0 0 20%;
        }

.detail p {
    text-align: left;
    font-size: 1.7rem;
    line-height: 1.8;
}

.tbprice {
    font-size: 2.0rem;
    margin-top: -4px;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    box-shadow: none;
    text-align: right;
}

.lbprice {
    display: inline-block;
    font-size: 2.0rem;
    font-weight: bold;
    color: #333;
}

.avoidLabel label {
    font-size: 2.4rem;
    width: auto;
    padding: 0 0 0 5px;
}


.regulation {
    margin-top: 5px;
}

    .regulation p {
        font-size: 1.8rem;
        line-height: 1.8;
    }

    .regulation input[type=radio] {
        margin-left: 5px;
    }

.btn-cancel {
    background: #A39A86;
    color: #FFF;
}

    .btn-cancel:hover {
        background: #8a806b;
        color: #FFF;
    }

.btn-submit {
    background: #FF4D5C;
    color: #FFF;
}

    .btn-submit:hover {
        background: #ED2F3F;
        color: #FFF;
    }

.contractdetail.list-detail h2 {
    margin-bottom: 20px;
}

h2.contract-filelist-h2 {
    display: inline-block;
    vertical-align: top;
}

.contract-filelist.filelist {
    display: inline-block;
}

    .contract-filelist.filelist a {
        font-size: 2.5rem;
    }

    .contract-filelist.filelist .nofiles {
        font-size: 3.0rem;
        color: #333;
        font-weight: normal;
        line-height: 1;
    }

.btn-sign {
    margin-top: 30px;
    font-size: 3.0rem;
    padding: 20px 30px;
}

.swal__htmltext {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #ED2F3F;
}

.signstatus {
    display: block;
    font-size: 3.6rem;
    color: #aa6708;
    padding: 10px 0;
}

#Main_PanelSignCompanyStatus {
    margin-top: 20px;
}

.signcompanystatusdatetime {
    font-size: 3.6rem;
    font-weight: bold;
    color: #ED2F3F;
}

.light {
    display: inline-block;
}

    .light + .light {
        margin-left: 0.5em;
    }

    .light::before {
        content: '';
        display: inline-block;
        margin-right: 5px;
        width: 18px;
        height: 18px;
        vertical-align: top;
        border-radius: 50%;
        border: 1px solid #E3E3E3;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15), 0 2px 3px rgba(0, 0, 0, 0.15);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
        background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    }

    .light.pass::before {
        background: #5ca934;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#69c03b), to(#4f922d));
        background-image: linear-gradient(to bottom, #69c03b, #4f922d);
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    background-color: #f5f5f5;
}

    .footer .footertext {
        display: inline-block;
        vertical-align: top;
        font-size: 1.6rem;
        font-weight: bold;
        color: #FFF;
        line-height: 46px;
        margin: 0;
    }

.swal2-title {
    flex-wrap: wrap;
}

    .swal2-title .note {
        text-align: left;
    }
