﻿@charset "utf-8";

input {
    border: 1px solid #aeaeae;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
}

select {
    border: 1px solid #aeaeae;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    margin: 4px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
}

.TbList {
    margin: auto;
    width: 100%;
    background-color: #eeeeee;
}

    .TbList .center {
        text-align: center;
    }

    .TbList .TableTitle {
        color: #FFF;
        background-color: #05c0cf;
        text-align: left;
        padding-top: 10px;
        padding-right: 8px;
        padding-bottom: 10px;
        padding-left: 8px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        font-size: 18px;
    }

    .TbList th {
        font-family: "微軟正黑體";
        font-size: 15px;
        color: #000;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: normal;
        background-color: #9fd94d;
        padding-right: 8px;
        padding-left: 8px;
        border: 1px solid #fff;
    }

    .TbList td {
        font-family: "微軟正黑體";
        font-size: 15px;
        color: #000;
        text-align: left;
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #fff;
        padding-right: 8px;
        padding-left: 8px;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #fff;
    }

        .TbList td a {
            font-family: "微軟正黑體";
            font-size: 15px;
            color: #004eff;
            text-align: left;
            text-decoration: none;
            margin-right: 5px;
            margin-left: 5px;
        }

    .TbList tr:hover {
        background-color: #FFF;
    }

.TbListPink {
}

    .TbListPink th {
        background-color: #fc5185;
        color: #FFF;
    }

.TbForm {
    margin: auto;
    width: 100%;
}

    .TbForm th {
        background-color: #a1de53;
        font-family: "微軟正黑體";
        font-size: 15px;
        color: #000;
        text-align: left;
        padding-top: 8px;
        padding-right: 6px;
        padding-bottom: 8px;
        padding-left: 6px;
        border: 1px solid #FFFFFF;
    }

    .TbForm td {
        background-color: #f1f1f1;
        font-family: "微軟正黑體";
        font-size: 15px;
        color: #000;
        text-align: left;
        padding-top: 8px;
        padding-right: 6px;
        padding-bottom: 8px;
        padding-left: 6px;
        border: 1px solid #FFFFFF;
    }

        .TbForm td a {
            text-decoration: none;
            color: #355cb5;
        }

.TbFormPink {
}

    .TbFormPink th {
        background-color: #ff97b5;
        color: #FFF;
    }

.selected td {
    background-color: #9db4ef;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    font-family: "微軟正黑體";
    font-size: 14px;
    color: #000;
    text-align: left;
    padding-top: 8px;
    padding-right: 3px;
    padding-bottom: 8px;
    padding-left: 3px;
}

.txt {
    border-right-style: none;
    border-bottom-style: none;
    font-family: "微軟正黑體";
    font-size: 12px;
    color: #03C;
    text-align: left;
    border-top-style: none;
    border-left-style: none;
}

.txt02 {
    border-right-style: none;
    border-bottom-style: none;
    font-family: "微軟正黑體";
    font-size: 12px;
    color: #F30;
    text-align: left;
    border-top-style: none;
    border-left-style: none;
}

.TbForm .even {
    background-color: #009fe4;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    text-align: left;
}
/*-----------------------------------*/

/*次要表格*/
.TbList-Title{
	font-family: "微軟正黑體";
	font-size: 18px;
	font-weight: bold;
	color: #b5895c;
	margin-left: 0px;
}
.TbList-S{
	font-family: "微軟正黑體";
	font-size: 15px;
}
.TbList-S th{
	color: #b5895c;
	text-align: left;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5885b;
}
.TbList-S th a:link, .TbList-S th a:visited{
	background-image: url(../images/arr_date.png);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: left;
	width: 140px;
	padding-right: 10px;
	color: #b5895c;
	text-decoration: none;
}
.TbList-S td{
	color: #000;
	text-align: left;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
/*-----------------------------------*/

/*表單裡的表格*/
.List {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    line-height: 27px;
    border: 1px solid #f28989;
}

    .List th {
        color: #FFF;
        background-color: #f28989;
        text-align: center;
    }

    .List td {
        color: #666;
        padding-top: 2px;
        padding-right: 4px;
        padding-bottom: 2px;
        padding-left: 4px;
        background-color: #FFF;
        text-align: center;
        border: 1px solid #f28989;
    }

        .List td img {
            height: auto;
            width: 120px;
        }

/*----------------------------*/

/*按鈕*/
.BtnBox {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "微軟正黑體";
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

.BtnForm {
    font-weight: normal;
    border: 0px;
    text-decoration: none;
    display: inline-block;
    background-color: #4acb91;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: "微軟正黑體";
    font-size: 13px;
    color: #000;
    margin-left: 4px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .BtnForm:hover, .BtnForm:active {
        background-color: #3e7f83;
        cursor: pointer;
        color: #FFF;
    }

.BtnQuery {
    font-size: 14px;
    font-family: "微軟正黑體";
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    background-color: #a1de53;
    color: #ffffff;
    display: inline-block;
    padding-top: 4px;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

    .BtnQuery:hover {
        background-color: #ff7700;
    }

    .BtnQuery:active {
        position: relative;
        top: 1px;
    }

.BtnAdd {
    font-size: 14px;
    font-family: "微軟正黑體";
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    background-color: #f04a7a;
    color: #ffffff;
    display: inline-block;
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 32px;
    cursor: pointer;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-image: url(../images/Btn_add.png);
    background-repeat: no-repeat;
    background-position: 4px center;
}

    .BtnAdd:hover {
        background-color: #d83363;
    }

    .BtnAdd:active {
        position: relative;
        top: 1px;
    }

.BtnSave {
    font-size: 14px;
    font-family: "微軟正黑體";
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    background-color: #4acb91;
    color: #ffffff;
    display: inline-block;
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 32px;
    cursor: pointer;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-image: url(../images/Btn_save.png);
    background-repeat: no-repeat;
    background-position: 4px center;
}

    .BtnSave:hover {
        background-color: #ff7700;
    }

    .BtnSave:active {
        position: relative;
        top: 1px;
    }

.BtnBlue {
    font-weight: normal;
    border: 0px;
    text-decoration: none;
    display: inline-block;
    background-color: #0f97ff;
    font-family: "微軟正黑體";
    font-size: 13px;
    color: #FFF;
    margin-left: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 8px;
    padding: 8px;
}

    .BtnBlue:hover, .BtnBlue:active {
        background-color: #0091ff;
        cursor: pointer;
        color: #FFF;
    }

.BtnGrey {
    font-weight: normal;
    border: 0px;
    text-decoration: none;
    display: inline-block;
    background-color: #666666;
    font-family: "微軟正黑體";
    font-size: 13px;
    color: #FFF;
    margin-left: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 6px;
    line-height: 27px;
    padding-right: 8px;
    padding-left: 8px;
}

    .BtnGrey:hover, .BtnGrey:active {
        background-color: #dadada;
        cursor: pointer;
        color: #000;
    }

.BtnYellow {
    font-weight: normal;
    border: 0px;
    text-decoration: none;
    display: inline-block;
    background-color: #ffb026;
    font-family: "微軟正黑體";
    font-size: 13px;
    color: #000;
    margin-left: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 6px;
    width: 120px;
    line-height: 27px;
    padding-right: 8px;
    padding-left: 8px;
}

    .BtnYellow:hover, .BtnYellow:active {
        background-color: #ffa200;
        cursor: pointer;
        color: #000;
    }

.BtnBlueS {
    font-weight: normal;
    border: 0px;
    text-decoration: none;
    display: inline-block;
    background-color: #0f97ff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: "微軟正黑體";
    font-size: 13px;
    color: #FFF;
    padding: 4px;
    margin-top: 4px;
}

    .BtnBlueS:hover, .BtnBlueS:active {
        background-color: #0091ff;
        cursor: pointer;
        color: #FFF;
    }
.BtnGreenS {
    font-weight: normal;
    border: 0px;
    text-decoration: none;
    display: inline-block;
    background-color: #51bac3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: "微軟正黑體";
    font-size: 13px;
    color: #FFF;
    padding: 4px;
    margin-top: 4px;
}

    .BtnGreenS:hover, .BtnGreenS:active {
        background-color: #51bac3;
        cursor: pointer;
        color: #FFF;
    }

.BtnCoralS {
    font-weight: normal;
    border: 0px;
    text-decoration: none;
    display: inline-block;
    background-color: #ff735e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: "微軟正黑體";
    font-size: 13px;
    color: #FFF;
    padding: 4px;
    margin-top: 4px;
}

    .BtnCoralS:hover, .BtnCoralS:active {
        background-color: #ff4f35;
        cursor: pointer;
        color: #FFF;
    }

.BtnYellowS {
    font-weight: normal;
    border: 0px;
    text-decoration: none;
    display: inline-block;
    background-color: #ffb026;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: "微軟正黑體";
    font-size: 13px;
    color: #000;
    padding: 4px;
    margin-top: 4px;
}

    .BtnYellowS:hover, .BtnYellowS:active {
        background-color: #ffa200;
        cursor: pointer;
        color: #000;
    }
.BtnBluegreen {
	font-weight: normal;
	border: 0px;
	text-decoration: none;
	display: inline-block;
	background-color: #51bac3;
	font-family: "微軟正黑體";
	font-size: 13px;
	color: #FFF;
	margin-left: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 8px;
	line-height: 27px;
	padding-right: 8px;
	padding-left: 8px;
}
	.BtnBluegreen :hover, .BtnBluegreen :active {
		background-color: #359fa8;
		cursor: pointer;
		color: #FFF;
	}


/*頁碼*/
.BtnPage {
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    border: 1px solid #dcdcdc;
    text-decoration: none;
    background-color: #ffffff;
    color: #666666;
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    cursor: pointer;
    line-height: 18px;
}

    .BtnPage:hover {
        background-color: #f6f6f6;
    }

    .BtnPage:active {
        position: relative;
        top: 1px;
    }

.BPActive {
    background-color: #9fd94d;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
    color: #000;
    border: 1px solid #e3e3e3;
    line-height: 18px;
	padding:4px;
}

.BtnPage select {
    font-size: 12px;
    height: 16px;
    padding: 0px;
}

/*表格裡的說明文字*/
.TableTxt_opink {
    color: #f26c6c;
}

.BtnRight {
    float: right;
    display: block;
}

.BtnReportAdd {
    font-weight: normal;
    border: 0px;
    text-decoration: none;
    display: inline-block;
    background-color: #6bcad2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: "微軟正黑體";
    font-size: 13px;
    color: #FFF;
    margin-top: 2px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    margin-right: 4px;
}

    .BtnReportAdd:hover, .BtnReportAdd:active {
        background-color: #6f4f8b;
        cursor: pointer;
        color: #FFF;
    }

.BtnDel {
    font-size: 14px;
    font-family: "微軟正黑體";
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    background-color: #F38181;
    color: #ffffff;
    display: inline-block;
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 32px;
    cursor: pointer;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-image: url(../images/Btn_del.png);
    background-repeat: no-repeat;
    background-position: 4px center;
}

    .BtnDel:hover {
        background-color: #f36767;
    }

    .BtnDel:active {
        position: relative;
        top: 1px;
    }

.BtnEmail {
    font-size: 14px;
    font-family: "微軟正黑體";
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    background-color: #3498DB;
    color: #ffffff;
    display: inline-block;
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 32px;
    cursor: pointer;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-image: url(../images/Btn_email.png);
    background-repeat: no-repeat;
    background-position: 4px center;
}

    .BtnEmail:hover {
        background-color: #158cdb;
    }

    .BtnEmail:active {
        position: relative;
        top: 1px;
    }

.BtnBack {
    font-size: 14px;
    font-family: "微軟正黑體";
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    background-color: #b591d5;
    color: #ffffff;
    display: inline-block;
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 32px;
    cursor: pointer;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-image: url(../images/Btn_back.png);
    background-repeat: no-repeat;
    background-position: 4px center;
}

    .BtnBack:hover {
        background-color: #a181be;
    }

    .BtnBack:active {
        position: relative;
        top: 1px;
    }

.BtnWord {
    font-size: 14px;
    font-family: "微軟正黑體";
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    background-color: #b6b6b6;
    color: #ffffff;
    display: inline-block;
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 32px;
    cursor: pointer;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-image: url(../images/Btn_word.png);
    background-repeat: no-repeat;
    background-position: 4px center;
}

    .BtnWord:hover {
        background-color: #a4a4a4;
    }

    .BtnWord:active {
        position: relative;
        top: 1px;
    }
/*流程圖按鈕*/
.BtnAccess {
    font-weight: normal;
    border: 0px;
    text-decoration: none;
    display: inline-block;
    background-color: #434d90;
    font-family: "微軟正黑體";
    font-size: 15px;
    color: #FFF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-top: 8px;
    line-height: 50px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
    width: 150px;
}

    .BtnAccess:hover, .BtnAccess:active {
        background-color: #d53e64;
        cursor: pointer;
        color: #FFF;
        text-decoration: none;
    }

    .BtnAccess.active {
        background-color: #d53e64;
        cursor: pointer;
        color: #FFF;
        text-decoration: none;
    }
/*流程圖按鈕結尾*/