﻿@charset "utf-8";

body {
    font-family: "Arial","Times New Roman","sans-serif","Microsoft JhengHei","SimSun";
    letter-spacing: 2px;
    font-size: 1.2em;
    margin: 0px;
}

body, #ProgressBar {
    background-color: #f6f5ed;
}

a {
    letter-spacing: 1px;
    text-decoration: none;
}

/*.EngSpan, h1 span, h2 span, p span, li div {*/
span{
    letter-spacing: 1px;
}

h1 {
    font-size: 1.4em;
    background-color: #8A5519;
    color: white;
    padding: 5px;
}

    h1 a {
        border-radius: 5px;
        float: right;
        margin-top: 2px;
        margin-right: 5px;
        padding: 1px 5px;
        background-color: white;
        color: black;
        font-size: 0.8em;
        font-weight: 500;
    }

h2 {
    font-size: 1.3em;
    background-color: #ba9c78;
    color: white;
    padding: 4px;
}

h1, h2, ul, ol {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

input, button, select {
    font-size: 1em;
}

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    input[type=submit] {
        display: block;
        text-align: center;
        margin: 1em auto;
    }

textarea {
    height: 3.2em;
    font-size: 1.2rem;
    width:98%;
}

select {
    height: 1.5em;
}

li {
    font-size: smaller;
}

#DivHeader {
    width: 100%;
    background-color: white;
    box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.5);
    position: fixed;
    height: 5em;
    display: flex;
    align-items: center;
    z-index: 10;
}

    #DivHeader div, #DivBody {
        width: 1000px;
        margin: auto;
    }

#ProgressBar {
    padding-bottom: 5px;
}

.w98P {
    width: 98%;
}

.w100 {
    width: 100px;
}

.w300 {
    width: 300px;
}

.w500 {
    width: 500px;
}

#DivBody {
    padding-top: 5.5em;
    background-color: #f4ece3;
}

    #DivBody > div:last-child ol {
        margin-left: -10px;
    }

/*Submit page*/
.SessionMargin {
    padding: 1em;
}

#TblPart {
    width: 100%;
    background-color: #4A8DCB;
    color: white;
    border-collapse: collapse;
}

    #TblPart td input[type="text"], #TblPart td input[type="email"] {
        width: 96%;
    }

    #TblPart td, #TblPart th {
        border: 1px solid white;
        text-align: center;
    }

        #TblPart td:first-child {
            width: 40px;
        }

        #TblPart td:nth-child(2) {
            width: 160px;
        }

    #TblPart tr:first-child > th:nth-child(3) {
        border: none;
        border-top: 1px solid;
    }

    #TblPart tr:nth-child(2) > th:nth-child(4) {
        border: none;
    }

.DivStyle {
    border: 1px solid #4A8DCB;
    background-color: white;
}

    .DivStyle div:first-child {
        background-color: #4A8DCB;
        color: white;
        padding: 5px;
    }

    .DivStyle div:last-child {
        display: inline-block;
        padding: 1em;
    }

#TbContactL {
    width: 90px;
}

#TbContactF {
    width: 180px;
}

.disclaimer{
    font-size:smaller;
    margin-top:1em;
}

.Declaration {
    font-size: smaller;
    position: relative;
}

    .Declaration input[type=checkbox] {
        position: absolute;
    }

    .Declaration label {
        padding-left: 2em;
        display: inline-block;
    }

/*Confirm Page*/
#DivConfirm {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 0.3em;
}

#DivConfirm div:nth-child(odd){
    text-align:right;
    font-weight:bold;
    padding-right:0.5em;
}

#TblPartC {
    width: 100%;
    background-color: lightblue;
    border-collapse: collapse;
}

    #TblPartC th {
        background-color: #4A8DCB;
        text-align: center;
        border: 2px solid white;
    }

    #TblPartC td {
        padding: 6px;
        border: 2px solid white;
    }

div.g-recaptcha {
    margin: 1em auto;
    width: 300px;
}

/*Enroll Page*/
#LbSystemNoC, #LbSystemNo {
    color: blue;
}