@charset "UTF-8";

.cc-tab-search {
	width: 100%;
	margin: auto 0;
}

.cc-tab-search > .tab-btn {
	background: #fff;
	overflow: hidden;
}

.cc-tab-search .btn {
	float: left;
	color: #666;
	background: #eee;
	margin: 0 4px 0 0;
	padding: 0 12px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 2px 2px 0 0;
}

.cc-tab-search > .tab-content {
	color: #555;
	background: #eee;
	padding: 15px;
	box-sizing: border-box;
	border-top: 3px solid #97ccee;
}

.cc-tab-search > .tab-content > div.tab-panel {
  display: none;
}

.cc-tab-search .btn.on,
.cc-tab-search .btn:hover {
	background: #97ccee;
  color: #fff;
}

.cc-tab-search .tab-content > div.on {
  display: block;
}
