
@charset "UTF-8";
html, body {
  height: 100%;
  position: relative;
  font-family: Arial, "微軟正黑體";
  overflow-x: hidden; }

a:hover{
	opacity: .7;
}
h2 {
  font-size: 28px;
  color: #0040B0;
  letter-spacing: 5px;
  line-height: 28px;
  margin-bottom: 20px;
  padding-left: 15px;
  /*border-left: 4px solid #0040B0;*/
  font-weight: 900; }
  h2 .en{
	font-weight: 600;
	letter-spacing: 1px;
	color: #009bb0;
  }
header {
  padding: 20px 10px;
  top: 0;
  z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
  width: 100%;}
  header .logo {
    color: #0A1637;
    font-size: 22px; }
    header .logo * {
      vertical-align: middle; }
    header .logo img {
      width: 60px;
      margin-right: 13px; }


.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  min-width: 1400px;
}
.topBanner{
	position: relative;	
	overflow: auto;
}
.topBanner .container{
    height: 100%;
    position: relative;		
}
.topBanner header .logo{
	max-width: 	262px;
	margin: 0;	
}
.mainMenu {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
}
	/* 主導航容器 */
	.mainMenu ul {
		display: flex;
		justify-content: flex-end;
		align-items: stretch;
		padding: 0;
		margin: 0;
		list-style: none;
		background: #ffffff;
		position: relative;
		border-bottom: 3px solid #2d3748;
	}

	/* 導航項目容器 */
	.mainMenu li {
		margin: 0;
		position: relative;
	}

		/* 導航連結基本樣式 */
		.mainMenu li a {
			padding: 12px 24px;
			background: #f1f4ff;
			color: #002b7b;
			font-size: 18px;
			font-weight: 500;
			display: inline-block;
			border: none;
			transition: all 0.2s ease;
			text-decoration: none;
			position: relative;
			white-space: nowrap;
			cursor: pointer;
			border-right: 1px solid #4b5563;
		}

		/* 最後一個項目不需要右邊框 */
		.mainMenu li:last-child a {
			border-right: none;
		}

		/* 導航連結 hover 效果 */
		.mainMenu li a:hover {
			background: #678dcf;
			color: #ffffff;
		}

		/* 導航連結 active 狀態 */
		.mainMenu li.act a {
			background: #678dcf;
			color: #ffffff;
			font-weight: 600;
			position: relative;
			z-index: 2;
		}

		/* 導航連結 focus 效果（鍵盤導航） */
		.mainMenu li a:focus {
			outline: 2px solid #3b82f6;
			outline-offset: 2px;
		}



/* 超小螢幕優化 */
@media (max-width: 480px) {
	.mainMenu li a {
		padding: 6px 8px;
		font-size: 11px;
	}
}

/* 減少動畫效果 */
@media (prefers-reduced-motion: reduce) {
	.mainMenu li a {
		transition: none;
	}
}

.dataInfo{
	background: #fff;
	padding: 28px 35px;
	border-radius: 5px;
	box-shadow: 1px 3px 10px rgba(0,0,0,0.1);
}
.dataInfo p{
	padding: 12px 5px;
	font-size: 17px;
}
.dataInfo p:hover{
	background: #e8fcff;
}
.pageTitle{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.loginTime{
	color: #fff;
	background: rgba(0, 111, 191, 0.70);
    display: inline-block;
    padding: 10px 20px;
    line-height: 1;
    font-size: 14px;
    border-radius: 30px;
    height: 35px;
	
}
.loginTime a{
	color: #b6fff3;
}

.text_input, .datePicker, .filterGroup, .btnTab, .buttonGroup, .filterSubmit {
	display: flex;
}

.text_input, .datePicker, .filterGroup{
	gap: 45px;
}

.filterGroup{
	padding: 20px 55px;
	border-radius: 5px;
}
.filterGroupBackground {

	background: #fff;
	padding: 20px 55px;
	border-radius: 5px;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
}
.text_input .input-field, .datePicker .input-field, .buttonGroup, .btnTab, .buttonGroup a{
	width: 100%;
}

.datePicker{
	margin-bottom: -15px;
}
.case {
	width: 50%;
}
.filters{
	width: 80%;
}
.types{
	width: 32%;
	display: flex;
    flex-wrap: wrap;
}
.typeschart {
	width: 45%;
	flex-wrap: wrap;
}
.typeschart label, .subFilter .buttonGroup label, .subFilter .formList_item label.question {
	color: #344182;
	font-size: 16px;
	width: 60px;
	font-weight: bold;
}
.types label, .subFilter .buttonGroup label, .subFilter .formList_item label.question{
	color: #344182;
	font-size: 16px;
	width: 60px;
	font-weight: bold;
}

.formsStyles{
	min-height: 400px;
	margin-top: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 5px;
	box-shadow: 1px 3px 10px rgba(0,0,0,0.1);
	margin-bottom: 80px;
}

.formList_item{
	display: flex;
	padding: 5px 40px;
    align-items: center;
    min-height: 95px;
	transition: all .3s;
}
.formList_item:nth-child(odd){
	background: #f7fafc;
}
.formList_item:hover{
	background: #e3fcfe;
}
.formList_item label.question{
	font-size: 18px;
	margin-right: 20px;
	white-space: nowrap;
	color: #0b234d;
	width: 195px;
	min-width: 195px;
	text-align: right;
}

.formList_item label.checkboxLabel{
	margin-right: 20px;
}
.formList_item .btnGroup button{
	padding: 10px 25px;
	font-size: 16px;
	text-align: center;
	margin: 5px 0;
	margin-right: 3px;
	border: 1px solid #dfdee0;
	transition: all .3s;
	background: #FFF;
	border-radius: 50px;
	color: #0040B0;
	font-weight: bold;
	box-shadow: 1px 3px 5px rgba(16,17,54,0.1);
	cursor: pointer;
}

.formList_item .btnGroup button:hover{
	background: #ecf6f8;
}


.formList_item .datepicker, .formList_item input[type="number"], .formList_item select{
	max-width: 200px;
}
.formList_item select{
	color: #b4b3b3;
	border: 1px solid #C8C7CA;
	border-radius: 8px;
}
.formList_item .input-field>input[type="text"]{
	min-width: 200px;
}

.formList_item [type="checkbox"]+span:not(.lever){
	font-size: 18px;
	padding-left: 30px;
}

[type="radio"]:not(:checked)+span, [type="radio"]:checked+span{
	font-size: 18px;
	padding-left: 30px;
	margin-right: 25px;
}

.formList_item .input-field{
	max-width: 0;
}

.radio{
	text-align: left;
}

.datep i{
	position: absolute;
	left: 170px;
    top: 13px;
    opacity: 0.5;
    pointer-events: none;
}

.subFilter{
	display: flex;
}

.subFilter .buttonGroup{
	width: 410px;
}
.subFilter .formList_item{
	background: none;
    min-width: 325px;
    padding: 0;
    padding-left: 40px;
}
.subFilter .formList_item label.question{
	width: auto;
}
.subFilter .filterSubmit{
    padding-left: 40px;
}

.fixBottom{
	position: fixed;
	bottom: 34px;
	text-align: center;
	width: 100%;
	padding: 10px;
	background: rgba(255,255,255,0.8);
}
.fixBottom button, .formBox button{
	padding: 10px 35px;
	font-size: 18px;
	text-align: center;
	min-width: 120px;
	margin-right: 3px;
	transition: all .3s;
	background: #0040B0;
	border: none;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	box-shadow: 1px 3px 5px rgba(16,17,54,0.1);
	cursor: pointer;
}

.fixBottom button.tempSave, .formBox button.tempSave{
	background: #009bb0;
}
.fixBottom button:hover, .formBox button:hover{
	opacity: 0.7;
}
.fixBottom button.sub, .formBox button.sub{
	background: #678dcf;
}

.questionList{
	position: relative;
}
.questionList .trigger{
	position: absolute;
	top: 5px;
	left: -20px;
}
.questionList .trigger button{
	cursor: pointer;
}
.questionList .trigger button{
	width: 40px;
	height: 40px;
	border: none;
	padding: 0;
	padding-top: 4px;
	border-radius: 50%;
	background: #678dcf;
	transition: all .3s;
}
.questionList .trigger button:hover{
	background: #0040B0;
}
.questionList .trigger button i{
	color: #fff;
	font-size: 32px;
}

.closeLeft .questionList .trigger button i{
	transform: rotate(180deg);
}
.questionList .formList_item {
	display: flex;
    flex-wrap: wrap;
    padding: 30px 30px;
	padding-top: 33px;
}

.questionList .formList_item .checkboxLabel{
	margin-top: 10px;
	display: inline-block;
}

.questionList .formList_item .input-field{
	margin: 0;
}
.questionList li.formList_item::marker{
	position: relative;
	left: 30px;
}
.questionList .formList_item > div{
	width: 100%;
}
.questionList .formList_item .qq{
	font-size: 18px;
	margin-bottom: 10px;
}
.questionList .formList_item .aa{
	padding-left: 22px;
}
.datepicker-date-display{
	background: #0040B0;
}
.buttonGroup{
	align-items: center;
	padding: 17px 0;
}
.buttonGroup a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 25px;
	font-size: 16px;
	text-align: center;
	margin-right: -1px;
	border: 1px solid #C8C7CA;
	transition: all .3s;
	color: #0040B0;
	font-weight: bold;
	gap: 5px;
}
.buttonGroup a:hover, .formList_item .btnGroup button:hover{
	background: #ecf6f8;
}
.buttonGroup a.act, .formList_item .btnGroup button.act{
	background: #0040B0;
	border: 1px solid #0040B0;
	color: #fff;
}
.buttonGroup a:first-child{
	border-radius: 50px 0 0 50px;
}
.buttonGroup a:last-child{
	border-radius: 0 50px 50px 0;
}

.leftMenu{
	position: relative;
	background: #efffff;
	padding: 40px 50px;
	padding-left: 100px;
	padding-bottom: 20px;
}

.leftMenu:before{
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 60px;
    background: #e5effb;
}
.leftMenu h3{
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 40px;
	position: relative;
	color: #1f235f;
}

.downloadBox{
	background: #fff;
	padding: 50px 55px;
	border-radius: 5px;
	min-height: 500px;
	box-shadow: 1px 3px 10px rgba(0,0,0,0.1);
}
.downloadBox h4{
	font-size: 22px;
	color: #344182;
	margin-top: 0;
}
.downloadBox td{
	text-align: center;
}
.downloadBox td a{
	display: inline-block;
	padding: 10px 25px;
    font-size: 16px;
	max-width: 130px;
    text-align: center;
    transition: all .3s;
    background: #0040B0;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    box-shadow: 1px 3px 5px rgba(16,17,54,0.1);
}

.downloadBox td a i{
	font-size: 20px;
	margin-right: 6px;
	position: relative;
	top: 4px;
}

.leftMenu h3 b{
	position: absolute;
	top: -5px;
	left: -60px;
	width: 40px;
	height: 40px;
	background: #678dcf;
	color: #fff;
	border-radius: 50%;
	text-align: center;
    line-height: 40px;
}
.leftMenu li:first-child h3{
	margin-top: 0;
}
.leftMenu li ul li{
	position: relative;
}
.leftMenu li ul li.act a{
	color: #9b285e;
	font-weight: bold;
}
.leftMenu li ul li.act:before{
	background: #9b285e;
}
.leftMenu li ul li:before{
	content: "";
	width: 8px;
	height: 8px;
	background: #2a5ac2;
	position: absolute;
	left: -43px;
    transform: rotate(45deg);
    top: 9px;
}
.leftMenu li ul li a{
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 15px;
	color: #2a5ac2;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.leftMenu li ul li a:hover{
	white-space: normal;
    text-overflow: unset;
    overflow: hidden;
}

.questions{
	display: flex;
	margin-top: 20px;
	margin-bottom: 80px;
	border-radius: 5px;
	box-shadow: 1px 3px 10px rgba(0,0,0,0.1);
}

.questions.closeLeft .leftMenu{
	width: 0;
	overflow: hidden;
	padding: 40px 0;
}
.questions .leftMenu ul{
	width: 210px;
}
.questions.closeLeft .questionList{
	width: 100%;
}
.questions .leftMenu{
	width: 25%;
	overflow: hidden;
	border-radius: 5px 0 0 5px;
	transition: all .3s;
}
.questions .questionList{
	width: 75%;
	padding: 50px;
	background: #FFF;
	border-radius: 0 5px 5px 0;
}
.questions .leftMenu li{
	width: 100%;
}
.questions .leftMenu li a{
	display: block;
	word-break: break-all;
}

.filterSubmit{
	width: 13%;
	align-items: center;
	justify-content: center;
}
.filterSubmit a{
	width: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 10px 25px;
	font-size: 16px;
	transition: all .3s;
	background: #0040B0;
	color: #fff;
	border-radius: 50px;
	font-weight: bold;
	gap: 5px;
}
.filterSubmita a {
	width: 550px; /* 设置按钮宽度，可以根据需要进行调整 */
	height: 40px; /* 设置按钮高度，可以根据需要进行调整 */
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 10px 25px;
	font-size: 16px;
	transition: all .3s;
	color: #000;
	border-radius: 10px; /* 设置圆角，根据需要进行调整 */
	font-weight: bold;
	gap: 5px;
	border: 1px solid #000;
}
.topBtns{
	display: flex;
	gap: 15px;
}
.topBtns a{
	display: flex;
	text-align: center;
	width: auto;
	padding: 13px 26px;
	font-size: 18px;
	transition: all .3s;
	color: #fff;
	align-items: center;
	border-radius: 50px;
}
.topBtns a.active {
		background-color: #0896D3;
		color: white;
		font-weight: bold;
	}
/*.addNewStatistic a {
	background: #0040B0;
}*/
.addNew a{
	background: #0040B0;
}
.addNew a:first-child{
	background: #0896D3;
}
.delete a{
	background: #df1e38;
}
.mainDB .content{
	padding: 15px;
	background: #F2F2F2;
}

.content{
	overflow: auto;
}

body.login{
	background: url(../img/loginBg.jpg) no-repeat;
	text-align: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	display: flex;
    align-items: center;
    justify-content: center;
}

body.login .content{
	padding-bottom: 2%;	
}
form.loginForm{
	background: #FFF;
	margin: 0 auto;
	padding: 40px 65px;
	width: 95%;
	max-width: 470px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	box-shadow: 1px 5px 15px rgba(16,17,54,0.5);
}

.loginForm h1{
	color: #0040B0;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 3.78px;
}

.topBanner{
	height: 335px;
	background: url(../img/banner.jpg) center no-repeat;
	background-size: cover;
}
input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #2567c2; }

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #2567c2;
  -webkit-box-shadow: 0 1px 0 0 #2567c2;
  box-shadow: 0 1px 0 0 #2567c2; }

.loginForm .material-icons{
	display: inline-block;
	position: absolute;
    font-size: 30px;
    left: -42px;	
	color: #9E9FAB;
	top: 5px;	
}

.loginForm .input-field{
	margin-left: 42px;	
}
.loginForm .btn{
	width: 100%;
	padding: 10px;
	background: #0040B0;
	height: auto;
	-webkit-border-radius: 50px;
	        border-radius: 50px;	
}
.loginForm .btn:hover{
	background: #006cf2;
}


.loginForm .tips{
	font-size: 14px;
	text-align: center;	
	margin-top: 20px;
	line-height: 1.4;
}


.mt30 {
  margin-top: 30px; }


.logo{
	margin: 0 auto;
	width: 80%;
	max-width: 312px;
}
.title{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	margin: 50px 0;	
}
.title:before{
	content: url(../img/deco.svg);
	display: inline-block;
	position: relative;	
	top: -2px;
	margin-right: 24px;	
}
.title:after{
	content: url(../img/deco.svg);
	display: inline-block;	
	margin-left: 24px;	
	-webkit-transform: 	rotate(180deg);
	   -moz-transform: 	rotate(180deg);
	    -ms-transform: 	rotate(180deg);
	     -o-transform: 	rotate(180deg);
	        transform: 	rotate(180deg);
}
.showResult{
	margin-top: 20px;
	display: flex;
	justify-content: left;
	align-items: center;
}
.showResult select{
	display: inline-block;
	width: 70px;
	border-radius: 8px;
	margin: 0 7px;
	border: 1px solid rgba(76, 78, 100, 0.22);
	text-align: center;
}

.mt0{
	margin-top: 0;
}
.mainTable{
	margin-bottom: 15px;
	margin-top: 18px;
}

.mainTable td, .mainTable th{
	text-align: center;
	font-size: 16px;
	border: 1px solid #F2F2F2;
}
.mainTable th{
	background: #CFDBF0;
	color: rgb(0, 0, 0);
}
.mainTable td{
	line-height: 1.4;
}
.mainTable tr:nth-child(even) td{
	background: #fff;
}
.mainTable tr:nth-child(odd) td{
	background: #f2f9fa;
}

.formBox{
	background: #FFF;
	padding: 40px 60px;
	margin: 20px auto;
	max-width: 450px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 50px;
	box-shadow: 1px 3px 10px rgba(0,0,0,0.1);
}
.formBox.editForm{
	max-width: 520px;
}

.formBox.editForm .formBottom button{
	padding-left: 30px;
	padding-right: 30px;
}
.formBox.editForm .formBottom button.resetPw{
	background: #52a6ba;
}
.formBox button{
	padding: 12px 50px;
	font-size: 20px;
}

.formBox .row{
	margin-bottom: 0px;
	display: flex;
	align-items: baseline;
}

.formBox .input-field{
	width: 100%;
	margin: 5px 0;
}

.formBox h5{
	font-size: 18px;
	color: #344182;
	width: 95px;
	text-align: right;
	padding-right: 5px;
}
.formBox.editPw h5{
	width: 154px;
}
.formBox .buttonGroup{
	padding-top: 5px;
}

.formBox .buttonGroup a{
	padding: 10px 12px;
}

.formBox .buttonGroup a i.material-icons{
	font-size: 20px;
}

.editForm.formBox .row{
	margin-bottom: 17px;
}

.accountManage .text_input {
	width: 45%;
}
.operateBtns a{
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 6px 15px;
	border-radius: 20px;
	transition: all .3s;
}
.operateBtns a.edit{
	background: #0896D3;
}
.operateBtns a.delete{
	background: #E35656;
}
.operateBtns a.qa{
	background: #27B2AA;
}
.operateBtns a.qaa {
	background: #757d7c;
}
.pagination li.active{
	background: #0040B0;
}
.pagination li{
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
.pagination li a{
	padding: 0;
}
.pagination li a, .pagination li i{
	line-height: 40px;
}
.pageInfo{
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin-bottom: 50px;
}

footer {
  background: #0896D3;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: 400;
  position: fixed;
  width: 100%;
  bottom: 0;
  font-size: 14px; }


