﻿ /*防止底部空白*/
 #ClCache{display:none;}
/*S  author:杨轩*/
/*S  项目管理*/
#iButton{margin:4px 0 0 27px}
#iButton button{border-radius: 10px;}
#iAdd{margin-right: 23px;}

#iSearh{float: left;margin:0 30px 0 12px;}
#iState{float: left;margin-right: 25px;}
#iQuery{margin-top: 2px;}

#iOperation{display: flex;justify-content: space-around;border-bottom: none;border-left: none;border-right: none;}
#iOperation a{color: blue;}

#iTable td{text-align: center;}

#userName{float: right;line-height: 26px;margin-right: 10px;}
/*S  审批规则_关联样式*/
.selectBox{min-height: 100px;}
.successSelect{float: left;width: 249px;border: 1px solid #cfdadd;margin-left: 3px;border-top: 0px;}
.waitSelect{float: left;width: 249px;margin-left: 88px;border: 1px solid #cfdadd;}
/*.operation{
	position: absolute;top:95px;left: 263px;
}*/
.litteBar{width: 1px;height: 100px;background:#cfdadd;position: absolute;top:30px;left:35px;}

/*S  审批控制设置*/
.ddRulesInfo{display: inline-block;height: 26px;line-height: 26px;color:#32a5e8}
#talkbubble {   
width:96px;   
height:25px;   
position: absolute;  
top:89px;
left:261px; 
border: 1px #32a5e8 solid;   
background-color: #fff; 
text-align: center;
line-height: 25px;  
}   
  
#talkbubble:before {   
content: " ";   
position: absolute;   
top: 100%;   
left:14px;   
width: 0;   
height: 0;   
border-left: 15px solid transparent;   
border-top: 15px solid #32a5e8;   
border-right: 15px solid transparent;   
}   
  
.inlayer:after {   
content: " ";   
position: absolute;   
top: 100%;   
left: 15px;   
width: 0;   
height: 0;   
border-left: 14px solid transparent;   
border-top: 14px solid #fff;   
border-right: 14px solid transparent;   
}   

/*审批控制设置>单订模式下的4个小块*/
.ddRulesBox{width: 270px;min-height:270px;background-color: #fff;margin-top: 10px;position: relative;padding-top: 14px;}

.ddRulesBoxLeft{float: left;width: 39px;min-height: 172px;}
.ddRulesBoxLeftQ{width: 13px;height: 13px;border: 1px solid #787979;border-radius: 90px;background-color: #00cdff;position: absolute;top:12px;left: 24px;}
.ddRulesBoxLeftBar{background-color: #66cdff;width:1px;height: 123px;position: absolute;top: 25px;left: 30px;float:left;}

.ddRulesBoxRight{
    width: 200px;
    min-height: 172px;
    padding-left: 0px;
}
.ddRulesBoxRight li{
    white-space: nowrap;
    height: 28px;
}
.ddRulesBoxInfo{float: left;}
.ddRulesBoxRightBar{float:left;width: 23px;height: 13px;border-left: 1px solid #2690d2;border-bottom: 1px solid #2690d2;display: inline-block;}


/*审批规则>规则数据*/
#rulesDataHover a:hover{color: #FFFFFF!important}
/*基础审批控制设置>规则添加*/
.addRulesTable{margin-left: 35px;width:506px;font-size: 12px;}
.addRulesTable tr th{padding: 0px!important;height: 30px;}
.addRulesBtn{margin-left: 178px;}
.addRulesPerson{width: 260px;height: 37px;cursor:text;border:1px solid #eaeff0;}

/*项目管理*/
.projectAdd_input{width:201px;height:34px;}	
/*差旅政策下的保存btn*/
.inlandTickets_btn{text-align: center;line-height:20px;border:0px;outline:none;width:40px;height:20px;background-color:#37A8E8;color:#fff;border-radius:2px;}
/*参数设置*/
.setCanshu_hang{width:100%;height:30px;margin-top: 10px;}
.setCanshu_tit{font-size:16px;font-weight:400;color:#00A8F3;}
.setCanshu_span{float: left;display:inline-block;}
.setCanshu_label{float:left;margin-left:10px;}
.setCanshu_marTop{padding-top: 20px;}
/*E  author:杨轩*/

 /*蓝色按钮,绝对定位*/
.blueButton
{
    position: absolute;
    display: block;
    text-decoration: none;
    text-align: center;
  
    cursor: pointer;
    border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	padding: 2px 6px;
    font-size: 12px;
    color: #2fa4e7;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
    border-color: #2fa4e7 #2fa4e7 #2fa4e7;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2fa4e7', endColorstr='#ff2f76e7', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #2fa4e7;
}
.blueButton:hover
{
       color: #fff;
	    background-color: #2fa4e7;
	    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2fa4e7), to(#2fa4e7));
	    background-image: -webkit-linear-gradient(top, #2fa4e7, #2fa4e7);
	    text-shadow: 0 0px 0px rgba(255,255,255,0.75);
}
/*自定义上传,位置大小都和a完全一样,而且完全透明*/
.myFileUpload
{
    position: absolute;
    display: block;
    width: 64px;
    height: 22px;
    opacity: 0;
}
/*遮罩层*/
.mask{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0,0,0,0.5);
}
/*保存按钮*/
.saveBtn{
	width:65px;
	height:31px;
	margin-right: 30px;
	background-color:#37A8E8;
	color: #fff;
	display: inline-block;
    line-height: 31px;
    border-radius: 2px;
    vertical-align: middle;
    border: none;
    outline:none ;
}
.saveBtn:hover{
	color: #FFF;
}
.saveBtn:focus{
	color: #fff;
}
/*取消按钮*/
.cancelBtn{
	width:65px;
	height:31px;
    border-radius: 2px;
}

/*单选提示语*/
.showInfo{
	color:#ccc;
	display: inline-block;
	vertical-align: super;	
}
.showIn{
	color:#ccc;
	display: inline-block;
	padding-top: 10px;
	vertical-align: baseline;
}
.showInfoM{
	color:#ccc;
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
	padding-left:10px ;	
}
/*日期select*/
.selectDate{
	border-color: #cfdadd;
	height: 33px;
	text-align: center;
	border-radius: 2px;
	font-size: 12px;
}
.mt7px{
	margin-top: 7px;
	display: inline-block;
}
.padl13{
	padding-left: 3px;
}
.eye{
	position: absolute;
	right:25px;
	top: 10px;
}
.btn-succ {
   /* padding: 0px 6px;*/
    font-size: 12px;
    color: #27C24C;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
    border-color: #27C24C #27C24C #27C24C;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2fa4e7', endColorstr='#ff2f76e7', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #27C24C;
}
.btn-succ:hover, .btn-succ:focus, .btn-succ:active, .btn-succ.active, .btn-succ.disabled, .btn-succ
[disabled] {
    color: #fff;
    background-color: #27C24C;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#27C24C), to(#27C24C));
    background-image: -webkit-linear-gradient(top, #27C24C, #27C24C);
    text-shadow: 0 0px 0px rgba(255,255,255,0.75);
}
option,select{
	text-align: center;
}
/*提示信息*/
.point{
color: #b94a48;
display: block;
  font-size: 10px;
  text-align: center;
}
.err{
border-color: #b94a48;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.input-sty{
	color: #555;
    vertical-align: middle;
    font-size: 12px;
    border-color: #cfdadd;
    border-radius: 2px;
}
.input-sty.focus{
	border-color: #23b7e5;
}

.tkRefundnav{
	list-style: none;
	height: 28px;
	padding: 0;
}
.tkRefundnav>li{ 
	list-style: none;
	float: left;
	padding:5px 10px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
.tkRefundnav>li.active {
	background-color: #37A8E8;
	color: #fff;
}
.tkRefundnav>li.active a{color: #fff;} 
.tkRefundnav>li:hover {
	background-color: #37A8E8;
	color: #fff;
}
.tkRefundnav>li:hover a{color: #fff;} 
/*基础数据*/
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.dataB li{
	float: left;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ccc;
    border-top:2px solid #00A8F3;
    width: 30%;
    margin: 10px;
}
.dataB li div{
	display: inline-block;
	font-size: 18px;
	color: #666;
	padding-left: 10px;
}
.dataB li span{
	display: inline-block;
	font-size: 13px;
	color: #333;
	text-align: right;
	float: right;
	padding-right:10px ;
}
.dataB:after{
	content: "";
	display: table;
	clear: both;
}
.form-control{
	font-size: 12px;
}

/*上传按钮*/
.upbtn{
	border: 1px solid #2fa4e7;
	width: 74px;
	display: inline-block;
	height: 30px;
	line-height: 29px;
	text-align: center;
	color:#2fa4e7 ;
	float: left;
	border-radius: 2px;
	cursor: pointer;
	position: relative;
	font-size: 12px;
	background-color: #fff;
}
.upbtn:hover{
	background-color: #2fa4e7;
	color: #fff;
}
/*显示文件名*/
.showfname{
	display: inline-block;
    width: 300px;
    height: 30px;
    border: none;
    background-color:inherit;
    padding-left:15px ;
}
/*隐藏文件上传按钮*/
.hidefiletxt{
	opacity: 0;
	width: 70px;
	display: inline-block;
	float: left;
	height: 28px;
	position: absolute;
	left: 0;
	top:0;
	cursor:pointer;
}
/*字体颜色*/
.cor-a{
	color: #aaa;
}
.cor-blue{
	color: #2FA4E7;
}
.font12{
	font-size: 12px;
}
.fw-normal{
	font-weight: normal;
}
.padL-10{
	padding-left: 10px;
}

.tozj{
	position: absolute;
	top: 7px;
	right: -60px;
	color:#00A8F3;
	font-size: 12px;
}
/*与锁屏 冲突*/
.input-group .form-control{
	z-index: 0;
}
/*锁屏*/
.layui-layer-msg {
	min-width: 0;
	min-height: 0;
}
/*提示框*/
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-42deg);
    right: 3px;
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 48px;
    background-color: #F27474;
    display: block;
    top: 25px;
    border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(39deg);
    left: 5px;
}

.form-input{
	display: inline;
	width: 138px;
}

.form-label{
	width: 77px;
    text-align: right;
    padding-right: 5px;
}

.form-group-m{
	margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    margin-left: 5px;
}

.btn-mg-l{
	margin-left: 730px;
}

/* .scroll-bar{
	overflow-y: scroll;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	width: 100%;
} */
.mar_left{
	margin-left: 20px;
}

.contentbox{
	/* overflow-x: scroll;
	overflow-y: scroll;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0; */
    overflow: auto;
    margin-left: 0;
}
.overfy {
    overflow-y: hidden;
}

.thead-th-center > tr> th{
	text-align: center;
}
.tdCenter >td{
	text-align: center;
}

.et-form{
	min-width: 1100px;
}

.xfqd-tb-width{
	width: 7500px;
}

.search-group{
	padding: 5px;
    background-color: #eff8ff;
}
.W40{
	width:40px;
}
.W65{
	width:65px;
}
.w80{
	display: inline-block;
	width: 80px;
	text-align: right;
}
.marbot{
	margin-top: 5px;
	margin-bottom: 15px;
}
.spanW{
	display: inline-block;
	width: 98px;
	text-align: right;
}
.fontW{
	font-weight: bold;
	font-size: 14px;
}
.dept-clear{
    display: inline-block;
    position: absolute;
    right: 5px;
    top:0;
    height: 34px;
    line-height: 34px;
}
