.task-u-col-2 .u-col-2 {
    font-size: 22px;
}
#taskPlug #querycond:focus{
    border-color:#6bcaea;
}
#taskPlug #querycond:focus ~ .u-form-control-feedback{
    color: #6bcaea;
}
.u-tabs .u-tabs__tab.is-active{
    color: #1baede;
    background:none!important;
    border-bottom: 2px solid #1baede;
}
/*新增u-button与搜索sw所在的div，*/
.common-header-2{
    background: #fff;
    height: 50px;
}
.common-header-2 button{
    margin:6px 0;
}

.sw{
    margin-top: 6px;
}
 .uf-magnifyingglass{
    padding-right: 10px;
}
.main-container{
  background-color: #ffffff;
}
/*表内容设计*/
.hr-table .u-table td{
    font-size: 12px;
    color: #333333;
    height: 44px;
    border-color:#cecece;
}
.icon-pencil.focus, .icon-pencil:hover, .gicon-delete.focus, .icon-delete:hover{
    color: #13799B;
}
.icon-confirm.focus, .icon-confirm:focus,.icon-confirm:hover{
    color: #13799B;
}
.icon-cancel02.focus, .icon-cancel02:focus, .icon-cancel02:hover{
    color: #13799B;
}
a.focus, a:focus, a:hover{
    color: #1baede;
}
a:hover,a:visited,a:active,a:focus{
    text-decoration:none;
}

.u-pagination>.active>a, .u-pagination>.active>a:hover{
    background: #f4786b;
    border-color:#f4786b;
}

.paginate-box{
    text-align: center;
}
.u-pagination{
    margin-top: 10px;
    padding-bottom: 30px;
    display: inline-block!important;
}

#edit .u-msg-title{
    height: 42px;
    line-height: 42px;
    text-align: left;
    font-size: 14px;
    padding-left: 10px!important;
    border-bottom: 1px solid #ebebeb;
    padding-top: 0!important;
    padding-right: 0!important;
}
.col-style .u-input-label.right{
    font-weight: normal;
    color: #666666;
}
.col-style .u-col-2{
    padding-right: 5px;
}
.col-style .u-col-4{
    padding-left:5px;
    padding-right: 45px;
}
.u-col-2.right-col{
    width:10%;
}
/*验证页签的格式设计*/
.u-tabs__tab{
    padding: 0 15px;
}
/*扩展页签的设计*/
#addExtend{
    margin-left: 0;
    margin-bottom: 20px;
}
#tab-pills-panel-2{
    padding-left:30px;
    padding-right:30px;
}
.u-button.primary.raised{
    background-color: #00bcd4;
    border: 1px solid #00bcd4
}

/*保存与取消按钮*/
.task .u-msg-footer .pull-right{
    padding-right:0;
}
.u-msg-close{
    padding: 0!important;
}
.u-msg-close{
    line-height: 45px;
    height: 42px;
    margin-right:10px;
}
.u-tabs__tab-bar{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.tb-input{
    border: none;
    background: none!important;
}
.iconfont{
    cursor: pointer;
}
#addDialog{
    margin-top: 25px;
}
.u-tabs__panel{
    display: none;
    margin-top: 20px;
}
.u-tabs__panel.is-active{
    display: block;
}
.icon-cancel02,.icon-confirm{
    color: #1baede;
}
td i.iconfont{
    color: #1baede;
}
.bgClick{
    background: #c4eaf6!important;
}
.inside-form {
    padding-top:0!important;
    padding-bottom:0!important;
}
.task-row  .u-row{
    height: 36px;
}
#content .u-message{
    width:200px;
    position: relative;
    bottom:10px;
    background: #eaf7ef;
    border-color:#9edab7;
    font-size:14px;
    color: #4ebd7d;
}
/*必输提示样式*/
span.u-form-control-info.uf.uf-exclamationsign {
    margin-top: -5px!important;
}
#validate-Task.tooltip.bottom .tooltip-arrow{
        left: 50%;
        top: -4px;
        border-width: 0 4px 4px 4px;
        border-bottom-color: #c33e37!important;
        margin-left: -4px;
    }
   
#validate-Task .tooltip.bottom  .tooltip-arrow {
    top: 3px;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color:#c33e37!important;
   
}
#validate-Task .tooltip.bottom{
	top:3px!important;
	padding-left:15px;
	background:transparent;
}
#validate-Task .tooltip .tooltip-inner{
    color: #fff;
    background-color: #e33c37;
    font-size: 14px;
}
.border-red{
	 border:1px solid #c33e37;
}
#querycond{
    border-radius: 0;
}
#taskPlug .hr-table .b-table thead tr th:last-child{
    width: 10%;
}
#taskPlug .hr-table .b-table tbody tr td i{
    display: none;
}
#taskPlug .hr-table .b-table tbody tr:hover td i,#taskPlug .hr-table .b-table tbody tr.bgClick td i{
    display: inline-block;
}
#taskPlug .main-container .b-table #tableChange .no-data{
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #333;
}