/* CSS Document */
body,ul,ul li,h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;font-family:"微軟正黑體","Microsoft JhengHei";}
html,body{font-size:15px;line-height:1.5; height:100%; font-weight:normal; font-style: normal;}
ul.link li{display: inline;}
ul.link li a{color: #fff;}

.loginwrapper{
	width: 100%;
	height: 100%;
	background: url("../images/bg_login.png") no-repeat;
	background-position: left center;
	background-size:cover;
}
.loginwrapper .logo{
	margin-top: 20px;
	margin-left: 20px;
}
.loginwrapper .cardboard{
	position: absolute;
	top: 20%;
	right: 20%;
	padding: 40px;
	border-radius: 30px;
}
.loginwrapper .cardboard input{
	border-radius: 10px;
	background: #F5F5F5;
	border: 0;
}
.loginwrapper .cardboard input::placeholder{
	color: #959595;
}
.footer{
	color: #626262;
	position: absolute;
	bottom: 0;
	padding: 30px;
	width: 100%;
	text-align: center;
}

.wrapper{
	background:#F6F7FB;
	height: 100%;
	width: 100%;
}
header{
	background: #FFF;
	/*box-shadow: 10px 0px 10px 0px rgba(216, 219, 231, 0.9);*/
	padding: 12px 15px;
	height: 70px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1024;
}
.fa-bars{
	font-size: 20px;
}
.fa-minus-circle,.fa-plus-circle{
	color: #589F32;
}
.fa-minus-circle:hover,.fa-plus-circle:hover{
	color: #A9DA5E;
}
footer{
    background: #303f5a;
	color: #FFF;
	padding: 13px;
	text-align: center;
	z-index: 1025;
}
.tabCtn{
  margin-top: 20px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}


/* menu tab */
.menu__tabs {
	list-style: none;
  overflow: hidden;
  margin-top: 0px !important;
  margin-left: 0px !important;
  position: relative !important;
  z-index: 0 !important;
}
.menu__tabs li {
	float: left;
	margin-right: 10px;
}
.menu__tabs a {
  padding: 10px 20px;
	display: inline-block;
	color: #3b4983;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  border: 1px solid #3b4983;

}
.menu__tabs a:hover {
  background-color: #3b4983;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.menu__tabs a.active {
  background-color: #3b4983;
	color: #fff;
	font-weight: bold;
}

.menu__tabs a.active i {color: #3b4983;}
.menu__tabs a i {
	margin-right: 3px;
	color: #aaaaaa;
}


/*MENU WRAPPER*/
.menu {
	margin: 20px auto;
	position: relative;
}
.menu__wrapper {
	position: relative;
	/*margin-top: 85px;*/
	padding: .5em;
	z-index: 400;
	background: #F6F6F6;
	/*-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
	-webkit-box-shadow:  0 10px 15px rgba(0,0,0,0.1);
	-moz-box-shadow:  0 10px 15px rgba(0,0,0,0.1);
	box-shadow:  0 10px 15px rgba(0,0,0,0.1);*/
}
.menu__wrapper .menu__item {
	line-height: 1.3;
	color: #76716f;
	display: none;
}
.menu__wrapper .menu__item.item-active {
	display: block;
}

/*width*/
.w100{width:100% !important}
.w90{width:90% !important}
.w80{width:80% !important}
.w70{width:70% !important}
.w60{width:60% !important}
.w50{width:50% !important}
.w40{width:40% !important}
.w30{width:30% !important}
.w20{width:20% !important}
.w10{width:10% !important}
.w45{width:45% !important}
.w58{width: 58%!important}
.w35{width: 35%!important}
.w38{width: 38%!important}
.w25{width: 25%!important}

/*position*/
.twocolblock:after{display:block; clear:both; content:"."; visibility:hidden; height:0;}
.twocolblock{width:100%;}
.twocolblock .left{float:left;}
.twocolblock .right{float:right;}

/*align*/
.alignCenter{text-align:center !important;}
.alignLeft{text-align:left !important;}
.alignRight{text-align:right !important}

/*margin*/
.MT5{margin-top:5px;}
.MT10{margin-top:10px;}
.MT15{margin-top:15px;}
.MT20{margin-top:20px;}
.MT25{margin-top: 25px}
.MT30{margin-top:30px;}
.MT40{margin-top: 40px;}
.MT45{margin-top: 45px;}
.MT50{margin-top: 50px;}
.MT60{margin-top: 60px;}
.MT80{margin-top: 80px;}
.MT110{margin-top: 110px;}
.MT130{margin-top: 130px;}

.MB5{margin-bottom:5px;}
.MB10{margin-bottom:10px;}
.MB15{margin-bottom:15px;}
.MB20{margin-bottom:20px;}
.MB30{margin-bottom:30px;}
.MB45{margin-bottom: 45px;}

.MR5{margin-right:5px;}
.MR10{margin-right:10px;}
.MR15{margin-right:15px;}
.MR20{margin-right:20px;}
.MR30{margin-right:30px;}

.ML5{margin-left:5px;}
.ML10{margin-left:10px;}
.ML15{margin-left:15px }
.ML20{margin-left:20px;}
.ML30{margin-left:30px;}

.MTB5{margin-top:5px;margin-bottom:5px;}
.MTB10{margin-top:10px;margin-bottom:10px;}
.MTB15{margin-top:15px;margin-bottom:15px;}

.MLR5{margin-right:5px;margin-left:5px}
.MLR10{margin-right:10px;margin-left:10px}
.MLR15{margin-right:15px;margin-left:15px}
.MLR20{margin-right:20px;margin-left:20px}

/*padding*/
.PTB5{padding-top:5px;padding-bottom:5px;}
.PTB10{padding-top:10px;padding-bottom:10px;}
.PLR5{padding-left:5px;padding-right:5px;}
.PLR10{padding-left:10px;padding-right:10px;}

/*card*/
.cardboard{
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:  0 5px 20px  rgba(217,222,238,0.5);
	-moz-box-shadow:  0 5px 20px  rgba(217,222,238,0.5);
	box-shadow:  0 5px 20px rgba(217,222,238,0.5);
	padding: 10px;
}
/*table*/
.table-inputlist{border-collapse: collapse;}
.table-inputlist td{padding:10px; }
.table-inputlist th.heading{background:#3b4983; color:#fff; padding:5px; border:0; text-align: center;}
.table-inputlist th{background:#dae0f6; color:#3b4983; padding:8px; border:0; }
.table-inputlist tr.hightlight th,tr.hightlight td{background:#FFE200; font-weight: bold; font-size: 17px;}

.table-padding{border-collapse:collapse;}
.table-padding td{padding:5px; border-collapse:collapse;  }
.table-padding th{padding:5px; border-collapse:collapse;}

.table-container {
  overflow: auto;
  width: 100%;
}
.table-container table {
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0 1em;
}
.table-container th{
  overflow: hidden;
  position: sticky;
  top: 0;
}
.table-container td{
  overflow: hidden;
}

.table-colored{border-collapse: separate; border-spacing: 0 1em; color: #000;}
.table-colored tr{background-color:#f5f6fa;}
.table-colored td{padding: 8px 5px;line-height: 1.5em;}
.table-colored	tr:first-child{background: #FFF;}
.table-colored	tr td:first-child{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.table-colored	tr td:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table-colored	th{border-bottom: 1px solid #eaedfa; color:#3b4983; padding: 5px; text-align:center; }
.table-colored	tr.group{background:#FFFBEE;}


.circlebtn{
	display: inline-block;
	background:#FFF;
	border-radius: 5px;
	padding: 5px 10px;
	color: #3b4983;
	box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.circlebtn_n{
	display: inline-block;
	background:#FFF;
	border-radius: 5px;
	padding: 5px 10px;
	color: #ED8F8F;
	box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.circlebtn.positive:hover{background: #3b4983; color: #FFF; cursor: pointer;}
.circlebtn_n.negative:hover{background: #ED8F8F; color: #FFF; cursor: pointer;}
.title{color: #3b4983; font-size: 20px;}
.note{background: #dae0f6; color: #3b4983; padding: 10px; border-radius: 5px;}

/*border*/
.borderBottom{border-bottom:1px dashed #3a4574;}
.border{border-bottom:1px dotted #eaedfa; margin: 5px 0;}

/*font*/
.font-bold{font-weight:bold;}
.font01{font-size: 18px;}
.font02{font-size: 16px;}

/* lineheight */
.lineheight01{line-height: 26px;}
.lineheight01{line-height: 25px;}
.lineheight03{line-height: 22px;}

/*color*/
.redColor{color: #EE5153;}
.whiteColor{color:#fff}
a.log{background:#dae0f6;  color: #3b4983; padding: 4px 8px; border-radius: 5px;}
a.log:hover{background: #3b4983; color: #fff; text-decoration: none;}
.state{ border-radius: 15px 0; padding: 5px; width: 100px;}
.state01{color:#fff;background-color:#B182DE;}
.state02{color: #fff; background-color:#3AC686;}
.state03{color:#fff; background-color:#32ABD0;}
.state04{color:#fff;background-color:#F8A800;}
.state05{color: #fff; background-color:#39CAC4;}
.state06{color:#fff; background-color:#69C123;}

.account01{color:#F8A800; }
.account02{color: #B182DE; }
.account03{color:#EE5153; }


a{color:#0062D0;}
a:hover{color:#0062D0; text-decoration: underline;}
/* input */
input,button{outline:0;}
input:focus::-webkit-input-placeholder{opacity: 0;}
input[type="text"],input[type="password"]{padding-left:17px;width: 100%;height: 34px;border: 1px solid #ddd;color:#000;border-radius: 5px; }
input[type="text"].disable,input[type="password"].disable{padding-left:17px;width: 100%;height: 34px;border: 1px solid #ddd;color:#9A9A9A;border-radius: 5px; background: #EFEFEF;}
textarea{padding-left:17px;width: 100%;border: 1px solid #ddd;color:#000;border-radius: 5px; }
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  /*border: 0 !important;*/
  background: none;
  background-image: none;
}
/* Custom Select */
select {
  position: relative;
  display: block;
  height: 40px;
  line-height: 2.2;
  background-color: #eef5f6;
  overflow: hidden;
  border-radius: 5px;
  border: none;
  width: 100%;
  height: 30px;
  padding-left: 17px;
}
select::-ms-expand {
	display: none;
}
/* Arrow */
select{
  background-image:
    linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(0.8em + 0px),
    calc(100% - 15px) calc(0.8em + 0px);
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}
select{
  position: relative;
  background-color: #FFF;
  overflow: hidden;
  border: 1px solid #ddd;
  padding-left: 17px;
  border-radius: 5px;
  line-height: 1em;
  width: 120px;
  height: 34px;
  display: inline-block;
  color: #000;
}
select.disable{
  position: relative;
  background: #EFEFEF;
  overflow: hidden;
  border: 1px solid #ddd;
  padding-left: 17px;
  border-radius: 5px; line-height: 1em;
  width: 120px;
  height: 34px;
  display: inline-block;
  color:#9A9A9A;
}
button.function{padding: 0px 20px;  text-align: center;border-radius: 5px;background:#3b4983; color: #FFF; border: 0; height: 34px;}
button.function:hover{background:#5c6aa2;}
button.cancel{height: 34px;padding: 6px 20px;  text-align: center;border-radius: 5px;background-color:#FCE0E0; border: 1px solid #ED8F8F; color: #ED8F8F;}
button.cancel:hover{background-color:#ED8F8F; color: #FFF;}
button.login{padding: 7px 24px;  text-align: center;border-radius: 10px;background-color:#A9DA5E; color: #fff; border: 0;}
button.login:hover{background-color:#BDEC75;}
input[type="file"] {
  background: #f5f6fa;
  color: #3b4983;
  padding: 15px 30px;
  width: 100%;
}

/* tree view */
.file-browser {
  color: #6D6D6D;
  padding: 20px;
}
.file {
  color: #75706e;
  display: block;
  list-style: none;
  margin-bottom: 10px;
}
.file:hover{
	color:#3b4983;
	font-weight: bold;
}
.file.active{
	color:#3b4983;
	font-weight: bold;
}
.folder {
  list-style: none;
  cursor: pointer;
  margin: 10px 0 20px 0;
}
.folder > ul {
  display: none;
}
.folder:before {
  padding-right: 20px;
  height: 10px;
  width: 10px;
  text-align: center;
  line-height: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: '\f07b';
  font-weight: 900;
}
.folder.folder-open > ul {
  display: block;
  padding-left: 15px;
  margin-left: 9px;
  border-left: 2px dotted #6D6D6D;
  margin-top: 10px;
}
.folder.folder-open:before {
  font-family: "Font Awesome 5 Free";
  content: '\f07c';
  font-weight: 900;
}
.file-browser .font-bold{color: #3b4983;}
/* Style the tab */
.nav-tabs-card {
	margin-top: 10px;
	margin-left: 10px;
}
.nav-tabs-card > li {
  float: left;
}
.nav-tabs-card > li > a {
	color:#3b4983;
	margin-bottom: 10px;
	padding: 10px 20px;
	background: #f5f6fa;
}
.nav-tabs-card > li > a:hover {
  	color: #FFF;
	background: #3b4983;
	outline: none;

}
.nav-tabs-card > li.active > a,
.nav-tabs-card > li.active > a:hover,
.nav-tabs-card > li.active > a:focus {
  	color: #FFF;
	background: #3b4983;
}
.borderbox{
	border: 1px solid #ccc;
	padding: 10px;
}
.ant-btn-success {
  color: #fff !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
.ant-btn-warning {
  color: rgba(0, 0, 0, 0.65) !important;
  background-color: #ffc107 !important;
  border-color:#ffe58f !important;
}
.ant-btn-info {
  color: #fff !important;
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
}
.ant-btn-danger {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.ant-btn-base {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}
