/* Navigation & Dividers */
.nav-list-divider {
  border-right: 2px dotted #c5c5c5; /* Shorthand for border properties */
}

/* Typography */
.body-text {
  font-size: 14px;
}

/* Images & Media */
.pic-code {
  cursor: pointer;
  vertical-align: middle;
  width: 80px;
  height: 30px;
}

.height-337px{
  height:337px; 
  overflow-y:auto;	
}

/* Links */
.no-underline {
  text-decoration: none;
}

/* Spacing & Sizing */
.margin-2px {
  margin: 2px;
}

.height-220px {
  height: 220px;
}

/* Footers */
.banner-footer {
  border-top: 1px solid #c5c5c5;
  background-color: #ffffff; /* Use background-color for clarity */
}

.footer-style {
  border-top: 1px solid #c5c5c5;
  background-color: #ffffff;
  padding: 10px 0;
}

.footer-text,
.footer-links {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.footer-links a {
  margin-left: 10px;
  text-decoration: none;
  color: #007bff;
}

.footer-yellow {
  background-color: #fedd00;
}

/* Utilities */
.no-border {
  border: none;
}

.ui-jqgrid-bdiv {
  overflow : hidden !important;
}		

.ui-jqgrid-title {
	font-size: 16px;
}

.ui-jqgrid tr.jqgrow td {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	height: 39px;
	padding: 9px;
	font-size:15px;
}

.ui-jqgrid tr.jqgrow td > a {
  color: #428bca;
  text-decoration: none;
  cursor: pointer; 
}

.ui-jqgrid tr.jqgrow td > a:hover {
  font-weight:bold;color:#c77405;
}

.ui-jqgrid tr.jqgrow td > span {
	float: left;
	width: 90px;
}

.demof{
	border: 0px solid #ccc;
	margin: 25px 0;
	margin-top:0px;
}
.demof ul{
	width: 100%;
	padding: 0;
	list-style: none;
}
.demof li{
	background : #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	padding: 9px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
}

.demof span{
	float: left;
	width: 90px;
}

.demof li:hover {
  border:1px solid #fbcb09;
  background:#fdf5ce url("/chbstk/include/css/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  color:#c77405;
}

.demof li > a {
  color: #428bca;
  text-decoration: none;
  cursor: pointer; 
}  

.demof li > a:hover {
  color:#c77405;
  font-weight:bold;
}  

.demof p {
	margin: 15px 0 0;
	font-size: 15px;
}

.demof p {
	margin: 15px 0 0;
	font-size: 15px;
}

.panel-size {
	height:195px; 
	width:100%; 
	overflow:hidden; 
	padding:1px;
}

.advertise-size {
  height: 300px; 
  width: 100%;
}

.dlg-size {
  padding:10px;
  line-height:24px;
  font-size:15px;
  letter-spacing:3px;
}

 .swiper-pagination-bullet {
 	width: 9px;
 	height: 9px;
 	background: rgba(255, 255, 255, 0.5);
 	opacity: 1;
 	margin: 0 5px;
 	border-radius: 50%;
 	transition: all 0.3s;
 }

 /* 當前活動圓點 */
 .swiper-pagination-bullet-active {
 	background: #fff;
 	transform: scale(1.2);
 }

 .swiper-button-next::after,
 .swiper-button-prev::after {
 	display: none;
 }

 .swiper-button-next {
 	width: 0;
 	height: 0;
 	border-top: 15px solid transparent;
 	border-bottom: 15px solid transparent;
 	border-left: 15px solid #fff;
 	background: transparent;
 }

 .swiper-button-prev {
 	width: 0;
 	height: 0;
 	border-top: 15px solid transparent;
 	border-bottom: 15px solid transparent;
 	border-right: 15px solid #fff;
 	background: transparent;
 }