/*Reset Start*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding:0; margin:0; }
/*Reset End*/


body {
	font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
	word-break: break-word;
}

ul {
	list-style-type: none;
}

.container-fluid {
	max-width: 1000px;
}

.badge-center {
	text-align: center;
}

@media ( max-width : 767px) {
	.container-fluid {
		padding-left: 2px;
		padding-right: 2px;
		overflow-x: hidden;
	}
	.accesskey{
		display:none;
	}
}

.row {
	margin-top: 10px;
	margin-bottom: 10px;
}

#right-block .row {
	margin-top: 0;
	margin-bottom: 0;
}

.label {
	border-radius: 0;
}

.maxw-no {
	max-width: none;
	padding: 0;
}

.maxw-1000 {
	max-width: 1100px;
	margin: 0 auto;
}

hr {
	border-color: #12183d;
}

#header {
	padding-left: 15px;
	padding-right: 15px;
	background-color: #e8eaf6;
	/*
	background:url(../images/header-img.jpg) no-repeat;
	height:200px;
	*/
}

@media ( max-width : 767px) {
	#header {
		background: #fff;
		height: 68px;
		margin-top: -16px;
	}
}

#header>.site-name {
	position: relative;
}

@media ( max-width : 767px) {
	#header>.site-name {
		font-size: 0.7em;
	}
}

#header .logo {
	margin-top: 12px;
	position: relative;
}

@media ( max-width : 767px) {
	#header .logo {
		left: -15px;
	}
}

@media ( min-width : 768px) {
	#header .logo { /* margin-bottom:5px; */
		top: 15px;
	}
}

#header .chi-name,#header .eng-name {
	position: absolute;
	left: 77px;
}

#header .chi-name {
	top: 0;
	font-size: 2em;
	font-weight: bold;
	color: #12183d;
}

#header .chi-name>span {
	color: #b56e04;
}

#header .eng-name {
	color: #12183d;
	top: 2.5em;
	left: 80px;
}

@media ( max-width : 767px) {
	#fin-logo {
		position: absolute;
		margin-left: 5px;
	}
}

@media ( max-width : 767px) {
	#bureau-name {
		margin-left: 60px;
		margin-top: -5px;
	}
}

.visitor-count {
	position: absolute;
	margin-top: 60px;
	font-size: 13px;
}

@media ( max-width : 767px) {
	.visitor-count {
		display: none;
	}
}

#nav {
	border-color: transparent;
	border-radius: 0;
}

@media ( max-width : 767px) {
	#nav {
		margin-bottom: -10px;
	}
}

#nav>.row {
	margin: 0;
}

#nav .nav>li>a {
	color: #fff;
	font-size: 1.15em;
	display: inline-block;
	padding: 15px 0;
	width: 100%;
}

#nav .nav>li>a.active {
	background-color: #3d5afe;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#main-menu {
	z-index: 9999;
}

@media ( max-width : 767px) {
	#main-menu {
		border-top: 0;
		box-shadow: none;
	}
}

@media ( min-width : 768px) {
	#main-menu {
		padding-left: 13px;
		padding-right: 13px;
	}
}

#main-menu .navbar-nav {
	margin: 0;
}

#main-menu .dropdown-menu,#main-menu .dropdown.open .dropdown-menu {
	min-width: 180px;
	border-color: #3d5afe;
	background-color: #f5f5f5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#main-menu .dropdown-menu>li,#main-menu .dropdown.open .dropdown-menu>li
	{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#main-menu .dropdown-menu>li>a:hover,#main-menu .dropdown.open .dropdown-menu>li>a:hover
	{
	background-color: #4285f4;
  color: #fff;
}

@media ( max-width : 767px) {
	#main-menu .dropdown-menu,#main-menu .dropdown.open .dropdown-menu {
		text-align: center;
		font-size: 1.2em;
		width: 100%;
	}
	.dropdown-menu>li>a {
		white-space: inherit !important;
	}
}

@media ( max-width : 767px) {
	.navbar {
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
		padding-left: 0;
		padding-right: 0;
	}
}

#main-menu .navbar-nav.nav-justified>li {
	float: none;
}

.navbar-default {
	background-color: #12183d;
	border-color: transparent;
	border-radius: 0;
}

.navbar-default .navbar-toggle {
	margin-right: 10px;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus
	{
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus
	{
	background-color: #3d5afe;
}

div.block {
	margin: 15px 0;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 50px;
}

@media ( max-width : 767px) {
	div.block-short {
		padding-bottom: 0;
		padding: 10px;
	}
}

@media ( min-width : 768px) {

	div.block {
	margin: 10px 0;
	padding-bottom: 15px;
	}
	div.block-last {
		border: none;
	}
}

@media ( max-width : 767px) {
	div.block.block-bn {
		padding-bottom: 0;
	}
}

.cmpn {
	margin-top: 10px;
	margin-bottom: 15px;
}

.cmpn a {
	color: #2283BA;
}

.nav-tabs_aty {
	font-size: 1.15em;
	border-bottom: 1px solid #12183d;
}

.nav-tabs_aty>li .tab-active {
	border-color: #3d5afe !important;
	border-bottom-width: 2px !important;
	border-bottom-color: transparent !important;
	border-top: 2px solid #3d5afe !important;
	top: 0 !important;
}

.nav-tabs_aty>li.active>a {
	border-color: #12183d !important;
	border-bottom-width: 2px !important;
	border-bottom-color: transparent !important;
	border-top: 2px solid #3f51b5 !important;
	top: 0 !important;
}

.nav-tabs_aty>li.active>a:hover {
	border-color: #12183d !important;
	border-bottom-width: 2px !important;
	border-bottom-color: transparent !important;
	border-top: 2px solid #3f51b5 !important;
	top: 0 !important;
}

.nav-tabs_aty>li>a {
	background-color: #eee;
	margin-right: 5px;
	border: none;
	border-bottom-color: #12183d;
	top: 3px;
}

.nav-tabs_aty>li>a:hover {
	background-color: #d2eafe;
	border-bottom-color: #12183d;
}

.tab-pane {
	padding: 1em 0;
}

@media ( max-width : 767px) {
	.tab-content {
		display: none;
	}
}

.list-group-item { /* font-size: 1.10em;*/
	border: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.list-group-item h4 {
	line-height: 1.6;
	margin-top: 0;
}

.list-group-item a {
	color: #000;
}

.list-group-item a:hover {
	color: #27958a;
	text-decoration: none;
}

.list-group-item .badge {
	background-color: transparent;
	color: #12183d;
	float: none;
	padding: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

.list-group-item img {
	/* margin-left: 0.5em; */
}

.list-group-item .content {
	font-size: 0.9em;
	color: #555555;
}

.list-group-item>.badge {
	float: right;
}
.list-group-item table ul , table ol {
	padding-left: 23px;
}

.list-group-item table ul  {
    list-style-type:initial;
}
.list-group-item  table ol {
    list-style-type:decimal;
}

h1 {
	font-size: 1.5em;
	color: #1a237e;
	padding-right: 0;
	padding-left: 7px;
	margin-bottom: 15px;
	margin-top: 0;
}

@media ( max-width : 767px) {
	h1 {
		padding-left: 15px;
	}
}

h1.type-a {
	border-top: none;
	border-bottom: 3px double #27958a;
	border-left: none;
	padding-left: 0;
}

h2 {
	color: #12183d;
	font-size: 1.4em;
}

h2#st2 {
	text-align: center;
}

p.content {
	line-height: 1.8;
	font-size: 1.15em;
}

span.label.update {
	font-size: 1.15em;
}

.link-a {
	font-size: 1.1em;
	color: #162031;
	line-height: 2;
}

.link-a:hover {
	color: #42a5f5;
}

.link-a span {
	color: #12183d;
}

.link-b {
	font-size: 1.1em;
	color: #1a237e;
}

.link-b:hover {
	color: #7e57c2;
}

.link-b span {
	color: #888;
}

.hot-link>li {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	min-height: 162px;
	text-align: center;
	padding: 0.5em;
}

@media ( min-width : 750px) {
	.hot-link>li {
		min-height: 154px;
	}
}

@media ( max-width : 450px) {
	.hot-link>li {
		width: 48%;
	}
	.hot-link>li : nth-child (2n + 1) {
		clear:	both;
	}
}

.hot-link>li>a {
	font-size: 1.15em;
}

.hot-link>li>a:hover {
	text-decoration: none;
}

div.fat-footer {
	background-color: #f5f5f5;
	padding: 10px 0;
}

div.fat-footer .fat-menu li {
	line-height: 1.8;
}

div.fat-footer .fat-menu>li { /* width: 100% / 6; */
	margin-left: 0;
}

@media ( min-width : 767px) {
	div.fat-footer .fat-menu>li {
		min-height: 370px;
	}
}

div.fat-footer .fat-menu>li>a {
	font-size: 1.15em;
	color: #1a237e;
	padding: 0;
}

div.fat-footer .fat-menu>li>a:hover {
	background-color: transparent;
}

div.fat-footer .fat-menu>li>ul>li>a {
	color: #4285f4;
}

div.fat-footer .fat-menu>li>ul>li>a:hover {
	color: #3d5afe;
}

#second-menu--top {
	position: absolute;
	right: 0;
	top: 0;
}

@media ( max-width : 767px) {
	#second-menu--top {
		display: none;
	}
}

#second-menu--top a {
	padding: 2px 3px;
	color: #1a237e;
}

#second-menu--top a:hover {
	background-color: #1a237e;
	color: #fff;
}

#second-menu--bottom {
	background-color: #f5f5f5;
	border-top: 1px solid #12183d;
	font-size: 1.15em;
}

#second-menu--bottom .container-fluid {
	padding-top: 5px;
	padding-bottom: 5px;
}

@media ( max-width : 767px) {
	#second-menu--bottom .container-fluid {
		padding-left: 0;
		font-size: 0.8em;
	}
}

#second-menu--bottom .container-fluid a {
	padding-top: 6px;
	padding-bottom: 6px;
}

#second-menu--bottom .container-fluid a:hover {
	background-color: #12183d;
	color: #fff;
}

#second-menu--bottom .container-fluid {
	padding-right: 0;
}

#second-menu--bottom ul {
	width: auto;
	text-align: center;
	margin: 0 auto;
}

#second-menu--bottom ul>li {
	display: inline-block;
	float: none;
}

@media ( max-width : 767px) {
	#second-menu--bottom ul>li>a {
		padding: 10px 4px;
	}
}

.date {
	right: 15px;
}

@media ( max-width : 767px) {
	.date {
		display: none;
	}
}

.site-info {
	background-color: #12183d;
	color: #fff;
}

.site-info a {
	color: #fff;
}

.site-info .location {
	background-color: #1a237e;
	padding: 0 1em;
}

.site-info .location:hover {
	text-decoration: none;
	background-color: #387fa2;
	color: #fff;
}

.site-info .mark a {
	margin: 1em;
}

@media ( max-width : 767px) {
	.site-info {
		padding: 5px;
	}
	.footer_nav {
		line-height: 2;
	}
}

.panel {
	webkit-box-shadow: 0 0;
	box-shadow: 0 0;
}

.panel-info {
	margin-bottom: 0;
}

.panel-info>.panel-heading {
	color: #1a237e;
}

@media ( min-width : 768px) {
	.panel-info>.panel-heading {
		padding-left: 0;
	}
}

@media ( max-width : 767px) {
	.panel-info .panel-body { /*border-bottom: 1px solid @primary;*/

	}
}

.panel-heading {
	font-size: 1.15em;
	border-bottom: 1px solid #ccc !important;
}

#tabs01-accordion .panel-heading {
	border-bottom: 0px !important;
}

.panel-title {
	font-size: 21px;
}

.panel-title a {
	display: block;
	width: 100%;
}

.buttons button {
	width: 45%;
	margin: 6px 2%;
	font-size: 1.15em;
}

.toggle-area {
	width: 100%;
	display: block;
}

.toggle-area:hover {
	text-decoration: none;
}

.panel-video {
	padding: 8px;
	border-bottom: none !important;
}

.btn_full {
	width: 100%;
}

@media ( max-width : 767px) {
	#search {
		position: absolute;
		top: 9px;
		left: 8px;
		z-index: 9999;
		margin-right: 75px;
	}
}

@media ( min-width : 768px) {
	#search {
		width: 60%;
		float: right;
		margin-top: -15px;
		margin-right: -30px;
	}
}

.more-search {
	margin-top: 1em;
	margin-bottom: 1em;
}

@media ( max-width : 767px) {
	.more-search {
		display: none;
	}
}

@media ( max-width : 767px) {
	.more-a {
		margin-right: 15px;
	}
}

@media ( min-width : 768px) {
	.clearfix.show-sm,.show-sm {
		display: none;
	}
}

@media ( min-width : 768px) {
	#hot-keywords-panel {
		display: none;
	}
}

.hot-keywords {
	font-size: 1.2em;
}

.hot-keywords .label {
	color: #4285f4;
	background-color: transparent;
	font-weight: normal;
	float: left;
}

.hot-keywords .label-warning:focus,
.hot-keywords .label-warning:hover{
  background-color:#4285f4
}

.hot-keywords a {
	line-height: 1.8;
}

.hot-keywords a:hover {
	text-decoration: none;
}

.keyword {
	font-size: 1.1em;
	margin-left: 15px;
}

@media ( max-width : 767px) {
	.keyword {
		display: none;
	}
}

.input-text-a {
	margin-top: 1.5em;
}

.lgfont-a {
	font-size: 1.2em;
	color: #4285f4;
	font-weight: normal;
}

.nav-aside {
	font-size: 1.15em;
}

.fontsize-setup {
	margin-top: -50px;
}

.fontsize-setup--title {
	position: relative;
	top: 10px;
	margin-right: 0.5em;
}

.videowrapper {
	position: relative;
	padding-bottom: 75%;
	/* 4:3 */
	padding-top: 25px;
	margin-bottom: 10px;
	height: 0;
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slick-prev {
	left: 5px;
}

.slick-next {
	right: 5px;
}

.slick-slider {
	margin-bottom: 50px;
}

.slick-prev:before,.slick-next:before {
	color: #12183d;
}

@media ( min-width : 768px) {
	.slick02 div {
		padding: 0 6px;
		position: relative;
		left: -3px;
	}
}

/* nav on footer */
a.nav-footer {
	font-weight: bold;
}

@media ( max-width : 767px) {
	a.nav-footer,ul.nav-footer_sub {
		text-align: center;
		font-size: 1.1em;
	}
}

@media ( max-width : 767px) {
	#member {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

#focus span.glyphicon {
	font-size: 2em;
}

@media ( min-width : 768px) {
	li.show-atxs>a {
		display: none;
	}
}

@media ( max-width : 767px) {
	li.show-atsm>a {
		display: none;
	}
}

@media ( mim-width : 768px) {
	.show-atxs {
		display: none !important;
	}
}

@media ( max-width : 767px) {
	.show-atsm {
		display: none !important;
	}
}

.banner {
	width: 100%;
	height: auto;
}

.block-last .banner {
	max-height: 170px;
}

.no-scroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

@media ( min-width : 768px) {
	.pt0-atsm {
		padding-top: 0;
	}
}

.brr0 {
	border-right: none;
}

.color01 {
	background-color: #975CB1;
	border-color: #7D4C93;
}

.color01:hover {
	background-color: #7c4793;
	border-color: #603b71;
}

.color02 {
	background-color: #2283BA;
	border-color: #2389ff;
}

.color02:hover {
	background-color: #1a658f;
	border-color: #006fef;
}

ul.li-half li {
	float: left;
}

@media ( max-width : 767px) {
	ul.li-half li {
		width: 100%;
	}
}

@media ( min-width : 768px) {
	ul.li-half li {
		width: 50%;
	}
}

.panel-body.js-tabcollapse-panel-body {
	padding-top: 0px;
	padding-bottom: 0px;
}

#news-collapse {
	padding-top: 15px;
}

#lmenu>li.active {
	background-color: #3d5afe;
}

@media ( min-width : 768px) {
	.online-query {
		position: absolute;
		margin-top: 20px;
		right: 30px;
	}
}

@media ( max-width : 767px) {
	.online-query {
		position: absolute;
		right: 10px;
		top: 7px;
		font-size: 0.9em;
	}
}

@media ( max-width : 767px) {
	#tab02-accordion .panel {
		position: relative;
	}
}

div#formt {
	margin: 5px;
	font-size: 16px;
	color: #eb850e;
	background-color: whitesmoke;
}

div#formt red {
	color: red;
}

div#tablet {
	padding-left: 15px;
	padding-right: 15px;
}

div#tablet01 {
	margin: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.slist li.list-group-item {
	border-bottom: 0px;
}

.ta01 {
	text-align: center;
}

.sh01 {
	height: 0px;
}

.mt01 {
	margin-top: 0.25em;
}

.mt02 {
	margin-top: 2em;
	background-color: transparent;
}

.mr01 {
	margin-right: 1em;
}

.ml01 {
	margin-left: 0px;
}

.pd01 {
	padding: 12px;
}

.space01 {
	margin-right: 0.5em;
}

.fz01 {
	font-size: 2.5em;
}

.pdrl01 {
	padding: 0 15px;
}

.pdl01 {
	padding: 0px;
}

/*
.btn {
  margin-bottom: 5px;
   margin-right: 5px;
}
*/
@media ( max-width : 767px) {
	.btn {
		margin-right: 0px;
	}
	iframe {
		width: 98% !important;
		height: 98% !important;
	}
	#locationMap img {
		width: 98% !important;
		height: 98% !important;
	}
}

@media ( min-width : 768px) {
	div#ftbtn {
		padding: 0px;
		width: 54px;
	}
}

@media ( min-width : 768px) {
	.footable>tbody>tr>td {
		min-width: 80px;
		width: 80px;
	}
	.menu-h1 {
		margin-top: -3em;
	}
	.menu-h1_a {
		margin-top: -3.1em;
	}
	.menu-h1 a,.menu-h1_a a {
		margin-left: 3.5em;
		margin-right: 1.5em;
	}
}

@media ( min-width : 768px) {
	.ta02 {
		text-align: center !important;
	}
}

.list-group-item   span {
	font-size: inherit !important;
	/** font-family: inherit !important;**/
}

.print-mail-back {
	padding-bottom: 10px;
}

.centerAlign {
	text-align: center !important;
}

.table {
	margin-top: 8px;
}

@media ( max-width : 767px) {
	.list-group-item img:not(.skip) {
		max-width: 100% !important;
		height: auto !important;
	}
	.list-group-item  table,tr {
		width: auto !important;
	}
	.slick01,ul.hotlinks {
		margin-right: 7px;
		margin-left: 7px;
	}
	.panel-hot {
		margin: 20px;
	}
}

@media print {
	a[href]:after {
		content: none;
	}
	div.col-sm-9,.tab-content,div#contentTitle {
		display: block !important;
		width: 100%;
	}
	#header,#nav,#second-menu--bottom,div.fat-footer,div.site-info,div.STF-footer,div.col-sm-3,div.more-news,div.social-group,div.font-change,#scrollup,#member-ori
		{
		display: none;
	}
}

/*1030514增加FB*/
.pluginButton {
	background: #4c69ba;
	background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba),
		to(#3b55a0) );
	background: -webkit-linear-gradient(#4c69ba, #3b55a0);
	border: none;
	-webkit-border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	height: 33px;
	line-height: 20px;
	padding: 0;
	text-shadow: 0 -1px 0 #354c8c;
	white-space: nowrap;
}

.pluginButtonContainer {
	-webkit-font-smoothing: antialiased;
}

.pluginButtonImage {
	display: inline-block;
}

.pluginButton button {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	font-weight: bold;
	margin: -1px;
	outline: none;
	padding: 0;
	text-shadow: 0 -1px 0 #354c8c;
}

i.img {
	-ms-high-contrast-adjust: none;
	_overflow: hidden;
}

.sx_plugin-button_favblue {
	background-position: 0 -42px;
}

.sp_plugin-button {
	background-image: url(../images/facebook_icon.png);
	background-size: auto;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	width: 20px;
}

.pluginButtonIcon {
	height: 14px;
	left: 0;
	margin: 0 0 0 4px;
	position: relative;
	top: 3px;
	vertical-align: top;
	width: 14px;
}

.pluginButton .pluginButtonLabel {
	padding: 0 5px 0 0;
	position: relative;
	vertical-align: top;
	font-size: 12px;
}

/*1030514增加FB*/ /* ayaa add*/
.floatR {
	float: right;
}

.floatL {
	float: left;
}

.top-content-group .panel-info ul {
	font-size: 1.15em;
}

.hotlinks {
	padding-left: 0px;
	list-style: none;
	margin-top: 10px;
}

.hotlinks li {
	color: #3f51b5;
	padding-top: 5px;
	margin-left: 4%;
}

.hotlinks li a {
	display: inline-block;
	line-height: 20px;
	font-size: 1.05em;
	color: #162031;
}

.hotlinks li a:hover {
	text-decoration: none;
  color: #42a5f5;
}

@media ( min-width : 768px) {
	.hotlinks li {
		color: #3f51b5;
		padding-top: 5px;
		margin-left: 0%;
	}
}

.tabs>.tabContent {
	display: none;
}

.tabs>.active {
	display: block;
}

.menu-h1 a:hover,.menu-h1_a a:hover {
	text-decoration: none;
}

.accesskey {
	font-size: 1.0em;
	height: 20px;
	margin-left: 0px;
	width: 11px;
	position: absolute;
	z-index: 1;
	margin: 0 0 0 -10px;
}

.accesskey a {
	color: #FFFFFF;
}

.nav>li>a,.crumb,.breadcrumb,.fat-menu {
	font-size: 1.1em;
}

.crumb,.breadcrumb {
	margin-bottom: 20px;
}

@media ( max-width : 769px) {
	.crumb,.breadcrumb { /** margin-left:10px;
		font-size:0.8em; **/
		display: none;
	}
}

.keynote {
	color: #d23c2f;
	padding-top: 10px;
	font-weight: 800;
}

@media ( min-width : 768px) {
	.typeS-more {
		float: right;
		margin-top: 15px;
		margin-right: 5px;
	}
	.block-link-more {
		margin-right: 10px;
	}
	div.tab-menu {
		display: none;
	}
	#news .list-group-item a {
		color: #428bca;
	}
	#news .list-group-item a:hover {
		text-decoration: underline;
	}
}

@media ( max-width : 769px) {
	.typeS-more {
		float: right;
		margin-top: -28px;
	}
	.block-link-more {
		margin-right: 15px;
	}
}

.block-link-more i {
	font-size: 1.4em;
}

.typeS-more i {
	font-size: 1.2em;
}

.font-change {
	margin-left: 10px;
}

.social-more-alt {
	display: none;
}

@media ( max-width : 769px) {
	.top-content-group  .panel-heading {
		margin-left: 20px;
	}
	.font-change,.print-mail-back,.print {
		display: none;
	}
	.social-more-alt {
		display: block;
	}
	.social-group {
		bottom: 15px;
		left: 10px;
		position: fixed;
		z-index: 999;
		opacity: 0.5;
		filter: alpha(opacity = 50);
	}
	.social-group:hover {
		opacity: 1;
		filter: alpha(opacity = 100);
	}
	.social-group:hover .print-mail-back{
		display: block;
	}
	#tabs01-accordion .news-list .list-group-item {
		padding-left: 12px;
	}
	.list-group-item .badge {
		padding-top: 5px;
	}
	#news-collapse .list-group-item a {
		color: #428bca;
	}
	#news-collapse .list-group-item a:hover {
		text-decoration: underline;
	}
}

.more-news  h3 {
	font-size: 1.4em;
	font-weight: 600;
	color: #0065cc;
	margin-top: 20px;
}

.more-news i {
	padding-left: 10px;
}

div[id *=_tab_content] .news-list .list-group-item {
	border-bottom: 0px
}

.modal {
	z-index: 9999;
}

@media ( max-width : 769px) {
	.ui-autocomplete {
		z-index: 9999;
	}
}

/* end ayaa add*/ /** add by Pablo**/
.classify-tags {
	font-size: 1.2em;
}

#hot-keywords {
	margin-left: 10px;
}

.classify-tags .label {
	color: #FFFFFF;
	/*background-color: transparent;*/
	font-weight: normal;
	float: left;
	margin: 5px 0px 0px 3px;
	font-size: 70%;
}

.classify-tags a {
	line-height: 1.8;
}

.classify-tags a:hover {
	text-decoration: none;
}

.foo-width-5 {
	width: 5%;
}

.foo-width-10 {
	width: 10%;
}

.foo-width-20 {
	width: 20%;
}

.foo-width-40 {
	width: 40%;
}

.foo-width-50 {
	width: 50%;
}

.foo-width-60 {
	width: 60%;
}

.footable>tbody>tr>td {
	text-align: center;
}

a.scrollup {
	position: fixed;
	bottom: 15px;
	right: 10px;
	height: 35px;
	width: 35px;
	color: #000000;
	font-size: 20px;
	line-height: 10px;
	text-align: center;
	z-index: 999;
	padding: 5px;
	border: 2px solid #000000;
	opacity: 0.4;
	filter: alpha(opacity = 50);
}

a.scrollup:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

ul#leftMenu {
	border: 1px solid #3c4fc5;
}

.panel-body-header-bg {
	background-color: #f5f5f5;
}

#leftMenu li:nth-child (1) a {
	color: #fff;
}

#leftMenu li:nth-child (1):hover,#leftMenu li:nth-child (1) a:hover {
	background-color: #12183d;
}

#leftMenu li a {
	text-align: center;
}

.modal-textarea {
	-moz-appearance: textfield-multiline;
	-webkit-appearance: textarea;
	border: 1px solid gray;
	font: large -moz-fixed;
	font: -webkit-small-control;
	height: 100px;
	overflow: auto;
	padding: 2px;
	resize: both;
	word-wrap: break-word;
	width: 600px;
}

.footable>thead>tr>th {
	text-align: center !important;
}

.footable>tbody>tr>td {
	text-left: center !important;
}

.footable>tbody>tr>td:fisrt-child {
	text-align: center !important;
}

.breadcrumb > li + li::before {
	color: #000;
	content: "> ";
	padding: 0 5px;
}

/** end add by Pablo**/

.content-margin-left {
	margin-left:6px;
@media ( max-width : 769px) {
	.content-margin-left {
		margin-left:6px;
	}

	input[type=file]{
		padding-left : 15px;
	}
	#fileTable .footable-row-detail-name {
		min-width:80px;

	}
	#fileTable .footable-row-detail-value {
		word-break:break-all ;
		text-align:left;

	}
}
#leftMenu .panel-body-header-bg a{
	color: #fff;
}
#leftMenu .panel-body-header-bg a:hover ,
#leftMenu .panel-body-header-bg a:active,
#leftMenu .panel-body-header-bg a:focus{
	color:#fff !important;
	background-color:#12183d !important;
}