@media (max-width: 767px) {
	.main-header .logo{
		display: none;
	}
	.btn-toolbar .fuzzy_search, .btn-toolbar>.btn{
		margin-bottom: 8px;
	}
	.fixed .content-wrapper, .fixed .right-side{
		padding-top: 50px;
	}
	.small-box h3{
		font-size: 18px;
	}
}


div.dataTables_length{
	padding: 5px 8px 0px 0px;
	float: left;
}

div.fuzzy_search .form-control{
	width: auto;
	float: left;
}

div.fuzzy_search > select.form-control:first-child {
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-right: none;
}

div.fuzzy_search .btn{
	border-radius: 0px;
	border-left: none;
}

div.fuzzy_search>.btn:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

div.fuzzy_search>.btn:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}



/*跳页样式*/
div.dataTables_paginate div.pagination {
	display:inline-block;
	*display:inline;
	*zoom:1;
}
div.dataTables_paginate div.page_jump {
	float:right;
	margin: 2px 0 0 5px;
}
div.dataTables_paginate div.page_jump input{
	vertical-align: middle;
	width: 40px;
	height: 34px;
	text-align: center;
	border: 1px solid #ddd;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

div.dataTables_paginate div.page_jump .btn{
	background: #fafafa;
	border: 1px solid #ddd;
	border-left: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

div.box-datatable .topbar{
	margin-bottom: 8px;
}

div.box-datatable li.tabs_bar>a{
	padding: 10px 8px;
	float: left;
}

div.box-datatable .nav-tabs-custom{
	margin-bottom: 0px;
}

table.table-vmid tr>td{
	vertical-align: middle;
}

.but-deltab{
	position: absolute;
	right: 2px;
	top: 0px;
	z-index: 99;
}

.level_select select{
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*
.content {
	padding-left: 0px;
	padding-right: 0px;
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}
*/

table.dataTable thead > tr > th {
	padding-right: 8px;
}

table.dataTable.table-condensed thead > tr > th {
	padding-right: 8px;
}

.lavel_checkbox {
	display: block;
	margin-top: 15px;
	margin-bottom: 0px;
}

.lavel_checkbox label{
	font-weight: 400;
	cursor: pointer;
}

.lavel_checkbox .checkbox{
	margin-top: 0px;
}

@media (min-width: 1100px) {
	.form-group-semi {
		margin-bottom: 0px;
		width: 50%;
		float: left;
		padding: 0px 5px;
		min-height: 95px;
	}
	.form-clearboth{
		padding: 0px 5px;
		clear: both;
	}
}
