﻿@charset "utf-8";
a {
	color: #333;
}
.mui-control-item {
	width: 24% !important;
	margin: 0px !important;
	padding: 0px !important;
	text-align: center;
}
.mui-table-view-cell {
	padding-right: 5px !important;
}
.mui-btn-yellow{
	color:#333 !important;
}
.free {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	border-radius: 100px;
	float: right;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-right: 10px;
	color: #009900;
	background-color: #FFC;
	margin-top: 3px;
}
.price {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	border-radius: 100px;
	float: right;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-right: 10px;
	color: #FF6600;
	margin-top: 3px;
	background-color: #FFC;
}
.icotxt{
	font-size: 14px !important;	
}
/*检索输入框*/
.sear-row {
	border: 2px solid #CCC;
	height: 40px;
	width: 98%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#tbSearch {
	height: 30px;
	margin-top: 3px;
	margin-left: 1%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 70%;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*选择范围提示*/
.sbj-view{
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
}
.sbj-num{
	color: #090;
}
.sbj-clear{
	line-height: 40px;
	float: right;
	height: 40px;
	margin-right: 10px;
	color: #F30;
}
.pagebox-context{
	overflow-y: auto;
	margin-left:10px;
	margin-right:2px;
}
#btnSearch {
	width: 28% !important;
	float: right;
	margin-right: 1%;
	margin-top: 3px;
	height: 30px;
}
.sbj-ico {
	font-size: 22px;
	margin-right: 3px;
}
.sbj-tit{
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: visible;
}
.sbj-tit:after{
    content: '\e583';
	font-family: Muiicons;
	float:right;
	line-height:30px;
	display:inline-block;
	margin-right:10px;
	color:#999;
}
.open:after{
    content: '\e581';
	font-family: Muiicons;
	float:right;
	line-height:30px;
	display:inline-block;
	margin-right:10px;
	color:#999;
}
.sbj-area{
	display:none;
}
.sbj-two-area {
	padding: 0px !important;
}
.sbj-two {
	margin-left: 20px;
}
.sbj-three {
	margin-left: 40px;
}
.checkbox{
	margin-right: 3px;
}