@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	font: 14px/160% Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	color: #1b1b1b;
}
body{
	overflow-x: hidden;
}
img {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	outline: none; /* for Firefox */
	hlbr: expression(this.onFocus=this.blur()); /* for IE */
	color: #1b1b1b;
}
a:hover {
	text-decoration: none;
}
div, p, span, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td, th, img , .searchArea input{
	margin: 0;
	padding: 0;
	border: none;
}/*input, */
img {
	border: none;
}
input, select {
	font: 14px/140% Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	color: #666;
	outline: none;
}
ul, li {
	list-style: none;
}
textarea{
	resize: vertical;
}
.fL {
	float: left;
}
.fR {
	float: right;
}
.clr {
	clear: both;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
.tRight {
	text-align: right;
}
.tLeft {
	text-align: left;
}
.tCenter {
	text-align: center;
}

.loginSet {
	background: url(../images/login_bg.jpg);
	background-size: cover;
}
.wrapper {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	position: relative;
}

/*loginArea*/
.loginArea {
	width: 400px;
	padding: 20px 40px 40px;
	position: absolute;
	left: 50%;
	top: 120px;
	margin-left: -220px;
	background-color: rgba(61, 137, 205, 0.8);
	background-color: #3d89cd \9;
}
.loginArea .logo {
	background: url(../images/logo.png) center center no-repeat;
	background-size: contain;
	height: 100px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
.login_list {
	border: 1px solid #fff;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.login_list li{
	border-bottom: 1px solid #fff;
	position: relative;
}
.login_list li:last-child{
	border-bottom: none;
}
.login_list .inputSet{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: transparent;
	color: #fff;
	font-size: 1.5em;
	box-sizing: border-box;
	border: none;
}
.input_id {
	background: url(../images/icon_id.png) 30px center no-repeat;
	padding-left: 80px;
}
.input_pw {
	background: url(../images/icon_pw.png) 30px center no-repeat;
	padding-left: 80px;
}
.loginArea .btn {
	text-align: center;
	margin-bottom: 40px;
}
.loginArea .btn a{
	display: inline-block;
	width: 390px;
	line-height: 60px;
	height: 65px;
	background: url(../images/login_bt.png) no-repeat;
	font-size: 1.5em;
	font-weight: bold;
	color: #2ebb7c;
}
.loginArea .ft {
	text-align: center;
	color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #fff;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #fff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #fff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #fff;
}
.error {
	position: absolute;
	right: 10px;
	top: 30px;
	color: #F36;
}
.input_text {
	background-color: #fff;
	border: 1px solid #ddd;
	height: 30px;
	padding: 0 10px;
}
.input_textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
}

/* header */
.header {
	background-color: #3d89cd;
	padding: 6px 20px;
	position: relative;
}
.header .logo {
	width: 300px;
	line-height: 0;
}
.header .logo img{
	width: 100%;
	height: auto;
}
.loginInfo {
	position: absolute;
	top: 15px;
	right: 15px;
}
.loginInfo .pic {
	position: absolute;
	top: -7px;
	left: -20px;
	width: 35px;
	overflow: hidden;
	height: 35px;
	border: 4px solid #fff;
	background-color: #fff;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.loginInfo .pic img{
	width: 35px;
	height: 35px;
}
.loginInfo .name {
	float: left;
	margin-right: 5px;
	background-color: #2ebb7c;
	color: #fff;
	line-height: 30px;
	padding: 0 20px 0 30px;
}
.loginInfo .login_out {
	float: left;
	width: 30px;
}
.loginInfo .login_out a{
	display: block;
	height: 30px;
	background: #2ebb7c url(../images/icon_logout.png) no-repeat;
	background-size: cover;
}
.loginInfo .login_out a:hover{
	background-color: #e14f4f;
}
.loginInfo .lag {
	float: left;
	margin-left: 10px;
}
.loginInfo .lag select{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background-color: #888;
	border: none;
	color: #fff;
}

/* main_wrapper */
.main_wrapper {
	position: relative;
}

/* sidebar */
.sidebar {
	width: 179px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f4f4f4;
	border-right: 1px solid #ccc;
}
.searchArea {
	position: relative;
	height: 40px;
	border-bottom: 1px solid #ccc;
	padding: 0 51px 0 10px;
}
.searchArea input{
	width: 100%;
	background-color: transparent;
	height: 40px;
	line-height: 40px;
}
.searchArea .bt{
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
	width: 40px;
	height: 40px;
	background: url(../images/icon_search.png) no-repeat;
	border-left: 1px solid #ccc;
}
.item_list {
}
.item_list li{
	border-bottom: 1px solid #d7e5e5;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.item_list li a{
	display: block;
	padding: 10px 10px 10px 35px;
	color: #333;
}
.item_list li:hover a{
	color: #2ebb7c;
}
.item_list li.current {
	background-color: #2ebb7c;
}
.item_list li.current a{
	color: #fff;
	font-weight: bold;
}
.item_list li.current li a{
	color: #2ebb7c;
	font-weight: normal;
}
.item_list .system1 {
	background-image: url(../images/system_dot.png);
}
.item_list .system2 {
	background-image: url(../images/system_dot.png);
}
.item_list .system3 {
	background-image: url(../images/system_dot.png);
}
.item_list .system1.current {
	background-image: url(../images/system_dot_on.png);
}
.item_list .system2.current {
	background-image: url(../images/system_dot_on.png);
}
.item_list .system3.current {
	background-image: url(../images/system_dot_on.png);
}
.item_sublist {
	display: none;
}
.item_sublist li{
	border-top: 1px solid #d7e5e5;
	border-bottom: none;
}
.item_sublist li a{
	padding: 5px 15px 5px 35px;
	background-color: #e5f6ed;
}
.item_sublist li a:hover{
}
.item_list .item_sublist li.current a{
	color: #fff;
	background-color: #54897B;
}
.item_list .current .item_sublist{
	display: none;
}

.item_sublist ul{
}
.item_sublist ul li{
	border-top: 1px solid #d7e5e5;
	border-bottom: none;
	background-color: #3e85cb;
}
.item_list .item_sublist li.current li a{
	padding: 5px 15px 5px 35px;
	background-color: #cddff2;
	color: #326ba3;
}
.item_list .item_sublist li.current li.current a{
	background-color: #326ba3;
	color: #fff;
}
.item_list  li i {
	float: right;
	font-size: 10px;
}

/* main */
.main {
	padding: 0 15px 0 195px; /*overflow: hidden;*/
}
.breadcrumb {
	color: #888;
	font-size: 0.875em;
	line-height: 40px;
	padding: 0 0px;
}
.pageHeader {
	border-bottom: 1px solid #ddd;
	height: 30px;
	padding: 0 0px;
	position: relative;
}
.pageHeader h2{
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 1.5em;
	color: #3d89cd;
}
.status_list {
	position: absolute;
	right: 20px;
	top: 10px;
	border: 1px solid #9296d9;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.status_list li{
	width: 175px;
	float: left;
	background: #fff;
	line-height: 35px;
}
.status_list li a{
	display: block;
	text-align: center;
	color: #9296d9;
}
.status_list li:hover{
	background: #eaebfb;
}
.status_list li.current {
	background: #9296d9;
	color: #fff;
}
.status_list li.current a{
	color: #fff;
}

.content {
	padding: 15px 0px 0;
}
.content .title {
	min-height: 30px;
	margin-bottom: 10px;
	position: relative;
}
.content .title h3{
	font-size: 1.25em;
	letter-spacing: 1px;
	line-height: 30px;
	padding-left: 10px;
	border-left: 5px solid #2ebb7c;
	color: #2ebb7c;
}
.title h3 .t_small {
	font-size: 0.667em;
	color: #666;
	margin-left: 10px;
}
.content .mainBlock {
	margin-bottom: 20px;
}
.subBlock {
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	width: 49%;
	margin-right: 2%;
}
.subBlock:nth-child(2) {
	margin-right: 0;
}
.title .mode {
	background: url(../images/mode.png) no-repeat;
	width: 110px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0px;
}
.title .mode.m1 {
	background-position: 0 0px;
}
.title .mode.m2 {
	background-position: 0 -36px;
}
.title .mode.m3 {
	background-position: 0 -72px;
}
.title .btnArea {
	position: absolute;
	right: 0px;
	top: 0;
}
.btnArea .bt {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	min-width: 60px;
	text-align: center;
	color: #fff;
	margin-left: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.bt.sty1 {
	background-color: #e14f4f;
}
.bt.sty2 {
	background-color: #888;
}

.chartArea {
	text-align: center;
}
.chartArea img{
	width: 100%;
	height: auto;
	max-width: 650px;
}

.system_style2 {
}
.system_style2 .subBlock {
	width: 64%;
	margin-right: 2%;
}
.system_style2 .sideBlock {
	width: 34%;
	float: left;
}

.sideBlock .box {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.sideBlock .title{
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	font-size: 1.250em;
}
.sideBlock .title h3{
	color: #43b7bb;
	font-size: 1em;
	padding-left: 0;
	border-left: none;
}

.box .com{
	padding: 20px;
}

.info {
	max-width: 500px;
	margin: 0 auto;
}
.info .info_list{
}
.info .info_list li{
	background-repeat: no-repeat;
	background-position: 0 center;
	height: 70px;
	line-height: 70px;
	margin-bottom: 10px;
}
.info_list .info_title {
	float: left;
	padding-left: 80px;
	color: #fff;
}
.info_list .info_com {
	text-align: right;
	font-size: 1.5em;
	padding-right: 20px;
	color: #fff;
}
.info_list .i1{
	background-image: url(../images/icon_info1.png);
	background-color: #9fc64e;
}
.info_list .i2{
	background-image: url(../images/icon_info2.png);
	background-color: #82bbec;
}
.info_list .i3{
	background-image: url(../images/icon_info3.png);
	background-color: #f6c10b;
}
.info_list .i4{
	background-image: url(../images/icon_info4.png);
	background-color: #e76f6e;
}
.info .btn {
	line-height: 70px;
}
.info .btn a{
	background-color: #60cccd;
	box-sizing: border-box;
	padding: 0 20px 0 0px;
	text-align: right;
	color: #fff;
	font-size: 1.5em;
	display: inline-block;
	width: 49%;
	margin-right: 2%;
}
.info .btn a:last-child{
	margin-right: 0;
}
.bt_stop {
	background: url(../images/icon_stop.png) no-repeat;
}
.bt_start {
	background: url(../images/icon_start.png) no-repeat;
}

.searchBox {
	background-color: #f3f3f3;
	padding: 15px 0px 1px;
}
.search_list li{
	margin-bottom: 10px;
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	line-height: 30px;
}
.search_list li:nth-child(even){
	border-right: none;
}
.search_list li.onecel {
	width: 100%;
	border-right: none;
}
.search_list .list_title{
	float: left;
	border-right: 1px solid #ddd;
	width: 100px;
	padding-left: 15px;
}
.search_list .list_com{
	padding-left: 120px;
	min-height: 40px;
}
.search_list .text {
	width: 200px;
	padding-right: 0px;
}
.inputSet {
	display: inline-block;
	border: 1px solid #ddd;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	width: 160px;
	padding-right: 40px;
	vertical-align: middle;
}
.editTitle {
	padding-right: 0px;
}
.short{
	width: 200px;
}
.half{
	width: 50%;
}
.full{
	width: 100%;
}
.inputSet input, .inputSet select{
	height: 30px;
	background-color: transparent;
	border: none;
}
.inputSet input {
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}
.inputSet select{
	padding: 0 5px;
	width: 200px;
	box-sizing: border-box;
}
.inputSet .bt_select {
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #fff url(../images/bt_select.png) no-repeat;
	width: 30px;
	height: 30px;
	border-left: 1px solid #ddd;
}
.inputSet .bt_day {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #fff url(../images/bt_day.png) no-repeat;
	width: 30px;
	height: 30px;
	border-left: 1px solid #ddd;
}
.btnArea {
	text-align: center;
	margin-bottom: 15px;
}

/* table */
.tab_sty1 {
	border-top: 1px solid #3d89cd;
}
.tab_sty1 th{
	padding: 5px;
	border-bottom: 1px solid #3d89cd;
	border-left: 1px solid #ddd;
	color: #3d89cd;
}
.tab_sty1 th a{
	color: #3d89cd;
}
.tab_sty1 th:first-child{
	border-left: none;
}
.tab_sty1 tr.bg th{
	background-color: #3d89cd;
	color: #2cacae;
}
.tab_sty1 td{
	padding: 10px 5px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	background-color: #f6f6f6;
}
.tab_sty1 td:first-child{
	border-left: none;
}
.tab_sty1 tr:nth-child(odd) td{
	background-color: #fff;
}
.tab_sty1 tr td.td_event {
	background-color: #cddff2;
}
.tab_sty1 .btnArea, .tab_sty2 .btnArea, .tab_sty3 .btnArea {
	margin-bottom: 0;
}
.tab_sty1 .btnArea .bt, .tab_sty2 .btnArea .bt, .tab_sty3 .btnArea .bt{
	margin: 3px;
}
a.order {
	display: inline-block;
	padding-right: 20px;
	background: url(../images/order_off.png) right center no-repeat;
	cursor: default;
}
a.order.on {
	background: url(../images/order_on.png) right center no-repeat;
	color: #2cacae;
}


.tab_sty2 {
	border-top: 1px solid #3d89cd;
	margin-bottom: 15px;
}
.tab_sty2 th{
	padding: 10px;
	border-bottom: 1px solid #ddd;
	background-color: #f6f6f6;
}
.tab_sty2 td{
	padding: 10px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.tab_sty3 {
	border-top: 1px solid #3d89cd;
}
.tab_sty3 th{
	padding: 5px;
	border-bottom: 1px solid #3d89cd;
	border-left: 1px solid #ddd;
	color: #3d89cd;
}
.tab_sty3 th a{
	color: #3d89cd;
}
.tab_sty3 th:first-child{
	border-left: none;
}
.tab_sty3 tr.bg th{
	background-color: #3d89cd;
	color: #2cacae;
}
.tab_sty3 td{
	padding: 10px 5px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
}
.tab_sty3 td:first-child{
	border-left: none;
}
/*
.tab_sty3 tr:nth-child(odd) td{
	background-color: #fff;
}*/
.tab_sty3 tr td.td_event {
	background-color: #cddff2;
}
.tab_sty3 .btnArea, .tab_sty2 .btnArea {
	margin-bottom: 0;
}
.tab_sty3 .btnArea .bt, .tab_sty2 .btnArea .bt{
	margin: 3px;
}
.tCount {
	color: #3d89cd;
	font-size: 24px;
}

.multiSelect select{
	width: 300px;
	height: 300px;
	vertical-align: middle;
}

/* list_tab */
.list_tab {
	border-bottom: 1px solid #ddd;
	margin: 10px 0 10px;
	padding: 0;
}
.list_tab li{
	display: inline-block;
	line-height: 40px;
	border: 1px solid #ddd;
	margin-bottom: -1px;
	background-color: #efefef;
	font-size: 16px;
}
.list_tab a{
	display: block;
	padding: 0 10px;
}
.list_tab a:hover{
	color: #3d89cd;
}
.list_tab li.act{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #3d89cd;
	background-color: #fff;
}
.list_tab li.act a{
	color: #3d89cd;
}

.list_tab2 {
	border-bottom: 1px solid #ddd;
	margin: 10px 0 10px;
	padding: 0;
}
.list_tab2 li{
	display: inline-block;
	line-height: 35px;
	border: 1px solid #ddd;
	margin-bottom: -1px;
	background-color: #e5f6ed;
	font-size: 14px;
}
.list_tab2 a{
	display: block;
	padding: 0 10px;
}
.list_tab2 a:hover{
	color: #3d89cd;
}
.list_tab2 li.act{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #2ebb7c;
	background-color: #fff;
}
.list_tab2 li.act a{
	color: #2ebb7c;
}


.list_people li{
	float: left;
	width: 15.8%;
	margin-bottom: 10px;
	margin-right: 1%;
	box-sizing: border-box;
	padding: 10px;
	background-color: #cddff2;
	border-top: 3px solid #3d89cd;
	text-align: center;
}
.list_people li:nth-child(6n+0){
	margin-right: 0%;
}
.list_people li .pic{
	margin-bottom: 10px;
}
.list_people li .pic img{
	width: 100%;
	height: auto;
}
.list_people li p{
	font-size: 16px;
	line-height: 1.6em;
}

/* tree_list */
.tree_list {
	color: #3d89cd;
}
.tree_list > li {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.tree_sublist {
	padding-left: 40px;
	color: #333;
}



/* footer */
.footer {
	background-color: #434343;
	text-align: center;
	padding: 5px 0;
	font-size: 0.750em;
	color: #fff;
}

/* Shadow */
.hvr-shadow {
	-webkit-transform: all;
	transform: all;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.page {
	margin: 20px 0 0;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.page a{
	padding: 0 10px;
	display: block;
	background-color: #efefef;
	margin: 0 3px;
}
.page a:hover{
	color: #dba000;
}
.page .current a{
	color: #fff;
	font-weight: bold;
	background-color: #3d89cd;
}
.page ul {
	display: inline-block;
	padding: 0;
	margin: 0 auto;
}
.page li {
	float: left;
	height: 20px;
}
.page .prev, .page .next {
	display: inline-block;
}


/* popup */
.popup_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}
.popup {
	position: absolute;
	top: 0px;
	left: 10%;
	width: 80%;
	max-height: 80;
	background: #FFF;
	z-index: 1000;
}
.popup a.close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	background: url(../images/close.png) center center no-repeat;
	background-size: 20px 20px;
	z-index: 100;
}
.popup h2{
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding: 0px 0 0px 10px;
	background-color: #f7cc04;
}
.popup .com {
	padding: 10px;
}
/*拖入樣式*/
.id_img {
	padding: 20px;
}
.upload_zone {
	width: 200px;
	height: 200px;
	margin: 20px auto;
	border: 10px dashed #308dff;
	text-align: center;
}

/* 參考資料 : https://www.oxxostudio.tw/articles/201412/css-boxsizing-backgroundclip.html */
.upload_zone_enter {
	border: 10px dashed black;
	background-clip: content-box;
}

.obj {
	width: 200px;
	height: 200px;
}
#preview {
	margin: 20px;
}
.display_none {
	display: none;
}
.id_one p.btn_01  {
	color: #FFF;
}