
/**公共样式*/
* {
	font-family: "微软雅黑";
}
/**table表格样式设置 --------------start*/

.ticomm_table{
		min-width: 800px;
}
.ticomm_table th ,.ticomm_table td{
	text-align: center;
	border-color: #dddddd!important;
	border-style: solid!important;
	border-width: 1px!important;
	vertical-align: middle!important;
}
.ticomm_table th{
	background-color: #EAEBE7;
}
.ticomm_table td{
	word-break:break-all ;
	word-wrap:break-word;
}
/**table表格样式设置 --------------and*/
/* 标签页样式开始 */
.parent_tab>li {
	background-color: #EBE9E9 !important;
	margin-left: 5px;
	text-align: center !important;
	min-width: 100px!important;
	max-width: 200px!important;
}

.parent_tab>li.active {
	background-color: rgb(85,85,85) !important;
	margin-left: 5px;
	border-bottom-color: rgb(85,85,85) !important;
}

.parent_tab>li.active a {
	color: #fff !important;
}

.tabbable-line>.nav-tabs>li{
	margin-left: 3px;
	border-radius: 0px!important;
}

.tabbable-line>.nav-tabs>li>a{
	padding: 7px 7px 5px 7px!important;
	
}

.tabbable-line>.nav-tabs>li:FIRST-CHILD{
	margin-left: 0px;
}

.tabbable-line>.tab-content {
	border: 1px solid #eef1f5;
	border-top-color: #ddd;
	padding: 15px 0px;
	
}

.portlet.light.portlet-fit>.portlet-body {
	padding: 0px;
}
.portlet.box>.portlet-title>.actions{
	padding: 7px 0 7px!important;
}
.portlet.box>.portlet-title>.actions>a{
	margin-right: 5px;
}

.portlet.box>.portlet-title>.caption{
	padding: 11px 0 11px!important;
}

.search_box>label{
	margin-bottom: 0px!important;
}
/* 标签页样式结束 */

/**公共 start***/
.seach_col{
	padding-top: 5px;
}
.padding_obj{
	padding-right: 0px;

}
.seach_btn{
	margin-left: 5px;
	margin-right: 5px;
}
.seach_btn_first{
	margin-left: 15px;
	margin-right: 5px;
	
}
.not_data{
	color: #E87E04  ;
}
/**公共 end***/

/***拟态框 start ***/

.common_model .modal-header{
	background-color: rgb(54, 65, 80);
	color: white;
	text-align: center;
	font-size: 20px;
	font-weight:bold!important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 15px;
}
.common_model .modal-content {
	background-color: #fff;
	margin-top: 100px;
}
/***拟态框 end ***/
.common_page{
	text-align: center;
	padding-bottom: 15px;
}
.vediolist:HOVER {
	cursor: pointer!important;
}
.noRequired{
	display: inline-block;
	padding: 4px;
}
.ztree{
	border: 1px solid #c2cad8;
	border-radius:6px;
}

.language_title{
	color: #c5c5c5;
}

/* 覆盖样式 */
.table {
    width: 100%;
    margin-bottom: 3px;
}
