html,body{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.layui-table, .layui-table-view{
	margin-bottom: 0 !important;
}
/*********        list列表页面样式 开始            ***********/
/*	最上层div    */
.cls-list-main-div{
	background-color: #f2f2f2;
	padding: 8px;
}
/*	搜索面板    */
.cls-list-main-div .layui-inline-other{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.cls-list-main-div  .layui-card-body{
	padding: 5px 15px;
}
.cls-list-main-div .layui-form-label{
	padding: 9px 5px 9px 0;
}
.cls-list-main-div .layui-form-label{
	width: auto;
	min-width: 65px;
}
/* table 块相关样式    */
.cls-list-table-div{
	clear: left;
	padding-top: 1px;
}
div[lay-id="dataTable"]{
	background-color: #fff;
	margin: 7px 0;
}
/*********        list列表页面搜索面板样式结束             ***********/


/*********            list列表页面样式             ***********/
.cls-list-toolbar{
	padding: 10px 10px 0;
}
.cls-list-toolbar input[type=text],.cls-list-toolbar select{
	width: 150px;
}
.layui-tab-content{
	padding: 0 !important;
	overflow: hidden;
}


/*********            制单页面样式             ***********/
.cls-page-content{
	background: #f1f4f9 none repeat scroll 0 0;
	padding-top: 40px;
	height: 100%;
	box-sizing: border-box;
}
.cls-navigation {
    background: rgba(0, 0, 0, 0) url("../commom/images/cls-navigationBg.png") no-repeat scroll left 16px center;
    left: 0;
    padding: 0 0 0 50px;
    position: fixed;
    top: 0;
    z-index: 901;
}
.cls-navigation span {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: 15px;
	color: #777;
	}
.cls-navigation span.cls-navigation-span {
	padding:0 20px 0 10px;
	color:#999;
	background:url(../commom/images/arrow.png) no-repeat right center
	}
.cls-navigation span.cls-navigation-span:last-child {
	background:none !important
}
.cls-toolbar{
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	background: #fbfbfb none repeat scroll 0 0;
	z-index: 900;
	position: fixed;
	top: 0;
}
.cls-toolbar input{
	float: right;
	margin-top: 5px;
}
.cls-toolbar h3{
	display: inline-block;
	/*height: 40px;*/
	line-height: 40px;
}
.cls-toolbar .cls-right-btn{
	margin-right: 10px;
	margin-left: 10px;
}
.cls-infobar{
	height: 30px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	background: #fbfbfb none repeat scroll 0 0;
	z-index: 900;
	position: fixed;
	top: 40px;
}
.cls-infobar h3{
	display: inline-block;
	/*height: 40px;*/
	line-height: 30px;
}
.cls-infobar h3:first-child {
    margin-left: 15px;
}
.cls-infobar h3:nth-of-type(even) {
    color: red;
    font-size: 15px;
    margin-right: 10px;
}
.cls-form-title{
	text-align: center;
}
.cls-form-title h1{
 	color: #333;
    font-size: 25px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    margin: 0;
    text-align: center;
 }
.cls-form-title h2 {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 5px;
}
.cls-form-title h2:nth-of-type(even) {
    margin-right: 10px;
    color: red;
}
.cls-form{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #dee0e2;
    border-radius: 3px;
    border-bottom: none;
    /*margin: 10px;*/
    padding-bottom: 20px;
}
.cls-ipt-seaIcon{
	background: rgba(0, 0, 0, 0) url("images/sousuo.png") no-repeat scroll right center;
    cursor: pointer;
}
.cls-disabled{
	background-color: #f7f8f8 !important;
	border: 1px solid #f2f3f4;
	cursor: not-allowed;
	color: #333333;
}
.cls-money-input{
	text-align: right;
	padding-right: 10px;
}






/* 上传附件时，用于显示附件名称,放于该css文件底部 */
.cls-filename-input{
	cursor: pointer;
	margin-right: 10px;
	color:blue;
	display: none;
	border: none;
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 140px);
	width: -webkit-calc(100% - 140px);
	width: -moz-calc(100% - 140px);
}