@charset "utf-8";

/* 
 * 代理索引頁
 */
.bdb {
	height: 40px;
	/* background: url(./images/righttop.gif) repeat-x; */
}
.bdb-ul li {
	float: left;
	line-height: 40px;
	padding-left: 7px;
	padding-right: 12px;
	background: url(./images/rlist.gif) no-repeat right;
}
.bdb-ul li .bdb-link{
	color: #01AAED;
}
.bdb-ul li:last-child {
	background: none;
}

/* 
 * menu 索引頁
 */
.place {
	height: 40px;
	background: url(./images/righttop.gif) repeat-x;
}

.place span {
	line-height: 40px;
	font-weight: bold;
	float: left;
	margin-left: 12px;
}

.placeul li {
	float: left;
	line-height: 40px;
	padding-left: 7px;
	padding-right: 12px;
	background: url(./images/rlist.gif) no-repeat right;
}

.placeul li:last-child {
	background: none;
}

.searchTable {
	padding-top: 20px;
}


/* 
 *
 * 覆寫 layui css
 *
 */
.btn-color-black-1{
	background-color:#343A40;
}

.label-form-1{
    width: 100% !important;
    background-color: #ffffff !important;
}
.left{
	text-align: left !important;
}
.right{
	text-align: right !important;
}
.center{
	text-align: center !important;
}
/* 
.layui-layer-btn{
	text-align: center;
}
.layui-layer-btn .layui-layer-btn0{
	background-color:#343A40;
	border-color:#343A40;
} 
*/

