﻿@charset "utf-8";
/* CSS Document */
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #FFF;
    font-family: Microsoft JhengHei,sans-serif,monospace;
    font-size: 15px;
}

html > body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #FFF;
    font-family: Microsoft JhengHei,sans-serif,monospace;
    font-size: 15px;
}

* + html > body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #FFF;
    font-family: Microsoft JhengHei,sans-serif,monospace;
    font-size: 15px;
}

/*Content*/
@media screen and (min-width: 800px) {
    .Content {
        width: 80%;
        margin: 0px auto 50px auto;
    }
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
    .Content {
        width: 96%;
        margin: 0px auto 50px auto;
    }
}

/*Title*/
@media screen and (min-width: 800px) {
    .Title {
        width: 360px;
        margin: 30px auto;
        padding: 5px 0px;
        text-align: center;
        background-color: #fb8c00;
        border: none;
        border-radius: 10px;
        font-size: 1.5rem;
        color: #fff;
    }
}

@media only screen and (min-width: 250px) and (max-width: 800px) {
    .Title {
        width: 250px;
        margin: 30px auto;
        padding: 5px 0px;
        text-align: center;
        background-color: #fb8c00;
        border: none;
        border-radius: 10px;
        font-size: 1.25rem;
        color: #fff;
    }
}


@media only screen and (min-width: 0px) and (max-width: 250px) {
    .Title {
        width: auto;
        margin: 30px auto;
        padding: 5px 0px;
        text-align: center;
        background-color: #fb8c00;
        border: none;
        border-radius: 10px;
        font-size: 1.25rem;
        color: #fff;
    }
}


/*StepProcess*/
@media screen and (min-width: 800px) {
    .StepProcess {
        margin: 0px 30px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
    .StepProcess {
        margin: 0px 10px;
    }
}



.StepProcess_Bg {
    background-image: url("../images/c2bpost/StepProcess_Bg_gray.gif");
    background-repeat: repeat-x;
}

.StepProcess_Bg2 {
    background-image: url("../images/c2bpost/StepProcess_Bg_orange.gif");
    background-repeat: repeat-x;
}

/*Sub Title*/
@media screen and (min-width: 800px) {
    .SubTitle {
        margin: 15px 30px;
        padding: 5px 0px;
        text-align: center;
        border-bottom: solid 2px #0082e7;
        font-size: 1rem;
        color: #0082e7;
        font-weight: 700;
        letter-spacing: 2px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
    .SubTitle {
        margin: 10px 10px;
        padding: 5px 0px;
        text-align: center;
        border-bottom: solid 2px #0082e7;
        font-size: 1rem;
        color: #0082e7;
        font-weight: 700;
        letter-spacing: 2px;
    }
}

/*Normal Content*/
@media screen and (min-width: 800px) {
    .NormalConrent {
        margin: 0px 30px;
        padding: 10px;
        font-size: .85rem;
        color: #000;
        letter-spacing: 1px;
        line-height: 1.2rem;
        font-weight: 700;
        text-decoration: none;
    }

        .NormalConrent a:link {
            color: #0802fe;
            text-decoration: none;
        }

        .NormalConrent a:hover {
            color: #fe0000;
            text-decoration: underline;
        }

        .NormalConrent a:visited {
            color: #0802fe;
            text-decoration: none;
        }

    .NormalRed {
        font-size: .85rem;
        color: #fe0000;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1.2rem;
    }

    .NormalRed002 {
        font-size: .85rem;
        color: #fe0000;
        font-weight: 700;
        text-align: center;
        letter-spacing: 1px;
        line-height: 1.2rem;
    }
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
    .NormalConrent {
        margin: 0px 10px;
        padding: 5px;
        font-size: .825rem;
        color: #000;
        letter-spacing: 1px;
        line-height: 1.2rem;
        font-weight: 700;
    }

        .NormalConrent a:link {
            color: #0802fe;
            text-decoration: none;
        }

        .NormalConrent a:hover {
            color: #fe0000;
            text-decoration: underline;
        }

        .NormalConrent a:visited {
            color: #0802fe;
            text-decoration: none;
        }

    .NormalRed {
        font-size: .825rem;
        color: #fe0000;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1.2rem;
    }

    .NormalRed002 {
        font-size: .825rem;
        color: #fe0000;
        font-weight: 700;
        text-align: center;
        letter-spacing: 1px;
        line-height: 1.2rem;
    }
}


.NormalConrentPos {
    margin: 0px 10px;
    padding: 5px;
    text-align: center;
}

/*TextArea*/
Textarea {
    font-family: Microsoft JhengHei,sans-serif,monospace;
    width: 90%;
    height: 150px;
    padding: 5px;
    border: solid #a9a9a9 1px;
    font-size: 0.8rem;
    font-weight: 700;
}

/*Input*/
.Input001 {
    width: 90%;
    border: none;
    border-radius: 30px;
    padding: 5px 15px;
    color: #000;
    background-color: #fefbb6;
    font-family: Microsoft JhengHei,sans-serif,monospace;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    text-decoration: none;
}

/*Select*/
Select {
    border: none;
    padding: 5px 10px;
    color: #000;
    border-radius: 5px;
    background-color: #fefbb6;
    font-family: Microsoft JhengHei,sans-serif,monospace;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    text-decoration: none;
}

/*Img*/
@media screen and (min-width: 800px) {
    .Img_Photo {
        max-width: 250px;
        max-height: 200px;
        border: solid #e0e0e0 1px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
    .Img_Photo {
        width: 100%;
        height: auto;
        border: solid #e0e0e0 1px;
    }
}

/*List Style*/
UL.StyleA {
    list-style-image: url("../images/c2bpost/Icon_plus.png");
    /*line-height: 1.5rem;*/
}

UL.StyleB {
    list-style-type: disc;
    line-height: 1.5rem;
}

/*Button*/
.ButtomArea {
    text-align: center;
}

.Btn_Home {
    display: inline-block;
    width: 140px;
    height: 35px;
    background: url(../images/c2bpost/Btn_Home.jpg) no-repeat 0px 0px;
    margin: 30px 10px;
}

    .Btn_Home:hover {
        background-position: 0px -35px;
    }

.Btn_Next {
    display: inline-block;
    width: 120px;
    height: 35px;
    background: url(../images/c2bpost/Btn_NextStep.png) no-repeat 0px 0px;
    margin: 30px 10px;
}

    .Btn_Next:hover {
        background-position: 0px -35px;
    }

.Btn_Pre {
    display: inline-block;
    width: 120px;
    height: 35px;
    background: url(../images/c2bpost/Btn_Previous.png) no-repeat 0px 0px;
    margin: 30px 10px;
}

    .Btn_Pre:hover {
        background-position: 0px -35px;
    }

.Btn_Print {
    display: inline-block;
    width: 140px;
    height: 35px;
    background: url(../images/c2bpost/Btn_Print.png) no-repeat 0px 0px;
    margin: 30px 10px;
}

    .Btn_Print:hover {
        background-position: 0px -35px;
    }

.Btn_Add {
    display: inline-block;
    width: 140px;
    height: 35px;
    background: url(../images/c2bpost/Btn_AddNew.png) no-repeat 0px 0px;
    margin: 30px 10px;
}

    .Btn_Add:hover {
        background-position: 0px -35px;
    }

.Btn_Clear {
    display: inline-block;
    width: 140px;
    height: 35px;
    background: url(../images/c2bpost/Btn_Clear.png) no-repeat 0px 0px;
    margin: 10px 10px 20px 10px;
}

    .Btn_Clear:hover {
        background-position: 0px -35px;
    }

.Btn_Search {
    display: inline-block;
    width: 140px;
    height: 35px;
    background: url(../images/c2bpost/Btn_Search.png) no-repeat 0px 0px;
    margin: 10px 10px 20px 10px;
}

    .Btn_Search:hover {
        background-position: 0px -35px;
    }

/*Deta Input*/
@media screen and (min-width: 800px) {
    .DetaArea {
        width: 55%;
        padding: 20px 40px;
        margin: 0px auto;
        border-bottom: dashed 1px #a0a0a0;
    }

    .DetaAreaTrack {
        width: 55%;
        padding: 20px 40px;
        margin: 0px auto;
    }
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
    .DetaArea {
        width: 85%;
        padding: 15px;
        margin: 0px auto;
        border-bottom: dashed 1px #a0a0a0;
    }

    .DetaAreaTrack {
        width: 85%;
        padding: 15px;
        margin: 0px auto;
    }
}

.DateTitle {
    /*height: 20px;*/
    padding: 0px 0px 0px 30px;
    background-image: url("../images/c2bpost/Icon_Pen.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #6e6e6e;
    font-weight: 700;
    letter-spacing: 1px;
}

.DateInputPos {
    margin: 10px 0px;
}

.DateInputPos_Track {
    margin: 0px;
}

.DateInput_Redword {
    margin: 10px 0px;
    padding-left: 10px;
    font-size: .85rem;
    color: #fe0000;
    font-weight: 700;
    letter-spacing: 1px;
}

/*Post Package*/
@media screen and (min-width: 800px) {
    .PackageItem {
        width: auto;
        display: inline-block;
        margin: 20px 25px;
        /*text-align: center;*/
        vertical-align: top;
        font-size: .85rem;
        color: #000;
    }
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
    .PackageItem {
        width: auto;
        margin: 20px auto;
        /*text-align: center;*/
        vertical-align: top;
        font-size: .85rem;
        color: #000;
    }
}

.PackageID {
    text-align: center;
    font-size: 1.1rem;
    color: #6e6e6e;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 1px;
}

#IDNumber {
    color: #fe0000;
}

/*Tracking Page*/
.TrackContent {
    width: 80%;
    padding: 30px 20px;
    margin: auto;
    text-align: center;
    border-top: dashed #a0a0a0 1px;
}

.Trackh1 {
    font-size: 1rem;
    font-weight: 700;
    color: #0082e7;
}

.TrackTab001 {
    width: 80%;
}

    .TrackTab001 th {
        width: 50%;
        background-color: #2196f3;
        color: #fff;
        padding: 8px;
        border-bottom: solid 2px #fff;
        border-right: dashed #fff 1px;
        border-left: dashed #fff 1px;
        font-size: 0.859rem;
        font-weight: bold;
    }

    .TrackTab001 td {
        width: auto;
        color: #000;
        padding: 8px;
        border-bottom: dashed 1px #a0a0a0;
        border-right: dashed #fff 1px;
        border-left: dashed #fff 1px;
        font-size: 0.859rem;
        text-align:center;
    }

    .TrackTab001 tbody tr:nth-child(odd) {
        background-color: #eee;
    }

    .TrackTab001 tbody tr:nth-child(even) {
        background-color: #fff;
    }

.OwnPackage_Redword {
    margin: 10px 0px;
    padding-left: 10px;
    font-size: 1.1rem;
    color: #fe0000;
    font-weight: 700;
    letter-spacing: 1px;
}