/* 一览表页面公共样式-开始  */
.search-box{
	width:98%;
	margin:10px auto;
	height:50px;
	line-height:50px;
	background-color:#fff;
	border-radius: 5px;
	border:1px solid #ccc;
}
.search-item{
	float:left;
	height:50px;
	line-height:50px;
	vertical-align: middle;
}
.search-item-txt{
	float:left;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.search-item-drp{
	float:left;	
	height:30px;
	line-height:30px;
	margin-top:10px;
	margin-right:20px;
}
.search-item-radio{
	float:left;
}
.search-item-radio > label{
	cursor: pointer;
	padding: 5px 5px;
}
.search-item-input{
 	float:left;
	height:50px;
	line-height:50px;
	margin-right:20px;
} 
.search-item-input input{
	margin-top:10px;
	width:200px;
	height: 30px;
	line-height: 30px;
	border:1px solid #ccc;
	outline: 0;
	padding: 0 4px;
	/* 将input输入框的默认样式去掉 */
	-web-kit-appearance: none;
	-moz-appearance: none;
	/* 使输入框上边距与div没有间隙 */
	display:inline-block; 
	/* 取消输入内容下划线 */
	text-decoration: none;
	float:left;
}
.btnSearch{
	height:30px;
	line-height: 30px;
	width:80px;
	color:#fff;
	border-radius:2px;
	cursor: pointer;
	text-align:center;
	background-color:#00b7ee;
	float:right;
	margin:10px 0 0 0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.btnSearch:active{
	background-color:#0487af;
}

.btnAdd {
    height: 30px;
    line-height: 30px;
    width: 70px;
    color: #fff;
    border-radius: 2px;
    border: 0px;
    cursor: pointer;
    text-align: center;
    background-color: #00b7ee;
    float: right;
    margin: 10px 0 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btnAdd:active{
	background-color:#0487af;
}

.list-box{
	width:98%;
	min-height:500px;
	margin:10px auto;
	background-color:#fff;
	border-radius: 5px;
	border:1px solid #ccc;
	overflow: auto;
    padding-bottom: 10px;
}

/* 一览表页面公共样式-结束 */

/* 高级查询弹窗公共样式 - 开始*/
.com-search-box{
	width: calc(100% - 40px);
    margin: 8px auto 10px auto;
}
.com-search-row{
	height:40px;
	line-height:40px;
	overflow: hidden;
}
.com-search-check-row{
	height: auto;
	line-height:40px;
	overflow: hidden;
}
.com-search-col-txt{
	float: left;
	width: 90px;
}
.com-search-col-txt2{
	float: left;
	width: 90px;
	margin-left:30px;
}
.com-search-col-drp{
	float: left;
	margin:5px 0px;
}
.com-search-col-inp{
	float: left;
	width: 211px;
}
.com-search-col-inp .txt-input{
	width:calc(100% - 10px);
}
.com-search-col-dates{
	float: left;
	width: 212px;
	display: flex;
    align-items: center;
}
.com-search-col-chk{
	border: 1px dashed #ccc;
    float: left;
    min-height: 30px;
    line-height: 30px;
    margin-top: 5px;
}
.com-search-col-chk label{
	width: 100px;
	display: inline-block;
}

.com-search-col-txt2>span,
.com-search-col-txt>span{
	display: block;
    float: right;
}
/* 高级查询弹窗公共样式 - 结束*/

/* 统计页面公共样式-开始 */
.statistics-body {
	width:1000px;
	min-height: 366px;
    margin: 0px auto;
    margin-top: 5px;
	background-color:#fff;
	border:1px solid #ccc;
	overflow: auto;
	padding-bottom:40px;
}
/* 统计页面公共样式-结束 */

/* 编辑页面公共样式-开始 */

.edit-body{
	width: 1130px;
	min-height: 803px;
    margin: 0px auto;
    margin-top: 5px;
	background-color:#fff;
	/* border:1px solid #ccc; */
	box-shadow: 0px 10px 16px 2px #888;
	overflow: auto;
	padding-bottom:40px;
}
.info-title{
	height:40px;
	line-height:40px;
	margin-left:38px;
	font-size:16px;
	color:#06c4fd;
	font-weight: 800;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.info-title-icon{
	background: url(../../project/img/more-icon.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right:8px;
    margin-top:10px;
    float:left;
}
.edit-icon{
	background-position: 2px -249px;
}

.inputpanel{
	width:400px;
	height:40px;
	line-height:40px;
	margin:0 auto;
}
.inputpanel-txt{
	float:left;
	width:100px;
	text-align: right;
}
.inputpanel-drp{
	float:left;
	margin-top:5px;
}
.inputpanel-input{
	float:left;
}
.textarea-input{
	width: 100%; 
	height: 120px;
}

.txt-input{
	width:250px;
	height: 30px;
	line-height: 30px;
	border:1px solid #ccc;
	outline: 0;
	padding: 0 4px;
	-web-kit-appearance: none;
	-moz-appearance: none;
	display:inline-block; 
	text-decoration: none;
}

.p-title{
	height:20px;
	line-height: 20px;
	margin:10px 0px;
}

.text_p{
	text-indent: 2em; /*缩进两个字*/
    line-height: 24px;
    color: #333;
    text-align: justify;
}

.show_img{
	text-align:center;
	vertical-align:middle;
	height:650px;
	line-height:650px;
	margin: 2px 0 0 4px;
}

.td_d_btn{
	margin-left:5px;
	color:#00b7ee;
	padding:3px 8px;
	cursor: pointer;
	border-radius: 3px;
}

/* 编辑页面公共样式-结束 */
/* 新版编辑页面公共样式 -- 开始 */
.com-info-box{
	border: 1px solid #ccc;
    min-height: 100px;
    width:1048px;
    margin:20px auto;
    overflow: auto;
}
.com-info-box-title{
	height:36px;
	line-height:36px;
	border-bottom: 1px solid #ccc;
	background-color: #ecf0f5;
}

.com-info-box-title-txt{
	margin-left:15px;
    font-size: 15px;
	float:left;
}
.com-info-box-body {
	width: 100%;
	min-height: 60px;
	overflow: auto;
}

.com-info-row{
	margin-left:15px;
	margin-top:10px;
	margin-bottom: 10px;
	min-height:30px;
	line-height:30px;
	overflow: auto;
}
.com-info-col-txt{
	float:left;
	height:30px;
	width:100px;
}
.com-info-col-input{
	float:left;
	min-height: 30px;
}
.com-info-col-chk{
	min-height: 30px;
	border: 1px dashed #ccc;
    float: left;
    line-height: 30px;
    user-select:none;
}
.com-info-col-chk label{
	margin-right:25px;
}
.com-info-col-date{
	float:left;
	height: 32px;
	margin-top:-1px;
}
.com-info-col-textarea{
	float:left;
	min-height:30px;
	overflow: auto;
}
.com-input{
	width:250px;
	height: 30px;
	line-height: 30px;
	border:1px solid #ccc;
	outline: 0;
	padding: 0 4px;
	-web-kit-appearance: none;
	-moz-appearance: none;
	display:inline-block; 
	text-decoration: none;
	font-size:15px;
	float:left;
}
.com-textarea{
	width:250px;
	height: 120px;
	line-height: 25px;
	border:1px solid #ccc;
	outline: 0;
	padding: 0 4px;
	-web-kit-appearance: none;
	-moz-appearance: none;
	text-decoration: none;
	float:left;
	resize:none;
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.com-info-col-space{
	height:30px;
	width:149px;
	float:left;
}
.com-must-tag {
    padding-left: 2px;
    color: red;
}
.com-btn{
	height: 30px;
    line-height: 30px;
    width: 80px;
    color: #fff;
    border-radius: 2px;
    border: 0px;
    cursor: pointer;
    text-align: center;
    background-color:#f66f6a;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.com-btn:hover{
	box-shadow: 0px 8px 7px -5px #bfb0b0;
}
.com-btn:active{
	background-color:#f7928f;
}
.com-readonly{
	background-color:#f8f8f8;
}

.comm-btn-panel{
	margin-top:10px;
	text-align: center;
}
.comm-btn{
	height: 30px;
    line-height: 30px;
    width: 80px;
    color: #fff;
    border-radius: 2px;
    border: 0px;
    cursor: pointer;
    text-align: center;
    background-color:#00b7ee;
    user-select: none;
    font-size: 14px;
    padding: 4px 16px;
}
.comm-btn:active{
	background-color:#0998c3;
}
.comm-close-btn{
	height: 30px;
    line-height: 30px;
    width: 80px;
    color: #fff;
    border-radius: 2px;
    border: 0px;
    cursor: pointer;
    text-align: center;
    background-color:#f66f6a;
    user-select: none;
    font-size: 14px;
    padding: 4px 16px;
}
.comm-close-btn:active{
	background-color:#cc4742;
}

.g-title{
	margin-left:42px;
	margin-top: 10px;
	line-height: 35px;
	height:35px;
	text-align: left;
}
.g-title-icon{
	border-left: 4px solid #a1d21d;
    margin-right: 8px;
    font-size: 13px;
}
.g-title-txt{
	color:#7d7070;
	font-weight: 700;
}
.g-sub-title-txt{
	color:#7d7070;
}
.g-content{
	margin:5px auto;
	width: 1045px;
}
.g-row{
    line-height: 30px;
    min-height: 0px;
    overflow: auto;
}
.g-row-clo-txt{
	color:#736e6e;
	float: left;
    height: 30px;
}
.g-row-clo-inp{
	float: left;
    height: 30px;
}
.g-draw-box{
	border:1px dashed #ccc;
	height:50px;
	line-height:50px;
	text-align: center;
}
.g-img-view {
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #ccc;
    min-height: 200px;
    overflow: auto;
}
.g-tip-txt{
	color:#888;
}
.comm-edit-icon{
	width: 20px;
    height: 20px;
    cursor: pointer;
    user-select: none;
    background: url("../../project/img/edit.svg");
    background-size: 100% 100%;
}
/* 新版编辑页面公共样式 -- 开始 */

/* 系统表格公共样式 -- 开始 */
.comm-table{
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.comm-table th, .comm-table td{
	height: 36px;
    padding: 0 5px 0 5px;
}
.comm-table th{
	border: 1px solid #ccc;
    background-color: #ecf0f5;
    color: black;
    font-size: 15px;
    font-weight: normal;
}
.comm-table td{
	border: 1px solid #ccc;
    font-size: 15px;
}
/* 系统表格公共样式 -- 结束 */
/* 编辑页面按钮放置到顶部公共样式 -- 开始 */
.btn-nav-panel{
	height:35px;
	line-height:35px;
	position:fixed;
	top:76px;
	right:10px;
	z-index:110;
}
.btn-nav-panel2{
	width:500px;
	height:35px;
	line-height:35px;
	position:fixed;
	top:58px;
	right:10px;
	z-index:110;
}
.nav-btn{
	float:right;
	width:80px;
	height:30px;
	line-height: 30px;
	background-color: #00b7ee;
	color:#fff;
	margin-left:10px;
	text-align: center;
	cursor: pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.nav-btn-cancel{
	background-color: #d2b813;
}
.nav-btn:active{
	background-color: #0ca1ce;
}

.left-nav-btn{
	width:80px;
	height:25px;
	line-height: 25px;
	background-color: #00b7ee;
	color:#fff;
	margin-top:7px;
	text-align: center;
	cursor: pointer;
	user-select:none;
	font-size: 14px;
	border-radius: 2px;
}
.left-nav-btn:active{
	background-color:#07a3d2;
}

.left-nav-btn-cl{
	width:80px;
	height:25px;
	line-height: 25px;
	background-color: #d2b813;
	color:#fff;
	margin-top:7px;
	text-align: center;
	cursor: pointer;
	user-select:none;
	font-size: 14px;
	border-radius: 2px;
}
.left-nav-btn-cl:active{
	background-color:#92800d;
}
/* 编辑页面按钮放置到顶部公共样式 -- 结束 */

/* 区间封装 - 开始 */
.search-item-show-text {
	float: left;
    margin: 3px 5px;
}

.item-text-content {
    float: left;
    line-height: 25px;
    height: 25px;
    margin-top: 3px;
    border: 1px dashed #ccc;
    padding-left: 5px;
}

.item-text-content .text-btn-group {
    user-select: none;
    text-align: center;
    float: right;
    background-color: #eee;
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
    margin-left: 3px;
}

.text-btn-del {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    color: red;
}

.btn-smaller {
	margin: 6px 3px;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	width: 60px;
	margin-top: 9px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #00b7ee;
}

.btn-smaller:active {
	color:#fff;
}
/* 区间封装 - 结束 */

/* 弹窗按钮样式 -- 开始 */
.dg-btn-panel {
	width:100%;
	height:50px;
	border-top:1px solid #ccc;
}

.dg-btn {
	float:right;
	width:80px;
	height:30px;
	line-height:30px;
	text-align: center;
	background-color:#00b7ee;
	color:#fff;
	margin-right:20px;
	margin-top:10px;
	cursor: pointer;
}

.dg-btn-cancel {
	background-color:#d2b813;
}

.dg-mid-btn-panel {
	width:100%;
	height:50px;
	line-height: 50px;
	text-align:center;
	border-top:1px solid #ccc;
}
.dg-mid-btn{
    width: 80px;
    height: 25px;
    line-height: 25px;
    background-color: #00b7ee;
    color: #fff;
    text-align: center;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
	padding: 4px 20px;
    border-radius: 2px;
}
.dg-mid-btn:active{
	background-color: #09799a;
}
.dg-inp-unit {
	margin-left:5px;
	color:#847272;
	margin-right:5px;
}

.dg-btn-close {
    background-color: #f66f6a;
}
.dg-btn-close:active{
	background-color: #ce4540;
}
/* 弹窗按钮样式 -- 结束 */

/* popside 按钮样式 -- 开始 */
.ps-btn-bar{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e9e9e9;
    border-image:linear-gradient(to right, #fff, #f5efef, #e9e9e9, #f5efef, #fff) 1;
    height: 80px;
    width: calc(100% - 55px);
    position: absolute;
    bottom: 0;
    background-color: #fff;
}

.ps-btn{
	height: 30px;
    line-height: 30px;
    width: 80px;
    background-color: #0aa1f5;
    /* background: linear-gradient( #0aa1f5, #0b78b5, #076ca5) no-repeat; */
    text-align: center;
    border-radius: 3px;
    color: #fff;
    margin: 10px;
    cursor: pointer;
    box-shadow: 0px 8px 11px -5px #7c7575;
    user-select: none;
}
.ps-btn:active{
	background-color: #0e7cb9;
    margin-top: 12px;
}
.ps-btn-cancel{
	background-color: #e57364;
}
.ps-btn-cancel:active{
	background-color: #b35b50;
}
/* popside 按钮样式 -- 结束 */

.star{
	user-select:none;
	color:#ccc;
	font-size: 23px;
}
.choose-star{
	color:#f5af12;
}
.comm-override{
	text-align:left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width:80px;
}
.wf-limit-time-row{
	display:flex;
	flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.wf-settingbtn{
	color:#0aa1f5;
	cursor: pointer;
}
.wf-st-title-txt{
	color:#7e8183;
}
.wf-st-txt{
}
.wf-limit-time-row > div{
	margin-right:3px;
}

.comm-img-view{
	top:0px;
	left:0px;
	position: fixed;
	width:100%;
	height:100%;
	z-index:1099;
	background-color:rgba(27,27,27,0.5);
	overflow-x: hidden;
    overflow-y: auto;
	display: flex;
    justify-content: center;
    align-items: center;
}
.comm-img-max{
	max-width: calc(100% - 50px);
    max-height: calc(100% - 50px);
}

.comm-pdf-view{
	top:0px;
	left:0px;
	position: fixed;
	width:100%;
	height:100%;
	z-index:1099;
	background-color:rgba(27,27,27,0.5);
	overflow-x: hidden;
    overflow-y: auto;
	display: flex;
    justify-content: center;
    align-items: center;
}

.comm-pdf-content{
	height: 100%;
    width: 1300px;
    position: relative;
}
.close-pdf-view{
	position: absolute;
    top: 17px;
    right: 23px;
    z-index: 1;
    height: 22px;
    width: 22px;
    background-color: red;
    font-size: 20px;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 21px;
}

.reviewable{
	color:#327fef;
	cursor: pointer;
}

.comm-ps-btn-bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e9e9e9;
    border-image: linear-gradient(to right, #fff, #f5efef, #e9e9e9, #f5efef, #fff) 1;
    height: 80px;
    width: calc(100% - 55px);
    position: absolute;
    bottom: 0;
    background-color: #fff;
}

.comm-ps-btn {
    height: 30px;
    line-height: 30px;
    width: 80px;
    background-color: #0aa1f5;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    margin: 10px;
    cursor: pointer;
    box-shadow: 0px 8px 11px -5px #7c7575;
    user-select: none;
}

.comm-ps-btn:active{
	background-color: #0e7cb9;
    margin-top: 12px;
}

.comm-ps-btn-cancel {
    background-color: #e57364;
}

.comm-ps-btn-cancel:active{
	background-color: #b35b50;
}

.comm-ps-row{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 35px;
}