@charset "UTF-8";
/*html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form,img,input{ margin:0; padding:0; list-style: none;}*/
/*em,i{ font-style:normal;}*/
/*textarea { resize:none; border:0 none;outline-style: none;}*/

/*datagrid 显示全选按钮*/
.datagrid .panel-body .datagrid-view .datagrid-view1 .datagrid-header .datagrid-header-inner table tr td div.datagrid-header-check input{
    display: inline-block;
}
.datagrid .panel-body .datagrid-view .datagrid-view1 .datagrid-header .datagrid-header-inner table tr td div.datagrid-header-check input:focus{
    outline: none;
}

.w1200{width:1200px;margin:0 auto;}
.fl{float: left;}
.fr{float: right;}
.mb_20{margin-bottom:20px;}

.outermost{padding:20px 20px 80px;background-color: #fff;width:907px;min-height:460px;}
.outermost .step_box{position: relative;margin-bottom:45px;}
.outermost .step_bg{position: absolute;width:100%;height:25px;}
.outermost .step_bg:before{position: absolute;content:'';width:100%;background-color:#c4c4c4;height:2px;top:11px;}
.outermost .step_bg:after{position: absolute;content:'';width:7px;height:10px;background:url(../../img/sprite.png) no-repeat -30px -48px;right:0;top:7px;}
.outermost .step_list{position: relative;}
.outermost .step_item{float: left;width:156px;padding:0 12px;text-align: center;}
.outermost .step_item .num{width:25px;height:25px;background:url(../../img/sprite.png) no-repeat -179px -11px;margin:0 auto;display:block;font-size:16px;color:#fff;line-height:25px;margin-bottom:8px;}
.outermost .step_item .p{color:#999;}
.outermost .step_item.ed .p{color:#333;}
.outermost .step_item.cur .num{background-position:-224px -11px;}
.outermost .step_item.cur .p{color:#db4254;}
.outermost .step_item.done .num{text-indent:999px;overflow: hidden;background-position:-52px -45px;}
.outermost .step_item.done .p{color:#db4254;}

.state_box{padding:10px 18px;border:1px solid #c4c4c4;margin-bottom:25px;}
.state_box .color1{color:#db4254;}
.state_box .state_title{font-size:14px;line-height:34px;}
.state_box .state_item{line-height:32px;}
.state_box .state_item .time{margin-right:25px;}

/* 审核申请 */
.check_application .title{font-size:14px;margin-bottom:15px;}
.check_application .title .link{font-size:12px;color:#0d87ef;margin-left:18px;}
.check_application .choose_btn{margin-bottom:10px;}
.check_application .btn{padding-left:30px;line-height:20px;float: left;cursor:pointer;position: relative;}
.check_application .btn:before{position: absolute;content:'';width:20px;height:20px;background:url(../../img/sprite.png) no-repeat -269px -13px;left:0;top:0;}
.check_application .btn.cur:before{background-position:-309px -13px;}
.check_application .textarea{border:1px solid #c4c4c4;padding:8px 10px;width:228px;height:84px;}
.check_application .textarea textarea{width: 100%;height: 100%}

/* 提交审核 */
.submit_btn{margin-top:50px;width:100px;height:30px;line-height:30px;color:#fff;text-align: center;border-radius:4px;background-color: #db4254;cursor:pointer;}
