﻿@charset "utf-8";

@media print {
    .print_box{
        display:none;
    }
}

.overprint{
    position: relative;
    text-align: right;
}

.overprint span{
    position: absolute;
    right: 45px;
    top: 55px;
    color: #03139B;
    font-size: 18px;
    font-weight: bold;
}

body{
    padding-top:0px !important;
    padding-bottom:0px !important;
    font-size:14px;
    font-family: 微軟正黑體, 'Microsoft JhengHei', sans-serif !important;
    letter-spacing: 1px;
}
  
  /*AC0003 開始*/   
 
 .alt1 {
            font-weight: 600;
            font-size: 12px;
            position: relative;
            letter-spacing: 2px;
            top: -90px;
            left: -385px;
            color: #CB4141;
            cursor: pointer;
        }

        .alt2 {
            font-weight: 600;
            font-size: 12px;
            position: relative;
            letter-spacing: 2px;
            top: 10px;
            left: -500px;
            color: #CB4141;
            cursor: pointer;
        }

            .alt1 span, .alt2 span {
                display: none;
            }

            .alt1:hover span, .alt2:hover span {
                font-weight: 600;
                color: #CB4141;
                padding: 6px;
                position: absolute;
                display: block;
                top: 10px;
                left: 80px;
                width: 400px;
                background: -webkit-linear-gradient(225deg,lightblue,white,lightblue);
                background: -o-linear-gradient(225deg,lightblue,white,lightblue);
                background: -moz-linear-gradient(225deg,lightblue,white,lightblue);
                background: linear-gradient(225deg,lightblue,white,lightblue);
                border-radius: 10px;
                z-index: 1;
                -moz-box-shadow: 3px 2px 3px rgba(20%,20%,40%,0.5);
                -webkit-box-shadow: 3px 2px 3px rgba(20%,20%,40%,0.5);
                box-shadow: 3px 2px 3px rgba(20%,20%,40%,0.5);
            }

            /*AC0003 結束*/   

.AC08_step{
    overflow:auto;
    width:100%;
}

.AC08_step div{
    background-color:#008888;
    padding:20px 0;
    text-align:center;
    float:left;
    width:16.4%;
    height:80px;
    border-radius:10px;
    color:#fff;
    position:relative;
    margin-top:20px;
}

.AC08_step div+div{
    margin-left:50px;
}

.AC08_step div+div:before{
    content:'';
    width:24px;
    height:24px;
    background-image:url(images/arrow-pointing-to-right.png);
    display:block;
    position:absolute;
    left:-37px;
    top:28px;
}

.AC08_step div:nth-child(2),
.AC08_step div:nth-child(5){
    line-height:40px;
}

header{
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#FFF;
    position:fixed;
    z-index:1000;
}


header .container{
    padding:0px;
}

.logo{
    float:left;
}

.headerRight{
    position:relative;
    float:right;
    margin-top:10px;
}

.headerRight div{
    margin-top:20px;
    margin-left:10px;
    float:left;
}

.sitemap{
    position:absolute;
    top:-12px;
    right:0px;
    color:#333;
    text-decoration:none !important;
}

.sitemap:before{
    content:'';
    width:16px;
    height:16px;
    background:url(../Content/images/map_icon.png) no-repeat;
    display:block;
    margin:2px 5px 0 0;
    float:left;
}

/*layout head的css 20170110 ian*/
.sitemap1{
    position:absolute;
    top:-12px;
    right:86px;
    color:#333;
    text-decoration:none !important;
}

.sitemap1:before{
    content:'';
    width:16px;
    height:16px;
    background:url(../Content/images/Icon_placeholder_02.png) no-repeat;
    display:block;
    margin:2px 5px 0 0;
    float:left;
}

.sitemap2{
    position:absolute;
    top:-12px;
    right:166px;
    color:#333;
    text-decoration:none !important;
}

.sitemap2:before{
    content:'';
    width:16px;
    height:16px;
    background:url(../Content/images/Icon_Nt_02.png) no-repeat;
    display:block;
    margin:2px 5px 0 0;
    float:left;
}

.sitemap3{
    position:absolute;
    top:-12px;
    right:248px;
    color:#333;
    text-decoration:none !important;
}

.sitemap3:before{
    content:'';
    width:16px;
    height:16px;
    background:url(../Content/images/Icon_Foreign_02.png) no-repeat;
    display:block;
    margin:2px 5px 0 0;
    float:left;
}
/*layout head的css end*/
header .container div:nth-child(1){
    margin-left:20px;
}


header span{
    font-family: 微軟正黑體, 'Microsoft JhengHei', sans-serif !important;
    font-size:13px;
}

.top_main{
	margin: 15px auto 0 auto;
	min-height: 160px;
	width: 100%;
	border:solid 1px #9E9E9E;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	-moz-box-shadow:3px 3px 3px #BFBFBF;
	-webkit-box-shadow:3px 3px 3px #BFBFBF;
	box-shadow:3px 3px 3px #BFBFBF;
	background-color: #fff;
    padding: 0px;
}

.top_main_content{
    width: 98%;
    margin-left:auto;
    margin-right:auto;
}

    .top_main_content_head {
        padding: 10px 0px 10px 0px;
        font-size: 17px;
        color: #617dba;
        border-bottom: 1px #999 solid;
    }

    .top_main_content_table{
        width: 100%;
        margin-top: 10px;
    }

.topmain_tab{
	background-color: #DEDEDE;
	height: 30px;
	border-radius: 13px 13px 0 0;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}

.topmain_tab li{
	float: left;
	width: 160px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	font-weight: 600;
	border-right: solid 1px #999;
	margin:5px 0 5px 0;
    font-size:14px;
}

.topmain_tab span{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #617DBA;
	color: #fff;
	font-size: 13px;
    margin-right:5px;
}

.tab-content {
    width: 98%;
    margin-left: 1%;
}

#tab_box{
	width: 96%;
	margin-top: 5px;
}

#tab_box tr th{
	font-size: 13px;
	border: solid 1px #F2F2F2;
}

#tab_box tr td:nth-child(1){
	width: 250px;
	color: #666;
}

#tab_box tr td:nth-last-child(1){
	width: 60px;
}

#tab_box tr td{
	height: 25px;
	border-right: solid 1px #fff;
}

.body-content {
    padding-top:125px;
}

.container_MinH h2{
    padding-left:20px;
    color:#2F578E;
    position:relative;
    margin-top:10px;
    margin-bottom:15px;
}

.container_MinH h2:before{
    content:"";
    width:7px;
    height:33px;
    position:absolute;
    background-color:#2F578E;
    left:0px;
}

.top_main > a{
	margin-left: 910px;
	font-size: 14px;
	color: #0078ff; 
}

.top_main > a:hover{
	color: #173c8a;
	transition:0.5s;
}

.center_main{
	margin: 15px auto 0 auto;
	width: 980px;
	border:solid 1px #9E9E9E;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	-moz-box-shadow:3px 3px 3px #BFBFBF;
	-webkit-box-shadow:3px 3px 3px #BFBFBF;
	box-shadow:3px 3px 3px #BFBFBF;
	background-color: #fff;
}

.botton_main{
	margin: 15px auto 0 auto;
	height: 250px;
	width: 980px;
	border:solid 1px #9E9E9E;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	-moz-box-shadow:3px 3px 3px #BFBFBF;
	-webkit-box-shadow:3px 3px 3px #BFBFBF;
	box-shadow:3px 3px 3px #BFBFBF;
	background-color: #fff;
}

.main_title{
	width: 950px;
	border-bottom:solid 1px #173c8a;
	color: #173c8a;
	margin:0 auto 20px auto;
	line-height: 50px;
	padding-left: 10px;
	font-size: 17px;
	font-weight: 700;
}

.menuBox{
	width: 100%;
	height: 40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7ca5dd+0,6999d3+32,4a7fbf+65,3262a5+100 */
	background: #7ca5dd; /* Old browsers */
	background: -moz-linear-gradient(top, #7ca5dd 0%, #6999d3 32%, #4a7fbf 65%, #3262a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ca5dd), color-stop(32%,#6999d3), color-stop(65%,#4a7fbf), color-stop(100%,#3262a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7ca5dd 0%,#6999d3 32%,#4a7fbf 65%,#3262a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7ca5dd 0%,#6999d3 32%,#4a7fbf 65%,#3262a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7ca5dd 0%,#6999d3 32%,#4a7fbf 65%,#3262a5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7ca5dd 0%,#6999d3 32%,#4a7fbf 65%,#3262a5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ca5dd', endColorstr='#3262a5',GradientType=0 ); /* IE6-9 */
    position:fixed;
    z-index:1000;
    top:70px;
	-moz-box-shadow:1px 1px 3px #808080;
	-webkit-box-shadow:1px 1px 3px #808080;
	box-shadow:1px 1px 3px #808080;
}
    

.menuBox div{
    width:1155px;
    margin:0 auto 5px auto;
    height:40px !important;
    
}

.menu_level1 a:nth-child(3){
    margin-left:-25px;
    
}

.MainContentArea {
    background: #f0f0f0; /* Old browsers */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}

.message_box{
	width: 450px;
	height: 345px;
	padding: 0px 15px 15px 15px;
	border-right:solid 1px #9E9E9E;
	float: left;
}

.message_box > p{
	color: #000;
	padding:0 0 10px 5px;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 17px;
}

.message {
	width: 450px;
	height: 160px;
	border:solid 1px #9E9E9E;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin:0 auto 5px auto;
	background-color: #F2F2F2;
	float: left;
}

.top_menu_sel a{
    padding: 10px !important;
}

.menu_level1 a {
    font-size: 13px;
    color: #fff !important;
    letter-spacing: 0.5px;
    padding: 10px !important;
    height:auto;
}

#calendar{
    margin-top: 2%;
    margin-bottom:2%;
}

.schedule {
    border-right: 1px #eee solid;
    margin-top: 2%;
    margin-bottom:2%;
}

.Home_Button:hover {
    background-color:#f0f0f0;
    color: #173c8a !important;
}

.menu_level2 a{
    color: #333 !important;
}

.open a {
    color: #173c8a !important;
}

.message p{
	width: 415px;
	margin:0px auto 0px auto;
	border-bottom:solid 1px #9E9E9E;
	padding:10px 0 10px 0;
	font-size: 14px;
	text-shadow:0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989;
	color: #fff;
	font-weight: 600;
	letter-spacing: 3px;
}

.message ul{
	width: 415px;
	line-height: 25px;
	font-size: 13px;
	margin:0 auto 0 auto;
	padding: 10px 0 0 10px;
}

.message ul li {
	background-image: url(../image/triangle.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#message_color{
	border:solid 1px #4271D0;
	background-color: #D7DEEE;
}

#message_color p {
	border-bottom:solid 1px #4271D0;
	text-shadow:0px 0px 3px #4577E0,0px 0px 3px #4577E0,0px 0px 3px #4577E0,0px 0px 3px #4577E0,0px 0px 3px #4577E0,0px 0px 3px #4577E0,0px 0px 3px #4577E0,0px 0px 3px #4577E0,0px 0px 3px #4577E0,0px 0px 3px #4577E0,0px 0px 3px #4577E0,0px 0px 3px #4577E0,0px 0px 3px #4577E0,0px 0px 3px #4577E0,0px 0px 3px #4577E0;
}

.locus {
	height: 165px;
	width: 485px;
	float: left;
}

.locus p{
	width: 430px;
	margin:0px auto 0px auto;
	font-size: 14px;
	text-shadow:0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989,0px 0px 3px #898989;
	color: #fff;
	font-weight: 600;
	letter-spacing: 3px;
}

.login_box{
	width: 450px;
	margin:20px auto 10px auto;
	font-size: 13px;
	text-align: center;
}

.login_box tr{
	height: 20px;
	line-height: 20px;
}

.login_box tr:nth-child(1){
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+0,dfe5d7+48,c9cebe+100 */
	background: rgb(252,255,244); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,255,244,1) 0%, rgba(223,229,215,1) 48%, rgba(201,206,190,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,255,244,1)), color-stop(48%,rgba(223,229,215,1)), color-stop(100%,rgba(201,206,190,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 48%,rgba(201,206,190,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 48%,rgba(201,206,190,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 48%,rgba(201,206,190,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(252,255,244,1) 0%,rgba(223,229,215,1) 48%,rgba(201,206,190,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#c9cebe',GradientType=0 ); /* IE6-9 */
}

.login_box tr:nth-child(2) td{
	padding-top: 5px;
}

.login_box tr td{
	color: #000;
}

.login_box tr td:nth-child(1){
	color: #666; 
	font-weight: 600;
}

.login_box tr:nth-child(3) td:nth-child(1),
.login_box tr:nth-child(4) td:nth-child(1){
	color: #0078ff; 
}

.login_box tr:nth-child(2n+1) td{
	background-color: #F2F2F2;
}

.locus a{
	margin-left: 420px;
	font-size: 12px;
	color: #0078ff; 
}

.locus a:hover{
	color: #173c8a;
	transition:0.5s;
}

#login_aline tr td:nth-child(1){
	text-align: left;
	color: #666;
	padding-left: 15px;
}

.tab_hover{
	height: 35px;
	width: 161px;
	margin-top: -11px;
	margin-left: -1px;
	font-size: 16px;
	color: #173c8a;
	border:solid 1px #9E9E9E;
	border-bottom: none;
	-moz-border-radius: 13px 13px 0 0;
	-webkit-border-radius: 13px 13px 0 0;
	border-radius: 13px 13px 0 0;
	background-color: #fff;
}

.tab_hover span{
	margin-top: 10px;
	font-size: 15px;
	background-color: #173c8a;
}

.PickedTab {
    width: 162px;
    height: 40px;
    margin-top: -15px;
    margin-left: -1px;
    background: #fff;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
    border-top: 1px #999 solid;
    border-left: 1px #999 solid;
    border-right: 1px #999 solid;
    padding-top: 10px;
}

.PickedDate, .DaySchedule {
    width: 100%;
}

.SystemAlarm, .PersonalSchedule {
    width: 100%;
    height: 200px;
    margin-top: 5px;
    padding: 2%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    border: 1px #999 solid;
}

.SystemAlarmTitle, .PersonalScheduleTitle {
    font-size:15px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
    padding-bottom: 10px;
}

.SystemAlarmContent, .PersonalScheduleContent {
    height: 145px;
    overflow: auto;
}

.SystemAlarm {
    background: #eee;
}

.SystemAlarmTitle {
    text-shadow:0 0 5px #666, 0 0 1px #666, 0 0 1px #666, 0 0 1px #666, 0 0 1px #666, 0 0 1px #666, 0 0 1px #666;
    border-bottom: 1px #666 solid;
}

.PersonalSchedule {
    background: #9be;
}

.PersonalScheduleTitle {
    text-shadow:0 0 5px #258, 0 0 1px #258, 0 0 1px #258, 0 0 1px #258, 0 0 1px #258, 0 0 1px #258, 0 0 1px #258;
    border-bottom: 1px #258 solid;
}

.XStabLine {
    background: #4a7fbf;
    padding-left: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.XStabLine select {
    color: #fff;
    background: none;
    border: none;
    letter-spacing: 2px;
    font-weight: bold;
}

.XStabLine option {
    font-size: 12px;
    letter-spacing: 2px;
    color: #000;
    background: #ddd;
}

.TrackingArea table {
    border-top: 1px #999 solid;
    margin-top: 10px;
    margin-bottom: 10px;
}

.TrackingArea th {
    text-align: center;
    background: #eee;
}

.TrackingArea span {
    color: #258;
    font-weight: bold;
    letter-spacing: 2px;
    font-size:14px;
}

.fc-left > h2{
    font-size:20px;
}

footer{
    border-top:1px solid #2F578E !important;
    padding-top:25px;
    padding-bottom:20px;
    font-size:14px;
    background-color:#F7F7F7;
}

footer .div-wrapper p{
    margin-bottom:2px;
}

#Password , #Unino , #UserId{
    font-family: 'Microsoft JhengHei', sans-serif !important;
    letter-spacing: 0px;
    font-size:13px;
}
.Required_star{
    display:inline-block;
}

.Required_star:before{
    content:"*";
    color:red;
}

.Required_star > label {
    padding-left: 0px !important;
}

.sitemap_Box{
    padding-bottom: 20px;
    border-left:1px solid #D8D8D8;
    border-right:1px solid #D8D8D8;
    border-bottom:1px solid #D8D8D8;
    margin-bottom:10px;
    border-radius:5px;
}

.sitemap_Box p{
    border-radius:5px 5px 0 0;
    border-top:#51A2A2 solid 2px;
    padding-top: 8px;
    background-color: #E3E3FF;
    padding-bottom: 8px;
    color:#005757;
    font-weight:600;
    font-size:15px;
    padding-left:15px;
    position:relative;
}

.sitemap_Box ul li a{
    position:relative;
    margin-left: 15px;
}


.sitemap_Box ul li a:before{
    left:-13px;
    top:6px;
    content:'';
    width:8px;
    height:8px;
    background:url(../Content/images/link_icon.png) no-repeat;
    position:absolute;
}

.sitemap_Box ul{
    margin-top:5px;
}

.sitemap_Box li{
    margin-top:2px;
    margin-bottom:2px;
}

.sitemap_Box div div > a{
    color:#333;
    text-decoration:none;
}

.sitemap_Box a{
    text-decoration:none;
}


/*-----note staly--------*/

.note_box{
    margin-top:30px;
    padding:20px;
    background-color:#e9e9e9;
    border-radius:8px;
}

.note_box p{
    background:url(../Content/images/note.png) no-repeat left;
    padding-left:25px;
    color:#FF702C;
    font-weight:bold;
    margin-bottom:15px;
}

.note_box ul{
    list-style-type:decimal;
    margin:0;
}

.note_box ul li:not(:nth-last-child(1)){
    margin-bottom:8px;
}

.note_box ul li span{
    color:#ff0000;
}

.note_box.note-app ul{
    display:inline-block;
    width:68%;
}

.note_box.note-app img{
    width:80px;
    float:right;
}

.agreeBook{
    background-color: #D1E4D1;
    width: 75%;
    margin: 40px auto 10px;
    padding: 30px;	
}

.agreeBook > p{
    font-size: 18px;
    font-weight: bold;	
	color: #ff0000;
}

.agreeBook > div > p{
    font-size: 15px;
    font-weight: bold;	
}

.agreeBook > div ul{
	padding-left: 25px;
	margin-bottom: 0px;
	list-style-type: cjk-ideographic;	
}


/*-----table相關staly--------*/

#cboxOverlay{
    background-color:rgba(0,0,0,.6) !important;
}

.CT_1002_p{
    margin-top: 20px;
    font-size:15px;
    font-weight:600;
}

.form-horizontal > .form-group{
    margin-bottom:0px !important;
}

.radius_style > .form-group , .CT1002_style > .form-group{
    border-bottom:1px solid #A3BDE0;
}

.radius_style{
    background-color:#DFE9F4;
}

.CT1002_style{
    background-color:#FBFCFD;
}

.CT1002_style > .form-group div:nth-child(odd){
    background-color:#DFE9F4;
    margin-right:10px;
}


.form-group > label{
    color:#005757;
}

.form-group div{
    min-height:36px;
    background-color:#FBFCFD;
}

.determine_box , .AC_01BT , .determine_box_1 , .print_box , .cancel_box{
    text-align:center;
    margin-top:10px;
    padding:10px 0;
}

.cancel_box input{
    padding:10px 0px;
    color:#FFF;
    background-color:#888 !important;
    font-weight:bold;
    font-size:15px;
    letter-spacing:1px;
    width:240px;
}

.cancel_box input:hover{
    color:#FFF;
    background-color:#999 !important;
    transition:.3s;
}

.print_box button{
    padding:10px 0px;
    color:#FFF;
    background-color:#008080 !important;
    font-weight:bold;
    font-size:15px;
    letter-spacing:1px;
    width:240px;
}

.print_box button:hover{
    color:#FFF;
    background-color:#009393 !important;
    transition:.3s;
}

.determine_box input , .determine_box button , .determine_box a{
    padding:10px 0px;
    color:#FFF;
    background-color:#2F578E !important;
    font-weight:bold;
    font-size:15px;
    letter-spacing:1px;
    width:240px;
}

.determine_box input:hover , .determine_box button:hover , .determine_box a:hover{
    color:#FFF;
    background-color:#3D71B8 !important;
    transition:.3s;
}

.AC_01BT input , .AC_01BT a{
    width:130px;
    padding:10px 0;
    color:#FFF;
    background-color:#2F578E;
    font-weight:bold;
    font-size:15px;
    letter-spacing:1px;
}

.AC_01BT input:hover , .AC_01BT a:hover{
    color:#FFF;
    background-color:#3D71B8;
    transition:.3s;
}

.determine_box_1 input{
    padding:10px 0;
    width:130px;
    font-weight:bold;
    font-size:15px;
    letter-spacing:1px;
}

.determine_box_1 input:nth-child(2){
    margin-right:10px;
}

.determine_box_1 input:nth-child(3){
    margin-left:10px;
}

.determine_box_1 input:hover{
    transition:.3s;
}


.buttonStyle{
    border-radius: 5px !important;
    background-color:#D66969;
    border:0px;
    color:#fff;
    padding:4px 13px;
    margin-left:5px;
}

.buttonStyle:hover , .buttonStyle:focus {
    background-color:#CF5252;
    transition:.3s;
    color:#fff;
    text-decoration:none;
}

.checkbox-inline {
    cursor: default;
}

.enter_box{
    font-weight: 600;
    color: #D25959;
    margin-top: 20px;
    text-align:center;
}

.password_box{
    padding: 40px 0;
    text-align: center;
    background-color: #DFE9F4;
    color:#CB4141;
    font-weight:600;
    position:relative;
}

.lock_box{
    width:80%;
    margin:0 auto;
    position:relative;
}

.lock_box:before{
    left:230px;
    top:5px;
    content:'';
    position:absolute;
    width:24px;
    height:24px;
    background:url(../Content/images/exclamation.gif) no-repeat center;
}

.lastMessage_box{
    text-align: center;
    font-weight:600;
    position:relative;
    margin-top:10px;
    margin-bottom:30px;
}

.lastMessage_box span{
    color:#CB4141;
}

.lastMessage_box .lastMessage{
    color:#FF5200;
    font-size:16px;
    position:relative;
}

.lastMessage_box .lastMessage:before{
    left:-35px;
    content:'';
    position:absolute;
    width:24px;
    height:24px;
    background:url(../Content/images/Message.gif) no-repeat center;
}

.validation-summary-errors ul , .validation-summary-errors ul li{
    list-style:none !important;
    padding-left:0px;
}

.Data_bt {
    background-color: rgba(255,255,255,0);
    border: 0px;
    color: #5C88C9;
    margin-bottom: 3px;
    text-decoration: underline;
}


/*-----個別檔案調整--------*/

#InvoiceData_wrapper , .dataTables_wrapper{
    background-color:#B3C8E6;
    padding-top:5px;
}

.checkbox-inline{
    padding:8px 0 8px 0px !important;
}

.InvoiceData_Box > div:nth-child(1){
    padding:10px 0 10px 5px;
    background-color:#D0CDD6;
    color:#111;
    border-top:1px #555 solid;
}


#AccountBalance{
    display:inline-block;

}

#PrcDtStart , #PrcDtEnd{
    width:auto !important;
}

.floatLeft{
    float:left;
}

.fontWeight > label {
    font-weight:500 !important;
}

.width_auto{
    width:auto;
}

#ToAmt{
    display:inline-block;
    margin-left:10px;
    max-width:180px;
}

#InvoiceData_length{
    float:left;
}

#InvoiceData_info{
    margin-left:10px;
}

#BookAccount,#ToBankId{
    max-width:250px;
}

.AS_01{
    margin-right:20px;
    float:left;
}

.AS_01table{
    padding:10px 0 10px 5px;
    background-color:#D0CDD6;
    color:#111;
    border-top:1px #555 solid;
}

.ListArea > div , .CurrencyListArea > div , .InterestListArea > div{
    background-color:#FFF !important;
}

.BS_04Float{
    float:left;
}

.P_style{
    position:relative;
    margin-top:30px;
    font-size:20px;
    font-weight:600;
    color:#F85032;
}

.P_style:after {
    top:11px;
    margin-left:5px;
    content:'';
    position:absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #F85032 transparent transparent transparent;
}

    .AC_label label{
        margin-right:20px;
    }


#cboxLoadedContent{
    border:#555 solid 3px !important;
}

#cboxClose{
    top:3px !important;
}

#cboxContent{
    margin-top:0px !important;
}

#SalaryData_wrapper{
    margin-bottom:2px;
}

.text_style{
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.red_S > label{
        color:#FF0000;
    }

#MS1051{
    cursor:pointer;
}

/*-----內頁欄位table對齊-----*/

.container_MinH{
    min-height:360px;
    margin-bottom:40px;
}

.form-group{
    width:100%;
    margin-left:auto !important;
    margin-right:auto !important;
    margin-bottom:0px;
}
.form-group > label{
    padding-bottom:8px;
}

#AC0004 div:nth-child(13) div label{
    margin-right:30px;
}

.table-responsive{
    overflow-x:visible;
}

#UserTodoList_wrapper , #UserLoginStatus_wrapper , #UserPassHistory_wrapper , #UserNotify_wrapper , #UserFlowCurrent_wrapper , #UserFlowHistory_wrapper{
    background-color:#fff;
}


#UserTodoList_wrapper button{
    border-radius: 3px;
    color: #fff;
    background-color: #D66969;
    border: 0px;
    padding: 3px 10px;
    font-weight: 600;
}

#UserTodoList_wrapper button:hover {
    background-color:#CF5252;
    transition:.3s;
}

.dataTables_length{
    margin-left:5px;
}

.dataTables_filter{
    margin-right:5px;
}

.block_S{
    display:block;
}

.Account{
    margin-right:5px !important;
    margin-left:8px !important
}

.CT1001_label{
    float:left;
}

.CT1001_label label::after{
    content:'：';
}

.time_box{
    color:#666;
    margin-left:0px !important;
}

.time_box p{
    padding-left:22px;
    position:relative;
    display:inline-block;
}

.time_box > p:before{
    top:1px;
    left:0;
    content:'';
    background:url(../Content/images/time_icon.png);
    width:16px;
    height:16px;
    position:absolute;
}

.user_box{
    padding-left:22px;
    position:relative;
    display:inline-block;
}

.user_box:before{
    top:1px;
    left:0;
    content:'';
    background:url(../Content/images/user_icon.png);
    width:16px;
    height:16px;
    position:absolute;
}

.moble-menu{
    display: none;
}

.moble-menu.in{
    display: block;
}

.XML_box{
    max-height: 90px;
    overflow-y: auto;
}

@media (min-width: 768px){
    .moble-menu.moble-menuShow{
        display: block !important;
    }
}

/*----------------------------------------------------*/

@media (max-width: 338px) {

    .logo{
        margin-top:0px !important;
    }

    .headerRight div {
        margin-top: 0px !important;
    }
}



@media (max-width: 358px) {

    header{
        padding-bottom:25px !important;
    }

    body header span{
        font-size:12px !important;
    }
}


@media (max-width: 480px) {

body{
    min-width:320px;
}

header .container div:nth-child(1){
    margin-left:5px;
}

.container_MinH h2{
    font-size:20px !important;
}

.container_MinH h2:before{
    height:25px !important;
}

.table_wd{
    width:96%;

}


.menuBox div{
    width:auto;
    
}

    .content_box {
        margin-top: 55px;
    }

    .topmain_tab li {
        font-size: 13px;
    }

    .topmain_tab {
        width: 135px;
    }

        .topmain_tab span {
            font-size: 12px;
            width: 18px;
            height: 18px;
            line-height: 18px;
        }

        .topmain_tab li {
            width: 135px;
            height: 30px;
            border-left: 0px;
            border-right: 0px;
            text-align: left;
            background: none;
            padding-left: 10px;
            margin-top: 10px;
        }

    .PickedTab {
        width: 136px;
        height: 40px;
        -moz-border-radius: 10px 0px 0px 10px;
        -webkit-border-radius: 10px 0px 0px 10px;
        border-radius: 10px 0px 0px 10px;
        border-top: 1px #999 solid;
        border-left: 1px #999 solid;
        border-right: none;
        border-bottom: 1px #999 solid;
        margin-left: -11px;
        margin-bottom: 10px;
        padding-left: 5px;
        display: inline-block;
    }


    .DataReplacement {
        background: #ffff00;
    }

.form-horizontal .row #ttrwd #ChartPie{
  width:100% !important;
  height:100% !important;
  margin-left:0px !important;
}

.row div #Chart1{
  width:100% !important;
  height:100% !important;
}

.schedule{
    border-right: 0px;
}

.icon_RWD tr:nth-child(even) td:nth-child(even){
    display:none;
}

.icon_RWD tr:nth-child(even) td:nth-child(odd){
    width:80px;
}

}

/*----------------------------------------------------*/
@media (max-width: 767px) {

.body-content{
    padding-top:110px;
}

    header{
        padding-top:5px;
        
    }

.logo{
    width:150px;
    margin-top:10px;
}


.container_MinH h2{
    font-size:25px;
}

.container_MinH h2:before{
    height:30px;
}

.multi-level .dropdown-menu > li > a:hover,
.multi-level .dropdown-menu > li > a:focus{
    background-color:#6596D0;
    color:#FFF !important;
}

.menuBox .main_menu .multi-level .dropdown-menu{
    padding-top:0px;
    padding-bottom:0px;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px, 0px, 5px, 5px;
	-moz-border-radius: 0px, 0px, 5px, 5px;
	border-radius: 0px, 0px, 5px, 5px;
    -moz-box-shadow:2px 2px 5px #999;
    -webkit-box-shadow:2px 2px 5px #999;
    box-shadow:2px 2px 5px #999;
    border-top: 1px #104989 solid;
    border-right: 1px #104989 solid;
    border-bottom: 1px #104989 solid;
    margin-left:2px;
}

.navbar-brand{
    display:none;
}


.menuBox div{
    width:auto;
}


.menu_level1 {

	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.menu_level1 ul {
    background: #eee;
}


    .menu_level2 > ul {
        margin-left: 200px;
        float: left !important;
	    background: #eee !important;
        position: absolute !important;
    }

    .menu_level1 button {
        float:left;
        display:block;
        float: left !important;
        background-image: url('images/MenuIcon_01.png');
        background-repeat: no-repeat;
    }

.menu_level2 li {
    padding: 0px !important;
}

.main_menu ul li > a {
    text-align:center;
    color: #173c8a !important;
}

.main_menu ul li > a:visited {
    color: #173c8a !important;
}

.main_menu li > a {
    text-align:center;
    color: #000 !important;
}

.main_menu li > a:visited {
    color: #000 !important;
}

.main_menu ul li ul li > a {
    text-align:left;
}

    .menu_level2 > ul a {
        color: #00a !important;
        letter-spacing: 2px;
    }

.main_menu {
    width:200px;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px #104989 solid;
	-webkit-border-radius: 0px, 0px, 5px, 5px;
	-moz-border-radius: 0px, 0px, 5px, 5px;
	border-radius: 0px, 0px, 5px, 5px;
    -moz-box-shadow:2px 2px 5px #999;
    -webkit-box-shadow:2px 2px 5px #999;
    box-shadow:2px 2px 5px #999;
    top:30px;
    left:5px;
}

#tab_box{
	display: none;
}

.topmain_tab li{
	float: none;
}

.top_main{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
    /*
    visibility: hidden;
        */
}

.top_main > a{
	position: absolute;
	margin:0px;
	top:270px;
	right: 20px;
}

.topmain_tab{
	height: 100%;
	border-radius: 13px 0 0 13px;
	width: 140px;
	float: left;
	background-color: rgba(200,200,200,0.5);
    list-style: none;
    list-style-type: none;
}

.topmain_tab li{
    width: 135px;
    height: 30px;
	border-left: 0px;
	border-right: 0px;
	text-align: left;
    background: none;
    padding-left: 10px;
    margin-top: 10px;
}

/*
.tab-content {
    width: 78%;
    margin-left: 21%;
}
*/

.PickedTab {
    width: 141px;
    height: 40px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
    border-top: 1px #999 solid;
    border-left: 1px #999 solid;
    border-right: none;
    border-bottom: 1px #999 solid;
    margin-left: -11px;
    margin-bottom: 10px;
    padding-left: 5px;
    display: inline-block;
}

.topmain_tab li span{
	text-align: center;
}

.tab_hover{
	height: 46px;
	margin-top: -18px;
	margin-left: -22px;
	font-size: 15px;
	border-bottom:solid 1px #9E9E9E;
	border-right: none;
	-moz-border-radius: 13px 0 0 13px;
	-webkit-border-radius: 13px 0 0 13px;
	border-radius: 13px 0 0 13px;
	width: 150px;
	background-color: #5284C0;
	padding-top: 6px;
	color: #FFF;
}

.tab_hover span{
	margin:10px 0 0 15px;
	font-size: 14px;
}

.center_main{
	width: 95%;
}

.center_main > div:nth-child(2) {
	width: 95%;
	padding: 0px;
}

.center_main div img {
	width: 100%;
}

.message_box{
	width: 100%;
	border-right: 0px;
	margin: 0 auto 0 auto;
	float: none;
}

.message p , .message ul {
	width: 95%;
}

.message{
	width: 100%;
}

.botton_main{
	width: 95%;
	height: auto;
}

.locus{
	width: 100%;
	float: none;
	height: auto;
}

.login_box , .locus p{
	width: 95%;
}

.locus a{
	margin-left: 85%;
	height: 30px;
	display: block;
}

.main_title{
	width: 95%;
}

footer .div-wrapper img{
    position:relative;
    left:0px;
}

#ttrwd #ChartPie{
  width:70% !important;
  height:70% !important;
  margin-left:15% !important;
}


.row div #Chart1{
  width:100% !important;
  height:100% !important;
}

.schedule{
    border-right: 0px;
}

footer p{
    font-size:13px;
}

footer img{
    width:100px !important;
}

.AS_01{
    float:none;
}

.BS_04Float{
    float:none;
}

.form-group > label{
    padding-top:8px;
    padding-bottom:0px;
}

    .NewsTitle{
        margin-left:-1px !important;
    }

    .NewsContent{
        margin-left:1% !important;
    }

    .AnnounceContent{
        margin-left:1% !important;
    }

        .none_S{
        display:none;
    }

    .lock_box:before{
        display:block;
        margin:0 auto;
        position:relative;
        left:0px;
        top:0px;
    }

.logo{
    display:block;
    margin:0 auto;
    float:none;
}

.time_box{
    display:none;
}

.headerRight div{
    margin-top:0px;
}

.sitemap{
    top:-38px;
}

.sitemap1{
    top:-38px;
    right:23px;
}

.sitemap2{
    top:-38px;
    right:46px;
}

.sitemap3{
    top:-38px;
    right:69px;
}

    .LayoutHead_UrlImg {
        display:none;
    }


.headerRight{
    margin-top:0px;
    float:none;
}

.headerRight div:nth-child(6){
    float:left;
    margin-left:0px;
}

.headerRight div:nth-child(7){
    float:right;
}

.sitemap_Box div div > a{
    margin-bottom:5px;
    display:block;
}

.AC08_step div{
    width:100%;
    padding:10px 0;
    height:auto;
}

.AC08_step div+div{
    margin-left:0px;
    margin-top:30px;
}

.AC08_step div+div:before{
    background-image:url(images/arrow-pointing-down.png);
    left:47.4%;
    top:-23px;
    width:16px;
    height:16px;
}

.agreeBook{
    width: 100%;
}


}

/* Bootstrap fix for chorme 93 */

select.btn {
    text-align: left;
}

/* Bootstrap fix end */
/*----------------------------------------------------*/


@media screen and (min-width: 767px) and (max-width: 992px) {

    .logo{
        width:180px;
        margin-right:20px;
    }

    .menuBox {
        height:75px;
        
    }
    .menuBox div {
        width: 101%;
        margin-left:-1%
    }

    .navbar-brand{
        display:none;
    }

    #coP0{
        padding-left:30px;
        padding-right:0px;
    }

    #coP0 > ul {
        margin-top:0px;
        margin-left:-10px;
    }

footer .div-wrapper img{
    position:relative;
    left:0px;
}

#ttrwd #ChartPie{
  width:70% !important;
  height:70% !important;
  margin-left:15% !important;
}

.row div #Chart1{
  width:100% !important;
  height:100% !important;
}

.top_main.mg{
    margin-top: 45px;
}
 
.schedule{
    border-right: 0px;
}

    .form-group > label{
        padding-bottom:8px;
    }

    .NewsTitle{
        margin-left:-1px !important;
    }

    .NewsContent{
        margin-left:1% !important;
    }

    .AnnounceContent{
        margin-left:1% !important;
    }

    .none_S{
        display:none;
    }

    .lock_box:before{
        display:block;
        margin:0 auto;
        position:relative;
        left:0px;
        top:0px;
    }

    .headerRight{
        float:none;
    }

    .AC08_step div{
        width:14.4%;
    }
	
	.agreeBook{
		width: 100%;
	}

}

@media screen and (min-width: 993px) and (max-width: 1200px) {

   .navbar-brand{
        display:none;
    }
    .menuBox div {
        width: 105%;
       margin-left:-10px;

    }

    
    .form-group > label{
        padding-bottom:8px;
    }

    .lock_box:before{
        display:block;
        margin:0 auto;
        position:relative;
        left:0px;
        top:0px;
    }

    .AC08_step div{
        width:15.7%;
    }

}



