/*無障礙用，勿刪*/
a#gotomain {
	float:left;
	width:0;
	height:0;
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
}
a#gotomain:focus,
a#gotomain:active {
	width:auto;
	height:auto;
	overflow:visible;
	color:#333333;
	text-decoration:none;
	z-index: 2;
}
/*無障礙用，勿刪 END*/

@media only screen and (max-width: 960px) {
	.hakka > .button-group {
		display: none;
	}
}

.inline-list > li {
	margin-left: 1rem;
}

@media only screen and (max-width: 960px) {
	.hakka > .inline-list {
		display: none;
	}
}



.center {
	text-align: center;
	margin: 0px auto;
}

.lines-button {
	margin-left: 10px;
}

.button {
	line-height: inherit;
}

.carousel-indicators
{
	 bottom: -10px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: yellow;
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
	color: white;
}



@media(min-width:768px) {
	.navbar-header {
		display: none;
	}
}



#top-bar a {
	color: black !important;
	display: initial !important;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 0.8750em;
}
/**搜尋列*/
@media(max-width:900px) {

	#TopSearch {
		visibility: hidden;
	}
}



@media(max-width:900px)and (min-width:768px) {
	#searchform {
		float: left;
	}
}

@media(min-width:900px) {
	#searchform {
		float: right;
	}
}

/**menu*/
/*.dropdown-menu > li > a {
	overflow: hidden;
}*/

.arrow-right-fa {
	float: right;
	font-size: 0.5em;
}

#main-nav > li > a {
	padding-top: 12px;
}

.navbar {
	margin-bottom: 0px;
}

	.navbar .navbar-nav {
		display: inline-block;
		float: none;
		vertical-align: top;
	}

	.navbar .navbar-collapse {
		text-align: left;
	}


.navigation-holder {
	background: #f5a200;
	border: none;
	width: 100%;
	margin-top: 0px !important;
}

.tabs {
	margin-right: 10px !important;
	border-bottom: 1px solid #1f6eb3;
	margin-left: 15px;
}

	.tabs .tab-title > a {
		padding: 0.5rem 2rem;
		border-radius: 10px 10px 0 0;
	}


.uavc-list > hr {
	border: dashed #ddd;
	border-width: 1px 0 0;
	border-color: #1f6eb3;
	clear: both;
	height: 0;
	margin: 0.5rem 0 0.5rem;
}

.more-link {
	float: right;
	margin: 10px 10px 10px 0;
	font-size: 0.875em;
}

	.more-link > a {
		color: white;
	}

.pink-header {
	background-color: #f39800 !important;
	margin-top: 20px;
}

	.pink-header h4 {
		color: white;
		padding: 5px 10px;
		margin: 0;
		display: inline-block;
	}



/*Footer Link*/

.footerlink {
	background-color: #fde8ca;
}

	.footerlink > .row > .large-2 > .panel {
		background: none;
		border-color: rgba(216, 216, 216, 0);
		padding: 1.25rem 0 0 1rem;
		font-size: 0.875em;
	}
/*Footer*/
footer {
	background-color: #f8d8b1;
}

	footer > .row > .large-4 {
		margin-top: 20px;
	}

	footer > .row > .large-6 {
		margin-top: 20px;
	}

		footer > .row > .large-6 > p {
			font-size: 0.875em;
			line-height: 23px;
		}

	footer > .row > .large-4 > p {
		font-size: 0.875em;
		line-height: 23px;
	}

	footer > .row > .large-2 {
		padding: 20px;
	}
/* Hakka Panel */

.hakka_panel {
	background-color: white;
	/*border-style: solid;
	border-width: 1px;
	border-color: #d8d8d8;*/
	/*margin: 0 5px 0 5px;*/
	/*padding: 0rem;*/
	color: #333;
}
.play-hakkaPhonetics {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	overflow: hidden;
	border-radius: 28px;

}
.play-hakkaPhonetics:hover,
.play-hakkaPhonetics:focus {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(77,113,218,1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(77,113,218,1);
	box-shadow: 0px 0px 8px 0px rgba(77,113,218,1);
}
	.hakka_panel img {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0;
	}

.hakka_panel_title {
	margin: 5px 15px;
}

.hakka_panel_con {
	margin: 5px 15px;
}

.panel-title {
	font-size: inherit;
	font-weight: bold;
}

.panel-body, .panel-body a {
	font-size: 1.1875em;
}

.panel-heading {
	color: white;
}
/*TabView樣式*/
.ult_tabmenu.style1, .ult_tabmenu.style2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: wrap;
	-moz-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-justify-content: left;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


/*TabView樣式*/
li.ult_tab_li {
	background-color: #f6b74d !important;
}
/*TabView樣式*/
.ult_tabmenu.style1 a.ult_a {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	float: left;
	display: block;
	outline: 0;
	padding: 10px;
	text-decoration: none;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
}
/*TabView樣式*/
.ult_tabitemname {
	position: relative;
	display: none;
	margin: 0;
	padding: 12px 15px;
	color: inherit;
	overflow: hidden;
}
.ult_tabmenu.style1 {
	min-height: 300px;
	height: auto;
}
.nav-pills > .tab {
    position: absolute;    
    top: 0;
    display: block;
    height: 46px;
}
.nav-pills > .tab#task-tab-title {
	left: 0;
}
.nav-pills > .tab#member-tab-title {
	left: 98px;
}
.nav-pills > .tab#budget-tab-title {
	left: calc(98px * 2);
}
.nav-pills > .tab#law-tab-title {
	left: calc(98px * 3);
}
.nav-pills .tab-content {
	margin-top: 46px;
	width: 100%;
	display: none;
	border-top: 2px solid #1f6eb3;
}
.nav-pills > .tab > a {
	height: 100%;
}
.nav-pills > .tab.active + .tab-content {
	display: block;
}
.nav > .tab > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
/**Tab 修改 nav pills 底下li 超連結 樣式*/
.nav-pills > .tab > a {
	background-color: #cf8200;
	border: 1px solid rgb(246, 183, 77);
	border-bottom: 0;
	color: white;
	font-weight: bold;
}

	.nav-pills > .tab > a:hover, .nav-pills > .tab > a:focus {
		background: #f39800;
        text-decoration: underline;
	}

/**Tab nav pills 底下li tab active 超連結樣式*/
.nav-pills > .tab.active > a, .nav-pills > .tab.active > a:hover, .nav-pills > .tab.active > a:focus {
	color: white;
	background-color: #a76900;
    text-decoration: underline;
}

/*footer*/
#bottom-bar {
	font-size: 0.8125em;
	line-height: 23px;
	color: #454545;
}

	.wf-container-bottom, #bottom-bar.full-width-line {
		border-top: 1px solid rgba(119,119,119,0.15);
	}

[class^="Defaults-"], [class*=" Defaults-"] {
	font-family: 'Defaults';
	/*speak: none;*/
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.uavc-list-icon ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 0 30px !important;
	position: relative !important;
}

.uavc-list-content {
	margin-bottom: 0 !important;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	padding-top: 2px;
}

/*首頁熱搜關鍵字*/
.searchkey, #searchbar a {
	font-size: 1em;
	color: #757575;
	margin: 3px 0 0 0;
}

#top-bar a:focus {
	text-decoration: underline;
}



/*區塊panel*/
#main > .wf-wrap, #header .wf-wrap, #bottom-bar > .wf-wrap, #footer > .wf-wrap {
	width: 1024px;
}

#main a {
	text-decoration: none;
}

	#main a:hover, #main a:focus {
		text-decoration: underline;
	}

div {
	display: block;
}
/**分頁超連結*/
.page-links a {
	position: relative;
	display: inline-block;
	float: none;
	margin: 0 3px 0 2px;
	text-align: center;
	text-decoration: none;
}

@media(min-width:768px) {
	.nav-mobile {
		display: none;
	}
}

a {
	color: #4d71da; /*#428bca;*/
}

/*區塊標題*/
.entry-title {
	color: #333333;
	font: normal normal normal 20px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	height: 60px;
	overflow: hidden;
	padding: 3px;
}


h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 16px;
	margin-right: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
}

h1 {
	margin: 0;
}
.hakkaLogo {
	margin: 0 auto 0 20px;
	margin-top: 20px !important;
}
#page .content, .wf-cell, .wf-wrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 0;
}


container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.wf-container {
	font-size: inherit;
	line-height: 0;
	word-spacing: -4px;
}

.wf-wrap {
	max-width: 100%;
	padding: 0 0;
	margin: 0 auto;
}

.wf-cell {
	display: inline-block;
	vertical-align: top;
}

/**區塊區外框*/
.cont-id-0 {
	height: 100%;
}
/*兩個區塊一組的外框*/

/**區塊外框*/
.BlockFrame {
	/*margin-bottom:0;margin-top:0;*/
	margin: 10px 0 10px 0;
}

.post {
	position: relative;
}
/*區塊邊界*/
.style-ios .wf-cell .post.bg-on.fullwidth-img:not(.format-quote):not(.format-link) .blog-content, .style-ios .wf-cell .post.bg-on.fullwidth-img .project-list-content {
	border: 1px solid;
	border-color: rgba(119,119,119,0.15);
}

/*.iso-container .blog-content.wf-td, .iso-container .blog-media.wf-td, .iso-grid .blog-content.wf-td, .iso-grid .blog-media.wf-td, .layout-masonry .blog-content.wf-td, .layout-masonry .blog-media.wf-td, .media-wide .blog-content.wf-td, .media-wide .blog-media.wf-td, .shortcode-blog-posts .wf-td {
	display: block;
}*/
/*區塊PADDING*/
.bg-on .blog-content, .bg-on .team-desc {
	padding: 10px 25px 15px;
}

.bg-on .blog-content, .bg-on .blog-media {
	position: relative;
	z-index: 9;
}

/**區塊方格*/
/*.wf-td {
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(245, 245, 245, 0.82);
	border: 3px solid #ddd;
	/*height: 400px*/
/*height: 100%;
	width: 600px;
	margin-top: 0;*/
/*}*/


/*.articles-list .entry-title {
			display: inline-block;
		}*/

.blog-content.wf-td h3.entry-title a, .blog-content.wf-td a.details.more-link {
	color: #4d71da;

}

/*.articles-list .entry-meta {
			display: inline-block !important;
			float: right !important;
			margin-right: 10px;
			color: black;
		}*/

.page-info {
	display: none !important;
}

/*方塊內作者*/
.author.vcard, .by-author {
	display: none;
}

/*.reply, .comment-meta, #reply-title small, .entry-tags, .portfolio-categories, .num-of-items, .entry-meta, .tp_recent_tweets .twitter_time, .vc-label-above .vc_label, .login-remember, .wp-caption-text {
	font-size: 0.8125em;
	line-height: 23px;
}*/

.details {
	color: #4d71da;
	margin-bottom:0px;
	font-size: 0.875rem;
	font-weight: normal;
	margin-left: 1rem;
}

/**方塊 詳情*/
.more-link {
	float: right;
	margin: 10px 10px 10px 0;
	color: #4d71da;
}
/*panel下方連結斜線*/
.entry-meta > a, .entry-meta > span {
	position: relative;
	display: inline-block;
	margin: 0 1px 0 6px;
	padding-left: 10px;
	text-decoration: none;
}

.entry-meta {
	padding-top: 10px;
	font-size: 0.8125em;
	line-height: 23px;
}
/*padding樣式*/
.full-width-wrap .cont-id-0 {
	margin: -10px 10px;
}

.cont-id-0 > .wf-cell {
	width: 328px;
	/** padding: 10px;*/
}


/*分頁*/
.description-under-image.bg-under-post + .paginator {
	margin-top: 50px;
}

.filter:before, .paginator:before {
	content: "";
	display: table;
}


.paginator {
	margin: 50px 0 0;
	text-align: right;
	right: 12.5px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -6.5px;
	width: 13px;
	height: 13px;
	line-height: 13px;
	content: "";
	background-position: 0 center;
	background-repeat: no-repeat;
}


.page-links > a {
	background-color: #f2f0f0;
	font-size: 1.25em;
	border: 1px solid rgba(119,119,119,0.15);
}



html, body.page, .wf-container > * {
	font: normal normal normal 16px / 27px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	word-spacing: normal;
	color: #454545;
}

body {
	font-size: 1.1875em;
}



.paginator a {
	padding-left: 8.3333333333333px;
	padding-right: 8.3333333333333px;
	min-width: 40.5px;
	line-height: 40.5px;
}

/**區塊 文章顯示部分*/
.AutoSkip {
	height: 300px;
	overflow: hidden;
	font-size: 1.125em;
	text-overflow: ellipsis;
	word-break: break-all;
}
	/*區塊內文圖片隱藏*/
	.AutoSkip img {
		display: none;
	}
	/*區塊內文表格隱藏*/
	.AutoSkip table {
		display: none;
	}

/**區塊 上方條件過濾列*/
.BlockFilter {
	margin-bottom: 25px;
}
/*內文上方麵包削*/
#breadcrumbs {
	list-style: none;
	overflow: hidden;
	/*width: 77%;*/
	margin-right: 10px;
	margin-left: 15px;
}
	/*內文上方麵包削*/
	#breadcrumbs li {
		display: inline-block;
		/*vertical-align: middle;*/
		margin-right: 2px;
	}
	/*內文上方麵包削*/
	#breadcrumbs .separator {
		font-size: 1.125em;
		font-weight: 100;
		color: #ccc;
	}
	/*麵包穴hover樣式*/
	#breadcrumbs a:hover, #breadcrumbs a:focus {
		color: #4d71da;
		/*color: none;*/
		/*text-decoration: none;*/
	}
/*內文上方麵包削*/
.share-block {
	display: inline-block;
	float: right;
	margin: 5px 0 0 0;
}



/*標籤顏色*/
.news-header {
	/*background-image: url('../img/title-bg.png');*/
	background-color: #cf8200;
	padding-left: 20px;
	color: white;
	height: 40px;
	line-height: 40px;
	margin: 10px 0 30px 0;
	letter-spacing: 20px;
	font-size: 1rem;
	font-weight: bold;
}
.news-header2 {
	/*background-image: url('../img/title-bg.png');*/
	background-color: #cf8200;
	padding-left: 20px;
	color: white;
	height: 40px;
	line-height: 40px;
	margin: 10px 0 30px 0;
	letter-spacing: 1px;
}
/*內文標題*/
.content-title-1 {
	color: red/*#c11a24*/;
	font: normal normal normal 22px / 22px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	/*height: 60px;*/
}
/**張貼日期*/
.content-post-date {
	float: right;
	color: #2b91a7;
	font-weight: bold;
	margin-bottom: 10px;
}

/**內文下載*/
.download {
	padding-bottom: 60px;
}

	.download > h3 {
		font: normal normal normal 26px / 34px roboto, helvetica, arial, verdana, sans-serif;
	}

.file {
	padding-left: 0px;
	margin-left: 20px;
}
/*點閱人數方格*/
.view-count {
	padding: 10px;
	border: #959595 1px dashed;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 1.5%;
}
/**英文版點閱人數方格*/
.en-view-count {
	margin-bottom: 1.5%;
}
/*內文表格樣式*/
.content table, .content td, .content th {
	border: solid 1px;
}
caption {
	border: 1px solid #2c2c2c;
	border-bottom: 0;
	font-weight: bold;
	padding: 0.5rem;
	margin: 0 !important;
}
th {
	text-align: center;
}
/*內文表格樣式*/
.content table {
	border-bottom: 1px solid transparent;
	width: 100%;
	margin: 0 0 10px;
}
/*內文表格樣式*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*內文表格文字樣式*/
td, th {
	display: table-cell;
	vertical-align: inherit;
}
/*內文表格文字樣式*/
.content td, .content th,
.content .td, .content .th {
	padding: 5px 10px 5px 5px;
}

/*#region 熱搜關鍵字*/
/*表格標題*/
.table-title {
	font-family: "微軟正黑體";
	color: #221814;
	line-height: 160%;
	text-decoration: none;
	font-weight: bolder;
	font-size: 1.25em;
	/*width: 80%;*/
}
/*表格內文*/
.table-info {
	font-family: "微軟正黑體";
	min-height: 3em;
	overflow: hidden;
}
/*分類圖案*/
.news-icon {
	background-color: #F1A948;
	display: block;
	width: 50px;
	font-size: 0.8125em;
	color: white;
	text-align: center;
	text-decoration: none;
	font-family: "微軟正黑體";
}
/*表格時間*/
.new-date {
	float: left;
	margin-top: 5px;
	margin-right: 1em;
	font-family: "微軟正黑體";
	font-size: 0.8125em;
	color: #656464;
}

/*顯示搜尋結果*/
#search-title span {
	font-family: "微軟正黑體";
	font-size: 1.125em;
}
/*搜尋數量文字*/
.result-count {
	color: red;
}
/*#endregion 熱搜關鍵字*/

/*footer link 底色*/
#footer.solid-bg {
	background: #f8d8b1 none repeat center top;
}
/*footer link 底色*/
.sub-nav > ul, #footer, #mmenu, .mm-subclose {
	background: #fde8ca !important;
}
/*footer link 文字樣式*/
.footer-info {
	width: 100%;
	padding: 0px;
	font-size: 0.875em;
}
	/*footer link 文字樣式*/
	.footer-info a {
		color: #454545;
		line-height: 25px;
	}
/*footer link 文字樣式*/
.footer-title {
	color: #333333;
	font: normal normal normal 18px / 27px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: none;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.1875em;
}
/*內文與 footer link的間距*/
#main {
	padding-bottom: initial;
}
/*內文內容標題底色*/
.single .entry-title {
	color: #c11a24 !important;
}
/*內文內容的張貼日期*/
.single .date-right {
	float: right;
	color: #2b91a7;
	margin-bottom: 10px;
}
/*內文格式*/
html, .page, .wf-container > * {
	font: normal normal normal 16px / 27px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	word-spacing: normal;
	color: #454545;
	/*font-size: small;*/
}
/*內文圖片*/
.post .rollover, .post .rollover-video, .post img, img[class*=align], img[class*=wp-image-], img[class*=attachment-] {
	max-width: 100%;
	height: auto;
}
/*內文圖片*/
.alignright {
	float: right;
	margin: 0 0 10px 30px;
}



/*#region Layout css*/

a {
	text-decoration: none;
}

/**menu default margin*/

/* Medium devices (desktops, 992px and up) */
@media (min-width: 900px)and (max-width:1200px) {
	/*#navigation {
		margin-left: 60px;
	}*/

	.hakkaLogo {
		margin-left: 60px;
	}
	/*.breadcrumbs-info {
	left:60px;
	}*/

	#top-bar {
	position:absolute;
	right:20px
	}
}
@media (min-width: 1200px)and (max-width:1300px) {
	/*#navigation {
		margin-left: 95px;
	}*/

	.hakkaLogo {
		margin-left: 60px;
	}

   /*.breadcrumbs-info {
	left:95px;
	}*/

	#top-bar {
	position:absolute;
	right:20px
	}
}
@media (min-width: 1300px)and (max-width:1400px) {
	/*#navigation {
		margin-left: 95px;
	}*/

	.hakkaLogo {
		margin-left: 60px;
	}

   /*.breadcrumbs-info {
	left:95px;
	}*/

	#top-bar {
	position:absolute;
	right:156px
	}
}



/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1400px)and ( max-width:1500px) {
	/*#navigation {
		margin-left: 139px;
	}*/

	.hakkaLogo {
		margin-left: 150px;
	}

   /*.breadcrumbs-info {
	left:139px;
	}*/

	#top-bar {
	position:absolute;
	right:156px
	}
}
@media (min-width: 1500px)and ( max-width:1600px) {
	/*#navigation {
		margin-left: 190px;
	}*/

	.hakkaLogo {
		margin-left: 150px;
	}

   /*.breadcrumbs-info {
	left:190px;
	}*/

	#top-bar {
	position:absolute;
	right:150px
	}
}

@media (min-width: 1600px)and ( max-width:1700px) {
	/*#navigation {
		margin-left: 337px;
	}*/

	.hakkaLogo {
		margin-left: 250px;
	}

	/*.breadcrumbs-info {
	position:absolute;
	left:337px;
	}*/

	 #top-bar {
	position:absolute;
	right:224px
	}
}
@media (min-width: 1700px) {
	/*#navigation {
		margin-left: 400px;
	}*/

	.hakkaLogo {
		margin-left: 380px;
	}

   /*.breadcrumbs-info {
	left:400px;
	}*/

	#top-bar {
	position:absolute;
	right:280px
	}
}
/*大螢幕menu 子選單*/
.sub-nav > ul > li > a {
	font: normal 500 14px / 16px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	padding-right: 2px;
	padding-left: 10px;
}

	.sub-nav > ul > li > a:focus {
		color: yellow;
		border-radius: 4px;
	}

@media(max-width:900px) {

	#top-bar {
		display:none;
	}
}

/*#TopSearch {
	float: right;
	background-color: #FDE8CA;
	border-radius: 0 0 10px 10px;
	padding: 5px 10px 5px 0;
}*/

div.hidden-xs {
	width: 100%;
	margin-left: -2%;
}

/**小於三百一消失*/
@media(max-width:430px) {
	.hidden-430 {
		display: none;
	}
}

@media(max-width:893px) {
	.hidden-893 {
		display: none;
	}
}
/**搜尋列*/
@media(min-width:350px)and (max-width:500px) {
	#sentence {
		width: 260px;
	}

	.input-group > .search-btn {
		width: 30px;
	}
}

.search-btn {
	height: 30px;
	padding: 6.5px 8px;
	border: 1px solid transparent;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	position: absolute;
	right: 0;
}

input {
	border: 1px solid #F7B52C;
}

.searchkey > a {
	text-decoration: underline;
}

input[type="search"] {
	text-align: left;
	font-size: 1.1875em;
}

@media(max-width:1200px) {
	#top-bar {
		width: 80%;
		z-index: 0;
	}
}
/*搜尋無結果頁的 input*/
.content .searchform input.form-inline {
	width: auto;
}
/*整體文章寬度及內文文字樣式*/
@media(min-width:1200px) {
	.mainContent {
		max-width: 100%;
		padding: 0px;
	}

	#top-bar {
		width: 62%;
		z-index: 0;
	}


	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11 {
		float: left;
	}

	.col-lg-1 {
		width: 8.333333333333332%;
	}

	.col-lg-2 {
		width: 16.666666666666664%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-4 {
		width: 33.33333333333333%;
	}

	.col-lg-5 {
		width: 41.66666666666667%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-7 {
		width: 58.333333333333336%;
	}

	.col-lg-8 {
		width: 66.66666666666666%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-10 {
		width: 83.33333333333334%;
	}

	.col-lg-11 {
		width: 91.66666666666666%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-push-1 {
		left: 8.333333333333332%;
	}

	.col-lg-push-2 {
		left: 16.666666666666664%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-4 {
		left: 33.33333333333333%;
	}

	.col-lg-push-5 {
		left: 41.66666666666667%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-7 {
		left: 58.333333333333336%;
	}

	.col-lg-push-8 {
		left: 66.66666666666666%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-10 {
		left: 83.33333333333334%;
	}

	.col-lg-push-11 {
		left: 91.66666666666666%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-pull-1 {
		right: 8.333333333333332%;
	}

	.col-lg-pull-2 {
		right: 16.666666666666664%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-4 {
		right: 33.33333333333333%;
	}

	.col-lg-pull-5 {
		right: 41.66666666666667%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-7 {
		right: 58.333333333333336%;
	}

	.col-lg-pull-8 {
		right: 66.66666666666666%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-10 {
		right: 83.33333333333334%;
	}

	.col-lg-pull-11 {
		right: 91.66666666666666%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}

	.col-lg-offset-1 {
		margin-left: 8.333333333333332%;
	}

	.col-lg-offset-2 {
		margin-left: 16.666666666666664%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333333333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666666666667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.333333333333336%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666666666666%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333333334%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666666666666%;
	}
}

.item-home > a {
	text-decoration: underline;
}

.item-cat > a {
	text-decoration: underline;
}

.item-cat-none-page {
	color: #4d71da;
	text-decoration: none;
}


/*置頂按鈕*/
.scrollToTop {
	width: 64px;
	height: 64px;
	background-image: url('../../images/OrignalToTop.png');
	background-repeat: no-repeat;
	position: fixed;
	right: 40px;
	display: none;
	bottom: 50px;
	border-radius: 6px;
	z-index: 100;
	overflow: hidden;
}
.scrollToTop-text {
	float: left;
	margin-left: -9999px;
}

	.scrollToTop:hover, .scrollToTop:focus {
		text-decoration: none;
		background-image: url('../../images/HoverToTop.png');
		background-repeat: no-repeat;
	}



/**FooterMenu*/
#FooterMenu li {
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
	font-size: 1.125em;
	padding-bottom: 15%;
}

@media(max-width:1000px) {
	#FooterMenu li {
		padding-bottom: 15px;
	}
}

#FooterMenu {
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
}

#footerItem {
	padding-bottom: 20px;
}

.footer-info > li > a {
	color: black;
	font-weight: 400;
}


.div-visit {
	position: absolute;
	right: 0;
}

@media(max-width:768px) {

	.div-visit {
		position: initial;
		right: initial;
		left: 0;
	}
}

div.mm-page {
	min-height: initial;
}

.hakkaLogo:hover {
	/*background: wheat;*/
}

a:hover, a:focus {
	text-decoration: underline;
}

#breadcrumbs > li > a:hover, #breadcrumbs > li > a:focus {
	background-color: wheat;
}

.ge-btn > img:hover, .ge-btn > img:focus {
	border: 3px gray solid;
}

.nav-dl-mmenu {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.en-top {
	margin-bottom: 10px;
}
/*#endregion layout*/

/*#region Index*/
.fb-page {
	height: 100%;
	width: 100%;
	/*overflow: hidden;*/
}

#fb {
	text-align: center;
}

.upper-banner {
	padding: 0;
}

.down-banner {
	opacity: 1;
	visibility: visible;
}

.index-tabview {
	word-spacing: normal;
}

.index-tabview-header {
	margin-top: -12px;
}

.more-p {
	text-align: right;
	clear: both;
}

.more-a {
	background-color: white;
}

.wonderplugingallery-container {
	max-width: 640px;
	margin: 0 auto;
}

.wonderplugingallery {
	display: block;
	position: relative;
	max-width: 100%;
	width: 306px;
	height: 296px;
}


.small-down-banner > img {
	width: 100%;
	height: 100px;
}

.big-down-banner > img {
	max-width: 482px;
	height: 100px;
}

.aio-icon-Index {
	color: #00a0ea;
	font-size: 1.25em;
	display: inline-block;
}
/*ad rotator 上方圖片輪播按鈕*/
.glyphicon-chevron-right:hover, .glyphicon-chevron-right:focus {
	background-color: gray;
}

.glyphicon-chevron-left:hover, .glyphicon-chevron-left:focus {
	background-color: gray;
}
/*tab不留白邊*/
.nav-pills > .tab + .tab {
	margin-left: 0px;
}

.nav-pills > .tab > a {
	border-radius: 5px 5px 0px 0px;
}

@media(min-width:1200px) {
	.col-lg-2 {
		width: 16.666667%;
	}
}

#footer {
	padding-top: 4%;
}

.footer-info {
	width: 100%;
	padding: 0px;
	font-size: 0.875em;
}

.center {
	margin: auto;
	width: 80%;
}

.dg-wrapper a img {
	display: block;
	padding: 0px 0px 0px 1px;
	width: 482px;
}

#dg-container > a > img {
	width: 482px;
}


/*panel*/
.mm-subclose:hover, .panel-heading, div.pink-header > a {
	background-color: #cf8200 !important;
}

.panel-primary {
	border-color: rgba(0,0,0,0);
}

	.panel-primary > .panel-heading {
		border-color: #cf8200;
		border-style: solid;
		border-width: thin;
		width: 100%;
	}


		.panel-primary > .panel-heading > .panel-title > a {
			font-size: 0.9375em;
			position: absolute;
			right: 25px;
			padding-top: 10px;
		}

			.panel-primary > .panel-heading > .panel-title > a:focus {
				color: #4d71da;
			}

	.panel-primary > .panel-body {
		border-bottom-color: black;
		border-left-color: black;
		border-right-color: black;
		border-style: solid;
		border-width: thin;
		width: 100%;
	}

	.panel-primary > .panel-body-inside {
		border-bottom-color: #ccc;
		border-left-color: #ccc;
		border-right-color: #ccc;
		border-top-color: #ccc;
		border-style: solid;
		border-width: thin;
		padding: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		/*height: 350px;*/
	}

	.panel-primary > .panel-picture {
		border-bottom-color: #ccc;
		border-left-color: #ccc;
		border-right-color: #ccc;
		border-top-color: #ccc;
		border-style: solid;
		border-width: thin;
	}

	.panel-primary > .panel-picture p {
		padding: 15px;
	}
	.hakka_panel.panel-picture > a:hover,
	.hakka_panel.panel-picture > a:focus {
		outline: 2px solid #f39800;
	}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	margin: 0 auto;
	width: 100%;
	width: 100%;
	max-height: 700px;
}
/*區塊顯示*/
.upb_row_bg {
	background: #FDE8CA !important;
}
/*tab View*/
.uavc-list-icon li {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
	clear: both !important;
	line-height: 1.6em;
	overflow: visible;
}
/**手機小螢幕調整項目 tab */
@media(max-width:768px) {
	#myTable {
		padding-left: 0;
		padding-right: 0;
	}
	.tab-wrapper.col-md-8 {
		padding-left: 8px;
		padding-right: 0;
	}
	.nav-pills > .tab > a {		
		font-size: 0.875em;
		padding: 8px 5px;
	}
	.nav-pills > .tab {
		width: 68px;
	}
	.nav-pills > .tab#member-tab-title {
		left: 68px;
	}
	.nav-pills > .tab#budget-tab-title {
		left: calc(68px * 2);
	}
	.nav-pills > .tab#law-tab-title {
		left: calc(68px * 3);
	}
}



/**影音專區撥放列*/
.list-group-horizontal, .list-group-item {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	display: inline-block;
}

.list-group-horizontal {
	overflow: auto;
	height: 60px;
	width: 100%;
}

#myTable {
	width: 100%;
	/*padding-left: 5%;
	padding-right: 5%;*/
	margin-left: auto;
	margin-right: auto;
}

@media(max-width:700px) {
	#myTable {
		width: 100%;
		/*padding-left: 3px;
		padding-right: 3px;*/
	}
}
/*圖片輪播背景去除*/
.jumbotron {
	background-color: transparent;
}

/*將banner 改成數字*/
.carousel-indicators-numbers li {
	text-indent: 0;
	margin: 0 2px;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 100%;
	line-height: 30px;
	color: white;
	background-color: #999;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

	.carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
		margin: 0 2px;
		width: 30px;
		height: 30px;
		background-color: #337ab7;
	}

#mobilePicture {
	height: 100%;
	margin-left: 35px;
	margin-right: 35px;
}

@media (max-width:1300px) {
	#myTable {
		padding-right: 2%;
		padding-left: 2%;
	}
}
/*#endregion Index*/

/*#region 無資料頁*/
.nonedata {
min-height:500px
}
/*#endregion 無資料頁*/
/* share Layout 相關*/

@media(max-width:900px) {

	#TopSearch {
		visibility: hidden;
	}
}

@media(min-width:900px) {
	#searchform {
		float: right;
	}
}

img.hakkaLogo {
	float: left;
	min-height: 40px;
	min-width: 90px;
	position: relative;
	z-index: 1;
}

/*@media(max-width:1000px) {


	.hakkaLogo {
		margin: 15px auto 0 15px;
	}
}*/

input[type="search"] {
	height: 28px;
}


#searchbar {
	float: right;
	white-space: nowrap;
}

.top-search {
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: -15px;
}

.top-search-engine {
	margin-top: 40px;
	width: 100%;
	right: 20px;
	position: absolute;
}

.top-search-input {
	text-align: right;
	padding-right: 10%;
	float: right;
	padding-top: 15px;
}

.hot-keyword {
	text-decoration: none;
}

.container-info {
	/*max-width: 1050px;*/
}

.breadcrumbs-info {
	padding-top: 1.5%;
}

footer > div#bottom-bar {
	font-size: 0.8125em;
}

	footer > div#bottom-bar > div.row {
		margin-top: 2%;
	}

.ge-btn {
	float: left;
}

#top-bar {
	margin-left: 80px;
	padding-right: 0px;
	z-index: 0;
}


	#top-bar a.change {
		padding: 1px 1px;
	}

		#top-bar a.change:hover, #top-bar a.change:focus {
			border: solid 5px #454545;
		}

#TopSearch {
	background-color: #FDE8CA;
	border-radius: 0 0 10px 10px;
	padding: 5px 10px 5px 0;
	float: right;
}

ul#eng-breadcrumbs {
	margin-bottom: 0px;
}

.eng-eg-btn {
	float: left;
	padding-left: 6%;
	padding-top: 1%;
}


input[type="text"]:focus, input[type="radio"]:focus, input[type="time"]:focus, input:focus, textarea:focus {
	background-color: antiquewhite;
}

.required {
	color: red;
}

/*end share layout*/
/* #region 內文頁*/
/* 分享列*/
.social > a > img:hover, .social > a > img:focus {
	box-shadow: 8px 8px 4px grey;
}

.social > img:hover, .social > img:focus {
	box-shadow: 8px 8px 4px grey;
}

.social {
	padding: 5px;
}

.article-footer {
	margin-top: 5%;
	margin-left: 10px;
	margin-right: 10px;
}

.content-main {
	padding-top: 0px;
}
/*寄信*/
/*填入表格統一格式*/
.TextField {
	margin-bottom: 10px;
	padding: 7px 15px;
	border: 1px solid #e0e1e1;
	background-color: #fbfcfc;
	color: #b8bcbe;
}
/*送出按鈕排版設定*/
#wp-email-button {
	text-align: center;
}
/*控制email送出前/後區塊*/
.shown {
	visibility: visible;
}

#sent-before {
	padding: inherit;
}

.mail-button {
	font: normal normal 500 14px / 31px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	padding-left: 14.333333333333px;
	padding-right: 14.333333333333px;
	color: white;
	text-transform: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-color: #4d71da;
	background: #4d71da;
	background: -moz-linear-gradient(30deg,#4d71da 0%,#35c4f4 100%);
	background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#4d71da),color-stop(100%,#35c4f4));
	background: -webkit-linear-gradient(30deg,#4d71da 0%,#35c4f4 100%);
	background: -o-linear-gradient(30deg,#4d71da 0%,#35c4f4 100%);
	background: -ms-linear-gradient(30deg,#4d71da 0%,#35c4f4 100%);
	background: linear-gradient(30deg,#4d71da 0%,#35c4f4 100%);
	line-height: normal;
	padding-top: 4px;
	padding-bottom: 6px;
	border: none;
}

.mail-textarea {
	width: 100%;
	max-width: 1000px;
}
/*end 寄信*/

/* #endregion 內文頁*/

/*#region 熱搜關鍵字搜尋結果頁*/
.searchresult-table {
	padding-left: 0;
	padding-right: 0;
}
.table .th {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
/*表格整題取消框線*/
.searchresult-table .td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border: none;
}

/**英文版tobody框線消失重繪*/
.searchresult-table tbody {
	border-collapse: collapse;
	border-top: solid 1px #cccccc;
}

/*表格整題背景白色*/
.searchresult-table .td:nth-child(odd), 
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: white;
}

/*此頁查詢按鈕中的圖片*/
.searchresult-search-btn > img {
	height: 12px;
}
/*#endregion 熱搜關鍵字搜尋結果頁*/


/* #region 意見信箱*/
.mailbox-textarea {
	max-width: 100%;
}

.mailbox-page html, body, body.page, .wf-container > * {
	font: normal normal normal 16px / 27px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	word-spacing: normal;
	color: #454545;
}
/*詳細內容區塊*/
.mailbox-main-content {
	border-top-color: rgba(119,119,119,0.15);
}

.mailbox a:hover, .mailbox a:focus {
	color: #4d71da;
}

.mailbox-table > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: white;
}

.mailbox-input-text {
	margin-bottom: 10px;
	padding: 7px 15px;
	border: 1px solid #e0e1e1;
	background-color: #fbfcfc;
	color: #b8bcbe;
	font: normal normal normal 14px / 25px "Roboto", Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.875em;
}

.wide-mailbox-input {
	max-width: 1000px;
	width: 100%;
}

.table-focus > tbody > tr:focus {
	background-color: #007fad;
}

.center-tracksuggest {
	width: 100%;
}

.vlink:hover, .vlink:focus {
	background-color: wheat;
	text-decoration: underline;
}

.vlink {
	font-size: small;
	/*color: #007fad;*/
	color: #006ead;
}

.homeicon {
	background-color: #007fad;
}

	.homeicon:hover, a:focus .homeicon {
		background-color: wheat;
	}

.connect-color {
	color: #007fad;
}

.blackColor {
	color: black;
}

/*標題區塊上方*/
div#jsst_breadcrumbs_parent {
	width: 100%;
	float: left;
	border: 1px solid #D5D5D5;
	padding: 2px;
	margin-bottom: 10px;
	background: #FCFCFC;
}
	/*標題區塊上方按鈕*/
	div#jsst_breadcrumbs_parent div.home img.homeicon {
		height: 30px;
		width: auto;
		margin-bottom: 0px;
		margin-top: 2px;
		margin-left: 2px;
	}

img.homeicon {
	background-color: #007fad;
}
/*下方表格大方框*/
.js-ticket-form {
	background: #FDFDFD;
	border: 1px solid #EEEEED;
}
/*表格內容*/
.js-col-md-12 {
	width: 100%;
	float: left;
}
/*表格內容*/
.js-col-md-6 {
	width: 50%;
	float: left;
}
/*icon*/
.fa-calendar:before {
	content: "\f073";
}


/*opinion mail box*/
/*上方文字區塊*/
.content-op {
	font-style: normal;
}

/*意見信箱 標題樣式*/
.js-ticket-heading {
	border-bottom: 2px solid #007fad;
	padding-bottom: 4px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 1.0625em;
	margin: 0px !important;
	margin-bottom: 30px !important;
	color: #333333;
}

/*下方按鈕外框樣式*/
a.js-ticket-frontend-manu {
	display: block;
	width: 100%;
	max-width: 466px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid #F3F3F3;
	height: 70px;
	line-height: 70px;
	text-align: center;
	
}
a.js-ticket-frontend-manu span {
	color: #454545;
	font-weight: bold;
}
/*下方按鈕樣式左*/
div.js-ticket-frontend-manu-circle-inner1 {
	background-color: #9563B4;
	padding: 15px;
	border-radius: 50%;
}

/*下方按鈕樣式右*/
div.js-ticket-frontend-manu-circle-inner2 {
	background-color: #CA6287;
	padding: 15px;
	border-radius: 50%;
}
/*下方按鈕樣式*/
div.js-ticket-frontend-manu-circle {
	position: absolute;
	left: -20px;
	top: -13px;
	padding: 12px;
	border-radius: 50%;
	background-color: white;
	border: 1px solid #F3F3F3;
}

/*圖片文字區塊*/
.js-col-md-4 {
	width: 100%;
}
/*游標經過樣式*/
a.js-ticket-frontend-manu:hover, a.js-ticket-frontend-manu:focus {
	box-shadow: 0 0 7px 1px #3D5463;
	background-color: #007fad;
	text-decoration: none !important;
}
	/*游標經過樣式*/
	a.js-ticket-frontend-manu:hover span.js-ticket-frontend-manu-text, a.js-ticket-frontend-manu:focus span.js-ticket-frontend-manu-text {
		color: white;
	}

/*按鈕左旁文字樣式*/
span.js-ticket-frontend-manu-text {
	font-size: 1em;
	color: #959595;
}

/*寄信成功後彈出樣式*/
div.frontend.updated {
	background: url(../images/saved.png) 5px 12px no-repeat #d4ffcd;
	color: #4aa913;
	border: 1px solid #4aa913;
	/**padding-bottom: 4px;*/
	margin-bottom: 50px;
	padding-top: 10px;
}

/*寄信成功後彈出樣式*/
div.frontend {
	display: inline-block;
	width: 100%;
	padding-left: 40px;
}

.toggleDetail:focus img, .toggleDetail:hover img {
	border: solid 3px blue;
}
/*end opinion mail box*/
.js-ticket-heading {
	border-bottom: 2px solid #007fad;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 1.0625em;
	margin: 0px !important;
	margin-bottom: 30px !important;
}

/*統計區塊*/
.total {
	height: 70px;
	width: 125px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: inherit;
	/*margin-right: 30px;*/
	border: none;
	color: black;
	background-color: #DDDDDD;
}
	/*統計分類的按鈕樣式*/
	.total:hover, .total:focus {
		background-color: #007fad;
		color: white;
	}
/*查詢按鈕的樣式*/
.MailBox-searchBtn {
	width: 100px;
	height: 50px;
	background-color: #cf8200;
	border: none;
	font-size: large;
	color: white;
}
	/*游標移至查詢按鈕的樣式*/
	.MailBox-searchBtn:hover, .MailBox-searchBtn:focus {
		background-color: #007fad;
	}

.searchContent-border {
	border-top-color: rgba(119,119,119,0.15);
}

.searchContent-container {
	padding-top: 10px;
}

.searchContent-foot {
	padding-top: 20px;
}

/*詳細內容*/
.Mailbox-no-border {
	border: none;
}

.reply-table-background {
	background-color: white;
}

.group {
	padding-bottom: 1%;
}

.param {
	position: absolute;
	margin: auto;
	left: 30%;
}

div.js-ticket-detail-wrapper {
	background: white;
	padding: 10px;
}

.md-12 {
	width: 100%;
}
/*上方區塊標題樣式*/
.js-ticket-title {
	font-weight: bold;
	font-size: large;
}
/*上方區塊內容樣式*/
.js-ticket-value {
	font-weight: bold;
	font-size: small;
}
/*左方黑色邊框*/
div.js-last-left {
	border-left: 1px solid #DDDDDD;
	padding: 0px 5px;
}

/*結案的按鈕*/
.cancle-btn {
	background: linear-gradient(30deg,#4d71da 0%,#35c4f4 100%);
	color: white;
}

/*表格部分*/
.result-row {
	background-color: black;
	color: white;
}

.result-row-mysuggest {
	background-color: #b6d891;
	color: black;
}

.result-row th {
	text-align: center;
}

div.js-ticket-thread-wrapper div.js-ticket-detail-corner {
	position: absolute;
	top: 25px;
	left: -21px;
	background: url("https://www.hakka.gov.tw/assets/images/wp-content/plugins/js-support-ticket/includes/images/corner.png");
	width: 24px;
	height: 29px;
}
/*回復狀態*/
.status {
	font-size: 2.5em;
	font-weight: bold;
	background-color: gray;
	color: black;
}

.reply-time-title {
	font-size: 2.5em;
	font-weight: bold;
	color: black;
}

.reply-time-content {
	font-size: 2.5em;
	font-weight: bold;
	color: red;
}

.rippleWrap {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	overflow: hidden;
	border-radius: 4px;
}

.bluetext {
	color: blue;
}

.warningBackColor {
	background: #86f793;
}

.searchDetail-div {
	clear: both;
}

.poster-info-div {
	padding-bottom: 20px;
}

.poster-info, .poster-more-detail {
	border-bottom: 2px solid #007fad;
}

.poster-mail {
	white-space: nowrap;
	float: left;
}

.poster-detail {
	white-space: nowrap;
	float: right;
}

.mailbox-title-value {
	position: absolute;
	left: 150px;
}

/*意見信箱 標題樣式 */
h1.js-ticket-heading-MailBox {
	border-bottom: 2px solid #007fad;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 1.0625em;
	margin: 0px !important;
}

div.js-ticket-thread-wrapper-mailbox {
	background: white;
	border: 2px solid #DDDDDD;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
}
/**顯示更多翻轉*/
.rotate-mailbox {
	-ms-transform: rotate(180deg); /* IE 9 */
	-moz-transform: rotate(180deg); /* Firefox */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
	-o-transform: rotate(180deg); /* Opera */
}
/**意見信箱進入畫面*/
.notickets-btn {
	min-height: 100px;
}
/*MySuggestResult*/
#dynamic-table > thead > tr > th:hover {
	background-color: wheat;
	color: black;
}

.thTitle:hover {
	background-color: #007fad;
}

.member-sc-result {
	padding-top: 10px;
	margin-right: 2px;
}

/**TrackSuggestResult*/
.no-result {
	font-weight: 900;
	padding-top: 2%;
}

.result-table {
	padding-top: 10px;
}

.result-table-ul {
	font-size: small;
	font-weight: bold;
	list-style: none;
}
/* #endregion 意見信箱*/

/*#region 更多社群專區*/
.social-item {
	height: 318px;
	width: 65%;
}
/*#endregion 更多社群專區*/
.tab-table {
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-radius: 0px;
	border-color: #1f6eb3;
	color: #74777b;
}
/*新功能開發page*/
.content-title {
	border-bottom: 1px solid darkgrey;
	padding-bottom: 6px;
	font-size: 2em;
	display: inline-block;
	margin: 0;
}

.new-content {
	padding-top: 1%;
}

	.new-content > text {
		font-family: 'Microsoft JhengHei';
		font-weight: bold;
		color: black;
	}

/*#region block*/
/*/*頁簽包含頁簽以下 以及表格部分*/
.BlockContainer, .Block-Table-Area {
	padding-top: 1.25%;
}

.dateWithName {
	padding-top: 10px;
}
/*時間*/
.date01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 900;
	color: #AD5303;
	text-decoration: none;
	line-height: 20px;
}

	.date01 > a {
		color: #AD5303;
	}

/*分類*/
.dept {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 900;
	color: #AD5303;
	text-decoration: none;
}

.title03 a:hover {
	text-decoration: underline;
	color: #4d71da;
}

.title03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #4d71da;
	text-decoration: none;
	font-weight: bolder;
	line-height: 130%;
	font-weight: bolder;
}
.title04 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: red;
	text-decoration: none;
	font-weight: bolder;
	line-height: 100%;

}

.content01{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 150%;
	line-height: 185%;
	color: #5c5c5c;
}

.last-td {
	padding-bottom: 10px;
}
/**區塊 文章顯示部分*/
.AutoSkip {
	height: 100px;
	overflow: hidden;
	font-size: 1em;
	text-overflow: ellipsis;
}

	/*區塊內文表格隱藏*/
	.AutoSkip table, .AutoSkip img {
		display: none;
	}

.book-mark {
	min-height: 50px;
}

	.book-mark > p {
		font-size: 1em;
		padding-top: 70px;
		margin-left: 10px;
		margin-right: 10px;
	}
/**區塊表格*/
.table tbody>tr>td,
.block-table .td {
	border: none;
	/*padding-bottom:2px*/
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
}
.block-table > tbody > tr:nth-child(odd) > td,
.block-table > .td:nth-child(odd) {
	background-color: rgba(255,255,255,.15);
}
.td a:hover .details,
.td a:focus .details {
	text-decoration: underline;
}

.block-table {
	border-color: white white #dddddd white;
	/*border-style: solid;*/
	border-bottom-width: thin;
	padding: 0;
}
/*#endregion block*/
.normal-font {
	font-style: normal;
}
/* #region 會員中心*/
#content-ul > li {
	padding-top: 3%;
}
/*Epaper*/
/*頁簽包含頁簽以下 以及表格部分*/
.paddint-top {
	padding-top: 2%;
}

article #header {
	z-index: inherit;
	position: initial;
}

.share-block {
	margin-right: 10px;
}

.epaper-content-title {
	color: #c11a24;
}

.epaper-post-date {
	float: right;
	color: #2b91a7;
	margin-bottom: 10px;
}

#Email {
	max-width: 1000px;
	width: 100%;
}

.searchBtn {
	font-size: small;
	width: 92px;
	height: 35px;
	background: #cf8200;
	border: none;
	font-size: large;
	font-weight: bold;
	color: white;
	text-align: center;
}
	/*游標移至查詢按鈕的樣式*/
	.searchBtn:hover,
	.searchBtn:focus {
		background-color: #007fad;
	}

.epaperSub-title {
	font-weight: bold;
	font-size: large;
	padding-top: 10px;
	margin: 0;
}

	.epaperSub-title + p {
		font-size: small;
		font-weight: bold;
		padding-bottom: 10px;
	}
/*end Epaper*/
/**Favorite*/
.cancel-favorite {
	height: 30px;
}

	.cancel-favorite:hover, .cancel-favorite:focus {
		box-shadow: 6px 6px gray;
	}

.table-fir-title {
	background-color: #f39800;
	color: white;
}

.table-sec-title {
	background-color: antiquewhite;
	font-size: large;
	font-weight: bolder;
}
/**end Favorite*/

#parent {
	margin-top: 4%;
	width: 88%;
}

#narrow {
	width: 200px;
	/* Just so it's visible */
	font-size: 1.1875em;
}

#wide {
	margin-left: 3%;
	margin-top: 3%;
	flex: 1;
	/* Grow to rest of container */
	/* Just so it's visible */
}

.block-title {
	color: black;
}

.left-sidebar {
	padding-left: 0px;
	padding-right: 0px;
	border: solid;
	border-width: 1px;
}

.menu-list {
	height: 100%;
	width: 100%;
	background-color: #d9f782;
}

#bs-sidebar-navbar-collapse-1 {
	width: 100%;
	min-width: 70px;
}

.left-menu-list > li:not(.menu-title):hover, .left-menu-list > li:not(.menu-title) > a:focus {
	/*background-color: #d9f782;*/
	background-color: #413e3e;
	color: white;
}

	.left-menu-list > li:not(.menu-title):hover text, .left-menu-list > li:not(.menu-title) > a:focus text {
		color: white;
	}

.menu-title {
	height: 17%;
	background-color: #f39800;
   
}
.member-member {
position:relative;
top:40%;
left:17px
}

.member-glyphicon-title {
margin-right:10px;
}

.partialtype-area {
	margin-right: 5px;
}

.member-menu-title {
	background-color: #f39800;
}

.member-menu-nav {
	padding-top: 0px;
}

.member-menu-ul {
	width: 100%;
}

.member-glyphicon {
	left: 17px;
	top: 13px;
	margin-right:30px
}

@media (min-width: 768px) {
	nav.member-sidebar {
		height: 100%;
	}
}

.member-text {
	font-family: 'Microsoft JhengHei';
	font-weight: bold;
	color: black;
}
/*#endregion 會員中心*/
#bottom-bar a:hover , #bottom-bar a:focus{
	text-decoration:underline;
}
.no-decoration:hover ,.no-decoration:focus , .no-decoration {
text-decoration:none;
}
.waiting {
	margin-top: 2%;
	margin: auto;
	width: 5%;
}
.waiting-circles{ padding: 0; display: inline-block; 
	position: relative; width: 60px; height: 60px;}
.waiting-circles-element{ margin: 0 2px 0 0; background-color: #e4e4e4; 
	border: solid 1px #f4f4f4;
	width: 10px; height: 10px; display: inline-block; 
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
.waiting-circles-play-0{ background-color: #9EC45F; }
.waiting-circles-play-1{ background-color: #aEd46F; }
.waiting-circles-play-2{ background-color: #bEe47F; }

.menu-play-arrow {
	height: 8px;
	position: absolute;
	vertical-align: top;
	margin-left: -10px;
	margin-top: 8px;
	cursor:pointer;
}


table.table-padding-out{
	margin-top:10px;
	width:100%;
}

table.table-padding-out th{
  padding-top:3px;
  padding-bottom:3px;
  border:1px solid #ddd;
}

table.table-padding-out td{
  padding-top:3px;
  padding-bottom:3px;
  border:1px solid #ddd;
}

.mainContent table th { padding: 10px 0; }

.item_pic {
width:210px;
height:210px;
font-size:0.833rem;
color:#666666;
background:white;margin: 9px;
padding:10px;float: left;text-align:left;display:block;
-webkit-box-shadow:0 1px 3px rgba(34, 25, 25, 0.4);
-moz-box-shadow:0 1px 3px rgba(34, 25, 25, 0.4);
-ms-box-shadow:0 1px 3px rgba(34, 25, 25, 0.4);
-o-box-shadow:0 1px 3px rgba(34, 25, 25, 0.4);
box-shadow:0 1px 3px rgba(34, 25, 25, 0.4);-webkit-border-radius:5px;
-moz-border-radius:5px;-ms-border-radius:5px;
-o-border-radius:5px;border-radius:5px;
text-align:center;}

.item_pic:hover{
-webkit-box-shadow:0 1px 15px rgba(34, 25, 25, 0.4);
-moz-box-shadow:0 1px 15px rgba(34, 25, 25, 0.4);
-ms-box-shadow:0 1px 15px rgba(34, 25, 25, 0.4);
-o-box-shadow:0 1px 15px rgba(34, 25, 25, 0.4);
box-shadow:0 1px 15px rgba(34, 25, 25, 0.4);}

.item_pic img{
	max-width:190px;
	max-height:190px;
}

.item_pic_name{
	float:left;
	margin-left:-220px;
	margin-top:220px;
	width:210px;
	/*word-wrap:break-word;*/
	overflow:hidden;
	/*position:relative;*/
	white-space:nowrap;
	/*line-height:1.3em;
	max-height:2.6em;*/
	text-overflow:ellipsis;
}

.item_pic_large {
max-width:640px;
max-height:480px;
width:100%;
height:auto;
font-size:0.833rem;
color:#666666;
background:white;margin: 9px;
padding:10px;text-align:left;display:block;
-webkit-box-shadow:0 1px 3px rgba(34, 25, 25, 0.4);
-moz-box-shadow:0 1px 3px rgba(34, 25, 25, 0.4);
-ms-box-shadow:0 1px 3px rgba(34, 25, 25, 0.4);
-o-box-shadow:0 1px 3px rgba(34, 25, 25, 0.4);
box-shadow:0 1px 3px rgba(34, 25, 25, 0.4);-webkit-border-radius:5px;
-moz-border-radius:5px;-ms-border-radius:5px;
-o-border-radius:5px;border-radius:5px;
text-align:center;
margin: 0px auto;}

.item_pic_large:hover{
-webkit-box-shadow:0 1px 15px rgba(34, 25, 25, 0.4);
-moz-box-shadow:0 1px 15px rgba(34, 25, 25, 0.4);
-ms-box-shadow:0 1px 15px rgba(34, 25, 25, 0.4);
-o-box-shadow:0 1px 15px rgba(34, 25, 25, 0.4);
box-shadow:0 1px 15px rgba(34, 25, 25, 0.4);}

.item_pic_large img{
	max-width:620px;
	max-height:460px;
width:100%;
height:auto;
}

.item_pic_large_name{
	width:640px;
}

/* CSS Document */
.table_style{
border:1px;
border-color:#DDDDDD;
border-style:solid;
background-color:#F7F7F7;
margin-bottom:5px;
font-size:1em;
width:90%;
}

.input_area{
border-style:solid;
border-color:#DEDEDE;
border-width:1px;
font-size:0.75em;
}


.cell_style{
color:#2C5F00;

}

.next_text{
color:#6C6C6C;
}



.form_title{
background-image:url(https://www.hakka.gov.tw/assets/css/images/title_back.jpg);
background-repeat:repeat-x;
padding-top:8px;
padding-bottom:8px;
padding-left:30px;
padding-right:5px;
color:#13518E;
font-size:0.9375em;
}

.errmsg
{
background-color: #FFFFCC;
border: 1px #FFC412 solid;
color: #FFC412;
font-size:0.667rem;
}

.textwidget > p{
	height:20px;
}

body {
	overflow-x:hidden;
	overflow-y:auto;
}

.button-link {
	border:1px solid black;
	padding:5px 12px;
	border-radius: 5px;
	background-color:#94d2ff;
	color:black;    
	border-color:#0026ff;
	white-space: nowrap;
}

.button-link-href {
	border:1px solid black;
	padding:5px 12px;
	background-color:white;
	border-color:#0026ff;
	white-space: nowrap;
}

.searchBoxTitle {
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.125em;
	color: red;
	text-decoration: none;
	line-height: 100%;
}

.searchBoxTitle label {
	font-weight: normal;
	font-size: 1em;
}
.showSearchBox {
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	padding-left: 20px;
	padding-right: 50px;

}

.subject {
	position: absolute;
	left: -200%;
}

.showPageMark {
    background: white;
    border: 5px solid darkviolet;
    border-radius: 8px;
    border-spacing: 0;
}
.showMainContent {
    background: white;
    border: 5px solid #427BD6;
    border-radius: 8px;
    border-spacing: 0;
}

noscript {
	color: black;
}

dt {	
	margin-bottom: 0.5rem;
}
dd + dt {
	margin-top: 2rem;
}
dd {
	line-height: 1.5;
	padding: 5px 0;
}
.introduce dt {
	color: #239fa5;
}
.blockquote {
	background-color: rgba(119,119,119,0.08);
	border-radius: 4px;
	padding: 20px 25px;
	margin: 0 0 10px;
	font-size: 1.125rem;
}
.blockquote p {
	font-size: 1.09375em;
	font-weight: 300;
	line-height: 1.25;
	color: #333333;
}
#dataDiv label,
#yearDiv label {
	font-weight: normal;
}

table#tab a:hover img,
table#tab a:focus img {
	outline: 1px solid #0000ff;
}

/*輪播*/
a.item {
	display: block;
	width: 100%;
	height: auto;
	/*border: 1px solid red;*/
}
a.item img {
	width: 100%;
	height: auto;
}
a.item:hover,
a.item:focus {
	outline: 2px solid #333333;
}
.slick-dots {
	bottom: -3px !important;
	right: 5% !important;
	text-align: right !important;
}
@media all and (max-width: 767px) {
	.slick-dots {
		display: none !important;
	}
}
.slick-dots li {
	margin: 0 3px !important;
	width: 30px !important;
    height: 30px !important;
    position: relative;
    counter-increment: step-counter;
}
.slick-dots li::before {
	content: counter(step-counter);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	font-size: 1rem;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
}
.slick-dots li button {	
    width: 30px !important;
    height: 30px !important;
    position: relative;
}
.slick-dots li button::before {	
	position: absolute;
	top: 0;
	left: 10px;
	background-color: #999999 !important;
	opacity: 1 !important;
	width: 30px !important;
    height: 30px !important;
    border-radius: 40px !important;
}
.slick-dots li:hover button::before,
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	background-color: #337ab7 !important;
    opacity: 1 !important;
}
.lazy .slick-prev, .lazy .slick-next {
	z-index: 1001;
	width: 40px;
	height: 40px;
	background-color: #999999;
	border-radius: 40px;
	background-image: none;
}
.lazy .slick-prev:hover, .lazy .slick-next:hover,
.lazy .slick-prev:focus, .lazy .slick-next:focus {
	background-color: #337ab7;
	border-radius: 40px;
}
.lazy .slick-prev {
	left: 25px;	
}
.lazy .slick-next {
	right: 25px;
}
.lazy .slick-prev::before {
	content:"\2039";
}
.lazy .slick-next::before {
	content: "\203A";
}
.lazy .slick-prev::before,
.lazy .slick-next::before {	
	font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 900;
	color: white;
	font-size: 3rem;
	line-height: 20px;
	background-image: none;
}
/*分頁*/
.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #454545;
}

/*活動行事曆*/
.fc-month-view .table,
.fc-month-view .thead,
.fc-month-view .tbody,
.fc-month-view .tr,
.fc-month-view .td.fc-head-container,
.fc-month-view .td.fc-widget-content {
	width: 100%;
	margin-bottom: 0;
}
.fc-month-view .tr {
	font-size: 0;
}
.fc-month-view .th.fc-day-header,
.fc-month-view .fc-content-skeleton .td {
	font-size: 1rem;
	display: inline-block;
	width: calc(100% / 7) !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fc-month-view .fc-content-skeleton,
.fc-month-view .fc-content-skeleton .td {
	height: calc(100% - 1px);
}
.fc-month-view .fc-content-skeleton .td + .td {
	border-left: 1px solid #DDDDDD;
}
.fc-month-view > .table {
	border: 1px solid #DDDDDD;
	border-top: 0;
	border-bottom: 0;
	color: #000000;
}
.fc-row.fc-widget-header .tr,
.fc-bg {
	border-bottom: 1px solid #DDDDDD;
}
.fc-month-view .th.fc-day-header {
	text-align: center;
	font-weight: bold;
}
.fc-month-view .th.fc-day-header + .th.fc-day-header {
	border-left: 1px solid #DDDDDD;
}
.fc-day-number.fc-other-month {
	opacity: 1 !important;
	color: #767676;
}