﻿@charset "utf-8";
.wrapper{
	max-width: 90%;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.wrap_iner{
	background-color: #FFF;
	/*background-image: url(../images/sidebg.png);/*
	background-repeat: repeat-y;
	/*min-height: 768px;*/
	/*overflow: visible;*/
	display: block;
	float: left;
	padding-bottom: 40px;
	width:100%;
}
.sideLeft{
	background-color: #6bcad2;
	width: 255px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #f1f1f1;
	float: left;
	display: block;
}
.logo{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 89px;
	width: 236px;
	margin-right: auto;
	margin-left: auto;
}
.content{
	display: block;
	/*width: 100%;*/
	margin-left: 0px;
	background-color: #FFF;
	padding: 8px;
}
.main{
	width: 100%;
}
.mainL{
	/* margin-right: 210px;*/
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	overflow: visible;
}
.mainR{
	background-color: #888888;
	float: left;
	width: 300px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 4px;
}
.cont_cont{
	min-width: 720px;
	background-color: #FFF;
}

/*人員資訊*/
.member{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1f1f1;
	height: 62px;
	text-align: right;
	width: 100%;
	font-family: "微軟正黑體";
	font-size: 14px;
	line-height: 62px;
	color: #5a5a5a;
}
.member img{
	vertical-align: middle;
	margin-right: 4px;
	margin-left: 4px;
}
.member a:link{
	color: #aaaaaa;
	text-decoration: none;	
}
.member a:hover{
	color: #1f9ae0;
}
.user{
	font-size: 15px;
	color: #00aeff;
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px;
}
/*人員資訊結尾*/

/*右側行事曆代辦事項*/
.calendarBox{
	margin-top: 10px;
	margin-bottom: 10px;
}
.calendarBox h3{
	font-family: "微軟正黑體";
	font-size: 18px;
	line-height: 38px;
	color: #888888;
	background-color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	-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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}
.calendarBox .subscribe{
	font-family: "微軟正黑體";
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 8px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 8px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.calendarList{
	margin-top: 10px;
	margin-bottom: 10px;
}
.calendarList .bottom{
	background-image: url(../images/cal_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 11px;
	width: 300px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.calendarList h3{
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #FFF;
	background-image: url(../images/cal_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	line-height: 32px;
}
.calendarList ul li{
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 27px;
	color: #ececec;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
.calendarList ul li .calGreen{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #c5ee63;
	background-image: url(../images/cal_green.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.calendarList ul li .calBlue{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #63bbee;
	background-image: url(../images/cal_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.calendarList ul li .calPink{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #FF99CC;
	background-image: url(../images/cal_pink.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
/*右側行事曆代辦事項結尾*/

/*最新消息*/
.newsbox{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 42px;
	float: left;
	width: 100%;
	padding: 0px;
	background-color: #ffe674;
	margin-bottom: 12px;
}
.newsbox .Left{
	background-color: #ffd100;
	height: 42px;
	width: 110px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	font-family: "微軟正黑體";
	font-size: 15px;
	color: #000000;
	line-height: 50px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.newsbox .Right{
	height: 42px;
	font-family: "微軟正黑體";
	font-size: 15px;
	color: #000;
	float: left;
	line-height: 50px;
	padding-right: 8px;
	padding-left: 8px;
}
/*最新消息結尾*/
/*Dashboard*/
.dashboard_Blue, .dashboard_Green, .dashboard_Coral{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*background-color: #f1f1f1;*/
	width: 100%;
	display: block;
	float: left;
	padding: 8px;
}
.dashboard_Blue h4{
	font-family: "微軟正黑體";
	font-size: 18px;
	line-height: 34px;
	color: #1f9ae0;
	background-image: url(../images/dashboard_law.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8cd0f6;
	padding-left: 35px;
	font-weight: bold;
}
.dash_table_Blue{
	width: 100%;
}
.dash_table_Blue td{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #1f9ae0;
	text-align: left;
	padding-top: 8px;
	padding-right: 8px;
	text-decoration: none;
}
.dash_table_Blue td a{color: #1f9ae0;}
.dash_table_Blue td a:link{
	text-decoration: none;
	display:block;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dash_table_Blue td a:hover{
	text-decoration: none;
	background-color: #1f9ae0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #FFF;
}
.dash_table_Blue td .titleL{
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #FFF;
	background-color: #1f9ae0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	padding: 4px;
	width: 170px;
}
.dashboard_Green{
	float:right;
}

.dashboard_Coral{
	float:right;
}
.dashboard_Green h4{
	font-family: "微軟正黑體";
	font-size: 18px;
	line-height: 34px;
	color: #00cc99;
	background-image: url(../images/dashboard_green.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00cc99;
	padding-left: 35px;
	font-weight: bold;
}
.dashboard_Coral h4{
	font-family: "微軟正黑體";
	font-size: 18px;
	line-height: 34px;
	color: #f26c6c;
	background-image: url(../images/dashboard_plan.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9e9e;
	padding-left: 35px;
	font-weight: bold;
}
.dash_table_Green{width: 100%;}
.dash_table_Coral{width: 100%;}
.dash_table_Green td{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #00cc99;
	text-align: left;
	padding-top: 8px;
	padding-right: 8px;
	text-decoration: none;
}
.dash_table_Coral td{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #f26c6c;
	text-align: left;
	padding-top: 8px;
	padding-right: 8px;
	text-decoration: none;
}
.dash_table_Green td a{
	color: #00cc99;
}
.dash_table_Coral td a{
	color: #f26c6c;
}
.dash_table_Green td a:link{
	text-decoration: none;
	display:block;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dash_table_Coral td a:link{
	text-decoration: none;
	display:block;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dash_table_Green td a:hover{
	text-decoration: none;
	background-color: #00cc99;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #FFF;
}
.dash_table_Coral td a:hover{
	text-decoration: none;
	background-color: #f26c6c;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #FFF;
}
.dash_table_Green td .titleL{
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #FFF;
	background-color: #00cc99;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	padding: 4px;
	width: 170px;
}
.dash_table_Coral td .titleL{
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #FFF;
	background-color: #f26c6c;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	padding: 4px;
	width: 170px;
}
/*Dashboard結尾*/

/*藍色列表區塊*/
.list_box_Blue, .list_box_Green, .list_box_Coral{
	display: block;
	float: left;
	margin-top: 20px;
}
.list_box_Blue h4{
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #1f9ae0;
	background-image: url(../images/arr_law.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 28px;
}
.table_list_Blue, .table_list_Green, .table_list_Coral{width: 100%;	background-color: #f1f1f1;}
.table_list_Blue tr:hover{
	background-color: #ccedff;
}
.table_list_Blue th{
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #FFF;
	background-color: #1f9ae0;
	text-align: center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	-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;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.table_list_Blue td, .table_list_Green td, .table_list_Coral td{
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 27px;
	color: #000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}
.table_list_Blue td.center, .table_list_Green td.center, .table_list_Coral td.center{
	text-align: center;
}
/*藍色列表區塊結尾*/

/*珊瑚色列表區塊*/
.list_box_Coral h4{
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #f26c6c;
	background-image: url(../images/arr_plan.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 28px;
}

.list_box_Green h4{
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #00cc99;
	background-image: url(../images/arr_green.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 28px;
}
.table_list_Coral tr:hover{
	background-color: #ffdfdf;
}
.table_list_Green tr:hover{
	background-color: #ccffcc;
}
.table_list_Coral th{
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #FFF;
	background-color: #f26c6c;
	text-align: center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	-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;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.table_list_Green th{
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #FFF;
	background-color: #00cc99;
	text-align: center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	-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;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
/*珊瑚色列表區塊結尾*/
.statusBox{
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #000;
	display: inline-block;
	float: right;
	padding-top: 8px;
	padding-bottom: 8px;
}
.statusBox img{
	margin-left: 10px;
	margin-right: 4px;
}

/*側邊手風琴選單樣式*/
.panel{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.panel-title {
	font-size: 18px;
	color: #FFF;
	font-family: "微軟正黑體";
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 35px;
}
.panel-title a:link{}
.panel-title a:hover{
	color: #81f4fe;
	text-decoration: none;
}
.panel-group{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.panel-headingLaw{
	background-color: #1f9ae0;
	background-image: url(../images/LeftMenu_law.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	
}
.panel-headingPlan{
	background-color: #f26c6c;
	background-image: url(../images/LeftMenu_plan.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	
}
.panel-headingSyc{
	background-color: #aac942;
	background-image: url(../images/LeftMenu_syc.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	
}
.subMenu{}
.subMenu li{
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	background-image: url(../images/arr_submenu.png);
	background-repeat: no-repeat;
	background-position: left 12px;
}
.subMenu li a{
	text-decoration: none;
	color: #000;
}
.subMenu li a:hover{
	color: #48898e;
}
.subMenu li ul{}
.subMenu li ul li{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	border-bottom-style: none;
}
.subMenu li ul li a{
	text-decoration: none;
}
/*側邊手風琴選單樣式結尾*/

/*內頁麵包屑*/
.breadcrumb{
	font-family: "微軟正黑體";
	font-size: 19px;
	color: #b9b9b9;
	text-align: left;
	display: inline;
	background-color: transparent;
	padding: 0px;
}
.bread_S{
	font-size: 13px;
	color: #b5b5b5;
	display: block;
}
.bread_Active{
	color: #1f9ae0;
	font-weight: bold;
}
/*內頁麵包屑結尾*/

/*內頁標題*/
.main h2{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: "微軟正黑體";
	font-size: 19px;
	line-height: 30px;
	color: #6bcad2;
	border: 1px solid #6bcad2;
	padding: 4px;
	margin-top: 12px;
	margin-bottom: 4px;
	font-weight: bold;
}
.main h2 img{
	vertical-align: middle;
	margin-right: 4px;
}
/*內頁標題結尾*/
@media (min-width: 980px) and (max-width: 1023px) {
}
@media (max-width: 1152px) {
	.dash_tableLaw td .titleL{
	font-family: "微軟正黑體";
	font-size: 12px;
	color: #FFF;
	background-color: #1f9ae0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	padding: 4px;
	width: 70px;
}
.dash_tablePlan td .titleL{
	font-family: "微軟正黑體";
	font-size: 12px;
	color: #FFF;
	background-color: #f26c6c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	padding: 4px;
	width: 70px;
}
}
