﻿/*-------------------------------------------*/
/* 					表单样式 					 */
/*-------------------------------------------*/
/*大按钮*/
.large-btn{
    height:45px;
    line-height:45px;
    padding:0px 8px;
    display:inline-block;
    border-radius:4px;
    color:#fff;
    text-align:center;
    margin:0px 5px;
    min-width: 100px;
    font-size:18px;
}
/*中型按钮样式*/
.middle-btn{
    height:40px;
    line-height:40px;
    padding:0px 8px;
    display:inline-block;
    border-radius:4px;
    color:#fff;
    text-align:center;
    margin:0px 5px;
    min-width: 50px;
}
/*小按钮样式*/
.small-but{
    height:26px;
    line-height:26px;
    padding:0px 8px;
    display:inline-block;
    border-radius:4px;
    color:#fff;
    text-align:center;
    margin:0px 5px;
}

/*红色的字*/
.redtxt{color:#dc2d1b;}
.bluetxt{color:#0065CA;}
.greentxt{color:#159c55;}

/*通用用按钮*/
.gnl-but{background:#0099cc;}
.gnl-but:hover{background:#2980B9;}
.gnl-but:active{background:#2980B9;}
/*白色的通用用按钮*/
.wt-gnl-but{background: #f7f7f7; color: #4E4E4E;}
.wt-gnl-but:hover{color:#fff;background:#0099cc;  }
.wt-gnl-but:active{color:#fff;background:#2980B9;  }
/*黑色按钮*/
.inv-but{background:#34495e;}
.inv-but:hover{background:#4e6d8d;;}
.inv-but:active{background:#2c3e50;}
/*绿色按钮*/
.green-but{background:#00A800;}
.green-but:hover{background:#00CA00;;}
.green-but:active{background:#009900;}
.ondine-but {
    background-color: #1abc9c; }
.ondine-but:hover, .ondine-but:focus {
    background-color: #2fe2bf; }
.ondine-but:active, .ondine-but.active {
    background-color: #16a085; }
/*灰色按钮*/
.gray-but{background: #b3b3b3;}
.gray-but:hover{background: #c0c0c0;;}
.gray-but:active{background: #a7a7a7;}
/*红色删除按钮*/
.del-but{background:#e74c3c;}
.del-but:hover{background:#ec7063;}
.del-but:active{background:#dc2d1b;}
/*白红色删除按钮*/
.wt-del-but{background: #f7f7f7; color: #4E4E4E; }
.wt-del-but:hover{color:#fff; background:#e74c3c;}
.wt-del-but:active{color:#fff; background:#dc2d1b;}


/*文本输入框*/
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.form-control {
    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;
    border-radius: 3px;
    height: 40px;
    padding:5px;
    margin-right:5px;
}

.ipt:focus,.ipt180:focus,.ipt240:focus,.sel:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.ipt,.ipt180,.ipt240,.sel{
    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;
    border-radius: 3px;
    height: 40px;
    padding:5px;
    margin-right:5px;
}
.ipt{
    width:120px;
}
.ipt180{
    width:180px;
}

.ipt240 {
    width:300px;
}

.gnl-ipt{
    color:#4D4D4D;
    font-size:15px;
    height:35px;
    border-radius: 2px;
    border: solid 1px;
    border-color: #848484 #E0E0E0 #E0E0E0 #848484;
    padding: 5px;
    box-shadow: #CCC 0 1px 1px inset;
}
.gnl-ipt180{
    width:180px;
}
.calendar{background:url(../images/calendar_16.png) #fff no-repeat 185px 10px;width:208px;}
.calendar2{background:url(../images/calendar_16.png) #fff no-repeat 145px 10px;width:170px;}
.calendar3{background:url(../images/calendar_16.png) #fff no-repeat 85px 10px;width:110px;}
.sel{
	color:#4D4D4D;
}
.radio{

}
.txtarea{
	color:#4D4D4D;
	width:300px;
	height:80px;
	border-radius: 2px;
	border: solid 1px;
	border-color: #848484 #E0E0E0 #E0E0E0 #848484;
	padding: 5px;
	font-size:15px;
	box-shadow: #CCC 0 1px 1px inset;
}
.divtxt{padding:5px;color:#4D4D4D;width:240px;word-wrap: break-word;word-break: normal;word-break:break-all;}
/*radio样式*/
.rdlabel{display:block;cursor:pointer;line-height:20px;}
.ckbox-span{display:inline-block;padding-right:20px;padding-top:7px;height:20px;}
.submiting{
	color:red;
	padding:0px 10px;
}

/*-------------------------------------------*/
/* 					action.php样式 						*/
/*-------------------------------------------*/
/*头部信息*/
.topinfo{
    width:100%;
    border:0px;
    border-collapse:collapse;
    border-spacing:0;
}
.topinfo-line{
    width: 100%;
    height: 2px;
    border-bottom:1px solid #D9D9D9;
}
.topinfo .titlePan{
    padding:5px;
    padding-bottom:10px;
    font-size:20px;
    font-family:微软雅黑;
    display:inline-block;
}

.form-fields-group-tab{
    border-collapse:collapse;
    border-spacing:0;
    border: 0px;
    margin-top:20px;
    margin-left:300px;
}
.form-fields-group-tab td{
    width: 150px;
    height: 40px;
    text-align: center;
    background: #e6e6e6;
    line-height: 40px;
    cursor: pointer;
    position: relative;
}
.form-fields-group-tab td:first-child{
    border-radius: 20px 0px 0px 20px;
}
.form-fields-group-tab td:last-child{
    border-radius: 0px 20px 20px 0px;
}
.form-fields-group-tab td.on{
    background: #0099cc;
    color:#fff;
    font-weight: bold;
}



/*主操作区*/
.actmainPanel{
	border:0px;
	margin:0 auto;
}

/*操作区:工具条(存放保存、修改、返回、取消按钮)*/
.optBar{display:flex;margin-left:150px; margin-bottom:5px;width:1000px;margin-top:30px;}
.optBar .other-but-bar{
	margin-left:100px;

}/*相关图片附件*/
.djimg{
	width:300px;
}
.djimg li{
	float:left;
	margin:8px;
}


.map-val{
	display:inline-block;
	width:200px;
	background:#F5F5F5;
	border:1px solid #C6C6C6;
	height:30px;
	line-height:30px;
	border-radius:4px;
	padding:2px 10px;
}


/*操作区表样式*/
.optPanDiv{
	padding-top:10px;
	/*border-top:1px solid #D9D9D9;*/
	min-height:100px;
}
.group-pan-div{
    display: none;
}
#group-field-0-pandiv{
    display: block;
}
.optPanTable{
	color: #313131;
	font-size: 12px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
/*单个表单元素表*/
.optPanTable .frmemtab{width:100%;border-collapse:collapse;border-spacing:0;margin:5px;}
/*字段名单元格*/
.optPanTable .frmemtab .frmlabel{word-break:break-all;width:150px;text-align:right;vertical-align:top;}
.optPanTable .frmemtab .frmlabel .frmlabel-txt{font-weight:bold;line-height: 40px}
.optPanTable .frmemtab .frmlabel-split .split-row{word-break:break-all;width:100%;height:30px;}
.optPanTable .frmemtab .frmipt-td,.optPanTable .frmemtab .frmlabel{
    position: relative;
}
.optPanTable .frmemtab .frmipt-error-ico{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    line-height: 15px;
    background: #e74c3c;
    background-size:5px;
    text-align: center;
    color: #fff;
    font-size:5px;
    margin-right:5px;
}
.error-input{
    background: #feebe9;
    border:1px solid #e74c3c;
}
.frmlabel-split .split-row{
    position: relative;
}
.frmlabel-split .split-row .split-text{
    font-weight: bold;
    left: 20px;
    background: #fff;
    display: inline-block;
    position: absolute;
    padding: 0px 10px;
    color: #6f6f6f;
}
.frmlabel-split .split-row:before{
    content: "";
    display: block;
    border-bottom:1px dashed #D8D8D8;
    position: absolute;
    top:12px;
    width: 100%;
}

.optPanTable .frmemtab .frmlabel-cnt{word-break:break-all;width:100%;padding:5px 10px;}
.optPanTable .frmemtab .frmipt1{word-break:break-all;width:320px;}
.optPanTable .frmemtab .ipttodiv,.optPanTable .frmemtab .html-input-val{
    line-height: 35px;
    display: inline-block;
}
/*控件单元格*/
.optPanTable .frmemtab .frminpt{float:left;}
/*控件单元格-radio*/
.rdlabel{float:left;margin-right:15px;padding-top:8px}
.rdlabel span{display:inline-block;}
/*表单提示信息*/
.hint{color: #9f9f9f;margin-top:5px;}

/*进度条*/
.progress{
	height:70px;
	margin-left:75px;
}
.progress li{
	width: 150px;
	float: left;
}
.progress li .pro-cnt{
	width: 100%;
	position: relative;
}
.progress li .pro-num{
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 15px;
	display: inline-block;
	background: #e6e6e6;
	text-align: center;
	position: relative;
	z-index: 999;
}
.progress li .pro-text{
	position: absolute;
	width: 100px;
	bottom: -30px;
	left:-35px;
	text-align: center;
}
.progress li .progress-line{
	content:"";
	width:100%;
	height:4px;
	background: #a7a7a7;
	position: absolute;
	top:14px;
	left:-60px;
	z-index: 99;
}
.progress li.on .progress-line{
	background: #32a93c;
}
.progress li.on .pro-num{
	background: #32a93c;
	color: #fff;
}
.progress li.on .pro-text{
	color: #32a93c;
}

.progress li:first-child .progress-line{
	border-radius: 2px 0px 0px 2px;
}
.progress li:nth-last-child(2) .progress-line{
	border-radius: 0px 2px 2px 0px;
}
