
body {
    margin: 0PX;
}

div, a, span, td, input .Field {
    box-sizing: border-box;
}

P {
    margin-bottom: 0px;
    margin-top: 0px;
}

.Panel {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.PageTitle {
    font-size: 20PX;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    font-family: 微軟正黑體,Microsoft JhengHei,Zawgyi-one;
}



.SearchTable {
    border-collapse: collapse;
    border: 1px solid rgb(200,200,200);
    width: 600px;
    font-family: 微軟正黑體,Microsoft JhengHei,Zawgyi-one;
    margin-left: auto;
    margin-bottom: 20px;
}


    .SearchTable .TR.Header {
        text-align: center;
    }


    .SearchTable .CaptionContainer {
        text-align: center;
        background-color: rgb(250,250,250);
        border: none;
        color: rgb(50,50,50);
        padding: 5PX;
        font-size: 15PX;
        width: 100px;
        font-family: 微軟正黑體,Microsoft JhengHei,Zawgyi-one;
    }


    .SearchTable .Row TD {
        border: 1px solid rgb(200,200,200);
        padding: 2px;
        text-align: center;
    }



    .SearchTable .Button {
        color: black;
        background-color: rgb(235, 235, 235);
    }

.CommandBar {
    text-align: right;
    margin-bottom: 10px;
    padding-right: 10px;
    position: relative;
    overflow:hidden;
}


    .CommandBar .Button.Left {
        float: left;
    }

    .CommandBar .Button:nth-child(n+2).Left {
        margin-left: 10px;
    }


.RedTextbox {
    background-color: red;
    color: white;
}


input[type=text] {
    border: 1px solid gray;
    font-family: 微軟正黑體,Microsoft JhengHei,Zawgyi-one;
}

Textarea {
    border: 1px solid gray;
    font-family: 微軟正黑體,Microsoft JhengHei,Zawgyi-one;
    width: 95%;
    height: 120px;
}

.Noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}


select {
    font-family: 微軟正黑體,Microsoft JhengHei,Zawgyi-one;
}

.Button {
    background-color: rgb(114,199,6);
    color: white;
    border: 1px solid lightgray;
    font-size: 15PX;
    cursor: hand;
    cursor: pointer;
    font-family: 微軟正黑體,Microsoft JhengHei,Zawgyi-one;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
}

    .Button:disabled {
        color: #C0C0C0;
        cursor: default;
    }



    .Button:not(:disabled):hover {
        background-color: rgb(110,179,5);
        color: white;
    }



.ListSummary {
    text-align: right;
    font-style: italic;
    padding-right: 10px;
    margin-bottom: 4px;
}


.ListTable {
    border-collapse: collapse;
    font-family: Arial;
    border: 1px solid rgb(200,200,200);
    font-family: 微軟正黑體,Microsoft JhengHei,Zawgyi-one;
    width: 100%;
    margin-bottom: 20px;
}

    .ListTable .Header td {
        background-color: rgb(238,238,238);
        border: none;
        color: rgb(102,102,102);
        padding: 5PX;
        font-size: 15PX;
        font-family: 微軟正黑體,Microsoft JhengHei,Zawgyi-one;
        font-weight: bold;
    }

    .ListTable .Row {
        border: none;
        font-size: 15px;
        font-family: 微軟正黑體,Microsoft JhengHei,Zawgyi-one;
    }


        .ListTable .Row:not(.Checked):hover {
            background-color: #FAFAFA;
        }


        .ListTable .Row.Checked {
            background-color: #f6f4eb;
        }

        .ListTable .Row.LastDetail:not(.Checked) {
            animation: LastDetailAnimation 2s ease 0s 1 forwards;
            -webkit-animation: LastDetailAnimation 2s ease 0s 1 forwards;
        }


            .ListTable .Row.LastDetail:not(.Checked):hover {
                background-color: #FAFAFA;
            }

    .ListTable .Link {
        color: #000000;
    }

@keyframes LastDetailAnimation {
    0% {
        background-color: #ffffff;
    }

    10% {
        background-color: #e6edf2;
    }

    100% {
        background-color: #ffffff;
    }
}

@-webkit-keyframes LastDetailAnimation {
    0% {
        background-color: #f0f0f0;
    }

    10% {
        background-color: #e6edf2;
    }

    100% {
        background-color: #f0f0f0;
    }
}

.ListTable .Header td {
    white-space: nowrap;
}

.ListTable .Row TD {
    border: 1px solid rgb(200,200,200);
    padding: 2px;
    border-collapse: collapse;
    text-align: center;
    font-size: px;
    font-family: 微軟正黑體, Microsoft JhengHei, Zawgyi-one;
}


    .ListTable .Row TD.ButtonList {
        text-align: right;
        padding-right: 10px;
        padding-top: 4px;
        padding-bottom: 4px;
    }


.ListTable A.Button {
    text-decoration: none;
}


.SingleLine {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-width: 300px;
    overflow: hidden;
}


.EditTable {
    border: 1px solid white;
    width: 100%;
    font-family: 微軟正黑體,Microsoft JhengHei,Zawgyi-one;
    border-collapse: collapse;
}

    .EditTable input{
        background-color:transparent;
        border:none;
    }

.SystemLoginGroup .EditTable input {
    background-color: white;
    border: 1px solid #c0c0c0;
}


.EditTable .Splitter {
    background-color: #E1E8F5;
    color: #0066FF;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    cursor: pointer;
    clear: both;
    width: 100%;
}

    .EditTable .CaptionContainer {
        background-color: #99CCFF;
        border: 1px solid white;
        color: #0066FF;
        padding: 5PX;
        font-size: 15PX;
        width: 100px;
        font-family: 微軟正黑體,Microsoft JhengHei,Zawgyi-one;
        text-align: left;
    }

    .EditTable > TR > TD {
        border: 1px solid white;
    }

        .EditTable > TR > TD:not(.CaptionContainer) {
            border: 1px solid white;
            background-color: #E1E8F5;
            padding: 2px;
            padding-left: 10px;
            text-align: left;
            font-size: 15px;
        }


        .EditTable > TR > TD.Splitter {
            font-size: 16px;
            line-height: 30px;
            background-color: #99CCFF;
        }

    .EditTable .No {
        border: 1px solid #E0E0E0;
        background-color: #f0f0f0;
        min-width: 40px;
        display: inline-block;
        padding-left: 2px;
        padding-right: 2px;
    }

        .EditTable .No:empty {
            display: none;
        }

    .EditTable .Long {
        width: 95%;
    }

    .EditTable .Short {
        width: 50px;
    }

.RadioButtonList SPAN.Checked {
    font-weight: bold;
    font-size: 15px;
}

.CheckboxList SPAN.Checked {
    font-weight: bold;
}

.ErrorMessage,
.error_message {
    color: red;
    font-size: 13px;
}

.EditTable .error_message {
    white-space: nowrap;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}


    .EditTable .error_message:empty {
        display: none;
    }

.ValidationMessage {
    white-space: pre-wrap;
    border: 1px solid #a0a0a0;
    background-color: rgba(255,255,255,0.9);
    padding: 10px;
    font-size: 13px;
    font-family: 微軟正黑體,Microsoft JhengHei,Zawgyi-one;
    min-width: 200px;
    min-height: 100px;
}


.FooterNote {
    max-width: 800PX;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    font-size: 13px;
    font-family: 微軟正黑體,Microsoft JhengHei,Zawgyi-one;
    margin-top: 10px;
    font-style: italic;
}




.EditForm {
    border: 1px solid rgb(240,240,240);
    width: 100%;
    font-family: 微軟正黑體,Microsoft JhengHei,Zawgyi-one;
    border-collapse: collapse;
    display: block;
    overflow: hidden;
}


    .EditForm .Splitter {
        background-color: #99CCFF;
        color: #0066FF;
        height: 30px;
        font-size: 16px;
        font-weight: bold;
        padding: 5px;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        cursor: pointer;
        display: block;
        width: 100%;
        float: left;
        text-align: left;
    }

        .EditForm .Splitter:nth-child(n+1) {
            border-top: none;
        }

        .EditForm .Splitter:first-child {
            border-top: none;
        }

    .EditForm .Parameter {
        display: block;
        float: left;
        width: 50%;
        font-size: 0px;
    }

        .EditForm .Parameter .CaptionContainer {
            display: block;
            float: left;
            background-color: #99CCFF;
            border: none;
            color: #0066FF;
            padding: 5PX;
            font-size: 15PX;
            width: 100px;
            font-family: 微軟正黑體,Microsoft JhengHei,Zawgyi-one;
            text-align: left;
            width: 40%;
            border-right: 1px solid lightgray;
            height: 30px;
        }

        .EditForm .Parameter .FieldContainer {
            display: block;
            background-color: #E1E8F5;
            float: left;
            width: 60%;
            border-bottom: 1px solid white;
            text-align: left;
            padding-left: 4px;
            padding-top: 2px;
            padding-bottom: 2px;
            padding-right: 15px;
            height: 30px;
            font-size: 15Px;
        }

            .EditForm .Parameter .FieldContainer .Field {
                width: 100%;
                padding-left: 3px;
                border: none;
                background-color: transparent;
            }

        .EditForm .Parameter.Width100 {
            width: 100%;
            display: table;
        }

            .EditForm .Parameter.Width100 .CaptionContainer {
                width: 20%;
                display: table-cell;
                vertical-align: middle;
            }

            .EditForm .Parameter.Width100 .FieldContainer {
                width: 80%;
                display: table-cell;
            }



        .EditForm .Parameter .Field.Long {
            width: 100%;
        }


*.BackendOnly
{
    display:none!important;
}


.BackendOnly {
    display: none !important;
} 

 
 
            .EditForm .Parameter .FieldContainer .Field {
                width: 100%;
                padding-left: 3px;
                border:none;
            }

        .EditForm .Parameter.Width100 {
            width: 100%;
            display: table;
        }

            .EditForm .Parameter.Width100 .CaptionContainer {
                width: 20%;
                display: table-cell;
                vertical-align: middle;
            }

            .EditForm .Parameter.Width100 .FieldContainer {
                width: 80%;
                display: table-cell;
            }



        .EditForm .Parameter .Field.Long {
            width: 100%;
        }

@media screen and (max-width:660px) {
    .EditForm .Parameter {
        width: 100%;
        float: none;
    }

        .EditForm .Parameter .CaptionContainer {
            width: 20%;
            vertical-align: middle;
        }

        .EditForm .Parameter .FieldContainer {
            width: 80%;
        }

        .EditForm .Parameter.Width100 .CaptionContainer {
            width: 20%;
        }

        .EditForm .Parameter.Width100 .FieldContainer {
            width: 80%;
        }
}
