.tabs {
	background: #f6f6f6;
	height: 40px;
	border: 1px solid #dddddd;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.tabs .tab {
	height: 40px;
	line-height: 40px;
}

.tabs .tab a:hover,.tabs .tab a.active {
	opacity: 1;
	color: #64b4e8;
	background: #fff;
}

.tabs .tab a {
	opacity: 0.5;
	color: #5b686d;
	display: block;
	font-weight: bold;
	width: 100%;
	height: 100%;
	padding: 0 40px;
	font-size: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.5);
	transition: color .28s ease;
}

.tabs .indicator {
	background-color: #fff;
	height: 0px;
}

.apcontent {
	background: #fff;
	border-top: none;
	float: left;
	padding: 20px;
	height: 380px;
	overflow: auto;
	float: left;
	width: 100%;
	border:1px solid #ddd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.apcontent p {
	color: #5b686d;
	font-size: 20px;
	font-weight: bold;
}

.apcontent>div {
	float: left;
	width: 140px;
	margin-bottom: 20px;
}
.apcontent lable{
	color:#5b686d;
}

.apcontent div.dimtop {
	border: 1px solid #dddddd;
	border-radius: 4px;
	text-align:center;
	    height: 288px;
}

.apcontent div.dimtop.active {
	border: 1px solid #2095f2;
}

.apcontent p {
	background: #f6f6f6;
	color: #5b686d;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	margin: 0 0;
	border-radius: 0 0 4px 4px;
}

.apcontent p.bigp {
	background: #fff;
	color: #ced7db;
	font-size: 40px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	margin: 100px 0 0 0;
	font-weight: normal;
}

.apcontent p.smallp {
	background: #fff;
	color: #ced7db;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	margin: 10px 0 0 0;
}

.apcontent div.dimbottom {
	padding: 4px 0;
}
/*
.apcontent img {
	height: 84px;
	max-width:100px;
}
*/
.apcontent span {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding: 0px 4px;
}
.apcontent .row{
	margin-bottom:4px;
}
.apcontent .span_24 {
	background-color: #64b4e8;
	float: left;
	color: #fff;
}

.apcontent .span_5 {
	background-color: #cfe8f9;
	color: #1f81c1;
	float: left;
}
.apcontent .span_6 {
	background-color: #eaf8ff;
	color: #1f81c1;
	float: left;
}
.apcontent .span_N {
	background-color: #778f9b;
	border-radius: 8px;
	padding: 0 8px;
}

.apcontent .span_AC {
	background-color: #aaaaaa;
	border-radius: 4px;
}

#adap_search_div {
	display: block;
	font-size: 16px;
	color: #333;
	width: 100%;
	height: 32px;
	margin-top: 0px;
	padding: 0 24px 0 8px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
}

#adap_search_div input {
	height: 30px;
	border: none;
	margin: 0 0 0 32px;
}

/* label focus color */
.searchap.input-field input[type=text]:focus+label {
	color: #778f9b;
}
/* label underline focus color */
.searchap.input-field input[type=text]:focus {
	box-shadow: none;
}

.searchap.input-field .prefix.active {
	color: #778f9b;
}

.searchap .suffix {
	right: 8px;
	top: 8px;
	position: absolute;
	font-size: 16px;
	color: #ced7db;
}

.searchap .suffix:hover {
	color: #778f9b;
}

.btnSearch {
	float: right;
	margin-top: 20px;
}

.btnSearch i {
	font-size: 18px;
	color: #999999;
}
.input-field .prefix {
    color: #999;
    font-size: 18px;
}