@import "rightslider.less";
@import "basebtn.less";

.yyui-bpm-solid-line{
	 height:1px;
	 border:none;
	 border-top:1px solid #ddd;
}
.ant-modal-header{
    height:40px;
}
.yyui-bpm-bpmtask-form .ant-radio-group{
    margin-top:-1px;
	padding-top:4px;
	padding-left: 14px;
}
.yyui-bpm-bpmtask-form .ant-form-item-control{
    margin-top: -3px;
}
.yyui-bpm-bpmtask-form  .yyui-bpm-form-item {
    margin-left: 6%;
	margin-bottom:10px;
	padding-top: 14px;

}
.yyui-bpm-bpmtask-form  .yyui-bpm-form-item label {
	text-align:right;
	font-size: 14px;
	font-weight:200px;

}
.yyui-bpm-bpmtask-form .ant-select-selection--single {
    height: 30px;
    width: 260px;
    margin-top: 6px;
}

.yyui-bpm-bpmtask-form .ant-select-selection--single .ant-select-selection__rendered{
   line-height: 27px; 
   font-size: 10px;
}
.yyui-bpm-bpmtask-form  .yyui-bpm-textarea-input{
	height: 99px;
	width:420px;
	margin-top: 10px;
}
.yyui-bpm-bpmtask-form  .save-btn{
	width: 119px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    padding: 0px 0px 0px 0px;
    border-radius: 3px;
    border: none;
    color: #fff;
    background-color: #0081cc;
}

.yyui-bpm-bpmtask-form .back-btn{
	border-radius: 3px;
    border: 1px solid #bac7cf;
    background-color: #ffffff;
    color: #646464;
    width: 119px;
    height: 48px;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
}

.yyui-bpm-_fujian {
    width: 100px;
    height: 40px;
    font-size: 15px;
    line-height: 38px;
    padding: 0px 0px 0px 0px;
    border: 1px dashed;
    background-color: #ffffff;
}

.yyui-bpm-btnnav{
	float: left;
    border-left: 0px solid #ccc;   
    position: relative;
}


.yyui-bpm-_title_bpm_task{
	    height: 48px;
    padding-top: 15px;
    font-size:1.2em;
	font-weight:bolder;
}

.yyui-bpm-_bpm_task_content{
	width:446px;
	padding-left:15px;
	.right-slider;
}
.ant-radio-group label {
    margin-right: 16px;
    font-size: 15px;
}

.yyui-bpm-_bpm_approve{
	margin-left:5px
}
.yyui-bpm-title-recvtime{
    text-align: right;
}
.yyui-bpm-title-proinsname{
    display:block;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.yyui-bpm-footBtn .yyui-bpm-viewHistory{
    float: left;
}
.yyui-bpm-footBtn .yyui-bpm-viewHistory-btn{
    float: left;    
    margin: 0 5px 0 5px;
}
.yyui-bpm-footBtn .yyui-bpm-operateBtn .yyui-bpm-comfirm{
    display: inline-block;
}

.yyui-bpm-footBtn .yyui-bpm-operateBtn .yyui-bpm-cancel{
   display: inline-block;
   margin-right: 10px;
} 

.yyui-bpm-radioText{
    margin-left: 120px;
    font-size: 14px;
    height:30px;
    margin-bottom: 20px;
}

.yyui-bpm-cut-off{
    height:1px;
    border:none;
    border-top:1px dashed #c1c1c1;
    width: 630px;
    float: right;
}

.viewHistory{
    border: 0.5px solid red;
    font{
        color:red;
    }
}
.yyui-bpm-approve-delegate{
    width:400px;
}
.yyui-bpm-delegate-userRef{
    width:85px;  
    float:left;
    display:inline;
}
.yyui-bpm-approve-userRef{
    width:200px;
    margin:0 10px;
}
.yyui-bpm-approve-reject-text{
    display:inline;
    height:30px;
}
.yyui-bpm-approve-reject-text .ant-select{
    height:22px;
    font-size: 15px;
}
.yyui-bpm-approve-reject-text .ant-select-selection.ant-select-selection--single{
    margin-top:0px;
    height:22px;
    width:260px !important;
}
.yyui-bpm-main .ant-modal-body{
    height:300px !important;
}
.yyui-bpm-content{
    display: block; 
    position:absolute;
    height:300px;
    width:100%;
    z-index:1001; 
    -moz-opacity: 0.4; 
    opacity:.4; 
    filter: alpha(opacity=40);
}
.yyui-bpm-approve-maskLayer{
    position: absolute;
    top:20px;
    left:0;
    width:100%;
    height:300px;
    z-index:1002; 
    overflow: auto;
    -moz-opacity: 0; 
    opacity:.0; 
    filter: alpha(opacity=0);
}