﻿body, div, table, tr, td, th {
    padding: 0;
    margin: 0;
}

body {
    font-family: 微軟正黑體;
    font-size: 10pt;
    background-color: #FFFFFF;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.systemTitle {
    font-size: 14pt;
    color: #f0f0f0;
    font-weight: bold;
}

input, textarea, select {
    /*font-family: 微軟正黑體;*/
    font-size: 10pt;
    border: 1px solid #A0A0A0;
    padding: 2px;
}

    input[readonly], textarea[readonly], select[readonly] {
        background-color: #F0F0F0;
        border: 1px solid #A0A0A0;
    }

    input:focus, textarea:focus, select:focus {
        background-color: #FFFFD0;
    }

    input[readonly]:focus, textarea[readonly]:focus, select[readonly]:focus {
        background-color: #F0F0F0;
    }

    input[type=file] {
        border: inherit;
    }

        input[type=file]:focus {
            background-color: inherit;
        }

select {
    padding: 0;
}

.inputFull {
    width: 100%;
    font-size: 10pt;
    box-sizing: border-box;
}

.inputFullWithBtn {
    width: calc(100% - 40px);
    font-size: 10pt;
    box-sizing: border-box;
}

.lockArea {
    white-space: nowrap; /* 禁止換行 */
    /*  overflow: hidden; 不顯示捲軸 */
    resize: none; /* 禁止瀏覽器拖放區塊大小 */
    border-radius: 4px;
}

.inputHalf {
    width: 50%;
    font-size: 10pt;
    box-sizing: border-box;
}
.inputFullBlock {
    width: 100%;
    height: 100%;
    font-size: 10pt;
}

a.hiddenLink {
    text-decoration: none;
    color: Black;
}

    a.hiddenLink:hover {
        color: Blue;
    }

.functionTitle {
    font-size: 10pt;
    font-weight: bolder;
    color: #F60;
    padding-top: 6px;
    padding-bottom: 3px;
}

.FunctionName {
    color: #F60;
    font-size: 10pt;
    font-weight: bold;
}

.error {
    color: yellow;
    font-size: 10pt;
    font-weight: bold;
}

.loginbackground_del {
    background-color: #FFF;
    background-image: url("Img/login_background.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%
}

.loginbackground {
    background: #FFF url("Img/login_background.jpg") center center fixed no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}



.loginform {
    background-color: transparent;
    background-image: url('Img/login_form.png');
    background-repeat: no-repeat;
    background-size: 500px;
    width: 500px;
    height: 600px;
    margin: 100px auto 0 auto;
}

.loginpart {
    text-align: center;
    width: 380px;
    margin: 0 auto;
}

    .loginpart input {
        padding: 5px;
    }

    .inputFull.disable
    {
        background-color:#999999;        
    }

.readOnly {
    color: Blue;
    font-weight: bold;
}

.inputgroup {
    display: flex;
}

.rpinput a {
    padding-top: 3px;
}

.rpinput {
    display: flex !important;
    outline: none;
    border-radius: 4px;
    padding-right: 4px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #FFFEFE;
}

to {
    display: flex;
    padding: 4px 8px;
    color: white;
}