@charset "UTF-8";

/*左浮动*/
.fl {
	float: left!important;
}


/*右浮动*/

.fr {
	float: right!important;
}


/*清楚浮动*/

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.clearfix {
	zoom: 1
}


/*内容表格样式*/

.table-bordered,
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th {
	border: 1px solid #F0F0F0;
	text-align: center;
	padding: 3px;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 1px;
	font-weight: 500;
}


/*表格hover样式*/

.table-hover>tbody>tr:hover {
	background: #F2F2F2;
}


/*表格点击高亮样式*/

.table-bordered>tbody>tr.showColor {
	background: #F1F1F1;
}


/*添加表单、表格样式*/
.form-control {
	border-radius: 4px;
}

.formTable font {
	color: red;
	margin-right: 4px;
}

.formTable .formTitle {
	text-align: right;
	width: 90px;
	padding: 8px;
	padding-right: 8px;
	white-space: nowrap;
}
.formTable .formValue {
	width: 180px;
	white-space: nowrap;
}
.formTable .formValue input{
	width: 130px;
}
.formTable .formValue select{
	width: 130px;
}

.formTable textarea {
	resize: none;
}
.formTable {
	width: 100%;
}



/*搜索框样式*/
.search_select{
	width: 160px;
	
	padding-right: 5px;
}

.search_Keyword {
	font-size: 12px;
}
.search_input{
	padding-right: 5px;
	width: 160px;
	font-size: 12px;
}


/*（查询、添加、修改、删除、查看） 按钮*/
a.btn{
	font-size: 13px;
}


/*模态框样式*/
/*添加、修改弹出框样式*/
.modal_add {
	height: 430px;
}
.modal_add .modal-body {
	height: 308px;
	overflow-x: hidden;
	overflow-y: auto;
}


/*删除弹窗框样式*/
.modal_del {
	width: 350px;
}

/*查看详情弹窗框样式*/
.modal_chakan{
	height: 430px;
}
.modal_chakan .modal-body{
	height: 308px;
	overflow: hidden;
}
#viewcon{
	height: 290px;
	
}
.modal_chakan .modal-body .tab-content{
	height: 85%;
	overflow-x: auto;
	overflow-y: auto;
}


.viewTable{
	border: 1px solid #CCCCCC;
	width: 100%;
}
.viewTable td{
	border: 1px solid #CCCCCC;
	padding: 5px;
	
}
.viewTable .viewTitle{
	width: 12%;
	white-space: nowrap;
}
.viewTable .viewValue{
	width: 21.333%;
	white-space: nowrap;
}


/*tab标签页*/
.modal-body ul li a{
	border-top: 0;
}
.tab-content{
	padding-top: 10px;
}
.tabpanel{
	width: 100%;
	overflow-x: auto;
}

/* 分页*/
.content-footer{
	padding: 15px;
	padding-top: 0;
}
.pagination{
	margin: 0;
}