@charset "utf-8";
/* CSS Document */

@import url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517063721/https://webjop.mof.gov.tw/mofr/resources/css/dsic/reset.css");

.clear {
    clear: both;
    height:1px;
    margin-top:-1px;
    overflow:hidden;
}
body {
    background-size: cover;
    height: 100%;
    background-color: #eee;
    /*
    
    background: rgb(76,162,187);
    background: -moz-linear-gradient(top, rgba(76,162,187,1) 7%, rgba(157,202,197,1) 26%, rgba(232,231,201,1) 54%, rgba(217,217,193,1) 81%, rgba(165,176,159,1) 100%) no-repeat fixed;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,rgba(76,162,187,1)), color-stop(26%,rgba(157,202,197,1)), color-stop(54%,rgba(232,231,201,1)), color-stop(81%,rgba(217,217,193,1)), color-stop(100%,rgba(165,176,159,1))) no-repeat fixed;
    background: -webkit-linear-gradient(top, rgba(76,162,187,1) 7%,rgba(157,202,197,1) 26%,rgba(232,231,201,1) 54%,rgba(217,217,193,1) 81%,rgba(165,176,159,1) 100%) no-repeat fixed;
    background: -o-linear-gradient(top, rgba(76,162,187,1) 7%,rgba(157,202,197,1) 26%,rgba(232,231,201,1) 54%,rgba(217,217,193,1) 81%,rgba(165,176,159,1) 100%) no-repeat fixed;
    background: -ms-linear-gradient(top, rgba(76,162,187,1) 7%,rgba(157,202,197,1) 26%,rgba(232,231,201,1) 54%,rgba(217,217,193,1) 81%,rgba(165,176,159,1) 100%) no-repeat fixed;
    background: linear-gradient(to bottom, rgba(76,162,187,1) 7%,rgba(157,202,197,1) 26%,rgba(232,231,201,1) 54%,rgba(217,217,193,1) 81%,rgba(165,176,159,1) 100%) no-repeat fixed;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca2bb', endColorstr='#a5b09f',GradientType=0 );
    */
}
header {
    background: white;
    box-shadow: 0 0 10px #ddd;
}
.header {
    max-width:800px;
    margin:0 auto;
    height:55px;
    /*
        background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517063721/https://webjop.mof.gov.tw/mofr/resources/css/images/login_logo.png);
        background-repeat:no-repeat;
    background-size: auto 35px;
    background-position: 0px 10px;
    */
}
.header img {
    height: 43px;
    margin-top: 6px;
    display: inline;
    float:left;
    margin-right:15px;
}
.header .ver {
    font-size: 11px;
    color:#777;
    font-weight:bold;
    letter-spacing:1px;
}
.header .system {
    font-weight: 600;
    font-size: 22px;
    letter-spacing:2px;
    color:#333;
    line-height: 29px;
}
.login{
    max-width:800px;
    margin:0px auto;
    padding:10px;
    background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517063721/https://webjop.mof.gov.tw/mofr/resources/images/login_main.png);
    background-repeat:no-repeat;
    background-position:center top;
    overfloW:auto;
    height:400px;
}
.login_div h2,.login_div h3 {
    color:#333;
    font-weight:bold;
    text-align:center;
    font-size: 22px;
    background-color: #ccc;
}
.login_form {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    overflow: hidden;
    margin-left: calc(50% - 92px);
    margin-top: 53px;
}
.content_bg {
    background: rgba(255, 255, 255, 0.4);
    overflow:hidden;
}
.content {
    max-width:800px;
    margin:0 auto;
    padding:10px;
}

.radio-left {
    float: left;
    margin:0px;
}
.radio-left:first-child {
    margin:0 14px 0px 0;
}
label {
    display: inline-block;
    font-weight: 700;
}
input[type=radio] {
    display: none;
}
input[type=radio]:checked + label, input[type=checkbox]:checked + label {
    background-color: #536e7a;
    color: #FFC;
    font-weight: bold;
}
.radio01 {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #eee;
    display: block;
    padding: 0px 10px 0px 6px;
    font-family: 微軟正黑體;
    color: #999;
    border-radius: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 32px;
    font-weight: 100;
    line-height: 30px;
}
.radio-left input[type=radio]:checked + label::before {
    content: "●";
    color: #54acd2;
}
.radio01::before {
    display: inline-block;
    content: "○ ";
    color: #999;
    padding-right: 3px;
    font-size: 80%;
    position: relative;
    top: -1px;
}
.form-control {
    margin-top:10px;
    width: 100%;
    height: 32px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn {
    background-color: #2C82C9;
    color: white;
    text-shadow: #333 0px 0px 2px;
    text-decoration: none;
    border: none;
    padding: 4px 7px;
    font-size: 16px;
    display: inline-block;
    font-family: 微軟正黑體;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    box-shadow: 0px 0px 3px white;
    width:100%;
}
.btn:hover {
    background-color:#2969B0;
}

.footer {
    margin:0 auto;
    color:#888;
    height:20px;
    line-height: 20px;
    text-align:center;
    font-size:13px;
}
.listbox {
    float:left;
    margin-left:1%;
    margin-bottom:10px;
    background-color:white;
    box-shadow:0 0 3px #aaa;
    width:100%;
}
.left-content {
    width:100%;
    float:left;
}
.right-content {
    width:32.5%;
    float:left;
    margin-left:2%;
}
.lists p {
    background-color: #ccc;
    line-height: 30px;
    border-radius: 5px;
    margin-bottom: 8px;
}
.lists {
    width:100%;
}
.list-header {
    text-align:left;
    height:2em;
    line-height:2em;
    color:white;
    padding-left:10px;
}
.list-content {
    background-color:#f4f1ea;
    padding:0 1em;
    overflow:hidden;
    cursor: pointer;
}
.list-content label {
    display:inline-box;
    font-weight:100;
    cursor: pointer;
    width: 85%;
}
.list-footer {
    height:0.6em;
}
.list-content .listbox-div:first-child {
    border-top:none;
}
.list-content .listbox-div:last-child {
    border-bottom:none;
}
.listbox-div {
    border-bottom:1px solid white;
    border-top:1px solid #ccc;
    overflow:hidden;
}
.list-right {
    padding-top: 7px;
    padding-bottom: 7px;
    width: 78%;
    color: #444444;
    float: left;
    font-size: 15px;
    text-align:left;
}
.list-left {
    height:2.25em;
    line-height:34px;
/*    width:20%;*/
    float:left;
    padding:0 1%;
/*    color:orange;*/
    font-size:13px;
    font-style:italic;
    font-weight:bold;
    letter-spacing: 1px;
}
a .list-right {
    padding-top: 7px;
    padding-bottom: 7px;
    width: 75%;
    color: #444444;
    float: left;
    text-align: left;
    font-size: 15px;
}

.list-right2 {
    padding-top: 7px;
    padding-bottom: 7px;
    width: 90%;
    color: #444444;
    float: left;
    font-size: 15px;
    text-align:left;
}
.list-left2 {
    height:2.25em;
    line-height:34px;
    width:8%;
    float:left;	padding-left:2%;
    color:orange;
    font-size:13px;
    font-style:italic;
    font-weight:bold;
    letter-spacing: 1px;
}
.list-right2 a{
    text-decoration:none;
}

a .list-link {
    height:2.25em;
    line-height:2.4em;
    width:100%;
    float:left;
    color:#4480bc;
    text-align:center;
    font-size:15px;
}
a:hover .list-link {
    color:#5696d5;
}
.list-right a:hover .amount {
    color:#C60;
}
.lists2 {
    background-color:#666;
    border-radius:5px;
    height:2em;
    line-height:2em;
    text-align:center;
    margin-bottom:10px;
}
.lists2 a {
    display:block;
    color:#FFFF99;
}
.listgreen {
    background-color:#48b9b3;
}
.listblue {
    background-color:#12b0c9;
}
.listred {
    background-color:#ff2626;
}
.listyellow {
    background-color:#ffc000;
}
.listorange {
    background-color:#f5764b;
}
.listpink {
    background-color:#fd7b87;
}


@media screen and (max-width: 799px) {
    .login{
        background-image:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517063721/https://webjop.mof.gov.tw/mofr/resources/css/images/login_main2.png);
    }
}

@media screen and (max-width: 600px) {

    body {
        background:#465966
    }
    header {
        box-shadow: 0 0 10px #333;
    }
    .header {
        height:auto;
    }
    .header img {
        display: block;
        float: none;
        margin:0 auto;
        padding-top:10px;
        width:100%;
        max-width: 260px;
        height:auto;
    }
    .header .ver {
        display:none;
    }
    .header .system {
        text-align: center;
        padding-top:5px;
    }
    .login{
        height:auto;
        background-image:none;
    }
    .login_form {
        margin:3% auto 1%;
        background-color: #ebeff2;
        border-radius: 5px;
        max-width: 400px;

    }
    .left-content {
        width:100%;
        float:left;
    }
    .right-content {
        width:100%;
        float:left;
        margin-left:0%;
    }
    .hide {
        display:none;
    }
    .list-right {
        width: 82%;
        padding-left:3%;
    }
    .list-left {
        width:13%;
        float:left;	padding-left:2%;
    }
    .list-right2 {
        width: 88%;
        padding-left:2%;
    }
    .list-left2 {
        width:8%;
        float:left;		padding-left:2%;
    }
    .radio01 {
        width:100%;
    }
    .radio-left {
        width:49%;
        margin:0 0 0 1%;
    }
    .radio-left:first-child {
        margin:0 1% 0 0;
    }
    .footer {
        font-size: 7px;
        margin: 0px 20px;
        color:white;
    }
}




/*
@media screen and (min-width: 100px) {

body {
    background:#465966
}
.login{
    height:auto;
        background-image:none;
}
.login_form {
    margin:3% auto 1%;
    background-color: #ebeff2;
    border-radius: 5px;
    max-width: 400px;

}
.left-content {
        width:100%;
        float:left;
}
.right-content {
        width:100%;
        float:left;
        margin-left:0%;
}
.hide {
        display:none;
}
.list-right {
    width: 82%;
                padding-left:3%;
}
.list-left {
    width:13%;
    float:left;	padding-left:2%;
}
.list-right2 {
    width: 88%;
                padding-left:2%;
}
.list-left2 {
    width:8%;
    float:left;		padding-left:2%;
}
.radio01 {
width:100%;
}
.radio-left {
        width:49%;
        margin:0 0 0 1%;
}
.radio-left:first-child {
        margin:0 1% 0 0;
}
}

*/








/*
     FILE ARCHIVED ON 6:37:21 五月 17, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 7:14:33 六月 20, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
